public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] ARM: OMAP4/5: Add support to boot with device tree as default
@ 2013-03-23  8:24 Sricharan R
  2013-03-23  8:24 ` [U-Boot] [PATCH 1/5] ARM: OMAP5: Rename omap5_evm.h to omap5_uevm.h Sricharan R
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Sricharan R @ 2013-03-23  8:24 UTC (permalink / raw)
  To: u-boot

With the kernel moving all towards device tree, this series
adds support to make the device tree boot as the default
for OMAP4/5 platforms.

Sricharan R (5):
  ARM: OMAP5: Rename omap5_evm.h to omap5_uevm.h
  ARM: OMAP5: Set fdt_high to enable booting with Device tree
  ARM: OMAP5: Support loading environment variables from txt file
  ARM: OMAP4/5: Change the default boot command to work with device
    tree
  ARM: OMAP4/5: Make bootz as the default boot command

 board/ti/omap5_evm/Makefile    |   49 -------
 board/ti/omap5_evm/evm.c       |  101 -------------
 board/ti/omap5_evm/mux_data.h  |  304 ----------------------------------------
 board/ti/omap5_uevm/Makefile   |   49 +++++++
 board/ti/omap5_uevm/evm.c      |  101 +++++++++++++
 board/ti/omap5_uevm/mux_data.h |  304 ++++++++++++++++++++++++++++++++++++++++
 boards.cfg                     |    2 +-
 include/configs/omap4_common.h |   16 ++-
 include/configs/omap5_common.h |   30 +++-
 include/configs/omap5_evm.h    |   40 ------
 include/configs/omap5_uevm.h   |   40 ++++++
 11 files changed, 531 insertions(+), 505 deletions(-)
 delete mode 100644 board/ti/omap5_evm/Makefile
 delete mode 100644 board/ti/omap5_evm/evm.c
 delete mode 100644 board/ti/omap5_evm/mux_data.h
 create mode 100644 board/ti/omap5_uevm/Makefile
 create mode 100644 board/ti/omap5_uevm/evm.c
 create mode 100644 board/ti/omap5_uevm/mux_data.h
 delete mode 100644 include/configs/omap5_evm.h
 create mode 100644 include/configs/omap5_uevm.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-03-25 16:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-23  8:24 [U-Boot] [PATCH 0/5] ARM: OMAP4/5: Add support to boot with device tree as default Sricharan R
2013-03-23  8:24 ` [U-Boot] [PATCH 1/5] ARM: OMAP5: Rename omap5_evm.h to omap5_uevm.h Sricharan R
2013-03-23  8:52   ` Sricharan R
2013-03-23  8:24 ` [U-Boot] [PATCH 2/5] ARM: OMAP5: Set fdt_high to enable booting with Device tree Sricharan R
2013-03-23  8:24 ` [U-Boot] [PATCH 3/5] ARM: OMAP5: Support loading environment variables from txt file Sricharan R
2013-03-23  8:24 ` [U-Boot] [PATCH 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree Sricharan R
2013-03-23  8:24 ` [U-Boot] [PATCH 5/5] ARM: OMAP4/5: Make bootz as the default boot command Sricharan R
2013-03-25 16:01 ` [U-Boot] [PATCH 0/5] ARM: OMAP4/5: Add support to boot with device tree as default Nishanth Menon
2013-03-25 16:22   ` Sricharan R

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