mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
34b09265063c19ea5d61bd5a2f057b47b5aa2232
1. Add const in PCIe_COMPLEX_DESCRIPTOR and EarlyOemGpioTable The warnings are assignment discards 'const' qualifier in src/mainboard/amd/bettong/BiosCallOuts.c and src/mainboard/amd/bettong/PlatformGnbPcie.c 2. Change AltImageBasePtr and ImageBasePtr to VOID * AltImageBasePtr and ImageBasePtr are two fields in AMD_CONFIG_PARAMS. In orininal AGESA these two fiels are UINT32. This will result build warning in agesawrapper_amdinitpost: AmdParamStruct.StdHeader.AltImageBasePtr = NULL; So change these two according to Steppe Eagle and Bald Eagle. I also change the header files in binary PI code and rebuild AGESA.bin. The new AGESA.bin is the same as befor, so I didn't upload AGESA.bin. Change-Id: I59cf8b1bc0dc15c001f7b3ba0a5a945374663908 Signed-off-by: WANG Siyuan <wangsiyuanbuaa@gmail.com> Signed-off-by: WANG Siyuan <SiYuan.Wang@amd.com>
Description
No description provided
Languages
C
64.7%
Lasso
20.7%
ASL
3.6%
JavaScript
3.2%
C#
2.9%
Other
4.6%