Skip to content
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
11 changes: 11 additions & 0 deletions config/platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@ platforms:
dtb: dtbs/eswin/eic7700-hifive-premier-p550.dtb
compatible: ['sifive,hifive-premier-p550', 'eswin,eic7700']

exynos850-e850-96:
<<: *arm64-device
mach: samsung
boot_method: fastboot
dtb: dtbs/exynos/exynos850-e850-96.dtb
compatible: ['winlink,e850-96', 'samsung,exynos850']
rules:
tree:
- mainline
- next

imx23-olinuxino:
<<: *arm-device
boot_method: barebox
Expand Down
1 change: 1 addition & 0 deletions config/scheduler-pull-labs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ scheduler:
platforms:
- bcm2711-rpi-4-b
- cd8180-orion-o6
- exynos850-e850-96
- fvp-aemva
- qemu-arm64

Expand Down
Loading