All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file
@ 2021-11-07  2:42 Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 061/102] board/orangepi/orangepi-pc2/genimage.cfg: " Giulio Benetti
                   ` (41 more replies)
  0 siblings, 42 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-pc/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/orangepi/orangepi-pc/genimage.cfg b/board/orangepi/orangepi-pc/genimage.cfg
index 932d81cf12..14e326cc56 100644
--- a/board/orangepi/orangepi-pc/genimage.cfg
+++ b/board/orangepi/orangepi-pc/genimage.cfg
@@ -8,6 +8,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 10M
 }
 
@@ -18,8 +19,8 @@ image sdcard.img {
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot-sunxi-with-spl.bin"
-		offset = 8192
-		size = 1040384 # 1MB - 8192
+		offset = 8K
+		size = 1016K # 1MB - 8KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 061/102] board/orangepi/orangepi-pc2/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 062/102] board/orangepi/orangepi-plus/genimage.cfg: " Giulio Benetti
                   ` (40 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-pc2/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/orangepi/orangepi-pc2/genimage.cfg b/board/orangepi/orangepi-pc2/genimage.cfg
index e10c67ffc3..221998f6fc 100644
--- a/board/orangepi/orangepi-pc2/genimage.cfg
+++ b/board/orangepi/orangepi-pc2/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 64M
 }
 
@@ -16,14 +17,14 @@ image sdcard.img {
 	partition spl {
 		in-partition-table = "no"
 		image = "sunxi-spl.bin"
-		offset = 8192
+		offset = 8K
 	}
 
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot.itb"
 		offset = 40K
-		size = 1M # 1MB - 40K
+		size = 984K # 1MB - 40K
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 062/102] board/orangepi/orangepi-plus/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 061/102] board/orangepi/orangepi-pc2/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 063/102] board/orangepi/orangepi-prime/genimage.cfg: " Giulio Benetti
                   ` (39 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-plus/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/orangepi/orangepi-plus/genimage.cfg b/board/orangepi/orangepi-plus/genimage.cfg
index 391678b73a..1ca30258dc 100644
--- a/board/orangepi/orangepi-plus/genimage.cfg
+++ b/board/orangepi/orangepi-plus/genimage.cfg
@@ -8,6 +8,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 10M
 }
 
@@ -18,8 +19,8 @@ image sdcard.img {
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot-sunxi-with-spl.bin"
-		offset = 8192
-		size = 1040384 # 1MB - 8192
+		offset = 8K
+		size = 1016K # 1MB - 8KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 063/102] board/orangepi/orangepi-prime/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 061/102] board/orangepi/orangepi-pc2/genimage.cfg: " Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 062/102] board/orangepi/orangepi-plus/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 064/102] board/orangepi/orangepi-r1/genimage.cfg: " Giulio Benetti
                   ` (38 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-prime/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/orangepi/orangepi-prime/genimage.cfg b/board/orangepi/orangepi-prime/genimage.cfg
index bb01ed9f10..8a3aa14fdd 100644
--- a/board/orangepi/orangepi-prime/genimage.cfg
+++ b/board/orangepi/orangepi-prime/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 64M
 }
 
@@ -16,14 +17,14 @@ image sdcard.img {
 	partition spl {
 		in-partition-table = "no"
 		image = "sunxi-spl.bin"
-		offset = 8192
+		offset = 8K
 	}
 
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot.itb"
 		offset = 40K
-		size = 1M # 1MB - 40K
+		size = 984K # 1MB - 40KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 064/102] board/orangepi/orangepi-r1/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (2 preceding siblings ...)
  2021-11-07  2:42 ` [Buildroot] [PATCH 063/102] board/orangepi/orangepi-prime/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 065/102] board/orangepi/orangepi-rk3399/genimage.cfg: " Giulio Benetti
                   ` (37 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-r1/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/orangepi/orangepi-r1/genimage.cfg b/board/orangepi/orangepi-r1/genimage.cfg
index edda03b3ef..a2ad618557 100644
--- a/board/orangepi/orangepi-r1/genimage.cfg
+++ b/board/orangepi/orangepi-r1/genimage.cfg
@@ -8,6 +8,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 10M
 }
 
@@ -22,8 +23,8 @@ image sdcard.img {
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot-sunxi-with-spl.bin"
-		offset = 8192
-		size = 1056768 # 1MB - 8192 + 16384 (GPT)
+		offset = 8K
+		size = 1032K # 1MB - 8KB + 16KB(GPT)
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 065/102] board/orangepi/orangepi-rk3399/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (3 preceding siblings ...)
  2021-11-07  2:42 ` [Buildroot] [PATCH 064/102] board/orangepi/orangepi-r1/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 066/102] board/orangepi/orangepi-win/genimage.cfg: " Giulio Benetti
                   ` (36 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-rk3399/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/orangepi/orangepi-rk3399/genimage.cfg b/board/orangepi/orangepi-rk3399/genimage.cfg
index 21272c28f6..ceab37963d 100644
--- a/board/orangepi/orangepi-rk3399/genimage.cfg
+++ b/board/orangepi/orangepi-rk3399/genimage.cfg
@@ -6,11 +6,11 @@ image boot.vfat {
 			"extlinux"
 		}
 	}
+
 	size = 64M
 }
 
 image sdcard.img {
-
 	hdimage {
 		gpt = true
 	}
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 066/102] board/orangepi/orangepi-win/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (4 preceding siblings ...)
  2021-11-07  2:42 ` [Buildroot] [PATCH 065/102] board/orangepi/orangepi-rk3399/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 067/102] board/orangepi/orangepi-zero-plus/genimage.cfg: " Giulio Benetti
                   ` (35 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-win/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/orangepi/orangepi-win/genimage.cfg b/board/orangepi/orangepi-win/genimage.cfg
index db025d55ca..3e691b436d 100644
--- a/board/orangepi/orangepi-win/genimage.cfg
+++ b/board/orangepi/orangepi-win/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 64M
 }
 
@@ -16,14 +17,14 @@ image sdcard.img {
 	partition spl {
 		in-partition-table = "no"
 		image = "sunxi-spl.bin"
-		offset = 8192
+		offset = 8K
 	}
 
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot.itb"
 		offset = 40K
-		size = 1M # 1MB - 40K
+		size = 984K # 1MB - 40KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 067/102] board/orangepi/orangepi-zero-plus/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (5 preceding siblings ...)
  2021-11-07  2:42 ` [Buildroot] [PATCH 066/102] board/orangepi/orangepi-win/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 068/102] board/orangepi/orangepi-zero-plus2/genimage.cfg: " Giulio Benetti
                   ` (34 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-zero-plus/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/orangepi/orangepi-zero-plus/genimage.cfg b/board/orangepi/orangepi-zero-plus/genimage.cfg
index ec15898ddd..04d95b1deb 100644
--- a/board/orangepi/orangepi-zero-plus/genimage.cfg
+++ b/board/orangepi/orangepi-zero-plus/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 64M
 }
 
@@ -16,14 +17,14 @@ image sdcard.img {
 	partition spl {
 		in-partition-table = "no"
 		image = "sunxi-spl.bin"
-		offset = 8192
+		offset = 8K
 	}
 
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot.itb"
 		offset = 40K
-		size = 1M # 1MB - 40K
+		size = 984K # 1MB - 40KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 068/102] board/orangepi/orangepi-zero-plus2/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (6 preceding siblings ...)
  2021-11-07  2:42 ` [Buildroot] [PATCH 067/102] board/orangepi/orangepi-zero-plus/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 069/102] board/orangepi/orangepi-zero/genimage.cfg: " Giulio Benetti
                   ` (33 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-zero-plus2/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/orangepi/orangepi-zero-plus2/genimage.cfg b/board/orangepi/orangepi-zero-plus2/genimage.cfg
index 255acdbecb..f51ce3f854 100644
--- a/board/orangepi/orangepi-zero-plus2/genimage.cfg
+++ b/board/orangepi/orangepi-zero-plus2/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 64M
 }
 
@@ -20,8 +21,8 @@ image sdcard.img {
 	partition spl {
 		in-partition-table = "no"
 		image = "u-boot-sunxi-with-spl.bin"
-		offset = 8192
-		size = 1056768 # 1MB - 8K + 16K(GPT)
+		offset = 8K
+		size = 1032K # 1MB - 8KB + 16KB(GPT)
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 069/102] board/orangepi/orangepi-zero/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (7 preceding siblings ...)
  2021-11-07  2:42 ` [Buildroot] [PATCH 068/102] board/orangepi/orangepi-zero-plus2/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 070/102] board/pandaboard/genimage.cfg: " Giulio Benetti
                   ` (32 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-zero/genimage.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/orangepi/orangepi-zero/genimage.cfg b/board/orangepi/orangepi-zero/genimage.cfg
index 017435f28e..32f5454ae6 100644
--- a/board/orangepi/orangepi-zero/genimage.cfg
+++ b/board/orangepi/orangepi-zero/genimage.cfg
@@ -18,8 +18,8 @@ image sdcard.img {
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot-sunxi-with-spl.bin"
-		offset = 8192
-		size = 1040384 # 1MB - 8192
+		offset = 8K
+		size = 1016K # 1MB - 8KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 070/102] board/pandaboard/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (8 preceding siblings ...)
  2021-11-07  2:42 ` [Buildroot] [PATCH 069/102] board/orangepi/orangepi-zero/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:42 ` [Buildroot] [PATCH 071/102] board/pc/genimage-bios.cfg: " Giulio Benetti
                   ` (31 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/pandaboard/genimage.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/pandaboard/genimage.cfg b/board/pandaboard/genimage.cfg
index f30033f023..dfe388227e 100644
--- a/board/pandaboard/genimage.cfg
+++ b/board/pandaboard/genimage.cfg
@@ -5,6 +5,7 @@ image boot.vfat {
 			"u-boot.img"
 		}
 	}
+
 	size = 8M
 }
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 071/102] board/pc/genimage-bios.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (9 preceding siblings ...)
  2021-11-07  2:42 ` [Buildroot] [PATCH 070/102] board/pandaboard/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:42 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 072/102] board/pc/genimage-efi.cfg: " Giulio Benetti
                   ` (30 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/pc/genimage-bios.cfg | 36 +++++++++++++++++-------------------
 1 file changed, 17 insertions(+), 19 deletions(-)

diff --git a/board/pc/genimage-bios.cfg b/board/pc/genimage-bios.cfg
index c669499915..26d12d9ab3 100644
--- a/board/pc/genimage-bios.cfg
+++ b/board/pc/genimage-bios.cfg
@@ -1,24 +1,22 @@
 image disk.img {
+	hdimage {
+	}
 
-  hdimage {
-  }
+	partition boot {
+		in-partition-table = "no"
+		image = "boot.img"
+		offset = 0
+		size = 512
+	}
 
-  partition boot {
-    in-partition-table = "no"
-    image = "boot.img"
-    offset = 0
-    size = 512
-  }
-
-  partition grub {
-    in-partition-table = "no"
-    image = "grub.img"
-    offset = 512
-  }
-
-  partition root {
-    partition-type = 0x83
-    image = "rootfs.ext2"
-  }
+	partition grub {
+		in-partition-table = "no"
+		image = "grub.img"
+		offset = 512
+	}
 
+	partition root {
+		partition-type = 0x83
+		image = "rootfs.ext2"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 072/102] board/pc/genimage-efi.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (10 preceding siblings ...)
  2021-11-07  2:42 ` [Buildroot] [PATCH 071/102] board/pc/genimage-bios.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 073/102] board/pine64/pine64/genimage.cfg: " Giulio Benetti
                   ` (29 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/pc/genimage-efi.cfg | 49 ++++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

diff --git a/board/pc/genimage-efi.cfg b/board/pc/genimage-efi.cfg
index 34befb7d69..9cf701b798 100644
--- a/board/pc/genimage-efi.cfg
+++ b/board/pc/genimage-efi.cfg
@@ -1,31 +1,32 @@
 image efi-part.vfat {
-  vfat {
-    file EFI {
-      image = "efi-part/EFI"
-    }
-    file bzImage {
-      image = "bzImage"
-    }
-  }
-  # 16MB - 32KB
-  size = 16744448
+	vfat {
+		file EFI {
+			image = "efi-part/EFI"
+		}
+
+		file bzImage {
+			image = "bzImage"
+		}
+	}
+
+	size = 16352K # 16MB - 32KB
 }
 
 image disk.img {
-  hdimage {
-    gpt = true
-  }
+	hdimage {
+		gpt = true
+	}
 
-  partition boot {
-    image = "efi-part.vfat"
-    partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
-    offset = 32768
-    bootable = true
-  }
+	partition boot {
+		image = "efi-part.vfat"
+		partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
+		offset = 32K
+		bootable = true
+	}
 
-  partition root {
-    partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
-    partition-uuid = UUID_TMP
-    image = "rootfs.ext2"
-  }
+	partition root {
+		partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
+		partition-uuid = UUID_TMP
+		image = "rootfs.ext2"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 073/102] board/pine64/pine64/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (11 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 072/102] board/pc/genimage-efi.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 074/102] board/pine64/rock64/genimage.cfg: " Giulio Benetti
                   ` (28 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/pine64/pine64/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/pine64/pine64/genimage.cfg b/board/pine64/pine64/genimage.cfg
index 2ff38d5415..ae2f93c1ec 100644
--- a/board/pine64/pine64/genimage.cfg
+++ b/board/pine64/pine64/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 64M
 }
 
@@ -16,14 +17,14 @@ image sdcard.img {
 	partition spl {
 		in-partition-table = "no"
 		image = "sunxi-spl.bin"
-		offset = 8192
+		offset = 8K
 	}
 
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot.itb"
 		offset = 40K
-		size = 1M # 1MB - 40K
+		size = 984K # 1MB - 40KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 074/102] board/pine64/rock64/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (12 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 073/102] board/pine64/pine64/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 075/102] board/pine64/rockpro64/genimage.cfg: " Giulio Benetti
                   ` (27 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/pine64/rock64/genimage.cfg | 36 ++++++++++++++++----------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/board/pine64/rock64/genimage.cfg b/board/pine64/rock64/genimage.cfg
index 0b5a0d8804..7b749d1dd6 100644
--- a/board/pine64/rock64/genimage.cfg
+++ b/board/pine64/rock64/genimage.cfg
@@ -1,23 +1,23 @@
 image sdcard.img {
-    hdimage {
-    }
+	hdimage {
+	}
 
-    partition uboot-spl {
-        in-partition-table = "no"
-        image = "u-boot-tpl-spl.img"
-        offset = 32768 # 512 * 0x40 from start of sd card
-    }
+	partition uboot-spl {
+		in-partition-table = "no"
+		image = "u-boot-tpl-spl.img"
+		offset = 32K # 512 * 0x40 from start of sd card
+	}
 
-    partition uboot {
-        in-partition-table = "no"
-        image = "u-boot.itb"
-        offset = 262144 # 512 * 0x200 from start of sd card
-    }
+	partition uboot {
+		in-partition-table = "no"
+		image = "u-boot.itb"
+		offset = 256K # 512 * 0x200 from start of sd card
+	}
 
-    partition rootfs {
-        partition-type = 0x83
-        bootable = "yes"
-        image = "rootfs.ext2"
-        size = 500M
-    }
+	partition rootfs {
+		partition-type = 0x83
+		bootable = "yes"
+		image = "rootfs.ext2"
+		size = 500M
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 075/102] board/pine64/rockpro64/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (13 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 074/102] board/pine64/rock64/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 076/102] board/pine64/sopine/genimage.cfg: " Giulio Benetti
                   ` (26 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/pine64/rockpro64/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/pine64/rockpro64/genimage.cfg b/board/pine64/rockpro64/genimage.cfg
index 0ba25c0eef..aa2095b916 100644
--- a/board/pine64/rockpro64/genimage.cfg
+++ b/board/pine64/rockpro64/genimage.cfg
@@ -6,11 +6,11 @@ image boot.vfat {
 			"extlinux"
 		}
 	}
+
 	size = 64M
 }
 
 image sdcard.img {
-
 	hdimage {
 		gpt = true
 	}
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 076/102] board/pine64/sopine/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (14 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 075/102] board/pine64/rockpro64/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 077/102] board/qemu/aarch64-sbsa/genimage.cfg: " Giulio Benetti
                   ` (25 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/pine64/sopine/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/pine64/sopine/genimage.cfg b/board/pine64/sopine/genimage.cfg
index 02ebe7ab9b..bbe96524ef 100644
--- a/board/pine64/sopine/genimage.cfg
+++ b/board/pine64/sopine/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 64M
 }
 
@@ -16,14 +17,14 @@ image sdcard.img {
 	partition spl {
 		in-partition-table = "no"
 		image = "sunxi-spl.bin"
-		offset = 8192
+		offset = 8K
 	}
 
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot.itb"
 		offset = 40K
-		size = 1M # 1MB - 40K
+		size = 984K # 1MB - 40KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 077/102] board/qemu/aarch64-sbsa/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (15 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 076/102] board/pine64/sopine/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07 17:26   ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 078/102] board/radxa/rockpi-4/genimage.cfg: " Giulio Benetti
                   ` (24 subsequent siblings)
  41 siblings, 1 reply; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/qemu/aarch64-sbsa/genimage.cfg | 42 +++++++++++++++-------------
 1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/board/qemu/aarch64-sbsa/genimage.cfg b/board/qemu/aarch64-sbsa/genimage.cfg
index c75d9fcca1..0d916e6b28 100644
--- a/board/qemu/aarch64-sbsa/genimage.cfg
+++ b/board/qemu/aarch64-sbsa/genimage.cfg
@@ -1,27 +1,29 @@
 image efi-part.vfat {
-  vfat {
-    file EFI {
-      image = "efi-part/EFI"
-    }
-    file Image {
-      image = "Image"
-    }
-  }
-  size = 32M
+	vfat {
+		file EFI {
+			image = "efi-part/EFI"
+		}
+
+		file Image {
+			image = "Image"
+		}
+	}
+
+	size = 32M
 }
 
 image disk.img {
-  hdimage {
-    gpt = true
-  }
+	hdimage {
+		gpt = true
+	}
 
-  partition boot {
-    partition-type = 0xEF
-    image = "efi-part.vfat"
-  }
+	partition boot {
+		partition-type = 0xEF
+		image = "efi-part.vfat"
+	}
 
-  partition root {
-    partition-type = 0x83
-    image = "rootfs.ext2"
-  }
+	partition root {
+		partition-type = 0x83
+		image = "rootfs.ext2"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 078/102] board/radxa/rockpi-4/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (16 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 077/102] board/qemu/aarch64-sbsa/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 079/102] board/radxa/rockpi-n10/genimage.cfg: " Giulio Benetti
                   ` (23 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/radxa/rockpi-4/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/radxa/rockpi-4/genimage.cfg b/board/radxa/rockpi-4/genimage.cfg
index 88986df34d..197968320e 100644
--- a/board/radxa/rockpi-4/genimage.cfg
+++ b/board/radxa/rockpi-4/genimage.cfg
@@ -6,11 +6,11 @@ image boot.vfat {
 			"extlinux"
 		}
 	}
+
 	size = 112M
 }
 
 image sdcard.img {
-
 	hdimage {
 		gpt = true
 	}
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 079/102] board/radxa/rockpi-n10/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (17 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 078/102] board/radxa/rockpi-4/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 080/102] board/radxa/rockpi-n8/genimage.cfg: " Giulio Benetti
                   ` (22 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/radxa/rockpi-n10/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/radxa/rockpi-n10/genimage.cfg b/board/radxa/rockpi-n10/genimage.cfg
index 8fbf562f28..b3ade327d6 100644
--- a/board/radxa/rockpi-n10/genimage.cfg
+++ b/board/radxa/rockpi-n10/genimage.cfg
@@ -6,11 +6,11 @@ image boot.vfat {
 			"extlinux"
 		}
 	}
+
 	size = 112M
 }
 
 image sdcard.img {
-
 	hdimage {
 		gpt = true
 	}
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 080/102] board/radxa/rockpi-n8/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (18 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 079/102] board/radxa/rockpi-n10/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 081/102] board/raspberrypi/genimage-raspberrypi.cfg: " Giulio Benetti
                   ` (21 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/radxa/rockpi-n8/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/radxa/rockpi-n8/genimage.cfg b/board/radxa/rockpi-n8/genimage.cfg
index 88b55de376..3329576b76 100644
--- a/board/radxa/rockpi-n8/genimage.cfg
+++ b/board/radxa/rockpi-n8/genimage.cfg
@@ -6,11 +6,11 @@ image boot.vfat {
 			"extlinux"
 		}
 	}
+
 	size = 16M
 }
 
 image sdcard.img {
-
 	hdimage {
 		gpt = true
 	}
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 081/102] board/raspberrypi/genimage-raspberrypi.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (19 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 080/102] board/radxa/rockpi-n8/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 082/102] board/raspberrypi/genimage-raspberrypi0.cfg: " Giulio Benetti
                   ` (20 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/raspberrypi/genimage-raspberrypi.cfg | 51 +++++++++++-----------
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypi.cfg b/board/raspberrypi/genimage-raspberrypi.cfg
index bd5166a0f3..04be16cce6 100644
--- a/board/raspberrypi/genimage-raspberrypi.cfg
+++ b/board/raspberrypi/genimage-raspberrypi.cfg
@@ -1,32 +1,33 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2708-rpi-b.dtb",
-      "bcm2708-rpi-b-plus.dtb",
-      "bcm2708-rpi-cm.dtb",
-      "rpi-firmware/bootcode.bin",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup.dat",
-      "rpi-firmware/start.elf",
-      "zImage"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2708-rpi-b.dtb",
+			"bcm2708-rpi-b-plus.dtb",
+			"bcm2708-rpi-cm.dtb",
+			"rpi-firmware/bootcode.bin",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup.dat",
+			"rpi-firmware/start.elf",
+			"zImage"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 082/102] board/raspberrypi/genimage-raspberrypi0.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (20 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 081/102] board/raspberrypi/genimage-raspberrypi.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 083/102] board/raspberrypi/genimage-raspberrypi0w.cfg: " Giulio Benetti
                   ` (19 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/raspberrypi/genimage-raspberrypi0.cfg | 47 +++++++++++----------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypi0.cfg b/board/raspberrypi/genimage-raspberrypi0.cfg
index f21a52f31e..1fa3f5096f 100644
--- a/board/raspberrypi/genimage-raspberrypi0.cfg
+++ b/board/raspberrypi/genimage-raspberrypi0.cfg
@@ -1,30 +1,31 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2708-rpi-zero.dtb",
-      "rpi-firmware/bootcode.bin",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup.dat",
-      "rpi-firmware/start.elf",
-      "zImage"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2708-rpi-zero.dtb",
+			"rpi-firmware/bootcode.bin",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup.dat",
+			"rpi-firmware/start.elf",
+			"zImage"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 083/102] board/raspberrypi/genimage-raspberrypi0w.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (21 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 082/102] board/raspberrypi/genimage-raspberrypi0.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 084/102] board/raspberrypi/genimage-raspberrypi2.cfg: " Giulio Benetti
                   ` (18 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/raspberrypi/genimage-raspberrypi0w.cfg | 49 ++++++++++----------
 1 file changed, 25 insertions(+), 24 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypi0w.cfg b/board/raspberrypi/genimage-raspberrypi0w.cfg
index f76256ef8a..de7652f99e 100644
--- a/board/raspberrypi/genimage-raspberrypi0w.cfg
+++ b/board/raspberrypi/genimage-raspberrypi0w.cfg
@@ -1,31 +1,32 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2708-rpi-zero-w.dtb",
-      "rpi-firmware/bootcode.bin",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup.dat",
-      "rpi-firmware/start.elf",
-      "rpi-firmware/overlays",
-      "zImage"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2708-rpi-zero-w.dtb",
+			"rpi-firmware/bootcode.bin",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup.dat",
+			"rpi-firmware/start.elf",
+			"rpi-firmware/overlays",
+			"zImage"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 084/102] board/raspberrypi/genimage-raspberrypi2.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (22 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 083/102] board/raspberrypi/genimage-raspberrypi0w.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 085/102] board/raspberrypi/genimage-raspberrypi3-64.cfg: " Giulio Benetti
                   ` (17 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/raspberrypi/genimage-raspberrypi2.cfg | 47 +++++++++++----------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypi2.cfg b/board/raspberrypi/genimage-raspberrypi2.cfg
index a3be2a3442..acd23e7ca8 100644
--- a/board/raspberrypi/genimage-raspberrypi2.cfg
+++ b/board/raspberrypi/genimage-raspberrypi2.cfg
@@ -1,30 +1,31 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2709-rpi-2-b.dtb",
-      "rpi-firmware/bootcode.bin",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup.dat",
-      "rpi-firmware/start.elf",
-      "zImage"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2709-rpi-2-b.dtb",
+			"rpi-firmware/bootcode.bin",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup.dat",
+			"rpi-firmware/start.elf",
+			"zImage"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 085/102] board/raspberrypi/genimage-raspberrypi3-64.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (23 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 084/102] board/raspberrypi/genimage-raspberrypi2.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 086/102] board/raspberrypi/genimage-raspberrypi3.cfg: " Giulio Benetti
                   ` (16 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 .../raspberrypi/genimage-raspberrypi3-64.cfg  | 53 ++++++++++---------
 1 file changed, 27 insertions(+), 26 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypi3-64.cfg b/board/raspberrypi/genimage-raspberrypi3-64.cfg
index af1d17cde7..8cbcd91638 100644
--- a/board/raspberrypi/genimage-raspberrypi3-64.cfg
+++ b/board/raspberrypi/genimage-raspberrypi3-64.cfg
@@ -1,33 +1,34 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2710-rpi-3-b.dtb",
-      "bcm2710-rpi-3-b-plus.dtb",
-      "bcm2837-rpi-3-b.dtb",
-      "rpi-firmware/bootcode.bin",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup.dat",
-      "rpi-firmware/start.elf",
-      "rpi-firmware/overlays",
-      "Image"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2710-rpi-3-b.dtb",
+			"bcm2710-rpi-3-b-plus.dtb",
+			"bcm2837-rpi-3-b.dtb",
+			"rpi-firmware/bootcode.bin",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup.dat",
+			"rpi-firmware/start.elf",
+			"rpi-firmware/overlays",
+			"Image"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 086/102] board/raspberrypi/genimage-raspberrypi3.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (24 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 085/102] board/raspberrypi/genimage-raspberrypi3-64.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 087/102] board/raspberrypi/genimage-raspberrypi4-64.cfg: " Giulio Benetti
                   ` (15 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/raspberrypi/genimage-raspberrypi3.cfg | 53 +++++++++++----------
 1 file changed, 27 insertions(+), 26 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypi3.cfg b/board/raspberrypi/genimage-raspberrypi3.cfg
index 0a547241f4..a617823379 100644
--- a/board/raspberrypi/genimage-raspberrypi3.cfg
+++ b/board/raspberrypi/genimage-raspberrypi3.cfg
@@ -1,33 +1,34 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2710-rpi-3-b.dtb",
-      "bcm2710-rpi-3-b-plus.dtb",
-      "bcm2710-rpi-cm3.dtb",
-      "rpi-firmware/bootcode.bin",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup.dat",
-      "rpi-firmware/start.elf",
-      "rpi-firmware/overlays",
-      "zImage"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2710-rpi-3-b.dtb",
+			"bcm2710-rpi-3-b-plus.dtb",
+			"bcm2710-rpi-cm3.dtb",
+			"rpi-firmware/bootcode.bin",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup.dat",
+			"rpi-firmware/start.elf",
+			"rpi-firmware/overlays",
+			"zImage"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 087/102] board/raspberrypi/genimage-raspberrypi4-64.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (25 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 086/102] board/raspberrypi/genimage-raspberrypi3.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 088/102] board/raspberrypi/genimage-raspberrypi4.cfg: " Giulio Benetti
                   ` (14 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 .../raspberrypi/genimage-raspberrypi4-64.cfg  | 47 ++++++++++---------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypi4-64.cfg b/board/raspberrypi/genimage-raspberrypi4-64.cfg
index 3c480e98f0..3ae938db20 100644
--- a/board/raspberrypi/genimage-raspberrypi4-64.cfg
+++ b/board/raspberrypi/genimage-raspberrypi4-64.cfg
@@ -1,30 +1,31 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2711-rpi-4-b.dtb",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup4.dat",
-      "rpi-firmware/start4.elf",
-      "rpi-firmware/overlays",
-      "Image"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2711-rpi-4-b.dtb",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup4.dat",
+			"rpi-firmware/start4.elf",
+			"rpi-firmware/overlays",
+			"Image"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 088/102] board/raspberrypi/genimage-raspberrypi4.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (26 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 087/102] board/raspberrypi/genimage-raspberrypi4-64.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 089/102] board/raspberrypi/genimage-raspberrypicm4io-64.cfg: " Giulio Benetti
                   ` (13 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/raspberrypi/genimage-raspberrypi4.cfg | 47 +++++++++++----------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypi4.cfg b/board/raspberrypi/genimage-raspberrypi4.cfg
index 4e4742f3ef..2e578ad556 100644
--- a/board/raspberrypi/genimage-raspberrypi4.cfg
+++ b/board/raspberrypi/genimage-raspberrypi4.cfg
@@ -1,30 +1,31 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2711-rpi-4-b.dtb",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup4.dat",
-      "rpi-firmware/start4.elf",
-      "rpi-firmware/overlays",
-      "zImage"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2711-rpi-4-b.dtb",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup4.dat",
+			"rpi-firmware/start4.elf",
+			"rpi-firmware/overlays",
+			"zImage"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 089/102] board/raspberrypi/genimage-raspberrypicm4io-64.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (27 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 088/102] board/raspberrypi/genimage-raspberrypi4.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 090/102] board/raspberrypi/genimage-raspberrypicm4io.cfg: " Giulio Benetti
                   ` (12 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 .../genimage-raspberrypicm4io-64.cfg          | 47 ++++++++++---------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypicm4io-64.cfg b/board/raspberrypi/genimage-raspberrypicm4io-64.cfg
index 63806d0c31..73d31a57ba 100644
--- a/board/raspberrypi/genimage-raspberrypicm4io-64.cfg
+++ b/board/raspberrypi/genimage-raspberrypicm4io-64.cfg
@@ -1,30 +1,31 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2711-rpi-cm4.dtb",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup4.dat",
-      "rpi-firmware/start4.elf",
-      "rpi-firmware/overlays",
-      "Image"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2711-rpi-cm4.dtb",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup4.dat",
+			"rpi-firmware/start4.elf",
+			"rpi-firmware/overlays",
+			"Image"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 090/102] board/raspberrypi/genimage-raspberrypicm4io.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (28 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 089/102] board/raspberrypi/genimage-raspberrypicm4io-64.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 091/102] board/roseapplepi/genimage.cfg: " Giulio Benetti
                   ` (11 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 .../raspberrypi/genimage-raspberrypicm4io.cfg | 47 ++++++++++---------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git a/board/raspberrypi/genimage-raspberrypicm4io.cfg b/board/raspberrypi/genimage-raspberrypicm4io.cfg
index 3ee9bf551a..4d09b03556 100644
--- a/board/raspberrypi/genimage-raspberrypicm4io.cfg
+++ b/board/raspberrypi/genimage-raspberrypicm4io.cfg
@@ -1,30 +1,31 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "bcm2711-rpi-cm4.dtb",
-      "rpi-firmware/cmdline.txt",
-      "rpi-firmware/config.txt",
-      "rpi-firmware/fixup4.dat",
-      "rpi-firmware/start4.elf",
-      "rpi-firmware/overlays",
-      "zImage"
-    }
-  }
-  size = 32M
+	vfat {
+		files = {
+			"bcm2711-rpi-cm4.dtb",
+			"rpi-firmware/cmdline.txt",
+			"rpi-firmware/config.txt",
+			"rpi-firmware/fixup4.dat",
+			"rpi-firmware/start4.elf",
+			"rpi-firmware/overlays",
+			"zImage"
+		}
+	}
+
+	size = 32M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 091/102] board/roseapplepi/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (29 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 090/102] board/raspberrypi/genimage-raspberrypicm4io.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 092/102] board/sinovoip/m1-plus/genimage.cfg: " Giulio Benetti
                   ` (10 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/roseapplepi/genimage.cfg | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/board/roseapplepi/genimage.cfg b/board/roseapplepi/genimage.cfg
index f4a353e823..f1bceb0ede 100644
--- a/board/roseapplepi/genimage.cfg
+++ b/board/roseapplepi/genimage.cfg
@@ -3,13 +3,15 @@
 image boot.vfat {
 	vfat {
 		files = {
-		     "uEnv.txt",
-		     "uImage"
+			"uEnv.txt",
+			"uImage"
 		}
+
 		file kernel.dtb {
-		     image = "owl-s500-roseapplepi.dtb"
+			image = "owl-s500-roseapplepi.dtb"
 		}
 	}
+
 	size = 128M
 }
 
@@ -20,13 +22,13 @@ image sdcard.img {
 	partition s500-bootloader {
 		in-partition-table = "no"
 		image = "s500-bootloader.bin"
-		offset = 0x200200
+		offset = 0x200200 # 2MB + 512B
 	}
 
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot-dtb.img"
-		offset = 0x300000
+		offset = 3M
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 092/102] board/sinovoip/m1-plus/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (30 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 091/102] board/roseapplepi/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 093/102] board/sinovoip/m2-plus/genimage.cfg: " Giulio Benetti
                   ` (9 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/sinovoip/m1-plus/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/sinovoip/m1-plus/genimage.cfg b/board/sinovoip/m1-plus/genimage.cfg
index 3cba774c6f..18a549e631 100644
--- a/board/sinovoip/m1-plus/genimage.cfg
+++ b/board/sinovoip/m1-plus/genimage.cfg
@@ -9,6 +9,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 10M
 }
 
@@ -19,8 +20,8 @@ image sdcard.img {
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot-sunxi-with-spl.bin"
-		offset = 8192
-		size = 1040384 # 1MB - 8192
+		offset = 8K
+		size = 1016K # 1MB - 8KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 093/102] board/sinovoip/m2-plus/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (31 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 092/102] board/sinovoip/m1-plus/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 094/102] board/solidrun/macchiatobin/genimage.cfg: " Giulio Benetti
                   ` (8 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/sinovoip/m2-plus/genimage.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/sinovoip/m2-plus/genimage.cfg b/board/sinovoip/m2-plus/genimage.cfg
index cde0669e76..9311e026dd 100644
--- a/board/sinovoip/m2-plus/genimage.cfg
+++ b/board/sinovoip/m2-plus/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 64M
 }
 
@@ -16,8 +17,8 @@ image sdcard.img {
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot-sunxi-with-spl.bin"
-		offset = 8192
-		size = 1040384 # 1MB - 8192
+		offset = 8K
+		size = 1016K # 1MB - 8KB
 	}
 
 	partition boot {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 094/102] board/solidrun/macchiatobin/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (32 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 093/102] board/sinovoip/m2-plus/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 095/102] board/stmicroelectronics/stm32f469-disco/genimage.cfg: " Giulio Benetti
                   ` (7 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/solidrun/macchiatobin/genimage.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/solidrun/macchiatobin/genimage.cfg b/board/solidrun/macchiatobin/genimage.cfg
index fdcda368a2..378e2082e6 100644
--- a/board/solidrun/macchiatobin/genimage.cfg
+++ b/board/solidrun/macchiatobin/genimage.cfg
@@ -5,12 +5,12 @@ image sdcard.img {
 	partition uboot {
 		in-partition-table = "no"
 		image = "flash-image.bin"
-		offset = 0x200000
+		offset = 2M
 	}
 
 	partition rootfs {
 		partition-type = 0x83
-		offset = 0x2200000
+		offset = 34M
 		image = "rootfs.ext4"
 	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 095/102] board/stmicroelectronics/stm32f469-disco/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (33 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 094/102] board/solidrun/macchiatobin/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 096/102] board/synopsys/hsdk/genimage.cfg: " Giulio Benetti
                   ` (6 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/stmicroelectronics/stm32f469-disco/genimage.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/stmicroelectronics/stm32f469-disco/genimage.cfg b/board/stmicroelectronics/stm32f469-disco/genimage.cfg
index bc945955fa..517ead7751 100644
--- a/board/stmicroelectronics/stm32f469-disco/genimage.cfg
+++ b/board/stmicroelectronics/stm32f469-disco/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"extlinux"
 		}
 	}
+
 	size = 16M
 }
 
@@ -15,7 +16,7 @@ image sdcard.img {
 
 	partition u-boot {
 		partition-type = 0xC
-                image = "boot.vfat"
+		image = "boot.vfat"
 	}
 
 	partition rootfs {
@@ -24,4 +25,3 @@ image sdcard.img {
 		size = 32M
 	}
 }
-
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 096/102] board/synopsys/hsdk/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (34 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 095/102] board/stmicroelectronics/stm32f469-disco/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 097/102] board/technologic/ts7680/genimage.cfg: " Giulio Benetti
                   ` (5 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/synopsys/hsdk/genimage.cfg | 42 +++++++++++++++++---------------
 1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/board/synopsys/hsdk/genimage.cfg b/board/synopsys/hsdk/genimage.cfg
index 9103b20299..b5d702d553 100644
--- a/board/synopsys/hsdk/genimage.cfg
+++ b/board/synopsys/hsdk/genimage.cfg
@@ -1,27 +1,29 @@
 image boot.vfat {
-  vfat {
-    files = {
-      "uImage"
-    }
-    file uboot.env {
-      image = "uboot-env.bin"
-    }
-  }
-  size = 20M
+	vfat {
+		files = {
+			"uImage"
+		}
+
+		file uboot.env {
+			image = "uboot-env.bin"
+		}
+	}
+
+	size = 20M
 }
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition boot {
-    partition-type = 0xC
-    bootable = "true"
-    image = "boot.vfat"
-  }
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext4"
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext4"
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 097/102] board/technologic/ts7680/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (35 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 096/102] board/synopsys/hsdk/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 098/102] board/terasic/de10nano_cyclone5/genimage.cfg: " Giulio Benetti
                   ` (4 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/technologic/ts7680/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/technologic/ts7680/genimage.cfg b/board/technologic/ts7680/genimage.cfg
index 70b1dac64f..58a63edd1a 100644
--- a/board/technologic/ts7680/genimage.cfg
+++ b/board/technologic/ts7680/genimage.cfg
@@ -3,7 +3,7 @@ image sdcard.img {
 	}
 
 	partition unused {
-		size =  512
+		size = 512
 	}
 
 	partition rootfs {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 098/102] board/terasic/de10nano_cyclone5/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (36 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 097/102] board/technologic/ts7680/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 099/102] board/toradex/apalis-imx6/genimage.cfg: " Giulio Benetti
                   ` (3 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/terasic/de10nano_cyclone5/genimage.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/terasic/de10nano_cyclone5/genimage.cfg b/board/terasic/de10nano_cyclone5/genimage.cfg
index 76b1d03649..815e4a1bf3 100644
--- a/board/terasic/de10nano_cyclone5/genimage.cfg
+++ b/board/terasic/de10nano_cyclone5/genimage.cfg
@@ -16,6 +16,7 @@ image boot.vfat {
 			image = "barebox-env"
 		}
 	}
+
 	size = 8M
 }
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 099/102] board/toradex/apalis-imx6/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (37 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 098/102] board/terasic/de10nano_cyclone5/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 100/102] board/uevm5432/genimage.cfg: " Giulio Benetti
                   ` (2 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/toradex/apalis-imx6/genimage.cfg | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/board/toradex/apalis-imx6/genimage.cfg b/board/toradex/apalis-imx6/genimage.cfg
index fe359bd93e..a277decaa8 100644
--- a/board/toradex/apalis-imx6/genimage.cfg
+++ b/board/toradex/apalis-imx6/genimage.cfg
@@ -4,12 +4,12 @@
 # from its internal flash memory (eMMC).
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext2"
-    size = 512M
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext2"
+		size = 512M
+	}
 }
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 100/102] board/uevm5432/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (38 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 099/102] board/toradex/apalis-imx6/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 101/102] board/zynq/genimage.cfg: " Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 102/102] board/zynqmp/genimage.cfg: " Giulio Benetti
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/uevm5432/genimage.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/uevm5432/genimage.cfg b/board/uevm5432/genimage.cfg
index f30033f023..dfe388227e 100644
--- a/board/uevm5432/genimage.cfg
+++ b/board/uevm5432/genimage.cfg
@@ -5,6 +5,7 @@ image boot.vfat {
 			"u-boot.img"
 		}
 	}
+
 	size = 8M
 }
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 101/102] board/zynq/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (39 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 100/102] board/uevm5432/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  2021-11-07  2:43 ` [Buildroot] [PATCH 102/102] board/zynqmp/genimage.cfg: " Giulio Benetti
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/zynq/genimage.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/zynq/genimage.cfg b/board/zynq/genimage.cfg
index 76e61c3a09..67baca795e 100644
--- a/board/zynq/genimage.cfg
+++ b/board/zynq/genimage.cfg
@@ -6,10 +6,12 @@ image boot.vfat {
 			"devicetree.dtb",
 			"uImage"
 		}
+
 		file uramdisk.image.gz {
 			image = "rootfs.cpio.uboot"
 		}
 	}
+
 	size = 32M
 }
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [Buildroot] [PATCH 102/102] board/zynqmp/genimage.cfg: beautify file
  2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
                   ` (40 preceding siblings ...)
  2021-11-07  2:43 ` [Buildroot] [PATCH 101/102] board/zynq/genimage.cfg: " Giulio Benetti
@ 2021-11-07  2:43 ` Giulio Benetti
  41 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07  2:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/zynqmp/genimage.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/zynqmp/genimage.cfg b/board/zynqmp/genimage.cfg
index 30be086d7d..ed202f4550 100644
--- a/board/zynqmp/genimage.cfg
+++ b/board/zynqmp/genimage.cfg
@@ -8,6 +8,7 @@ image boot.vfat {
 			"Image"
 		}
 	}
+
 	size = 32M
 }
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* Re: [Buildroot] [PATCH 077/102] board/qemu/aarch64-sbsa/genimage.cfg: beautify file
  2021-11-07  2:43 ` [Buildroot] [PATCH 077/102] board/qemu/aarch64-sbsa/genimage.cfg: " Giulio Benetti
@ 2021-11-07 17:26   ` Giulio Benetti
  0 siblings, 0 replies; 44+ messages in thread
From: Giulio Benetti @ 2021-11-07 17:26 UTC (permalink / raw)
  To: buildroot

Hello,

On 11/7/21 3:43 AM, Giulio Benetti wrote:
> Beatify this genimage .cfg file to have consistency with all genimage .cfg
> files in Buildroot.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>   board/qemu/aarch64-sbsa/genimage.cfg | 42 +++++++++++++++-------------
>   1 file changed, 22 insertions(+), 20 deletions(-)
> 
> diff --git a/board/qemu/aarch64-sbsa/genimage.cfg b/board/qemu/aarch64-sbsa/genimage.cfg
> index c75d9fcca1..0d916e6b28 100644
> --- a/board/qemu/aarch64-sbsa/genimage.cfg
> +++ b/board/qemu/aarch64-sbsa/genimage.cfg
> @@ -1,27 +1,29 @@
>   image efi-part.vfat {
> -  vfat {
> -    file EFI {
> -      image = "efi-part/EFI"
> -    }
> -    file Image {
> -      image = "Image"
> -    }
> -  }
> -  size = 32M
> +	vfat {
> +		file EFI {
> +			image = "efi-part/EFI"
> +		}
> +
> +		file Image {
> +			image = "Image"
> +		}
> +	}
> +
> +	size = 32M

Here it must be 64M after commit:
https://git.buildroot.net/buildroot/commit/?id=2c525794515fdbf6232bb8c8dd918c93cd12d2f0

Would it be possible to correct while committing? Otherwise I should 
send a v2 series of 102 patches(maybe?).

Thanks in advance
Best regards
-- 
Giulio Benetti
Benetti Engineering sas

>   }
>   
>   image disk.img {
> -  hdimage {
> -    gpt = true
> -  }
> +	hdimage {
> +		gpt = true
> +	}
>   
> -  partition boot {
> -    partition-type = 0xEF
> -    image = "efi-part.vfat"
> -  }
> +	partition boot {
> +		partition-type = 0xEF
> +		image = "efi-part.vfat"
> +	}
>   
> -  partition root {
> -    partition-type = 0x83
> -    image = "rootfs.ext2"
> -  }
> +	partition root {
> +		partition-type = 0x83
> +		image = "rootfs.ext2"
> +	}
>   }
> 

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2021-11-07 17:26 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07  2:42 [Buildroot] [PATCH 060/102] board/orangepi/orangepi-pc/genimage.cfg: beautify file Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 061/102] board/orangepi/orangepi-pc2/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 062/102] board/orangepi/orangepi-plus/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 063/102] board/orangepi/orangepi-prime/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 064/102] board/orangepi/orangepi-r1/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 065/102] board/orangepi/orangepi-rk3399/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 066/102] board/orangepi/orangepi-win/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 067/102] board/orangepi/orangepi-zero-plus/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 068/102] board/orangepi/orangepi-zero-plus2/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 069/102] board/orangepi/orangepi-zero/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 070/102] board/pandaboard/genimage.cfg: " Giulio Benetti
2021-11-07  2:42 ` [Buildroot] [PATCH 071/102] board/pc/genimage-bios.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 072/102] board/pc/genimage-efi.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 073/102] board/pine64/pine64/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 074/102] board/pine64/rock64/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 075/102] board/pine64/rockpro64/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 076/102] board/pine64/sopine/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 077/102] board/qemu/aarch64-sbsa/genimage.cfg: " Giulio Benetti
2021-11-07 17:26   ` Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 078/102] board/radxa/rockpi-4/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 079/102] board/radxa/rockpi-n10/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 080/102] board/radxa/rockpi-n8/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 081/102] board/raspberrypi/genimage-raspberrypi.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 082/102] board/raspberrypi/genimage-raspberrypi0.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 083/102] board/raspberrypi/genimage-raspberrypi0w.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 084/102] board/raspberrypi/genimage-raspberrypi2.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 085/102] board/raspberrypi/genimage-raspberrypi3-64.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 086/102] board/raspberrypi/genimage-raspberrypi3.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 087/102] board/raspberrypi/genimage-raspberrypi4-64.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 088/102] board/raspberrypi/genimage-raspberrypi4.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 089/102] board/raspberrypi/genimage-raspberrypicm4io-64.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 090/102] board/raspberrypi/genimage-raspberrypicm4io.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 091/102] board/roseapplepi/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 092/102] board/sinovoip/m1-plus/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 093/102] board/sinovoip/m2-plus/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 094/102] board/solidrun/macchiatobin/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 095/102] board/stmicroelectronics/stm32f469-disco/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 096/102] board/synopsys/hsdk/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 097/102] board/technologic/ts7680/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 098/102] board/terasic/de10nano_cyclone5/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 099/102] board/toradex/apalis-imx6/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 100/102] board/uevm5432/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 101/102] board/zynq/genimage.cfg: " Giulio Benetti
2021-11-07  2:43 ` [Buildroot] [PATCH 102/102] board/zynqmp/genimage.cfg: " Giulio Benetti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.