1. 28 4月, 2006 2 次提交
  2. 14 4月, 2006 1 次提交
  3. 28 3月, 2006 1 次提交
    • P
      ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc · 0a26b136
      Paul Mackerras 提交于
      32-bit CHRP machines are now supported only in arch/powerpc, as are
      all 64-bit PowerPC processors.  This means that we don't use
      Open Firmware on any platform in arch/ppc any more.
      
      This makes PReP support a single-platform option like every other
      platform support option in arch/ppc now, thus CONFIG_PPC_MULTIPLATFORM
      is gone from arch/ppc.  CONFIG_PPC_PREP is the option that selects
      PReP support and is generally what has replaced
      CONFIG_PPC_MULTIPLATFORM within arch/ppc.
      
      _machine is all but dead now, being #defined to 0.
      
      Updated Makefiles, comments and Kconfig options generally to reflect
      these changes.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      0a26b136
  4. 27 3月, 2006 2 次提交
  5. 24 3月, 2006 1 次提交
  6. 17 3月, 2006 1 次提交
  7. 10 2月, 2006 2 次提交
  8. 08 2月, 2006 1 次提交
  9. 07 2月, 2006 4 次提交
  10. 05 2月, 2006 1 次提交
  11. 28 1月, 2006 1 次提交
  12. 20 1月, 2006 2 次提交
  13. 15 1月, 2006 1 次提交
    • P
      [PATCH] ppc: Remove powermac support from ARCH=ppc · a7fdd90b
      Paul Mackerras 提交于
      This makes it possible to build kernels for PReP and/or CHRP
      with ARCH=ppc by removing the (non-building) powermac support.
      It's now also possible to select PReP and CHRP independently.
      Powermac users should now build with ARCH=powerpc instead of
      ARCH=ppc.  (This does mean that it is no longer possible to
      build a 32-bit kernel for a G5.)
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      a7fdd90b
  14. 14 1月, 2006 1 次提交
  15. 13 1月, 2006 1 次提交
  16. 09 1月, 2006 2 次提交
    • M
      [PATCH] ppc32: m8xx watchdog update · fb64c244
      Marcelo Tosatti 提交于
      This updates m8xx_wdt as follows:
      
      1) Remove now obsolete fpos check in the write() function. The driver is
      currently non functional due to this bug.
      
      2) Use in/out macros for register access.
      
      3) Allows m8xx_wdt to use a kernel timer instead of the builtin RTC/PIT
      for keep-alive trigger (which is responsible for servicing the watchdog
      until an userspace application takes over). For instance Cyclades PRxK
      boards (MPC 855T based) have a non-functional internal RTC/PIT unit.
      Behaviour for boards with RTC/PIT is unchaged.
      
      4) The last change required moving the RTCSC register setting code
      to a weak function which can be overriden by board specific files.
      Otherwise the timer init code trashes the register making it impossible
      for m8xx_wdt to detect the situation.
      Signed-off-by: NMarcelo Tosatti <marcelo.tosatti@cyclades.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      fb64c244
    • K
      [PATCH] powerpc: moved ipic code to arch/powerpc · 1cd8e506
      Kumar Gala 提交于
      Moved 83xx and QUICC Engine interrupt handling code into arch/powerpc
      as a precursor of getting 83xx sub-arch building in arch/powerpc.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      1cd8e506
  17. 07 1月, 2006 4 次提交
  18. 17 12月, 2005 1 次提交
  19. 02 12月, 2005 1 次提交
  20. 18 11月, 2005 1 次提交
  21. 14 11月, 2005 1 次提交
  22. 11 11月, 2005 1 次提交
  23. 09 11月, 2005 3 次提交
  24. 08 11月, 2005 1 次提交
  25. 07 11月, 2005 3 次提交