All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/16] Use single letter notation in genimage.cfg files for partition-type-uuid
@ 2022-02-06 20:05 Giulio Benetti
  2022-02-06 20:05 ` [Buildroot] [PATCH 01/16] board/aarch64-efi/genimage-efi: convert partition-type-uuid to single letter notation Giulio Benetti
                   ` (15 more replies)
  0 siblings, 16 replies; 39+ messages in thread
From: Giulio Benetti @ 2022-02-06 20:05 UTC (permalink / raw)
  To: buildroot
  Cc: Sergey Matyukevich, Alistair Francis, Suniel Mahesh,
	Gerome Burlats, Jagan Teki, Thomas Petazzoni, Romain Naour,
	Giulio Benetti

This patchset convert partition-type-uuid to single letter notation
*without* "".

Note:
This patchset must be applied after this patch:
https://patchwork.ozlabs.org/project/buildroot/patch/20220204000657.747245-1-giulio.benetti@benettiengineering.com/

Giulio Benetti (16):
  board/aarch64-efi/genimage-efi: convert partition-type-uuid to single
    letter notation
  board/beaglev/genimage-efi: convert partition-type-uuid to single
    letter notation
  board/friendlyarm/nanopc-t4/genimage: convert partition-type-uuid to
    single letter notation
  board/friendlyarm/nanopi-m4/genimage: keep partition-type-uuid without
    "" for consistency
  board/orangepi/orangepi-pc-plus/genimage: keep partition-type-uuid
    without "" for consistency
  board/orangepi/orangepi-r1/genimage: fix partition-type-uuid for boot
    partition and remove "" for consistency
  board/orangepi/orangepi-zero-plus2/genimage: keep partition-type-uuid
    without "" for consistency
  board/pc/genimage-efi: convert partition-type-uuid to single letter
    notation
  board/pine64/rockpro64/genimage: convert partition-type-uuid to single
    letter notation
  board/qemu/aarch64-sbsa/genimage: convert partition-type-uuid to
    single letter notation
  board/radxa/rockpi-n4/genimage: convert partition-type-uuid to single
    letter notation
  board/radxa/rockpi-n10/genimage: convert partition-type-uuid to single
    letter notation
  board/radxa/rockpi-n8/genimage: convert partition-type-uuid to single
    letter notation
  board/sifive/hifive-unleashed/genimage_sdcard: convert
    partition-type-uuid to single letter notation
  board/sifive/hifive-unleashed/genimage_sdcard: add comments to
    particular partition-type-uuid parameters
  board/sifive/hifive-unleashed/genimage_spi-nor: add comments to
    particular partition-type-uuid parameters

 board/aarch64-efi/genimage-efi.cfg                 | 4 ++--
 board/beaglev/genimage.cfg                         | 2 +-
 board/friendlyarm/nanopc-t4/genimage.cfg           | 4 ++--
 board/friendlyarm/nanopi-m4/genimage.cfg           | 4 ++--
 board/orangepi/orangepi-pc-plus/genimage.cfg       | 4 ++--
 board/orangepi/orangepi-r1/genimage.cfg            | 4 ++--
 board/orangepi/orangepi-zero-plus2/genimage.cfg    | 4 ++--
 board/pc/genimage-efi.cfg                          | 4 ++--
 board/pine64/rockpro64/genimage.cfg                | 4 ++--
 board/qemu/aarch64-sbsa/genimage.cfg               | 4 ++--
 board/radxa/rockpi-4/genimage.cfg                  | 4 ++--
 board/radxa/rockpi-n10/genimage.cfg                | 4 ++--
 board/radxa/rockpi-n8/genimage.cfg                 | 4 ++--
 board/sifive/hifive-unleashed/genimage_sdcard.cfg  | 4 +++-
 board/sifive/hifive-unleashed/genimage_spi-nor.cfg | 2 ++
 15 files changed, 30 insertions(+), 26 deletions(-)

-- 
2.25.1

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

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

end of thread, other threads:[~2022-07-22 20:41 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-06 20:05 [Buildroot] [PATCH 00/16] Use single letter notation in genimage.cfg files for partition-type-uuid Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 01/16] board/aarch64-efi/genimage-efi: convert partition-type-uuid to single letter notation Giulio Benetti
2022-02-06 21:36   ` Yann E. MORIN
2022-02-07  7:55     ` Thomas Petazzoni via buildroot
2022-02-07 17:37       ` Yann E. MORIN
2022-02-13 15:06         ` Arnout Vandecappelle
2022-02-13 22:24           ` Giulio Benetti
2022-02-13 22:53             ` [Buildroot] [PATCH v2 00/16] Use single letter notation in genimage.cfg files for partition-type-uuid Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 01/16] board/aarch64-efi/genimage-efi: convert partition-type-uuid to single letter notation Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 02/16] board/beaglev/genimage-efi: remove partition-type-uuid since its default value is L(rootfs) Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 03/16] board/friendlyarm/nanopc-t4/genimage: convert partition-type-uuid to single letter notation Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 04/16] board/friendlyarm/nanopi-m4/genimage: " Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 05/16] board/orangepi/orangepi-pc-plus/genimage: keep partition-type-uuid without "" for consistency Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 06/16] board/orangepi/orangepi-r1/genimage: fix partition-type-uuid for boot partition and remove " Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 07/16] board/orangepi/orangepi-zero-plus2/genimage: keep partition-type-uuid without " Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 08/16] board/pc/genimage-efi: convert partition-type-uuid to single letter notation Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 09/16] board/pine64/rockpro64/genimage: " Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 10/16] board/qemu/aarch64-sbsa/genimage: " Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 11/16] board/radxa/rockpi-n4/genimage: " Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 12/16] board/radxa/rockpi-n10/genimage: " Giulio Benetti
2022-02-13 22:53               ` [Buildroot] [PATCH v2 13/16] board/radxa/rockpi-n8/genimage: " Giulio Benetti
2022-02-13 22:54             ` [Buildroot] [PATCH v2 14/16] board/sifive/hifive-unleashed/genimage_sdcard: remove partition-type-uuid since its default value is L(rootfs) Giulio Benetti
2022-02-13 22:54               ` [Buildroot] [PATCH v2 15/16] board/sifive/hifive-unleashed/genimage_sdcard: add comments to particular partition-type-uuid parameters Giulio Benetti
2022-02-13 22:54               ` [Buildroot] [PATCH v2 16/16] board/sifive/hifive-unleashed/genimage_spi-nor: " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 02/16] board/beaglev/genimage-efi: convert partition-type-uuid to single letter notation Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 03/16] board/friendlyarm/nanopc-t4/genimage: " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 04/16] board/friendlyarm/nanopi-m4/genimage: keep partition-type-uuid without "" for consistency Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 05/16] board/orangepi/orangepi-pc-plus/genimage: " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 06/16] board/orangepi/orangepi-r1/genimage: fix partition-type-uuid for boot partition and remove " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 07/16] board/orangepi/orangepi-zero-plus2/genimage: keep partition-type-uuid without " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 08/16] board/pc/genimage-efi: convert partition-type-uuid to single letter notation Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 09/16] board/pine64/rockpro64/genimage: " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 10/16] board/qemu/aarch64-sbsa/genimage: " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 11/16] board/radxa/rockpi-n4/genimage: " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 12/16] board/radxa/rockpi-n10/genimage: " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 13/16] board/radxa/rockpi-n8/genimage: " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 14/16] board/sifive/hifive-unleashed/genimage_sdcard: " Giulio Benetti
2022-02-06 20:05 ` [Buildroot] [PATCH 15/16] board/sifive/hifive-unleashed/genimage_sdcard: add comments to particular partition-type-uuid parameters Giulio Benetti
2022-07-22 20:41 ` [Buildroot] [PATCH 00/16] Use single letter notation in genimage.cfg files for partition-type-uuid Thomas Petazzoni via buildroot

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.