Skip to content

Commit

Permalink
Merge #1935
Browse files Browse the repository at this point in the history
1935: Makefile: Update the OpenTitan boot ROM r=ppannuto a=alistair23

### Pull Request Overview

Updates the OT boot ROM to fix the failing CI.


### 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 Jun 15, 2020
2 parents 91fa0c3 + 0a694a1 commit 79ca88a
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 @@ -483,11 +483,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: 2aedf641120665b91c3a5d5aa214175d09f71ee6\n"
@printf "Downloading OpenTitan boot rom from: 1beb08b474790d4b6c67ae5b3423e2e8dfc9e368\n"
@pwd=$$(pwd) && \
temp=$$(mktemp -d)\
cd $$temp && \
curl $$(curl "https://dev.azure.com/lowrisc/opentitan/_apis/build/builds/13066/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/14991/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 79ca88a

Please sign in to comment.