Attention is currently required from: Angel Pons, Maximilian Brune.
Benjamin Doron has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74121 )
Change subject: [RFC] drivers/option: Add option list in cbtable ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1: Thanks for working on this, I've started implementing it for EDK2. Nothing to show yet, I'm currently implementing the processing of a CFR form's internal structure.
File src/commonlib/include/commonlib/coreboot_tables.h:
https://review.coreboot.org/c/coreboot/+/74121/comment/133cceda_71211be9 PS1, Line 99: LB_TAG_CFR_STRING = 0x0102, Unused? Is the CFR string structure intended to tag itself (as in, CFR implementation or service consumer could determine other data structures here), or are the major structures fixed enough this tag isn't needed?