diff options
author | Simon Glass <sjg@chromium.org> | 2023-08-11 12:17:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-17 12:29:21 -0400 |
commit | c60e6a24dd432fa5975cdd9077cfbdbe34e0a588 (patch) | |
tree | 4d93a35598c455f548ff327afe0381eed13a1613 /.azure-pipelines.yml | |
parent | 0d9a1262bb0aad6f5a93ec081eb7c4873d6a5226 (diff) | |
download | u-boot-c60e6a24dd432fa5975cdd9077cfbdbe34e0a588.tar.gz u-boot-c60e6a24dd432fa5975cdd9077cfbdbe34e0a588.tar.bz2 u-boot-c60e6a24dd432fa5975cdd9077cfbdbe34e0a588.zip |
CI: x86: coreboot: Update to latest coreboot
Use a recent coreboot build for this test.
The coreboot commit is:
6f5ead14b4 mb/google/nissa/var/joxer: Update eMMC DLL settings
This is build with default settings, i.e. QEMU x86 i440fx/piix4
Add some documentation as to how to update it next time.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 31850ae571..53a83eef7d 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -426,7 +426,7 @@ stages: cp images/spi-nor.img ${UBOOT_TRAVIS_BUILD_DIR}/; fi if [[ "${TEST_PY_BD}" == "coreboot" ]]; then - wget -O - "https://drive.google.com/uc?id=1x6nrtWIyIRPLS2cQBwYTnT2TbOI8UjmM&export=download" |xz -dc >${UBOOT_TRAVIS_BUILD_DIR}/coreboot.rom; + wget -O - "https://drive.google.com/uc?id=1uJ2VkUQ8czWFZmhJQ90Tp8V_zrJ6BrBH&export=download" |xz -dc >${UBOOT_TRAVIS_BUILD_DIR}/coreboot.rom; wget -O - "https://drive.google.com/uc?id=149Cz-5SZXHNKpi9xg6R_5XITWohu348y&export=download" >cbfstool; chmod a+x cbfstool; ./cbfstool ${UBOOT_TRAVIS_BUILD_DIR}/coreboot.rom add-flat-binary -f ${UBOOT_TRAVIS_BUILD_DIR}/u-boot.bin -n fallback/payload -c LZMA -l 0x1110000 -e 0x1110000; |