Skip to content

Commit

Permalink
config: Add AT91SAM9G20-EK
Browse files Browse the repository at this point in the history
This is an ARMv5 board so runs multi_v5_defconfig and needs an armel rootfs.

Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie authored and nuclearcat committed Mar 4, 2025
1 parent 08d36c0 commit e93acc0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ platforms:

aaeon-UPN-EHLX4RE-A10-0864: *x86_64-device

at91sam9g20ek:
<<: *arm-device
mach: atmel
dtb: dtbs/at91sam9g20ek.dtb
compatible: ['atmel,at91sam9g20ek', 'atmel,at91sam9g20', 'atmel,at91sam9']

bcm2711-rpi-4-b:
<<: *arm64-device
mach: broadcom
Expand Down
8 changes: 8 additions & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ scheduler:
- imx6dl-riotboard
- stm32mp157c-lxa-tac-gen1

- job: baseline-arm
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm-multi_v5_defconfig
runtime: *lava-broonie-runtime
platforms: &lava-broonie-armv5
- at91sam9g20ek

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

0 comments on commit e93acc0

Please sign in to comment.