From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 Aug 2013 10:06:58 -0700 Subject: [U-Boot] [PATCH 5/7 v11] powerpc : p1022ds : Enable p1022ds to start from eSPI with SPL In-Reply-To: <1376637376-25563-5-git-send-email-ying.zhang@freescale.com> References: <1376637376-25563-1-git-send-email-ying.zhang@freescale.com> <1376637376-25563-5-git-send-email-ying.zhang@freescale.com> Message-ID: <5213A232.2090402@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 08/16/2013 12:16 AM, ying.zhang at freescale.com wrote: > From: Ying Zhang > > Enable p1022ds to start from eSPI with SPL. > > Signed-off-by: Ying Zhang > --- > Change from v10: > - No change. > Change from v9: > - No change. > Change from v8: > - No change. > Change from v7: > - No change. > Change from v6: > - No longer changes the header file included by the file. > - "board/freescale/p1022ds/spl.c". > Change from v5: > - Split from "powerpc/p1022ds: boot from spi flash with SPL". > - this patch enable P1022DS to start from eSPI with SPL. > Change from v4: > - No change. > Change from v3: > - No change. > Change from v2: > - No change. > Change from v1: > - Split from "boot from SD card/SPI flash with SPL". > > board/freescale/p1022ds/spl.c | 10 ++++++++++ > include/configs/P1022DS.h | 36 +++++++++++++++++++++++++++++------- > 2 files changed, 39 insertions(+), 7 deletions(-) > Applied to u-boot-mpc85xx.git. York