public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] ARM: at91: SAMA5: extract the common sama5 chip configurations to a common header
@ 2014-11-19 11:02 Josh Wu
  2014-11-19 11:03 ` [U-Boot] [PATCH 1/6] ARM: at91: sama5d3_xplained: spl: enable PMECC header generation Josh Wu
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Josh Wu @ 2014-11-19 11:02 UTC (permalink / raw)
  To: u-boot

This patch series reorganized the configurations for SAMA5 chips.
Make the common part into one file.
That way we don't need to have many copy of the same configurations.

Josh Wu (6):
  ARM: at91: sama5d3_xplained: spl: enable PMECC header generation
  ARM: at91: sama5: move the common part of configurations to
    at91-sama5_common.h
  ARM: at91: sama5d3_xplained: set ENV_FAT_DEVICE_AND_PART intead of
    using number
  ARM: at91: sama5d3: mmc: save enviroment as a fat file (uboot.env)
  ARM: at91: sama5: move the bootcmd definition to the common header
  ARM: at91: at91sam9x5: mmc: save environment as a file in FAT
    partition.

 include/configs/at91-sama5_common.h | 126 ++++++++++++++++++++++++++++++++++++
 include/configs/at91sam9x5ek.h      |  12 ++--
 include/configs/sama5d3_xplained.h  | 100 ++--------------------------
 include/configs/sama5d3xek.h        | 114 ++------------------------------
 include/configs/sama5d4_xplained.h  | 116 ++-------------------------------
 include/configs/sama5d4ek.h         | 116 ++-------------------------------
 6 files changed, 153 insertions(+), 431 deletions(-)
 create mode 100644 include/configs/at91-sama5_common.h

-- 
1.9.1

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

end of thread, other threads:[~2015-03-30  6:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19 11:02 [U-Boot] [PATCH 0/6] ARM: at91: SAMA5: extract the common sama5 chip configurations to a common header Josh Wu
2014-11-19 11:03 ` [U-Boot] [PATCH 1/6] ARM: at91: sama5d3_xplained: spl: enable PMECC header generation Josh Wu
2014-11-20  1:13   ` Bo Shen
2015-01-19 11:50   ` [U-Boot] [U-Boot, " Andreas Bießmann
2014-11-19 11:03 ` [U-Boot] [PATCH 2/6] ARM: at91: sama5: move the common part of configurations to at91-sama5_common.h Josh Wu
2015-03-29 20:52   ` Andreas Bießmann
2015-03-30  6:54     ` Josh Wu
2014-11-19 11:03 ` [U-Boot] [PATCH 3/6] ARM: at91: sama5d3_xplained: set ENV_FAT_DEVICE_AND_PART intead of using number Josh Wu
2014-11-19 11:03 ` [U-Boot] [PATCH 4/6] ARM: at91: sama5d3: mmc: save enviroment as a fat file (uboot.env) Josh Wu
2014-11-19 11:03 ` [U-Boot] [PATCH 5/6] ARM: at91: sama5: move the bootcmd definition to the common header Josh Wu
2014-11-19 11:03 ` [U-Boot] [PATCH 6/6] ARM: at91: at91sam9x5: mmc: save environment as a file in FAT partition Josh Wu
2014-11-20  1:12 ` [U-Boot] [PATCH 0/6] ARM: at91: SAMA5: extract the common sama5 chip configurations to a common header Bo Shen
2014-11-20  3:22   ` Josh Wu
2014-11-20  3:40     ` Bo Shen

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