diff options
| -rw-r--r-- | config/coreboot/g43t_am3/config/libgfxinit_txtmode | 10 | ||||
| -rw-r--r-- | config/coreboot/x270_vfsp_16mb/target.cfg | 5 | ||||
| -rw-r--r-- | config/ifd/g43t_am3/ifd | bin | 8192 -> 8192 bytes | |||
| -rw-r--r-- | include/get.sh | 2 |
4 files changed, 7 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" diff --git a/config/ifd/g43t_am3/ifd b/config/ifd/g43t_am3/ifd Binary files differindex 79f92194..9c0da79c 100644 --- a/config/ifd/g43t_am3/ifd +++ b/config/ifd/g43t_am3/ifd diff --git a/include/get.sh b/include/get.sh index 834acd08..3e25ea3f 100644 --- a/include/get.sh +++ b/include/get.sh @@ -272,6 +272,8 @@ try_fetch_file() try_curl() { + _ua="" + case "$2" in https://www.supermicro.com/*) _ua="curl/8.6.0";; |
