Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/9] configs: defconfigs for Atmel boards
@ 2015-05-19 14:21 Alexandre Belloni
  2015-05-19 14:21 ` [Buildroot] [PATCH v3 1/9] configs: update at91sam9g45m10ek defconfig Alexandre Belloni
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Alexandre Belloni @ 2015-05-19 14:21 UTC (permalink / raw)
  To: buildroot

This series updates and adds defconfigs for the recent(ish) atmel boards. They
use Atmel's u-boot and kernel tree and are meant to be flashed on the NAND
flash.

It also provides a flahing helper to ease the flashing of the board and
includes documentation on how to do so.

Changes in v3:
 - select 3.18 headers for the toolchain
 - rename the documentation
 - update the flasher helper to support more boards
 - update the tcl script to the latest version from Atmel (demos v4.7)
   It has better debug messages and takes the dtb filename as a parameter
   It also supports giving different video modes to support the DRM/KMS display driver

Changes in v2:
 - Add flashing helper and instructions
 - Update the existing xplained readme
 - Use commit ids instead of branch names
 - Include ubi image generation in the defconfig

Alexandre Belloni (9):
  configs: update at91sam9g45m10ek defconfig
  configs: add defconfig for Atmel at91sam9rlek
  configs: add defconfig for Atmel at91sam9x5ek
  configs: add defconfig for Atmel sama5d3xek
  configs: add defconfig for Atmel sama5d4ek
  configs: add defconfig for Atmel sama5d4 Xplained Ultra
  configs: add defconfig for Atmel sama5d3 Xplained
  atmel: add a flashing helper and documentation
  configs: rename atmel_xplained_defconfig

 board/atmel/flasher.sh                             | 136 ++++++++
 board/atmel/nandflash.tcl                          | 358 +++++++++++++++++++++
 board/atmel/readme.txt                             | 107 ++++++
 board/atmel/xplained/readme.txt                    |   8 +-
 configs/at91sam9g45m10ek_defconfig                 |  25 +-
 configs/at91sam9rlek_defconfig                     |  24 ++
 configs/at91sam9x5ek_defconfig                     |  25 ++
 configs/atmel_sama5d3_xplained_defconfig           |  29 ++
 ...config => atmel_sama5d3_xplained_mmc_defconfig} |   0
 configs/atmel_sama5d3xek_defconfig                 |  29 ++
 configs/atmel_sama5d4_xplained_defconfig           |  33 ++
 configs/atmel_sama5d4ek_defconfig                  |  33 ++
 12 files changed, 798 insertions(+), 9 deletions(-)
 create mode 100755 board/atmel/flasher.sh
 create mode 100644 board/atmel/nandflash.tcl
 create mode 100644 board/atmel/readme.txt
 create mode 100644 configs/at91sam9rlek_defconfig
 create mode 100644 configs/at91sam9x5ek_defconfig
 create mode 100644 configs/atmel_sama5d3_xplained_defconfig
 rename configs/{atmel_xplained_defconfig => atmel_sama5d3_xplained_mmc_defconfig} (100%)
 create mode 100644 configs/atmel_sama5d3xek_defconfig
 create mode 100644 configs/atmel_sama5d4_xplained_defconfig
 create mode 100644 configs/atmel_sama5d4ek_defconfig

-- 
2.1.4

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

end of thread, other threads:[~2015-06-30 13:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 14:21 [Buildroot] [PATCH v3 0/9] configs: defconfigs for Atmel boards Alexandre Belloni
2015-05-19 14:21 ` [Buildroot] [PATCH v3 1/9] configs: update at91sam9g45m10ek defconfig Alexandre Belloni
2015-05-19 14:21 ` [Buildroot] [PATCH v3 2/9] configs: add defconfig for Atmel at91sam9rlek Alexandre Belloni
2015-05-19 14:21 ` [Buildroot] [PATCH v3 3/9] configs: add defconfig for Atmel at91sam9x5ek Alexandre Belloni
2015-05-19 14:21 ` [Buildroot] [PATCH v3 4/9] configs: add defconfig for Atmel sama5d3xek Alexandre Belloni
2015-05-19 14:21 ` [Buildroot] [PATCH v3 5/9] configs: add defconfig for Atmel sama5d4ek Alexandre Belloni
2015-05-19 14:21 ` [Buildroot] [PATCH v3 6/9] configs: add defconfig for Atmel sama5d4 Xplained Ultra Alexandre Belloni
2015-05-19 14:21 ` [Buildroot] [PATCH v3 7/9] configs: add defconfig for Atmel sama5d3 Xplained Alexandre Belloni
2015-05-19 14:21 ` [Buildroot] [PATCH v3 8/9] atmel: add a flashing helper and documentation Alexandre Belloni
2015-05-19 14:21 ` [Buildroot] [PATCH v3 9/9] configs: rename atmel_xplained_defconfig Alexandre Belloni
2015-05-19 15:44 ` [Buildroot] [PATCH v3 0/9] configs: defconfigs for Atmel boards Thomas Petazzoni
2015-05-19 17:57   ` Alexandre Belloni
2015-05-20  7:52     ` Thomas Petazzoni
2015-06-30 13:26 ` Thomas Petazzoni

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