diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-02-01 07:10:38 -0700 |
---|---|---|
committer | Nicholas Chin <nic.c3.14@gmail.com> | 2024-02-06 13:18:31 -0700 |
commit | eee22447a7e20d7584bcad046534600fb0515c74 (patch) | |
tree | 00100f17db4bf687932266f2bb619bc812dce2c1 /config/coreboot/e6420_10mb | |
parent | a5bfbe4d10be6ea659a68e8ecff5475497c0fffa (diff) |
config: Add Dell Latitude E5530
Tested by Martin Dawson.
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'config/coreboot/e6420_10mb')
-rw-r--r-- | config/coreboot/e6420_10mb/config/libgfxinit_corebootfb | 1 | ||||
-rw-r--r-- | config/coreboot/e6420_10mb/config/libgfxinit_txtmode | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/coreboot/e6420_10mb/config/libgfxinit_corebootfb b/config/coreboot/e6420_10mb/config/libgfxinit_corebootfb index 57e434a5..1701589e 100644 --- a/config/coreboot/e6420_10mb/config/libgfxinit_corebootfb +++ b/config/coreboot/e6420_10mb/config/libgfxinit_corebootfb @@ -134,6 +134,7 @@ CONFIG_CMOS_LAYOUT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.layout" CONFIG_USBDEBUG_HCD_INDEX=2 CONFIG_BOOT_DEVICE_SPI_FLASH_BUS=0 # CONFIG_CONSOLE_POST is not set +# CONFIG_BOARD_DELL_LATITUDE_E5530 is not set # CONFIG_BOARD_DELL_E6400 is not set CONFIG_BOARD_DELL_LATITUDE_E6420=y # CONFIG_BOARD_DELL_LATITUDE_E6430 is not set diff --git a/config/coreboot/e6420_10mb/config/libgfxinit_txtmode b/config/coreboot/e6420_10mb/config/libgfxinit_txtmode index c3085fc5..67750ba2 100644 --- a/config/coreboot/e6420_10mb/config/libgfxinit_txtmode +++ b/config/coreboot/e6420_10mb/config/libgfxinit_txtmode @@ -132,6 +132,7 @@ CONFIG_CMOS_LAYOUT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.layout" CONFIG_USBDEBUG_HCD_INDEX=2 CONFIG_BOOT_DEVICE_SPI_FLASH_BUS=0 # CONFIG_CONSOLE_POST is not set +# CONFIG_BOARD_DELL_LATITUDE_E5530 is not set # CONFIG_BOARD_DELL_E6400 is not set CONFIG_BOARD_DELL_LATITUDE_E6420=y # CONFIG_BOARD_DELL_LATITUDE_E6430 is not set |