mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
google/oak: Add derivative board Hana
CQ-DEPEND=CL:379684 BUG=chrome-os-partner:58064 TEST=verified on hana rev0 Change-Id: I9d886abf15931496ac61e8fd38d7fd306f2a1bf7 Signed-off-by: Yidi Lin <yidi.lin@mediatek.com> Reviewed-on: https://chromium-review.googlesource.com/379504 Commit-Ready: Julius Werner <jwerner@chromium.org> Reviewed-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
ca250d0628
commit
7c483951a0
2 changed files with 7 additions and 0 deletions
|
@ -79,17 +79,20 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "Oak" if BOARD_GOOGLE_OAK
|
||||
default "Elm" if BOARD_GOOGLE_ELM
|
||||
default "Hana" if BOARD_GOOGLE_HANA
|
||||
|
||||
config GBB_HWID
|
||||
string
|
||||
depends on CHROMEOS
|
||||
default "OAK TEST 6858" if BOARD_GOOGLE_OAK
|
||||
default "ELM TEST 3839" if BOARD_GOOGLE_ELM
|
||||
default "HANA TEST 5855" if BOARD_GOOGLE_HANA
|
||||
|
||||
# All Oak-derivatives count their board IDs as 0 being equivalent to Oak rev6.
|
||||
config BOARD_ID_ADJUSTMENT
|
||||
int
|
||||
default 0 if BOARD_GOOGLE_OAK
|
||||
default 7 if BOARD_GOOGLE_ELM
|
||||
default 11 if BOARD_GOOGLE_HANA
|
||||
|
||||
endif # BOARD_GOOGLE_OAK
|
||||
|
|
|
@ -5,3 +5,7 @@ config BOARD_GOOGLE_OAK
|
|||
config BOARD_GOOGLE_ELM
|
||||
bool "Elm"
|
||||
select BOARD_GOOGLE_OAK_COMMON
|
||||
|
||||
config BOARD_GOOGLE_HANA
|
||||
bool "Hana"
|
||||
select BOARD_GOOGLE_OAK_COMMON
|
||||
|
|
Loading…
Add table
Reference in a new issue