audk/ArmVirtPkg/Library/Fdt16550SerialPortHookLib
Sami Mujawar 47b1d61169 ArmVirtPkg: 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: Ard Biesheuvel <ardb@kernel.org>
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
..
EarlyFdt16550SerialPortHookLib.c ArmVirtPkg: Fix parsing of serial port node 2023-03-29 13:48:54 +00:00
EarlyFdt16550SerialPortHookLib.inf
Fdt16550SerialPortHookLib.c
Fdt16550SerialPortHookLib.inf
Fdt16550SerialPortHookLib.uni