Wonkyu Kim has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/58839 )
Change subject: src/lib: Add FW_CONIFG_SOURCE_VPD ......................................................................
src/lib: Add FW_CONIFG_SOURCE_VPD
Read fw_config value from VPD. This new option can be used where chrome EC is not supported like pre-silicon platform and fw_config can be updated by VPD tool in OS.
TEST= boot to OS and read fw_config from vpd 1. Boot to OS 2. Write "fw_config" in VPD ex)vpd -i "RW_VPD" -s "fw_config"="1" 3. reboot and check fw_config value from coreboot log
Signed-off-by: Wonkyu Kim wonkyu.kim@intel.com Change-Id: I4df7d5612e18957416a40ab854fa63c8b11b4216 --- M src/Kconfig M src/lib/fw_config.c 2 files changed, 24 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/58839/2