audk/DynamicTablesPkg/Library/FdtHwInfoParserLib
Sami Mujawar cc6a0cff99 DynamicTablesPkg: Fix parsing of serial port node
When scanning for the Serial Port in the device
tree, the length and value parameters to ScanMem8()
are not in the right order. This results in the
serial port not being detected if the chosen node
in the device tree has additional elements.

Therefore, pass the parameters to ScanMem8() in the
correct order to fix this issue.

Reviewed-by: Pierre Gondois <pierre.gondois@arm.com>
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
2023-03-29 13:48:54 +00:00
..
BootArch DynamicTablesPkg: FdtHwInfoParser: Add Boot Arch parser 2021-12-14 16:07:00 +00:00
GenericTimer DynamicTablesPkg: FdtHwInfoParser: Generic Timer Parser 2021-12-14 16:07:00 +00:00
Gic DynamicTablesPkg: FdtHwInfoParserLib: Fix compatible string 2023-01-10 14:27:18 +00:00
Pci DynamicTablesPkg: FdtHwInfoParser: Add PCI config parser 2021-12-14 16:07:00 +00:00
Serial DynamicTablesPkg: Fix parsing of serial port node 2023-03-29 13:48:54 +00:00
CmObjectDescUtility.c
CmObjectDescUtility.h
FdtHwInfoParser.c DynamicTablesPkg: Remove duplicated words 2022-12-13 14:30:20 +00:00
FdtHwInfoParser.h DynamicTablesPkg: Add FdtHwInfoParser library 2021-12-14 16:07:00 +00:00
FdtHwInfoParserInclude.h DynamicTablesPkg: Add FdtHwInfoParser library 2021-12-14 16:07:00 +00:00
FdtHwInfoParserLib.inf DynamicTablesPkg: Add FdtHwInfoParser library 2021-12-14 16:07:00 +00:00
FdtUtility.c
FdtUtility.h DynamicTables: Fix DT PCI interrupt flags parsing 2022-07-18 12:44:09 +00:00