1. 18 10月, 2008 2 次提交
  2. 17 10月, 2008 1 次提交
    • J
      powerpc/40x: Add PowerPC 40x simple platform support · 8105fa88
      Josh Boyer 提交于
      This adds a common board file for almost all of the "simple" PowerPC 40x
      boards that exist today.  This is intended to be a single place to add
      support for boards that do not differ in platform support from most of the
      evaluation boards that are used as reference platforms.  Boards that have
      specific requirements or custom hardware setup should still have their own
      board.c file.
      
      The first board ported to this is the AMCC PowerPC 405EZ Acadia board.
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      8105fa88
  3. 07 2月, 2008 1 次提交
  4. 24 12月, 2007 5 次提交
  5. 20 10月, 2007 1 次提交
  6. 12 10月, 2007 1 次提交
  7. 03 10月, 2007 1 次提交
  8. 07 9月, 2007 1 次提交
  9. 20 8月, 2007 2 次提交
  10. 24 4月, 2007 1 次提交
    • D
      [POWERPC] Re-organize Kconfig code for 4xx in arch/powerpc · f6557331
      David Gibson 提交于
      Now that we always take a device tree in arch/powerpc, there's no good
      reason not to allow a single kernel to support multiple embedded 4xx
      boards - the correct platform code can be selected based on the device
      tree information.
      
      Therefore, this patch re-arranges the 4xx Kconfig code to allow this.
      In addition we:
      	- use "select" instead of depends to configure the correct
      	  config options for specific 4xx CPUs and workarounds, which
      	  makes the information about specific boards and CPUs less
      	  scattered.
      	- Some old, unused (in arch/powerpc) config options are
      	  removed: WANT_EARLY_SERIAL, IBM_OCP, etc.
      Signed-off-by: NDavid Gibson <dwg@au1.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      f6557331
  11. 13 12月, 2006 1 次提交
  12. 26 9月, 2005 1 次提交
    • P
      powerpc: Merge enough to start building in arch/powerpc. · 14cf11af
      Paul Mackerras 提交于
      This creates the directory structure under arch/powerpc and a bunch
      of Kconfig files.  It does a first-cut merge of arch/powerpc/mm,
      arch/powerpc/lib and arch/powerpc/platforms/powermac.  This is enough
      to build a 32-bit powermac kernel with ARCH=powerpc.
      
      For now we are getting some unmerged files from arch/ppc/kernel and
      arch/ppc/syslib, or arch/ppc64/kernel.  This makes some minor changes
      to files in those directories and files outside arch/powerpc.
      
      The boot directory is still not merged.  That's going to be interesting.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      14cf11af
  13. 05 9月, 2005 3 次提交
  14. 24 8月, 2005 2 次提交
  15. 02 8月, 2005 1 次提交
  16. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4