]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: FdtHwInfoParserLib: Fix compatible string
authorMoritz Fischer <moritzf@google.com>
Mon, 9 Jan 2023 16:42:18 +0000 (08:42 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 10 Jan 2023 14:27:18 +0000 (14:27 +0000)
commit717f35a9f2d883a74998f7deb3d2cdf95bddf039
tree4900dd34633f3fb4afe4034e930cf334b735d87d
parent82dd766f25225b0812bbac628c60d2b48f2346e4
DynamicTablesPkg: FdtHwInfoParserLib: Fix compatible string

Linux's cpu DT bindings call out arm,armv8 while the code previously
used arm,arm-v8, add second entry to support the arm,armv8 case.

Cc: Sami Mujawar <sami.mujawar@arm.com>
Fixes: e366a41ef0 ("DynamicTablesPkg: FdtHwInfoParser: Add GICC parser")
Signed-off-by: Moritz Fischer <moritzf@google.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicCParser.c