[U-Boot] [PATCH v3 0/2] ARM: ti: DFU environment consolidation + AM57x DFU

Sekhar Nori nsekhar at ti.com
Fri Nov 25 09:55:53 CET 2016


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@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



More information about the U-Boot mailing list