diff options
Diffstat (limited to 'config/coreboot')
| -rw-r--r-- | config/coreboot/g43t_am3/config/libgfxinit_txtmode | 10 | ||||
| -rw-r--r-- | config/coreboot/x270_vfsp_16mb/target.cfg | 5 |
2 files changed, 5 insertions, 10 deletions
diff --git a/config/coreboot/g43t_am3/config/libgfxinit_txtmode b/config/coreboot/g43t_am3/config/libgfxinit_txtmode index ecea4753..c789e2ee 100644 --- a/config/coreboot/g43t_am3/config/libgfxinit_txtmode +++ b/config/coreboot/g43t_am3/config/libgfxinit_txtmode @@ -129,7 +129,7 @@ CONFIG_MAINBOARD_VENDOR="Acer" # CONFIG_BOARD_ACER_VN7_572G is not set CONFIG_BOARD_ACER_G43T_AM3=y # CONFIG_BOARD_ACER_Q45T_AM is not set -CONFIG_CBFS_SIZE=0x3FA000 +CONFIG_CBFS_SIZE=0x1FA000 CONFIG_MAX_CPUS=4 # CONFIG_ONBOARD_VGA_IS_PRIMARY is not set CONFIG_POST_DEVICE=y @@ -191,8 +191,8 @@ CONFIG_BOARD_ROMSIZE_KB_2048=y # CONFIG_COREBOOT_ROMSIZE_KB_256 is not set # CONFIG_COREBOOT_ROMSIZE_KB_512 is not set # CONFIG_COREBOOT_ROMSIZE_KB_1024 is not set -# CONFIG_COREBOOT_ROMSIZE_KB_2048 is not set -CONFIG_COREBOOT_ROMSIZE_KB_4096=y +CONFIG_COREBOOT_ROMSIZE_KB_2048=y +# CONFIG_COREBOOT_ROMSIZE_KB_4096 is not set # CONFIG_COREBOOT_ROMSIZE_KB_5120 is not set # CONFIG_COREBOOT_ROMSIZE_KB_6144 is not set # CONFIG_COREBOOT_ROMSIZE_KB_8192 is not set @@ -202,8 +202,8 @@ CONFIG_COREBOOT_ROMSIZE_KB_4096=y # CONFIG_COREBOOT_ROMSIZE_KB_24576 is not set # CONFIG_COREBOOT_ROMSIZE_KB_32768 is not set # CONFIG_COREBOOT_ROMSIZE_KB_65536 is not set -CONFIG_COREBOOT_ROMSIZE_KB=4096 -CONFIG_ROM_SIZE=0x00400000 +CONFIG_COREBOOT_ROMSIZE_KB=2048 +CONFIG_ROM_SIZE=0x00200000 CONFIG_HAVE_POWER_STATE_AFTER_FAILURE=y CONFIG_HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE=y CONFIG_POWER_STATE_OFF_AFTER_FAILURE=y diff --git a/config/coreboot/x270_vfsp_16mb/target.cfg b/config/coreboot/x270_vfsp_16mb/target.cfg index 81662ec3..a3323ba7 100644 --- a/config/coreboot/x270_vfsp_16mb/target.cfg +++ b/config/coreboot/x270_vfsp_16mb/target.cfg @@ -10,8 +10,3 @@ grubtree="xhci_nvme" vcfg="x270" build_depend="seabios/default grub/xhci_nvme memtest86plus" IFD_platform="sklkbl" - -# full ME (only deguard) used, so we don't want to do releases yet. -# we only want to do releases of roms with a neutered ME - -release="n" |
