audk/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial
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
..
ArmSerialPortParser.c DynamicTablesPkg: Fix parsing of serial port node 2023-03-29 13:48:54 +00:00
ArmSerialPortParser.h