Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/9] Add support for STM32F469-DISCO board
@ 2016-02-19 17:08 Lee Jones
  2016-02-19 17:08 ` [Buildroot] [PATCH 1/9] boot: Add new bootloader afboot-stm32 Lee Jones
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Lee Jones @ 2016-02-19 17:08 UTC (permalink / raw)
  To: buildroot

After this set is applied and you have the correct toolchain installed it
should be trivial to configure, build and flash the; bootloader, DTB and
kernel (with CPIO rootfs attached) to the board.

Yay for tools!

Lee Jones (9):
  boot: Add new bootloader afboot-stm32
  configs: Add a tested working STM32F469-DISCO defconfig
  boards: stm32f469-disco: Add a post-image script
  boards: stm32f469-disco: Add kernel patch to provide top compatible
    string
  boards: stm32f469-disco: Add kernel patch to provide DTS file
  boards: stm32f469-disco: Add kernel patch to set RAM address to 0
  boards: stm32f469-disco: Add kernel patch to set RAM address to 0
  boards: stm32f469-disco: Add OpenOCD patch to supply a new config
  boards: stm32f469-disco: Add OpenOCD patch to support on-board flash
    chip

 .../kernel/0001-kernel-add-top-compatible.patch    |  25 +++++
 .../patches/kernel/0002-kernel-new-dts-file.patch  | 112 +++++++++++++++++++++
 .../kernel/0003-kernel-config-frag-ram.patch       |  28 ++++++
 .../patches/kernel/0004-enable-cpio-rootfs.patch   |  26 +++++
 .../patches/openocd/0.9.0/0001-add-config.patch    |  37 +++++++
 .../patches/openocd/0.9.0/0002-flash-nor.patch     |  37 +++++++
 .../stm32/stm32f469-disco/post-image.sh            |  12 +++
 boot/Config.in                                     |   1 +
 boot/afboot-stm32/Config.in                        |   7 ++
 boot/afboot-stm32/afboot-stm32.mk                  |  18 ++++
 configs/stm32f469_disco_defconfig                  |  29 ++++++
 11 files changed, 332 insertions(+)
 create mode 100644 board/stmicroelectronics/stm32/stm32f469-disco/patches/kernel/0001-kernel-add-top-compatible.patch
 create mode 100644 board/stmicroelectronics/stm32/stm32f469-disco/patches/kernel/0002-kernel-new-dts-file.patch
 create mode 100644 board/stmicroelectronics/stm32/stm32f469-disco/patches/kernel/0003-kernel-config-frag-ram.patch
 create mode 100644 board/stmicroelectronics/stm32/stm32f469-disco/patches/kernel/0004-enable-cpio-rootfs.patch
 create mode 100644 board/stmicroelectronics/stm32/stm32f469-disco/patches/openocd/0.9.0/0001-add-config.patch
 create mode 100644 board/stmicroelectronics/stm32/stm32f469-disco/patches/openocd/0.9.0/0002-flash-nor.patch
 create mode 100755 board/stmicroelectronics/stm32/stm32f469-disco/post-image.sh
 create mode 100644 boot/afboot-stm32/Config.in
 create mode 100644 boot/afboot-stm32/afboot-stm32.mk
 create mode 100644 configs/stm32f469_disco_defconfig

-- 
1.9.1

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

end of thread, other threads:[~2016-02-22 11:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 17:08 [Buildroot] [PATCH 0/9] Add support for STM32F469-DISCO board Lee Jones
2016-02-19 17:08 ` [Buildroot] [PATCH 1/9] boot: Add new bootloader afboot-stm32 Lee Jones
2016-02-22 11:07   ` Thomas Petazzoni
2016-02-19 17:08 ` [Buildroot] [PATCH 2/9] configs: Add a tested working STM32F469-DISCO defconfig Lee Jones
2016-02-22 11:12   ` Thomas Petazzoni
2016-02-19 17:08 ` [Buildroot] [PATCH 3/9] boards: stm32f469-disco: Add a post-image script Lee Jones
2016-02-22 11:12   ` Thomas Petazzoni
2016-02-19 17:09 ` [Buildroot] [PATCH 4/9] boards: stm32f469-disco: Add kernel patch to provide top compatible string Lee Jones
2016-02-19 17:09 ` [Buildroot] [PATCH 5/9] boards: stm32f469-disco: Add kernel patch to provide DTS file Lee Jones
2016-02-19 17:09 ` [Buildroot] [PATCH 6/9] boards: stm32f469-disco: Add kernel patch to set RAM address to 0 Lee Jones
2016-02-19 17:09 ` [Buildroot] [PATCH 7/9] " Lee Jones
2016-02-22 11:14   ` Thomas Petazzoni
2016-02-19 17:09 ` [Buildroot] [PATCH 8/9] boards: stm32f469-disco: Add OpenOCD patch to supply a new config Lee Jones
2016-02-19 17:09 ` [Buildroot] [PATCH 9/9] boards: stm32f469-disco: Add OpenOCD patch to support on-board flash chip Lee Jones
2016-02-22 11:08 ` [Buildroot] [PATCH 0/9] Add support for STM32F469-DISCO board Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox