mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
mainboard/*/Kconfig: Set GBB_HWID where missing
Provide GBB's hardware ID (used on Chrome OS devices) because it will be dropped from depthcharge. BRANCH=none BUG=none TEST=none Change-Id: I7488533b83b8119f8c85cbf2c2eeddabb8e9487d Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://chromium-review.googlesource.com/372579 Commit-Ready: Patrick Georgi <pgeorgi@chromium.org> Tested-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
4dee2a2527
commit
705251d289
3 changed files with 15 additions and 0 deletions
|
@ -49,6 +49,11 @@ config MAINBOARD_PART_NUMBER
|
|||
default "DK01" if BOARD_VARIANT_DK01
|
||||
default "Gale"
|
||||
|
||||
config GBB_HWID
|
||||
string
|
||||
depends on CHROMEOS
|
||||
default "Gale TEST 1"
|
||||
|
||||
config DRAM_SIZE_MB
|
||||
int
|
||||
default 512 if BOARD_VARIANT_DK01
|
||||
|
|
|
@ -36,6 +36,11 @@ config MAINBOARD_FAMILY
|
|||
string
|
||||
default "Google_Reef"
|
||||
|
||||
config GBB_HWID
|
||||
string
|
||||
depends on CHROMEOS
|
||||
default "REEF TEST 3240"
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 8
|
||||
|
|
|
@ -36,6 +36,11 @@ config MAINBOARD_VENDOR
|
|||
string
|
||||
default "Intel"
|
||||
|
||||
config GBB_HWID
|
||||
string
|
||||
depends on CHROMEOS
|
||||
default "AMENIA TEST"
|
||||
|
||||
config FMAP_FILE
|
||||
string
|
||||
default "amenia"
|
||||
|
|
Loading…
Add table
Reference in a new issue