aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2024-05-23 16:18:05 +0530
committerLean Sheng Tan <sheng.tan@9elements.com>2024-05-31 22:11:55 +0000
commit87a66002642eec1fdd1488fc334ef02e63327612 (patch)
tree8d97a0feb4548697d36daaca621ccbfda7b1d10e
parentc097c4788b4d9e770327193d26ea708f315d8307 (diff)
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>
-rw-r--r--src/mainboard/google/rex/Kconfig6
-rw-r--r--src/mainboard/google/rex/Kconfig.name3
2 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig
index 5e019ee38d..9ee0bc0663 100644
--- a/src/mainboard/google/rex/Kconfig
+++ b/src/mainboard/google/rex/Kconfig
@@ -122,6 +122,11 @@ config BOARD_GOOGLE_OVIS4ES
config BOARD_GOOGLE_REX0
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
select BOARD_GOOGLE_MODEL_REX_EC_ISH
@@ -182,6 +187,7 @@ config MAINBOARD_FAMILY
config MAINBOARD_PART_NUMBER
default "Rex" if BOARD_GOOGLE_REX0
+ default "Rex64" if BOARD_GOOGLE_REX64
default "Rex_Ec_Ish" if BOARD_GOOGLE_REX_EC_ISH
default "Rex4ES" if BOARD_GOOGLE_REX4ES
default "Rex4ES_Ec_Ish" if BOARD_GOOGLE_REX4ES_EC_ISH
diff --git a/src/mainboard/google/rex/Kconfig.name b/src/mainboard/google/rex/Kconfig.name
index 6aca8faca2..f4fed2a828 100644
--- a/src/mainboard/google/rex/Kconfig.name
+++ b/src/mainboard/google/rex/Kconfig.name
@@ -32,6 +32,9 @@ config BOARD_GOOGLE_REX4ES
config BOARD_GOOGLE_REX4ES_EC_ISH
bool "-> Rex4ES EC ISH"
+config BOARD_GOOGLE_REX64
+ bool "-> Rex 64"
+
config BOARD_GOOGLE_SCREEBO
bool "-> Screebo"