Browse Source

x230: update coreboot to recent state

pull/119/head
Martin Kepplinger 5 years ago
parent
commit
31332120b6
4 changed files with 5 additions and 9 deletions
  1. +0
    -6
      common/download_coreboot.sh
  2. +1
    -0
      x230/NEWS
  3. +2
    -1
      x230/free-defconfig-4357a820764
  4. +2
    -2
      x230/nonfree-defconfig-4357a820764

+ 0
- 6
common/download_coreboot.sh View File

@ -27,12 +27,6 @@ function gitUpdate() {
cd "$DOCKER_COREBOOT_DIR/3rdparty/blobs/" || exit
git fetch --all --tags --prune
fi
# update the blobs repo to include the microcode update we need
cd "$DOCKER_COREBOOT_DIR/3rdparty/blobs/" || exit
git pull https://review.coreboot.org/blobs refs/changes/66/32166/1
cd "$DOCKER_COREBOOT_DIR" || exit
git pull https://review.coreboot.org/coreboot refs/changes/97/33197/2
}
################################################################################


+ 1
- 0
x230/NEWS View File

@ -3,6 +3,7 @@ skulls-x230 0.1.7 - unreleased
---------------------------------------
This release includes the following changes:
* update coreboot-sdk to version d70f5fae1c
* based on coreboot commit 4357a82076
skulls-x230 0.1.6 - released 2019-06-07
---------------------------------------


x230/free-defconfig-555419f356 → x230/free-defconfig-4357a820764 View File

@ -1,11 +1,12 @@
CONFIG_USE_OPTION_TABLE=y
CONFIG_USE_BLOBS=y
CONFIG_VENDOR_LENOVO=y
CONFIG_CBFS_SIZE=0x400000
CONFIG_BOARD_LENOVO_X230=y
CONFIG_NO_POST=y
# CONFIG_H8_BEEP_ON_DEATH is not set
CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y
CONFIG_NO_POST=y
CONFIG_COREINFO_SECONDARY_PAYLOAD=y
CONFIG_MEMTEST_SECONDARY_PAYLOAD=y
CONFIG_NVRAMCUI_SECONDARY_PAYLOAD=y

x230/nonfree-defconfig-555419f356 → x230/nonfree-defconfig-4357a820764 View File


Loading…
Cancel
Save