0380696669
This patch adds support to Octavo Systems BRK 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-brk/ The device tree blobs come from Octavo System: https://github.com/octavosystems/OSD32MP1-BRK-device-tree.git The uboot patches come from Octavo System: https://github.com/octavosystems/BRK_Developer_Package_patches/tree/master/u-boot-v2020.01-stm32mp Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
318 B
INI
24 lines
318 B
INI
image sdcard.img {
|
|
hdimage {
|
|
gpt = "true"
|
|
}
|
|
|
|
partition fsbl1 {
|
|
image = "tf-a-stm32mp157c-osd32mp1-brk.stm32"
|
|
}
|
|
|
|
partition fsbl2 {
|
|
image = "tf-a-stm32mp157c-osd32mp1-brk.stm32"
|
|
}
|
|
|
|
partition ssbl {
|
|
image = "u-boot.stm32"
|
|
size = 2M
|
|
}
|
|
|
|
partition rootfs {
|
|
image = "rootfs.ext4"
|
|
bootable = "yes"
|
|
}
|
|
}
|