3e708ed1f2
This patch bumps following packages to the newer version: - OpenSBI v1.1 - U-boot v2022.10 - Linux 6.0 Linux kernel is hosted on AndesTech Github which includes ethernet, SD card, DMAC, RTC, WDT drivers support. OpenSBI is based on v1.1 with andes platfrom fdt driver. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
27 lines
312 B
INI
27 lines
312 B
INI
image boot.vfat {
|
|
vfat {
|
|
files = {
|
|
"u-boot-spl.bin",
|
|
"u-boot.itb",
|
|
"ae350_ax45mp.dtb",
|
|
}
|
|
}
|
|
size = 2M
|
|
}
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition boot {
|
|
partition-type = 0xC
|
|
image = "boot.vfat"
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
bootable = true
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|