All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/4] Add defconfig for STM32MP157 Discovery Kit
@ 2019-04-26 15:19 Thomas Petazzoni
  2019-04-26 15:19 ` [Buildroot] [PATCH v2 1/4] package/genimage: bump version Thomas Petazzoni
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2019-04-26 15:19 UTC (permalink / raw)
  To: buildroot

Hello,

This set of patches add a defconfig for the STM32MP157 Discovery Kit
platform. The first three patches are preparation patches and the last
one adds the defconfig itself and its related files.

Changes since v1:

 - Add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y option in
   the defconfig

Thanks!

Thomas

Thomas Petazzoni (4):
  package/genimage: bump version
  package/genimage: add patch to support bootable flag in GPT tables
  boot/uboot: add option to pass custom variables to U-Boot build
  configs/stm32mp157_dk: new defconfig

 .gitlab-ci.yml                                |   1 +
 DEVELOPERS                                    |   2 +
 .../stm32mp157-dk/genimage.cfg                |  24 +++
 .../stm32mp157-dk/linux.config                | 182 ++++++++++++++++++
 .../overlay/boot/extlinux/extlinux.conf       |   4 +
 .../stm32mp157-dk/readme.txt                  |  38 ++++
 .../stm32mp157-dk/uboot-fragment.config       |   1 +
 boot/uboot/Config.in                          |   6 +
 boot/uboot/uboot.mk                           |   3 +-
 configs/stm32mp157_dk_defconfig               |  31 +++
 ...dd-support-for-bootable-flags-on-GPT.patch |  45 +++++
 package/genimage/genimage.hash                |   2 +-
 package/genimage/genimage.mk                  |   7 +-
 13 files changed, 341 insertions(+), 5 deletions(-)
 create mode 100644 board/stmicroelectronics/stm32mp157-dk/genimage.cfg
 create mode 100644 board/stmicroelectronics/stm32mp157-dk/linux.config
 create mode 100644 board/stmicroelectronics/stm32mp157-dk/overlay/boot/extlinux/extlinux.conf
 create mode 100644 board/stmicroelectronics/stm32mp157-dk/readme.txt
 create mode 100644 board/stmicroelectronics/stm32mp157-dk/uboot-fragment.config
 create mode 100644 configs/stm32mp157_dk_defconfig
 create mode 100644 package/genimage/0001-image-hd-add-support-for-bootable-flags-on-GPT.patch

-- 
2.20.1

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

end of thread, other threads:[~2019-08-03 17:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-26 15:19 [Buildroot] [PATCH v2 0/4] Add defconfig for STM32MP157 Discovery Kit Thomas Petazzoni
2019-04-26 15:19 ` [Buildroot] [PATCH v2 1/4] package/genimage: bump version Thomas Petazzoni
2019-04-27 12:23   ` Peter Korsgaard
2019-05-16 17:45     ` Thomas Petazzoni
2019-08-02 13:51       ` Romain Naour
2019-04-26 15:19 ` [Buildroot] [PATCH v2 2/4] package/genimage: add patch to support bootable flag in GPT tables Thomas Petazzoni
2019-04-26 15:19 ` [Buildroot] [PATCH v2 3/4] boot/uboot: add option to pass custom variables to U-Boot build Thomas Petazzoni
2019-08-03 17:22   ` Peter Korsgaard
2019-04-26 15:19 ` [Buildroot] [PATCH v2 4/4] configs/stm32mp157_dk: new defconfig Thomas Petazzoni

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.