[PATCH 0/2] Qi 6410 GTA03 steppingstone reduction and PMU init

Andy Green andy at openmoko.com
Sun Nov 2 05:12:56 CET 2008


These patches reduce the size of the steppingstone area by splitting the
board-specific code into a separate -steppingstone file if it has to be
available early and the rest is in main memory code copied later.

pcf50633 init is also provided for GTA03 over i2c... this isn't testable
yet but it's based on GTA02 implementation of i2c bitbang and PMU init
table.

---

Andy Green (2):
      qi-split-board-specific-in-steppingstone.patch
      qi-gta03-add-pmu-init.patch


 include/pcf50633.h                       |    5 +
 include/qi.h                             |    1 
 include/s3c6410.h                        |    4 -
 src/cpu/s3c2442/gta02.c                  |    5 -
 src/cpu/s3c6410/gta03-steppingstone.c    |   76 +++++++++++++++++++
 src/cpu/s3c6410/gta03.c                  |  122 ++++++++++--------------------
 src/cpu/s3c6410/qi.lds                   |    6 +
 src/cpu/s3c6410/smdk6410-steppingstone.c |   71 +++++++++++++++++
 src/cpu/s3c6410/smdk6410.c               |   72 ------------------
 src/cpu/s3c6410/start.S                  |    2 
 src/cpu/s3c6410/start_qi.c               |   22 +++--
 11 files changed, 215 insertions(+), 171 deletions(-)
 create mode 100644 src/cpu/s3c6410/gta03-steppingstone.c
 create mode 100644 src/cpu/s3c6410/smdk6410-steppingstone.c

-- 
Signature



More information about the openmoko-kernel mailing list