* [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M
@ 2025-12-12 16:05 Ahmad Fatoum
2025-12-12 16:05 ` [DistroKit] [PATCH 2/2] v8a: images: beagleplay: unify whitespace in genimage.config Ahmad Fatoum
2025-12-12 16:10 ` [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Robert Schwebel
0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2025-12-12 16:05 UTC (permalink / raw)
To: distrokit; +Cc: Ahmad Fatoum
This partition is already 2M, because the image placed into it as 2M as
well, but for symmetry with stm32mp-optee.config, let's be explicit
about this.
No functional change.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
configs/platform-v7a/config/images/stm32mp.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/platform-v7a/config/images/stm32mp.config b/configs/platform-v7a/config/images/stm32mp.config
index 30e3d38db2cd..93743b3c3d5e 100644
--- a/configs/platform-v7a/config/images/stm32mp.config
+++ b/configs/platform-v7a/config/images/stm32mp.config
@@ -16,6 +16,7 @@ image @IMAGE@ {
}
partition fip {
image = "@STM32MP_BOARD@@SCMI@.fip"
+ size = 2M
}
partition barebox-environment {
--
2.47.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* [DistroKit] [PATCH 2/2] v8a: images: beagleplay: unify whitespace in genimage.config
2025-12-12 16:05 [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Ahmad Fatoum
@ 2025-12-12 16:05 ` Ahmad Fatoum
2025-12-12 16:10 ` [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Robert Schwebel
1 sibling, 0 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2025-12-12 16:05 UTC (permalink / raw)
To: distrokit; +Cc: Ahmad Fatoum
The rest of the file uses spaces, so remove the stray tabs.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
.../config/images/image-beagleplay.config | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/configs/platform-v8a/config/images/image-beagleplay.config b/configs/platform-v8a/config/images/image-beagleplay.config
index 9621bd65e9f6..593be8f80420 100644
--- a/configs/platform-v8a/config/images/image-beagleplay.config
+++ b/configs/platform-v8a/config/images/image-beagleplay.config
@@ -11,18 +11,18 @@ image @IMAGE@ {
bootable = true
}
- partition barebox-environment {
- partition-type-uuid = barebox-env
- image = barebox-default-environment
- size = 1M
- image = "/dev/zero"
- }
+ partition barebox-environment {
+ partition-type-uuid = barebox-env
+ image = barebox-default-environment
+ size = 1M
+ image = "/dev/null"
+ }
- partition barebox-state {
- partition-type-uuid = barebox-state
- size = 1M
- image = "/dev/zero"
- }
+ partition barebox-state {
+ partition-type-uuid = barebox-state
+ size = 1M
+ image = "/dev/null"
+ }
partition root-A {
image = @IMAGE@.root.ext4
@@ -52,4 +52,4 @@ image @IMAGE@.boot.vfat {
name = boot-vfat
size = 128M
empty = true
-}
\ No newline at end of file
+}
--
2.47.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M
2025-12-12 16:05 [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Ahmad Fatoum
2025-12-12 16:05 ` [DistroKit] [PATCH 2/2] v8a: images: beagleplay: unify whitespace in genimage.config Ahmad Fatoum
@ 2025-12-12 16:10 ` Robert Schwebel
1 sibling, 0 replies; 3+ messages in thread
From: Robert Schwebel @ 2025-12-12 16:10 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: distrokit
Applied series to next.
On Fri, Dec 12, 2025 at 05:05:52PM +0100, Ahmad Fatoum wrote:
> This partition is already 2M, because the image placed into it as 2M as
> well, but for symmetry with stm32mp-optee.config, let's be explicit
> about this.
>
> No functional change.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> configs/platform-v7a/config/images/stm32mp.config | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/platform-v7a/config/images/stm32mp.config b/configs/platform-v7a/config/images/stm32mp.config
> index 30e3d38db2cd..93743b3c3d5e 100644
> --- a/configs/platform-v7a/config/images/stm32mp.config
> +++ b/configs/platform-v7a/config/images/stm32mp.config
> @@ -16,6 +16,7 @@ image @IMAGE@ {
> }
> partition fip {
> image = "@STM32MP_BOARD@@SCMI@.fip"
> + size = 2M
> }
>
> partition barebox-environment {
> --
> 2.47.3
>
>
>
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-12-12 16:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-12 16:05 [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Ahmad Fatoum
2025-12-12 16:05 ` [DistroKit] [PATCH 2/2] v8a: images: beagleplay: unify whitespace in genimage.config Ahmad Fatoum
2025-12-12 16:10 ` [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox