slimbootloader/PayloadPkg/Library
Maurice Ma 21917377c8 Change GetSerialPortBase() API to return 64bit address
When UART bar is alloaced to 64 bit address, the current SBL API
GetSerialPortBase() only returns the lower 32 bit address, which will
cause problem for UART access. This patch fixed this issue.

Please note the patch did not change the payload HOB interface for
UART info. That needs to be updated to 64bit base address too. But this
patch does not cover that.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2021-10-21 10:09:20 -07:00
..
AbSupportLib Add missing header files in INF 2020-02-03 15:49:48 -08:00
DebugPrintErrorLevelLib Add HelloWorld payload example 2020-08-12 12:33:20 -07:00
PayloadEntryLib Move paging table build from OsLoader to Stage2 2021-10-18 08:17:30 -07:00
PayloadLib Pointer type cast for both 32/64-bit operation (#615) 2020-03-26 17:30:55 -07:00
PayloadSupportLib Pointer type cast for both 32/64-bit operation (#615) 2020-03-26 17:30:55 -07:00
PlatformHookLib Change GetSerialPortBase() API to return 64bit address 2021-10-21 10:09:20 -07:00
SblParameterLib Fix pointer type cast errors from Visual Studio (#617) 2020-03-27 11:03:28 -07:00
TrustyBootLib Fix pointer type cast errors from Visual Studio (#617) 2020-03-27 11:03:28 -07:00