diff options
author | Julius Werner <jwerner@chromium.org> | 2017-04-27 16:29:02 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2017-04-29 01:44:10 +0200 |
commit | 46f292f9bf508b48f5e74f713884b2424e199f42 (patch) | |
tree | 12a438af7a3355c03dc0c5d4eaf9ed5f42188c2f /src/lib/prog_ops.c | |
parent | bf8495015495725716be04acd76d43ae6ece3c05 (diff) |
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>
Diffstat (limited to 'src/lib/prog_ops.c')
0 files changed, 0 insertions, 0 deletions