From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Date: Fri, 25 Nov 2016 14:25:53 +0530 Subject: [U-Boot] [PATCH v3 0/2] ARM: ti: DFU environment consolidation + AM57x DFU Message-ID: <20161125085555.16186-1-nsekhar@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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