[PATCH 0/3] Qi to multi CPU support, add initial 6410 support

Andy Green andy at openmoko.com
Fri Oct 17 19:44:01 CEST 2008


These patches move stuff around in Qi so it can build multiple images
of the bootloader that are CPU-specific now, and I add some working
initial code from U-Boot that is able to init the CPU and Uarts and
issue a character on 6410 SMDK.

Additionally I added a script that is able to prepare SD and SDHC cards
with the bootloader and partition them so they are able to boot the
6410 SMDK entirely from SD Card.

---

Andy Green (3):
      qi-add-6410-bootable-sdcard-generator.patch
      qi-fix-s3c24xx-mci.patch
      qi-refactor-for-multi-cpu-add-s3c6410-base.patch


 6410-partition-sd.sh       |  125 +++++++++++++
 Makefile                   |   15 +-
 gta03-qi.ocd               |    1 
 include/qi.h               |    9 +
 include/s3c24xx-mci.h      |   33 +++
 include/s3c24xx-regs-sdi.h |  110 ++++++++++++
 src/drivers/s3c24xx-mci.c  |  417 ++++++++++++++++++++++++--------------------
 src/drivers/s3c24xx-mci.h  |   33 ---
 src/gta03/gta03.c          |   37 ++++
 src/nand_read.c            |  153 ----------------
 src/nand_read.h            |   22 --
 src/phase2.c               |   25 +++
 src/qi.lds                 |   59 ------
 src/start.S                |   37 +++-
 src/start_qi.c             |  129 --------------
 15 files changed, 602 insertions(+), 603 deletions(-)
 create mode 100755 6410-partition-sd.sh
 create mode 100644 include/s3c24xx-mci.h
 create mode 100644 include/s3c24xx-regs-sdi.h
 delete mode 100644 src/drivers/s3c24xx-mci.h
 delete mode 100644 src/nand_read.c
 delete mode 100644 src/nand_read.h
 delete mode 100644 src/qi.lds
 delete mode 100644 src/start_qi.c

-- 
Signature



More information about the openmoko-kernel mailing list