From b97d040ea34992362cbd839f04c3964040cd0224 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Fri, 7 Jun 2019 07:42:50 +0200 Subject: [PATCH] update coreboot to current master state --- common/download_coreboot.sh | 2 +- x230/NEWS | 2 ++ x230/{free-defconfig-139b3cef03 => free-defconfig-555419f356} | 0 ...onfree-defconfig-139b3cef03 => nonfree-defconfig-555419f356} | 0 4 files changed, 3 insertions(+), 1 deletion(-) rename x230/{free-defconfig-139b3cef03 => free-defconfig-555419f356} (100%) rename x230/{nonfree-defconfig-139b3cef03 => nonfree-defconfig-555419f356} (100%) diff --git a/common/download_coreboot.sh b/common/download_coreboot.sh index 0d9303d..48c649b 100755 --- a/common/download_coreboot.sh +++ b/common/download_coreboot.sh @@ -32,7 +32,7 @@ function gitUpdate() { 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/3 + git pull https://review.coreboot.org/coreboot refs/changes/97/33197/2 } ################################################################################ diff --git a/x230/NEWS b/x230/NEWS index 303671d..6535df5 100644 --- a/x230/NEWS +++ b/x230/NEWS @@ -1,6 +1,8 @@ skulls-x230 0.1.6 - unreleased --------------------------------------- This release includes the following changes: +* based on coreboot commit 555419f356 + (parent in master branch 55c5777170) * simplified and improved scripts: * before_first_install.sh is included in x230_skulls.sh * upgrade.sh is now x230_skulls.sh -U diff --git a/x230/free-defconfig-139b3cef03 b/x230/free-defconfig-555419f356 similarity index 100% rename from x230/free-defconfig-139b3cef03 rename to x230/free-defconfig-555419f356 diff --git a/x230/nonfree-defconfig-139b3cef03 b/x230/nonfree-defconfig-555419f356 similarity index 100% rename from x230/nonfree-defconfig-139b3cef03 rename to x230/nonfree-defconfig-555419f356