coreboot/src
Julius Werner dafe1bf032 UPSTREAM: 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.

BUG=none
BRANCH=none
TEST=none

Change-Id: Ibbe8a40ccbcba8e4d448eb618b6291d43969a6b1
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 46f292f9bf
Original-Change-Id: I65cd5285c69e2e485d55a41a65d735f6a2291c16
Original-Signed-off-by: Julius Werner <jwerner@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/19487
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Original-Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://chromium-review.googlesource.com/493970
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
2017-05-02 20:24:01 -07:00
..
acpi
arch UPSTREAM: arch/x86: Add read64 and write64 functions 2017-04-26 09:21:03 -07:00
commonlib UPSTREAM: commonlib: Add ID for STORAGE_DATA 2017-04-28 22:25:39 -07:00
console UPSTREAM: console: rework log level to not be reliant on ROMSTAGE_CONST 2017-04-26 13:36:55 -07:00
cpu UPSTREAM: nb/amd/amdk8: Link reset_test.c 2017-04-28 22:25:37 -07:00
device UPSTREAM: x86/acpi: Use initialized VBIOS in VFCT table 2017-04-28 22:25:29 -07:00
drivers UPSTREAM: drivers/intel/fsp2_0: add option to incorporate platform memory version 2017-04-28 22:25:33 -07:00
ec UPSTREAM: ec/roda/it8518: Do EC write manually with long timeout 2017-04-10 14:28:38 -07:00
include UPSTREAM: nb/amdk8: Link coherent_ht.c 2017-04-28 22:25:38 -07:00
lib UPSTREAM: cbmem_console: Document known reimpementations of console structure/API 2017-04-26 13:36:59 -07:00
mainboard UPSTREAM: mainboard/google/soraka: Add support for memory configs 1,2,7 and 8 2017-05-02 20:24:01 -07:00
northbridge UPSTREAM: nb/amdk8: Link coherent_ht.c 2017-04-28 22:25:38 -07:00
soc UPSTREAM: soc/intel/skylake: Use ITSS common code 2017-04-28 22:25:36 -07:00
southbridge UPSTREAM: sb/nvidia/mcp55: Link early_ctrl.c 2017-04-28 22:25:37 -07:00
superio UPSTREAM: superio/fintek: Add support for Fintek F71808A 2017-03-30 05:29:57 -07:00
vboot UPSTREAM: vboot: Separate board name and version number in FWID with a dot 2017-05-02 20:24:01 -07:00
vendorcode UPSTREAM: Kconfig: provide MAINBOARD_HAS_TPM_CR50 option 2017-04-25 01:45:37 -07:00
Kconfig UPSTREAM: include: Add xmalloc, xzmalloc and dma routines 2017-04-26 09:21:02 -07:00