board/system76/rpl: Add board.fmd files per variant
Change-Id: If51ae6f4ce71fde6044f9f4d3ae6a9581f48663d
This commit is contained in:
@@ -5,6 +5,7 @@ config BOARD_SYSTEM76_RPL_COMMON
|
|||||||
select DRIVERS_INTEL_PMC
|
select DRIVERS_INTEL_PMC
|
||||||
select DRIVERS_INTEL_USB4_RETIMER
|
select DRIVERS_INTEL_USB4_RETIMER
|
||||||
select EC_SYSTEM76_EC
|
select EC_SYSTEM76_EC
|
||||||
|
select EC_SYSTEM76_EC_LOCKDOWN
|
||||||
select HAVE_ACPI_RESUME
|
select HAVE_ACPI_RESUME
|
||||||
select HAVE_ACPI_TABLES
|
select HAVE_ACPI_TABLES
|
||||||
select HAVE_CMOS_DEFAULT
|
select HAVE_CMOS_DEFAULT
|
||||||
@@ -90,15 +91,15 @@ config MAINBOARD_VERSION
|
|||||||
default "oryp11" if BOARD_SYSTEM76_ORYP11
|
default "oryp11" if BOARD_SYSTEM76_ORYP11
|
||||||
default "serw13" if BOARD_SYSTEM76_SERW13
|
default "serw13" if BOARD_SYSTEM76_SERW13
|
||||||
|
|
||||||
config CBFS_SIZE
|
|
||||||
default 0x1000000
|
|
||||||
|
|
||||||
config CONSOLE_POST
|
config CONSOLE_POST
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
config DIMM_SPD_SIZE
|
||||||
default 512
|
default 512
|
||||||
|
|
||||||
|
config FMDFILE
|
||||||
|
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/variants/\$(CONFIG_VARIANT_DIR)/board.fmd"
|
||||||
|
|
||||||
config ONBOARD_VGA_IS_PRIMARY
|
config ONBOARD_VGA_IS_PRIMARY
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
13
src/mainboard/system76/rpl/variants/addw3/board.fmd
Normal file
13
src/mainboard/system76/rpl/variants/addw3/board.fmd
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
FLASH 32M {
|
||||||
|
SI_DESC 4K
|
||||||
|
SI_GBE 8K
|
||||||
|
SI_ME 3944K
|
||||||
|
SI_BIOS@16M 16M {
|
||||||
|
RW_MRC_CACHE 64K
|
||||||
|
SMMSTORE(PRESERVE) 256K
|
||||||
|
WP_RO {
|
||||||
|
FMAP 4K
|
||||||
|
COREBOOT(CBFS)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
12
src/mainboard/system76/rpl/variants/gaze18/board.fmd
Normal file
12
src/mainboard/system76/rpl/variants/gaze18/board.fmd
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
FLASH 32M {
|
||||||
|
SI_DESC 4K
|
||||||
|
SI_ME 4824K
|
||||||
|
SI_BIOS@16M 16M {
|
||||||
|
RW_MRC_CACHE 64K
|
||||||
|
SMMSTORE(PRESERVE) 256K
|
||||||
|
WP_RO {
|
||||||
|
FMAP 4K
|
||||||
|
COREBOOT(CBFS)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
12
src/mainboard/system76/rpl/variants/oryp11/board.fmd
Normal file
12
src/mainboard/system76/rpl/variants/oryp11/board.fmd
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
FLASH 32M {
|
||||||
|
SI_DESC 4K
|
||||||
|
SI_ME 4824K
|
||||||
|
SI_BIOS@16M 16M {
|
||||||
|
RW_MRC_CACHE 64K
|
||||||
|
SMMSTORE(PRESERVE) 256K
|
||||||
|
WP_RO {
|
||||||
|
FMAP 4K
|
||||||
|
COREBOOT(CBFS)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
12
src/mainboard/system76/rpl/variants/serw13/board.fmd
Normal file
12
src/mainboard/system76/rpl/variants/serw13/board.fmd
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
FLASH 32M {
|
||||||
|
SI_DESC 4K
|
||||||
|
SI_ME 3944K
|
||||||
|
SI_BIOS@16M 16M {
|
||||||
|
RW_MRC_CACHE 64K
|
||||||
|
SMMSTORE(PRESERVE) 256K
|
||||||
|
WP_RO {
|
||||||
|
FMAP 4K
|
||||||
|
COREBOOT(CBFS)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user