coreboot-kgpe-d16/src/vboot
Julius Werner 46f292f9bf vboot: Separate board name and version number in FWID with a dot
It's standard practice in vboot that the FWID consists of
<board_name>.<version_number> (e.g. Google_Kevin.8785.57.0). In fact,
some tools rely on this and cut the string at the first dot to
separate the two.

The current Kconfig default in coreboot instead leads to ugly,
parser-breaking FWIDs like Google_Kevin4.5-1234-5678abcd. This patch
fixes that.

Change-Id: I65cd5285c69e2e485d55a41a65d735f6a2291c16
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/19487
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2017-04-29 01:44:10 +02:00
..
Kconfig vboot: Separate board name and version number in FWID with a dot 2017-04-29 01:44:10 +02:00
Makefile.inc Remove libverstage as separate library and source file class 2017-03-28 22:18:53 +02:00
bootmode.c vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
common.c vboot: Remove VBOOT_DYNAMIC_WORK_BUFFER Kconfig option 2017-03-28 22:14:43 +02:00
misc.h
secdata_mock.c vboot: Select CONFIG_{TPM,TPM2} only if MOCK_SECDATA is not selected 2017-04-28 17:15:46 +02:00
secdata_tpm.c src/vboot: Add valid license headers to all files 2017-03-23 19:11:04 +01:00
symbols.h
vbnv.c vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vbnv.h vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vbnv_cmos.c vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vbnv_ec.c
vbnv_flash.c vboot/vbnv_flash: Binary search to find last used entry 2016-09-20 21:50:27 +02:00
vbnv_layout.h vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vboot_common.c vboot/vboot_common: actually provide a writable region_device 2016-08-24 00:09:16 +02:00
vboot_common.h vboot: Compile bootmode.c conditionally based on CONFIG_VBOOT 2017-03-28 22:17:00 +02:00
vboot_handoff.c vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
vboot_loader.c vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
vboot_logic.c vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
verstage.c vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00