Browse Source

update to current coreboot master HEAD plus one commit for a MCU

pull/87/head
Martin Kepplinger 5 years ago
parent
commit
0c66af2b8c
4 changed files with 13 additions and 0 deletions
  1. +6
    -0
      common/download_coreboot.sh
  2. +7
    -0
      x230/NEWS
  3. +0
    -0
      x230/free-defconfig-8f0576f420
  4. +0
    -0
      x230/nonfree-defconfig-8f0576f420

+ 6
- 0
common/download_coreboot.sh View File

@ -27,6 +27,12 @@ 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/67/32167/1
}
################################################################################


+ 7
- 0
x230/NEWS View File

@ -1,3 +1,10 @@
skulls-x230 0.1.3 - unreleased
---------------------------------------
This release includes the following changes:
* based on coreboot commit 8f0576f420
(parent in master branch 622a28d22b)
* update Intel's microcode revision from 0x20 to 0x21
skulls-x230 0.1.2 - released 2019-03-08
---------------------------------------


x230/free-defconfig-9276fe4089 → x230/free-defconfig-8f0576f420 View File


x230/nonfree-defconfig-9276fe4089 → x230/nonfree-defconfig-8f0576f420 View File


Loading…
Cancel
Save