mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-18 05:02:38 +02:00
OE-Core is using OpenSBI tag v1.1, this revision is based to v1.1 while includes fdt driver support for AE350 platform so it can use with the latest device tree provided by Andes Linux kernel 6.0. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
14 lines
493 B
Plaintext
14 lines
493 B
Plaintext
# Mainline OpenSBI supports the C906 out of the box, but it needs a few tweaks
|
|
# and a new reset driver for the sunxi watchdog.
|
|
FILESEXTRAPATHS:prepend:nezha := "${THISDIR}/files:"
|
|
|
|
SRC_URI:append:nezha = " \
|
|
file://0001-lib-utils-fdt-Require-match-data-to-be-const.patch \
|
|
file://0002-lib-utils-timer-Add-a-separate-compatible-for-the-D1.patch \
|
|
"
|
|
|
|
INSANE_SKIP:${PN}:nezha += "ldflags"
|
|
|
|
# Support fdt drivers for AE350
|
|
SRCREV:ae350-ax45mp = "22f38ee6c658a660083aa45c4ec6c72f66a17260"
|