[U-Boot] [PATCH v2 0/3] ARM: ti: DFU environment consolidation + AM57x DFU
Sekhar Nori
nsekhar at ti.com
Thu Nov 24 14:36:47 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 commands:
$ tools/buildman/buildman -j 16 -b dfu -c 3 -o test am33xx
$ tools/buildman/buildman -j 16 -b dfu -c 3 -o test omap
v1 submission here:
https://www.mail-archive.com/u-boot@lists.denx.de/msg222838.html
Sekhar Nori (3):
board: ti: am57xx-evm: fix build warnings
ARM: ti: consolidate dfu environment variables
ARM: am57xx_evm: enable DFU support
board/ti/am57xx/board.c | 20 -----------
configs/am57xx_evm_defconfig | 12 +++++++
configs/am57xx_hs_evm_defconfig | 12 +++++++
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 +++++++++++++++++++++++++++++++++++++++++
9 files changed, 114 insertions(+), 168 deletions(-)
create mode 100644 include/environment/ti/dfu.h
--
2.9.0
More information about the U-Boot
mailing list