summaryrefslogtreecommitdiff
path: root/br-ext/board/stmicroelectronics/stm32mp1-tz/genimage-STM32MP135F-DK.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'br-ext/board/stmicroelectronics/stm32mp1-tz/genimage-STM32MP135F-DK.cfg')
-rw-r--r--br-ext/board/stmicroelectronics/stm32mp1-tz/genimage-STM32MP135F-DK.cfg34
1 files changed, 34 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
+ }
+}