public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/7] Add SD boot support for LS1021AQDS/TWR board
@ 2014-09-26 10:33 Alison Wang
  2014-09-26 10:33 ` [U-Boot] [PATCH v2 1/7] ls102xa: pblimage: Add pblimage tool support for LS102xA Alison Wang
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Alison Wang @ 2014-09-26 10:33 UTC (permalink / raw)
  To: u-boot

This series contain SD boot support for LS1021AQDS/TWR board.SPL
framework is used. PBL initialize the internal RAM and copy SPL 
to it, then SPL initialize DDR using SPD and copy u-boot from
SD card to DDR, finally SPL transfer control to u-boot.

----------------------------------------------------------------
Alison Wang (7):
      ls102xa: pblimage: Add pblimage tool support for LS102xA
      spl: Use u-boot.img instead of u-boot.bin
      arm: spl: Add I2C linker list in generic .lds
      common: spl: Add interactive DDR debugger support for SPL
      ls102xa: qixis: Add CONFIG_QIXIS_I2C_ACCESS macro
      arm: ls102xa: Add SD boot support for LS1021AQDS board
      arm: ls102xa: Add SD boot support for LS1021ATWR board

 Makefile                                      |  11 ++++++++--
 arch/arm/cpu/armv7/ls102xa/Makefile           |   1 +
 arch/arm/cpu/armv7/ls102xa/spl.c              |  35 ++++++++++++++++++++++++++++++
 arch/arm/cpu/u-boot-spl.lds                   |   3 +++
 arch/arm/include/asm/arch-ls102xa/spl.h       |  20 +++++++++++++++++
 board/freescale/common/qixis.h                |   7 ++++++
 board/freescale/ls1021aqds/ddr.c              |   5 ++++-
 board/freescale/ls1021aqds/ls1021aqds.c       |  31 +++++++++++++++++++++++++++
 board/freescale/ls1021aqds/ls102xa_pbi.cfg    |   8 +++++++
 board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg |  14 ++++++++++++
 board/freescale/ls1021atwr/ls1021atwr.c       |  31 ++++++++++++++++++++++++++-
 board/freescale/ls1021atwr/ls102xa_pbi.cfg    |  13 ++++++++++++
 board/freescale/ls1021atwr/ls102xa_rcw_sd.cfg |  14 ++++++++++++
 common/Makefile                               |  20 ++++++++---------
 configs/ls1021aqds_sdcard_defconfig           |   4 ++++
 configs/ls1021atwr_sdcard_defconfig           |   4 ++++
 include/configs/ls1021aqds.h                  |  67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/ls1021atwr.h                  |  52 +++++++++++++++++++++++++++++++++++++++++++++
 tools/pblimage.c                              | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------
 19 files changed, 399 insertions(+), 47 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/ls102xa/spl.c
 create mode 100644 arch/arm/include/asm/arch-ls102xa/spl.h
 create mode 100644 board/freescale/ls1021aqds/ls102xa_pbi.cfg
 create mode 100644 board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg
 create mode 100644 board/freescale/ls1021atwr/ls102xa_pbi.cfg
 create mode 100644 board/freescale/ls1021atwr/ls102xa_rcw_sd.cfg
 create mode 100644 configs/ls1021aqds_sdcard_defconfig
 create mode 100644 configs/ls1021atwr_sdcard_defconfig

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-10-15  9:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 10:33 [U-Boot] [PATCH v2 0/7] Add SD boot support for LS1021AQDS/TWR board Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 1/7] ls102xa: pblimage: Add pblimage tool support for LS102xA Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 2/7] spl: Use u-boot.img instead of u-boot.bin Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 3/7] arm: spl: Add I2C linker list in generic .lds Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 4/7] common: spl: Add interactive DDR debugger support for SPL Alison Wang
2014-10-14 20:29   ` York Sun
2014-10-15  9:40     ` Huan Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 5/7] ls102xa: qixis: Add CONFIG_QIXIS_I2C_ACCESS macro Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board Alison Wang
2014-10-14 20:45   ` York Sun
2014-10-15  7:15     ` Huan Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 7/7] arm: ls102xa: Add SD boot support for LS1021ATWR board Alison Wang
2014-10-14 20:46   ` York Sun
2014-10-15  7:14     ` Huan Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox