public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] ARM: DRA7xx: Enable FIT
@ 2016-05-06 13:06 Lokesh Vutla
  2016-05-06 13:07 ` [U-Boot] [PATCH 1/4] ARM: DRA7: configs: Rename dra7xx_evm to dra7xx_evm_nodt defconfig Lokesh Vutla
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Lokesh Vutla @ 2016-05-06 13:06 UTC (permalink / raw)
  To: u-boot

This series enables FIT for DRA7xx platforms.
Depends on the FIT support series posted recently.

Testing:
Defconfig used: dra7xx_evm_defconfig (DT boot with FIT enabled)
DRA74-Evm RevH:
SD boot: http://pastebin.ubuntu.com/16258169/
eMMC boot: http://pastebin.ubuntu.com/16258272/
QSPI_4 boot: http://pastebin.ubuntu.com/16258216/
				
DRA72-Evm RevC:
SD boot: http://pastebin.ubuntu.com/16257943/
eMMC boot: http://pastebin.ubuntu.com/16258075/ 
QSPI_4 boot: http://pastebin.ubuntu.com/16258135/

Lokesh Vutla (4):
  ARM: DRA7: configs: Rename dra7xx_evm to dra7xx_evm_nodt defconfig
  board: dra7: fit: add support for selecting dtb dynamically
  ARM: DRA7: Enable FIT
  ARM: DRA7: configs: Remove obsolete configs

 board/ti/dra7xx/MAINTAINERS           |  5 +---
 board/ti/dra7xx/evm.c                 | 12 ++++++++
 configs/dra72_evm_defconfig           | 53 -----------------------------------
 configs/dra74_evm_defconfig           | 52 ----------------------------------
 configs/dra7xx_evm_defconfig          | 15 +++++++++-
 configs/dra7xx_evm_nodt_defconfig     | 43 ++++++++++++++++++++++++++++
 configs/dra7xx_evm_qspiboot_defconfig | 43 ----------------------------
 configs/dra7xx_evm_uart3_defconfig    | 44 -----------------------------
 8 files changed, 70 insertions(+), 197 deletions(-)
 delete mode 100644 configs/dra72_evm_defconfig
 delete mode 100644 configs/dra74_evm_defconfig
 create mode 100644 configs/dra7xx_evm_nodt_defconfig
 delete mode 100644 configs/dra7xx_evm_qspiboot_defconfig
 delete mode 100644 configs/dra7xx_evm_uart3_defconfig

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-05-09  4:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 13:06 [U-Boot] [PATCH 0/4] ARM: DRA7xx: Enable FIT Lokesh Vutla
2016-05-06 13:07 ` [U-Boot] [PATCH 1/4] ARM: DRA7: configs: Rename dra7xx_evm to dra7xx_evm_nodt defconfig Lokesh Vutla
2016-05-06 17:49   ` Tom Rini
2016-05-09  4:44     ` Lokesh Vutla
2016-05-06 13:07 ` [U-Boot] [PATCH 2/4] board: dra7: fit: add support for selecting dtb dynamically Lokesh Vutla
2016-05-06 17:49   ` Tom Rini
2016-05-06 13:07 ` [U-Boot] [PATCH 3/4] ARM: DRA7: Enable FIT Lokesh Vutla
2016-05-06 17:49   ` Tom Rini
2016-05-06 13:07 ` [U-Boot] [PATCH 4/4] ARM: DRA7: configs: Remove obsolete configs Lokesh Vutla
2016-05-06 17:49   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox