File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 7575
7676 - name : Install cross compilers
7777 run : |
78- sudo apt-get install -y gcc-arm-none-eabi gcc-aarch64-linux-gnu gcc-powerpc-linux-gnu gnu-efi
78+ sudo apt-get install -y gcc-arm-none-eabi gcc-aarch64-linux-gnu gcc-powerpc-linux-gnu gnu-efi gcc-riscv64-unknown-elf
7979
8080 - name : make clean
8181 run : |
Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ jobs:
207207 arch : arm
208208 config-file : ./config/examples/mcxw-tz.config
209209
210- # TODO: polarfire_mpfs250.config requires PolarFire SoC SDK
211- # polarfire_mpfs250_test:
212- # uses: ./.github/workflows/test-build-mcux-sdk.yml
213- # with:
214- # arch: riscv64
215- # config-file: ./config/examples/polarfire_mpfs250.config
210+ microchip_mpfs250_test :
211+ uses : ./.github/workflows/test-build.yml
212+ with :
213+ arch : riscv64
214+ config-file : ./config/examples/polarfire_mpfs250.config
215+
216216 raspi3_test :
217217 uses : ./.github/workflows/test-build.yml
218218 with :
Original file line number Diff line number Diff line change 4343#include "printf.h"
4444#include "wolfboot/wolfboot.h"
4545#include "disk.h"
46+ #ifdef WOLFBOOT_ELF
47+ #include "elf.h"
48+ #endif
4649
4750#include <stdint.h>
4851#include <string.h>
You can’t perform that action at this time.
0 commit comments