672807b815
This patch adds support for the Octavo Systems RED board. We use the
TF-A, U-Boot and Linux versions from ST, Device Trees from Octavo, as
well as a U-Boot patch from Octavo.
Reference:
https://octavosystems.com/octavo_products/osd32mp1-red/
The device tree blobs come from Octavo System:
https://github.com/octavosystems/OSD32MP1-RED-Device-tree.git
The uboot patches come from Octavo System:
395ebd1f48/patches/u-boot-2018.11
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
294 B
INI
24 lines
294 B
INI
image sdcard.img {
|
|
hdimage {
|
|
gpt = "true"
|
|
}
|
|
|
|
partition fsbl1 {
|
|
image = "tf-a-osd32mp1-red.stm32"
|
|
}
|
|
|
|
partition fsbl2 {
|
|
image = "tf-a-osd32mp1-red.stm32"
|
|
}
|
|
|
|
partition ssbl {
|
|
image = "u-boot.stm32"
|
|
size = 2M
|
|
}
|
|
|
|
partition rootfs {
|
|
image = "rootfs.ext4"
|
|
bootable = "yes"
|
|
}
|
|
}
|