public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] ARM: ti: DFU environment consolidation + AM57x DFU
@ 2016-11-25  8:55 Sekhar Nori
  2016-11-25  8:55 ` [U-Boot] [PATCH v3 1/2] ARM: ti: consolidate dfu environment variables Sekhar Nori
  2016-11-25  8:55 ` [U-Boot] [PATCH v3 2/2] ARM: am57xx_evm: enable DFU support Sekhar Nori
  0 siblings, 2 replies; 7+ messages in thread
From: Sekhar Nori @ 2016-11-25  8:55 UTC (permalink / raw)
  To: u-boot

This patch series consolidates DFU environment
variables into newly created include/environment/ti/dfu.h

Then goes on to add DFU support for AM57x GP EVM.

Build tested using the following buildman command:

$ tools/buildman/buildman -j 16 -b dfu -c 2 -o test am33xx omap

v2 -> v3
Rebase against latest master, drop 1/3 in the process.

v1 submission here:
https://www.mail-archive.com/u-boot at lists.denx.de/msg222838.html

Sekhar Nori (2):
  ARM: ti: consolidate dfu environment variables
  ARM: am57xx_evm: enable DFU support

 configs/am57xx_evm_defconfig    |  3 ++
 configs/am57xx_hs_evm_defconfig |  3 ++
 include/configs/am335x_evm.h    | 33 +-----------------
 include/configs/am43xx_evm.h    | 34 ++-----------------
 include/configs/am57xx_evm.h    |  8 +++++
 include/configs/dra7xx_evm.h    | 51 ++--------------------------
 include/configs/omap5_uevm.h    | 37 ++------------------
 include/environment/ti/dfu.h    | 75 +++++++++++++++++++++++++++++++++++++++++
 8 files changed, 96 insertions(+), 148 deletions(-)
 create mode 100644 include/environment/ti/dfu.h

-- 
2.9.0

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

end of thread, other threads:[~2016-12-03 23:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25  8:55 [U-Boot] [PATCH v3 0/2] ARM: ti: DFU environment consolidation + AM57x DFU Sekhar Nori
2016-11-25  8:55 ` [U-Boot] [PATCH v3 1/2] ARM: ti: consolidate dfu environment variables Sekhar Nori
2016-11-26 16:16   ` Tom Rini
2016-12-03 23:47   ` [U-Boot] [U-Boot, v3, " Tom Rini
2016-11-25  8:55 ` [U-Boot] [PATCH v3 2/2] ARM: am57xx_evm: enable DFU support Sekhar Nori
2016-11-26 16:17   ` Tom Rini
2016-12-03 23:47   ` [U-Boot] [U-Boot,v3,2/2] " Tom Rini

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