Attention is currently required from: Bill XIE, Julius Werner. Iru Cai (vimacs) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51671 )
Change subject: arch/x86: Reserve space for EC SMSC KBC1098/KBC1126 ......................................................................
Patch Set 1: -Code-Review
(2 comments)
Patchset:
PS1: Hmm, I think the code will get complicated if there are more things to add.
File src/arch/x86/bootblock.ld:
https://review.coreboot.org/c/coreboot/+/51671/comment/8b2e4286_a9d1660d PS1, Line 35: MIN(_KBC1126_FW_LOCATIONS, MIN(_ID_SECTION, _FIT_POINTER)) - EARLYASM_SZ; Hmm, the code will have more ``#if CONFIG(...)`` and ``MIN(...)`` to add if there're more things to add, so using one _ECFW_POINTER like in 51059 may be a better way to do this.