arm: Add ISB before WFI, after enabling timer #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mips | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install cross compiler toolchains | |
run: sudo apt-get install gcc-mips-linux-gnu g++-mips-linux-gnu gcc-10-mips-linux-gnu g++-10-mips-linux-gnu | |
- uses: actions/[email protected] | |
- name: make | |
run: make CROSS_COMPILE=mips-linux-gnu- 'TEMPLATE_FILTER=mips-malta-mp mips-malta-64r2-mp' -j $(nproc) l4check |