summaryrefslogtreecommitdiff
path: root/include/chromeos
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-12-16 13:12:00 -0800
committerStefan Reinauer <reinauer@chromium.org>2011-12-16 13:54:50 -0800
commit356dbfde0bbe728721376eb0f1726622ec9bd393 (patch)
tree9dc3fb0bf0db38677a94d67a1f4e32fbda8ae320 /include/chromeos
parentdd884e4cd60a6f9fe447a9a81f85b0a218e0e9c0 (diff)
For ChromeOS systems, don't show coreboot as BIOS vendor/version
Instead, once we know which firmware we are actually running on, copy the FWID to the BIOS version in the SMBIOS table. BUG=chrome-os-partner:6827 TEST=Boot Stumpy, go to chrome://settings/about and see Google_Stumpy.... show up as "Firmware" Signed-off-by: Stefan Reinauer <reinauer@google.com> Also needs https://gerrit-int.chromium.org/#change,9288 Change-Id: I2e16a2fdb7fb835b0a0fbf08462d8a98b3cfe208 Reviewed-on: https://gerrit.chromium.org/gerrit/13098 Tested-by: Stefan Reinauer <reinauer@chromium.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'include/chromeos')
-rw-r--r--include/chromeos/crossystem_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/chromeos/crossystem_data.h b/include/chromeos/crossystem_data.h
index 053e632ed7..2d78465e65 100644
--- a/include/chromeos/crossystem_data.h
+++ b/include/chromeos/crossystem_data.h
@@ -134,7 +134,8 @@ typedef struct {
uint32_t vbt8; /* 192 recovery reason */
uint32_t vbt9; /* 196 fmap base address */
uint8_t vdat[3072]; /* 19a */
- /* d9a */
+ uint32_t vbt10; /* d9a */
+ /* d9e */
} __attribute__((packed)) chromeos_acpi_t;
#define assert_offset(MEMBER, OFFSET) \