Skip to content

Commit

Permalink
Merge #2110
Browse files Browse the repository at this point in the history
2110: Makefile: Bump the OpenTitan ROM file r=hudson-ayers a=alistair23

### Pull Request Overview

### Testing Strategy

CI

### TODO or Help Wanted

### Documentation Updated

- [X] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [X] Ran `make prepush`.


Co-authored-by: Alistair Francis <alistair.francis@wdc.com>
  • Loading branch information
bors[bot] and alistair23 committed Sep 15, 2020
2 parents 11951e9 + c24ee69 commit c5b7a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -507,11 +507,11 @@ endef
define ci_setup_qemu_opentitan
$(call banner,CI-Setup: Get OpenTitan boot ROM image)
# Download OpenTitan image
@printf "Downloading OpenTitan boot rom from: 2c39964775b770e9270dd26db97fe145069833e8\n"
@printf "Downloading OpenTitan boot rom from: 5b2f67c10244a3f4d0e9b92a4fdc5c397fd69b73\n"
@pwd=$$(pwd) && \
temp=$$(mktemp -d) && \
cd $$temp && \
curl $$(curl "https://dev.azure.com/lowrisc/opentitan/_apis/build/builds/19398/artifacts?artifactName=opentitan-dist&api-version=5.1" | cut -d \" -f 38) --output opentitan-dist.zip; \
curl $$(curl "https://dev.azure.com/lowrisc/opentitan/_apis/build/builds/21336/artifacts?artifactName=opentitan-dist&api-version=5.1" | cut -d \" -f 38) --output opentitan-dist.zip; \
unzip opentitan-dist.zip; \
tar -xf opentitan-dist/opentitan-snapshot-20191101-*.tar.xz; \
mv opentitan-snapshot-20191101-*/sw/device/boot_rom/boot_rom_fpga_nexysvideo.elf $$pwd/tools/qemu-runner/opentitan-boot-rom.elf
Expand Down

0 comments on commit c5b7a4f

Please sign in to comment.