mb/purism/librem_cnl: Add new variant 'Librem Mini v2'
Add Kconfig entries, and update existing documentation to accomodate both v1/v2 versions of the board. Change-Id: I856bb914941211cfbec4fed871ba2a5a038e23c3 Signed-off-by: Matt DeVillier <matt.devillier@puri.sm> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46984 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
22f028a3c7
commit
12d515dcc5
@@ -20,15 +20,16 @@ config MAINBOARD_DIR
|
||||
|
||||
config MAINBOARD_FAMILY
|
||||
string
|
||||
default "Librem Mini" if BOARD_PURISM_LIBREM_MINI
|
||||
default "Librem Mini" if BOARD_PURISM_LIBREM_MINI || BOARD_PURISM_LIBREM_MINI_V2
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "Librem Mini" if BOARD_PURISM_LIBREM_MINI
|
||||
default "Librem Mini v2" if BOARD_PURISM_LIBREM_MINI_V2
|
||||
|
||||
config VARIANT_DIR
|
||||
string
|
||||
default "librem_mini" if BOARD_PURISM_LIBREM_MINI
|
||||
default "librem_mini" if BOARD_PURISM_LIBREM_MINI || BOARD_PURISM_LIBREM_MINI_V2
|
||||
|
||||
config DEVICETREE
|
||||
string
|
||||
@@ -37,6 +38,7 @@ config DEVICETREE
|
||||
config CBFS_SIZE
|
||||
hex
|
||||
default 0x800000 if BOARD_PURISM_LIBREM_MINI
|
||||
default 0xA00000 if BOARD_PURISM_LIBREM_MINI_V2
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
@@ -53,6 +55,7 @@ config DIMM_SPD_SIZE
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "8086,3ea0" if BOARD_PURISM_LIBREM_MINI
|
||||
default "8086,9b41" if BOARD_PURISM_LIBREM_MINI_V2
|
||||
|
||||
config PXE_ROM_ID
|
||||
string
|
||||
|
@@ -2,3 +2,8 @@ config BOARD_PURISM_LIBREM_MINI
|
||||
bool "Librem Mini"
|
||||
select BOARD_PURISM_BASEBOARD_LIBREM_CNL
|
||||
select SOC_INTEL_WHISKEYLAKE
|
||||
|
||||
config BOARD_PURISM_LIBREM_MINI_V2
|
||||
bool "Librem Mini v2"
|
||||
select BOARD_PURISM_BASEBOARD_LIBREM_CNL
|
||||
select SOC_INTEL_COMETLAKE_1
|
||||
|
Reference in New Issue
Block a user