From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew F. Davis Date: Mon, 28 Jan 2019 11:43:21 -0600 Subject: [U-Boot] [PATCH v4 0/5] Add USB boot to HS DRA7xx/AM57xx Message-ID: <20190128174326.27001-1-afd@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 Hello all, This series adds USB boot support to HS DRA7xx/AM57xx platforms. Thanks, Andrew Changes from v3: - Rebase on upstream - Sync defconfigs Changes from v2: - Only use ISW_ENTRY_ADDR for system with a set default Changes from v1: - Drop explicit UART boot support from DRA7xx as this cannot be tested Andrew F. Davis (5): defconfigs: dra7xx_hs_evm: Sync HS and non-HS defconfigs defconfigs: am57xx_hs_evm: Sync HS and non-HS defconfigs defconfigs: Add config for DRA7xx High Security EVM with USB Boot support defconfigs: Add config for AM57xx High Security EVM with USB/UART Boot support doc: ti-secure: Add ULO info for AM57xx/DRA7xx secure devices from TI MAINTAINERS | 2 ++ configs/am57xx_hs_evm_defconfig | 1 + ...hs_evm_defconfig => am57xx_hs_evm_usb_defconfig} | 6 ++++++ configs/dra7xx_hs_evm_defconfig | 8 +++++++- ...hs_evm_defconfig => dra7xx_hs_evm_usb_defconfig} | 13 ++++++++++++- doc/README.ti-secure | 8 ++++++-- 6 files changed, 34 insertions(+), 4 deletions(-) copy configs/{am57xx_hs_evm_defconfig => am57xx_hs_evm_usb_defconfig} (94%) copy configs/{dra7xx_hs_evm_defconfig => dra7xx_hs_evm_usb_defconfig} (87%) -- 2.19.1