Attention is currently required from: Nico Huber, Michał Żygowski. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62070
to look at the new patch set (#5).
Change subject: KGPE-D16: Add minimal source from 4.11_branch as a base for C bootblock ......................................................................
KGPE-D16: Add minimal source from 4.11_branch as a base for C bootblock
This is the unmodified source of KGPE-D16 from 4.11_branch with the necessary silicon source as a base to build C bootblock implementation. Only necessary changes were introduced to make lint happy.
The subsequent commits will add small changes to make the code buildable and implement C environment bootblock. Currently the mainboard is excluded from builds so that Jenkins will not complain on transient patches leading to a working C bootblock implementation. The mainboard will be reenabled at the end of the patch train when all checks pass. Patchsets for romstage and later stages will be added in separate topics.
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: Ide558d3276d8770d1dea2b1b5790ca42595d9730 --- M src/cpu/amd/Kconfig M src/cpu/amd/Makefile.inc A src/cpu/amd/car/cache_as_ram.inc A src/cpu/amd/family_10h-family_15h/Kconfig A src/cpu/amd/family_10h-family_15h/Makefile.inc A src/cpu/amd/socket_G34/Kconfig A src/cpu/amd/socket_G34/Makefile.inc A src/cpu/amd/socket_G34/socket_G34.c A src/mainboard/asus/kgpe-d16/Kconfig A src/mainboard/asus/kgpe-d16/Kconfig.name A src/mainboard/asus/kgpe-d16/Makefile.inc A src/mainboard/asus/kgpe-d16/board_info.txt A src/mainboard/asus/kgpe-d16/bootblock.c A src/mainboard/asus/kgpe-d16/cmos.default A src/mainboard/asus/kgpe-d16/cmos.layout A src/mainboard/asus/kgpe-d16/devicetree.cb A src/mainboard/asus/kgpe-d16/spd_notes.txt A src/northbridge/amd/amdfam10/Kconfig A src/northbridge/amd/amdfam10/Makefile.inc A src/northbridge/amd/amdfam10/bootblock.c A src/northbridge/amd/amdfam10/early_ht.c A src/northbridge/amd/amdfam10/early_ht.h A src/southbridge/amd/sb700/Kconfig A src/southbridge/amd/sb700/Makefile.inc A src/southbridge/amd/sb700/bootblock.c A src/southbridge/amd/sb700/enable_usbdebug.c A src/southbridge/amd/sr5650/Kconfig A src/southbridge/amd/sr5650/Makefile.inc 28 files changed, 2,095 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/62070/5