From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Date: Mon, 25 Mar 2013 21:52:24 +0530 Subject: [U-Boot] [PATCH 0/5] ARM: OMAP4/5: Add support to boot with device tree as default In-Reply-To: <20130325160106.GA10621@kahuna> References: <1364027053-31214-1-git-send-email-r.sricharan@ti.com> <20130325160106.GA10621@kahuna> Message-ID: <515079C0.2070208@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 On Monday 25 March 2013 09:31 PM, Nishanth Menon wrote: > On 13:54-20130323, Sricharan R wrote: >> 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 >> > Series: > Tested-by: Nishanth Menon > {assuming change stated in http://patchwork.ozlabs.org/patch/230283/ > Acked-by: Nishanth Menon > Thanks Nishanth. Posting V3 to include your patch. Regards, Sricharan