Browse Source

common: add one out-of-tree change to the blobs repo - microcode update

pull/36/head
Martin Kepplinger 5 years ago
parent
commit
657d8326b1
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      common/download_coreboot.sh

+ 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
# pull in microcode update to the blobs repo
cd "$DOCKER_COREBOOT_DIR/3rdparty/blobs/" || exit
git pull https://review.coreboot.org/blobs refs/changes/52/27352/1
cd "$DOCKER_COREBOOT_DIR" || exit
git pull https://review.coreboot.org/coreboot refs/changes/54/27354/3
}
################################################################################


Loading…
Cancel
Save