Attention is currently required from: Simon Chou, Johnny Lin, Paul Menzel.
Jonathan Zhang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/71969 )
Change subject: configs/builder: add default config for Intel ArcherCity CRB ......................................................................
Patch Set 3:
(2 comments)
Patchset:
PS2:
I meant suffix.
AC is short for ArcherCity.
File configs/builder/config.intel.crb.ac:
https://review.coreboot.org/c/coreboot/+/71969/comment/bf8471c7_dcd2af4e PS2, Line 14: CONFIG_FSP_T_FILE="site-local/archercity/Server_T.fd" : CONFIG_FSP_M_FILE="site-local/archercity/Server_M.fd" : CONFIG_FSP_S_FILE="site-local/archercity/Server_S.fd" : CONFIG_IFD_BIN_PATH="site-local/archercity/descriptor.bin" : CONFIG_ME_BIN_PATH="site-local/archercity/me.bin" : CONFIG_CPU_UCODE_BINARIES="site-local/archercity/mbf806f8.mcb"
Does the builder have these files?
It does not. I believe coreboot build validation system would skip these binaries when they are in "site-local" directory. Intel is working on making those binaries publicly available, but before that, we would want coreboot build to pass (even though the resulting image does not work, due to lack of working Intel binary blobs).
I think coreboot has a mechanism to achieve such, but I am fuzzy on how to use it.