summaryrefslogtreecommitdiff
path: root/br-ext/board
diff options
context:
space:
mode:
Diffstat (limited to 'br-ext/board')
-rw-r--r--br-ext/board/stmicroelectronics/stm32mp1-tz/genimage-STM32MP135F-DK.cfg34
-rw-r--r--br-ext/board/stmicroelectronics/stm32mp1-tz/overlay-STM32MP135F-DK/boot/extlinux/extlinux.conf6
2 files changed, 40 insertions, 0 deletions
diff --git a/br-ext/board/stmicroelectronics/stm32mp1-tz/genimage-STM32MP135F-DK.cfg b/br-ext/board/stmicroelectronics/stm32mp1-tz/genimage-STM32MP135F-DK.cfg
new file mode 100644
index 0000000..b458ff5
--- /dev/null
+++ b/br-ext/board/stmicroelectronics/stm32mp1-tz/genimage-STM32MP135F-DK.cfg
@@ -0,0 +1,34 @@
+image sdcard.img {
+ hdimage {
+ gpt = "true"
+ }
+
+ partition fsbl {
+ image = "tf-a-stm32mp135f-dk.stm32"
+ size = 256K
+ }
+
+ partition fip {
+ image = "fip.bin"
+ partition-type-uuid = L
+ size = 4M
+ }
+
+ partition u-boot-env {
+ partition-type-uuid = L
+ size = 4M
+ }
+
+ partition bootfs {
+ image = "bootfs.ext2"
+ partition-type-uuid = L
+ size = 32M
+ bootable = "yes"
+ }
+
+ partition rootfs {
+ image = "rootfs.ext2"
+ partition-type-uuid = L
+ size = 128M
+ }
+}
diff --git a/br-ext/board/stmicroelectronics/stm32mp1-tz/overlay-STM32MP135F-DK/boot/extlinux/extlinux.conf b/br-ext/board/stmicroelectronics/stm32mp1-tz/overlay-STM32MP135F-DK/boot/extlinux/extlinux.conf
new file mode 100644
index 0000000..990af59
--- /dev/null
+++ b/br-ext/board/stmicroelectronics/stm32mp1-tz/overlay-STM32MP135F-DK/boot/extlinux/extlinux.conf
@@ -0,0 +1,6 @@
+TIMEOUT 20
+DEFAULT stm32mp13-buildroot
+LABEL stm32mp13-buildroot
+ kernel /boot/uImage
+ devicetree /boot/stm32mp135f-dk.dtb
+ append root=/dev/mmcblk0p5 rootwait rw console=ttySTM0,115200 earlyprintk