]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Fix generated _HID value for SBSA
authorPierre Gondois <Pierre.Gondois@arm.com>
Wed, 7 Apr 2021 14:43:39 +0000 (15:43 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 18 Jul 2022 16:55:37 +0000 (16:55 +0000)
commit792ebb6374f2b92e2c4b84f5b8d151a129ed81cc
tree909f330d14c5cbe228fd2691aca38a789f7b0e73
parentfc4a132c0e9d108d30115cb8729f8fcd5564b855
DynamicTablesPkg: Fix generated _HID value for SBSA

SSDT tables describing an SBSA compatible serial port receive an '_HID'
value of 'ARMH0011'. This value represents a PL011 serial port.

This patch:
 - Generates an 'ARMHB000' instead
 - References the 'ACPI for Arm Components 1.0 - 2020' document
   specifying the '_HID' values to use.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.c