From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 14:49:59 -0700 Subject: [U-Boot] [u-boot-release] [PATCH 0/0][v2] powerpc: Add support 2 stage boot loader for corenet platform In-Reply-To: <1396964511-14672-1-git-send-email-prabhakar@freescale.com> References: <1396964511-14672-1-git-send-email-prabhakar@freescale.com> Message-ID: <53583587.1000909@freescale.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 04/08/2014 06:41 AM, Prabhakar Kushwaha wrote: > > Signed-off-by: Prabhakar Kushwaha > --- > This patch set contains:- > > [PATCH 1/10] powerpc/mpc85xx: Move LAW_EN define outside of config > > [PATCH 2/10] powerpc/mpc85xx: Avoid hardcoding in SPL linker script > > [PATCH 3/10] powerpc:Add support of SPL non-relocation > > [PATCH 4/10] powerpc/mpc85xx:Disable non DDR LAWs before init_law > > [PATCH 5/10] driver/ifc: define nand_spl_load_image() for SPL > > [PATCH 6/10] driver/mtd/spi:Read 8KB data chunk during u-boot load in SPL > > [PATCH 7/10] driver: Add support of image load for MMC & SPI in SPL > > [PATCH 8/10] Makefile: Add support of RAMBOOT_SPLPBL > > [PATCH 9/10] board/b4qds:Add support of 2 stage NAND boot-loader > > [PATCH 10/10] board/t104xrdb: Add support of NAND, SD, SPI boot for T1040RDB > Applied to u-boot-mpc85xx/master, thanks. York