Skip to content

platforms: Add support for Banana Pi BPI-F3 #1267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
baseline-arm64-foundriesio: *baseline-job
baseline-riscv-broonie: *baseline-job
baseline-riscv-clabbe: *baseline-job
baseline-riscv-collabora: *baseline-job
baseline-x86: *baseline-job
baseline-x86-baylibre: *baseline-job
baseline-x86-kcidebug-amd: *baseline-job
Expand Down
6 changes: 6 additions & 0 deletions config/platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,12 @@ platforms:

shell:

spacemit-k1-bananapi-f3:
<<: *riscv-device
mach: spacemit
dtb: dtbs/spacemit/k1-bananapi-f3.dtb
compatible: ['bananapi,bpi-f3', 'spacemit,k1']

stm32mp157a-dhcor-avenger96:
<<: *arm-device
mach: st
Expand Down
6 changes: 6 additions & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,12 @@ scheduler:
- sun20i-d1-nezha
- jh7100-starfive-visionfive-v1

- job: baseline-riscv-collabora
event: *kbuild-gcc-12-riscv-node-event
runtime: *lava-collabora-runtime
platforms:
- spacemit-k1-bananapi-f3

- job: baseline-x86
event: &kbuild-gcc-12-x86-node-event
<<: *node-event-kbuild
Expand Down