Attention is currently required from: Paul Menzel, Christian Walter, Angel Pons, Lean Sheng Tan, David Milosevic.
Hello build bot (Jenkins), Christian Walter, Angel Pons, Lean Sheng Tan,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/72459
to look at the new patch set (#9).
Change subject: mb/prodrive/atlas: retrieve and apply boot-options from SMMSTORE ......................................................................
mb/prodrive/atlas: retrieve and apply boot-options from SMMSTORE
This patch retrieves boot-options (for example Hyperthreading) from the SMMSTORE and applies them in the FSP-M and FSP-S and also in mainboard.c (Powerstate after G3).
In order to do that, the patch was built on top of a series of patches coming from Patrick Rudolph, which allows us to read Efi-Variables from the SMMSTORE. This driver serves as a backend for option.h
Our EDK-II payload is responsible for setting up required efivars and offering a user interface for changing them.
Signed-off-by: David Milosevic David.Milosevic@9elements.com Change-Id: If3f8782c38e1477fca03dca9275f2bb65a7059f9 --- M src/mainboard/prodrive/atlas/Makefile.inc A src/mainboard/prodrive/atlas/boot_options.c A src/mainboard/prodrive/atlas/boot_options.h M src/mainboard/prodrive/atlas/mainboard.c A src/mainboard/prodrive/atlas/ramstage_fsp_params.c M src/mainboard/prodrive/atlas/romstage_fsp_params.c 6 files changed, 278 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/72459/9