From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Date: Wed, 7 Aug 2013 17:53:17 +0200 Subject: [U-Boot] [PATCH 0/2] OMAP3: igep00x0: allow DeviceTree booting Message-ID: <1375890799-30350-1-git-send-email-javier.martinez@collabora.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Now that Device Tree support for IGEP boards has been included in the mainline Linux kernel, it's better if the default boot command has proper support for booting with DT. This patch-set his composed of the following patches: Enric Balletbo i Serra (1): ARM: igep00x0.h: Enable the use of CMD_EXT4, CMD_FS_GENERIC and zImage. Javier Martinez Canillas (1): OMAP3: igep00x0: allow booting with a FDT from MMC The first patch adds some improvements to igep00x0.h to support loading kernel images from ext{2,3,4} partitions besides FAT and using by default a zImage instead of a uImage now that multiplatform support has been added to OMAP. The second patch adds support to boot using a FDT if is present in the /boot dir of the rootfs partition and fallback to legacy boot if is not present so users that have not migrated to DT can still use the default boot command. Thanks a lot and best regards, Javier