1. 08 3月, 2011 1 次提交
  2. 28 2月, 2011 6 次提交
  3. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  4. 11 8月, 2010 1 次提交
  5. 27 5月, 2010 1 次提交
  6. 02 2月, 2010 1 次提交
  7. 19 1月, 2010 1 次提交
  8. 15 1月, 2010 1 次提交
  9. 01 12月, 2009 1 次提交
  10. 16 11月, 2009 1 次提交
  11. 24 6月, 2009 1 次提交
  12. 17 6月, 2009 1 次提交
    • A
      [ARM] GTA02/FreeRunner: Add machine definition · 9d76295a
      Andy Green 提交于
      This patch introduces the Openmoko GTA02 machine definition.
      
      Much of the code is based on Harald Welte's work, although it
      has been largely rewritten several times.
      
      This is intended to be the minimum machine definition to boot and
      be able to run a rootfs from NAND on GTA02 / FreeRunner.  It does
      not bring up the framebuffer / Glamo and lacks many other peripheral
      drivers from outside the SoC.  But once we have this basis in
      mainline kernel, we will be able to introduce the other drivers
      and add them here.
      
      Thanks to Sven Rebhan <odinshorse@googlemail.com> for his fixes to this
      patch (Kconfig and defconfig files).
      Signed-off-by: NAndy Green <andy@warmcat.com>
      Signed-off-by: NNelson Castillo <arhuaco@freaks-unidos.net>
      [ben-linux@fluff.org: Fix the GPIO definitions]
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      9d76295a