mainboard/google/rex: Enable Rex64 build configuration
- Add Rex64 board to Kconfig menu - Enable building for Rex64 with x86_64 support Change-Id: I02e2c49b4aeb2cb98d9d0cb66717db18c3f96d45 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82625 Reviewed-by: Dinesh Gehlot <digehlot@google.com> Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
c097c4788b
commit
87a6600264
@ -122,6 +122,11 @@ config BOARD_GOOGLE_OVIS4ES
|
|||||||
config BOARD_GOOGLE_REX0
|
config BOARD_GOOGLE_REX0
|
||||||
select BOARD_GOOGLE_MODEL_REX
|
select BOARD_GOOGLE_MODEL_REX
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_REX64
|
||||||
|
select BOARD_GOOGLE_MODEL_REX
|
||||||
|
select HAVE_X86_64_SUPPORT
|
||||||
|
select USE_X86_64_SUPPORT
|
||||||
|
|
||||||
config BOARD_GOOGLE_REX_EC_ISH
|
config BOARD_GOOGLE_REX_EC_ISH
|
||||||
select BOARD_GOOGLE_MODEL_REX_EC_ISH
|
select BOARD_GOOGLE_MODEL_REX_EC_ISH
|
||||||
|
|
||||||
@ -182,6 +187,7 @@ config MAINBOARD_FAMILY
|
|||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
default "Rex" if BOARD_GOOGLE_REX0
|
default "Rex" if BOARD_GOOGLE_REX0
|
||||||
|
default "Rex64" if BOARD_GOOGLE_REX64
|
||||||
default "Rex_Ec_Ish" if BOARD_GOOGLE_REX_EC_ISH
|
default "Rex_Ec_Ish" if BOARD_GOOGLE_REX_EC_ISH
|
||||||
default "Rex4ES" if BOARD_GOOGLE_REX4ES
|
default "Rex4ES" if BOARD_GOOGLE_REX4ES
|
||||||
default "Rex4ES_Ec_Ish" if BOARD_GOOGLE_REX4ES_EC_ISH
|
default "Rex4ES_Ec_Ish" if BOARD_GOOGLE_REX4ES_EC_ISH
|
||||||
|
@ -32,6 +32,9 @@ config BOARD_GOOGLE_REX4ES
|
|||||||
config BOARD_GOOGLE_REX4ES_EC_ISH
|
config BOARD_GOOGLE_REX4ES_EC_ISH
|
||||||
bool "-> Rex4ES EC ISH"
|
bool "-> Rex4ES EC ISH"
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_REX64
|
||||||
|
bool "-> Rex 64"
|
||||||
|
|
||||||
config BOARD_GOOGLE_SCREEBO
|
config BOARD_GOOGLE_SCREEBO
|
||||||
bool "-> Screebo"
|
bool "-> Screebo"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user