From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 Aug 2013 10:06:44 -0700 Subject: [U-Boot] [PATCH 3/7 v11] powerpc: p1022ds: Enable P1022DS to boot from SD Card with SPL In-Reply-To: <1376637376-25563-3-git-send-email-ying.zhang@freescale.com> References: <1376637376-25563-1-git-send-email-ying.zhang@freescale.com> <1376637376-25563-3-git-send-email-ying.zhang@freescale.com> Message-ID: <5213A224.4080803@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 eSDHC with SPL. > > Signed-off-by: Ying Zhang > --- > Change from v10: > - Fix the warning from spl.c. > Change from v9: > - Mofidy board/freescale/p1022ds/spl.c, fix checkpatch warnings. > Change from v8: > - No change. > Change from v7: > - No change. > Change from v6: > - Split from the patch "powerpc/p1022ds: boot from SD Card with SPL". > - this patch only enables p1022ds to boot from SD Card with SPL. > Change from v5: > - No change. > Change from v4: > - No change. > Change from v3: > - No change. > Change from v2: > - No change. > Change from v1: > - No change. > > README | 4 ++ > board/freescale/common/Makefile | 2 - > board/freescale/p1022ds/Makefile | 3 + > board/freescale/p1022ds/spl.c | 110 ++++++++++++++++++++++++++++++++++++++ > board/freescale/p1022ds/tlb.c | 23 +++++--- > include/configs/P1022DS.h | 54 ++++++++++++++++--- > 6 files changed, 179 insertions(+), 17 deletions(-) > create mode 100644 board/freescale/p1022ds/spl.c > Applied to u-boot-mpc85xx.git. York