Message ID | 20200127122929.25179-1-vigneshr@ti.com |
---|---|
Headers | show |
Series | J721e: Add support for DFU boot mode | expand |
On Mon, Jan 27, 2020 at 05:59:22PM +0530, Vignesh Raghavendra wrote: > This series adds support to boot via USB DFU mode. > > Vignesh Raghavendra (7): > arm: mach-k3: j721e: Rename BOOT_DEVICE_USB to BOOT_DEVICE_DFU > arm: mach-k3: sysfw-loader: Add support to download SYSFW via DFU > arm: dts: k3-j721e-common-proc-board: Enable USB0 in peripheral mode > configs: j721e_evm: Add DFU related variables > configs: j721e_evm_r5_defconfig: Increase early malloc size > configs: j721e_evm_r5/a72_defconfig: Enable USB Gadget related configs > configs: j721e_evm_r5/a72_defconfig: Enable DFU related configs For all patches in the series: Reviewed-by: Andreas Dannenberg <dannenberg at ti.com> -- Andreas Dannenberg Texas Instruments Inc > > .../arm/dts/k3-j721e-r5-common-proc-board.dts | 18 +++++++++++ > arch/arm/mach-k3/include/mach/j721e_spl.h | 2 +- > arch/arm/mach-k3/sysfw-loader.c | 30 +++++++++++++++++++ > configs/j721e_evm_a72_defconfig | 6 ++++ > configs/j721e_evm_r5_defconfig | 17 ++++++++++- > include/configs/j721e_evm.h | 4 +++ > 6 files changed, 75 insertions(+), 2 deletions(-) > > -- > 2.25.0 >