diff options
author | Leah Rowe <leah@libreboot.org> | 2024-02-07 13:03:46 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-02-07 13:04:56 +0000 |
commit | 91792c0c330a3dcfc04ba78a279fb2c55ed5092c (patch) | |
tree | f93ae5640fc50d753d21a9f9dc8542fb523759f8 /config/coreboot/e5530_12mb | |
parent | 667854de1513c7d1626fe2c9b026f2afa30b1968 (diff) |
update coreboot configs
this was done automatically by running:
./update trees -u coreboot
this has to be done when adding patches for now board ports,
because of the way lbmk and also coreboot's build systems work.
the configs just have to be re-generated to include a line
that says the entry for the newly added boards isn't set. look
at the diff of this commit as an example.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/e5530_12mb')
-rw-r--r-- | config/coreboot/e5530_12mb/config/libgfxinit_corebootfb | 2 | ||||
-rw-r--r-- | config/coreboot/e5530_12mb/config/libgfxinit_txtmode | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/coreboot/e5530_12mb/config/libgfxinit_corebootfb b/config/coreboot/e5530_12mb/config/libgfxinit_corebootfb index 1bf88b65..2020f782 100644 --- a/config/coreboot/e5530_12mb/config/libgfxinit_corebootfb +++ b/config/coreboot/e5530_12mb/config/libgfxinit_corebootfb @@ -140,6 +140,8 @@ CONFIG_BOARD_DELL_LATITUDE_E5530=y # CONFIG_BOARD_DELL_LATITUDE_E6430 is not set # CONFIG_BOARD_DELL_LATITUDE_E6520 is not set # CONFIG_BOARD_DELL_LATITUDE_E6530 is not set +# CONFIG_BOARD_DELL_OPTIPLEX_9020_SFF is not set +# CONFIG_BOARD_DELL_OPTIPLEX_9020_MT is not set # CONFIG_BOARD_DELL_OPTIPLEX_9010 is not set # CONFIG_BOARD_DELL_PRECISION_T1650 is not set CONFIG_PS2K_EISAID="PNP0303" diff --git a/config/coreboot/e5530_12mb/config/libgfxinit_txtmode b/config/coreboot/e5530_12mb/config/libgfxinit_txtmode index b15a06c7..fa6e674f 100644 --- a/config/coreboot/e5530_12mb/config/libgfxinit_txtmode +++ b/config/coreboot/e5530_12mb/config/libgfxinit_txtmode @@ -138,6 +138,8 @@ CONFIG_BOARD_DELL_LATITUDE_E5530=y # CONFIG_BOARD_DELL_LATITUDE_E6430 is not set # CONFIG_BOARD_DELL_LATITUDE_E6520 is not set # CONFIG_BOARD_DELL_LATITUDE_E6530 is not set +# CONFIG_BOARD_DELL_OPTIPLEX_9020_SFF is not set +# CONFIG_BOARD_DELL_OPTIPLEX_9020_MT is not set # CONFIG_BOARD_DELL_OPTIPLEX_9010 is not set # CONFIG_BOARD_DELL_PRECISION_T1650 is not set CONFIG_PS2K_EISAID="PNP0303" |