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

Hi,

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 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                             |  74 +++++
 board/atmel/nandflash.tcl                          | 346 +++++++++++++++++++++
 board/atmel/nandflash.txt                          | 106 +++++++
 board/atmel/xplained/readme.txt                    |   8 +-
 configs/at91sam9g45m10ek_defconfig                 |  22 +-
 configs/at91sam9rlek_defconfig                     |  21 ++
 configs/at91sam9x5ek_defconfig                     |  22 ++
 configs/atmel_sama5d3_xplained_defconfig           |  26 ++
 ...config => atmel_sama5d3_xplained_mmc_defconfig} |   0
 configs/atmel_sama5d3xek_defconfig                 |  26 ++
 configs/atmel_sama5d4_xplained_defconfig           |  30 ++
 configs/atmel_sama5d4ek_defconfig                  |  30 ++
 12 files changed, 702 insertions(+), 9 deletions(-)
 create mode 100755 board/atmel/flasher.sh
 create mode 100644 board/atmel/nandflash.tcl
 create mode 100644 board/atmel/nandflash.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] 15+ messages in thread

end of thread, other threads:[~2015-05-18 21:13 UTC | newest]

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

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