1. 09 1月, 2006 10 次提交
  2. 12 12月, 2005 1 次提交
  3. 19 11月, 2005 1 次提交
  4. 16 11月, 2005 2 次提交
  5. 15 11月, 2005 1 次提交
  6. 14 11月, 2005 2 次提交
  7. 10 11月, 2005 2 次提交
  8. 09 11月, 2005 1 次提交
  9. 08 11月, 2005 2 次提交
  10. 03 11月, 2005 1 次提交
  11. 02 11月, 2005 2 次提交
  12. 27 10月, 2005 1 次提交
  13. 26 10月, 2005 4 次提交
  14. 23 10月, 2005 1 次提交
    • P
      powerpc: Run on old powermacs. · a575b807
      Paul Mackerras 提交于
      Old powermacs have a number of differences from current machines:
      - there is no interrupt tree in the device tree, just interrupt
        or AAPL,interrupt properties
      - the chosen node in the device tree is called /chosen@0
      - the OF claim method doesn't map the memory, so we have to do
        an explicit map call as well
      - there is no /chosen/cpu property on SMP machines
      - the NVRAM isn't structured as a set of partitions.
      
      This adapts the merged powermac support code to cope with these
      issues.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      a575b807
  15. 22 10月, 2005 1 次提交
    • P
      powerpc: Merge in 64-bit powermac support. · 35499c01
      Paul Mackerras 提交于
      This brings in a lot of changes from arch/ppc64/kernel/pmac_*.c to
      arch/powerpc/platforms/powermac/*.c and makes various minor tweaks
      elsewhere.  On the powermac we now initialize ppc_md by copying
      the whole pmac_md structure into it, which required some changes in
      the ordering of initializations of individual fields of it.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      35499c01
  16. 20 10月, 2005 4 次提交
  17. 19 10月, 2005 2 次提交
    • P
      powerpc: Merge machdep.h · 143a1dec
      Paul Mackerras 提交于
      A few things change for consistency between ppc32 and ppc64:
      idle functions return void; *_get_boot_time functions return
      unsigned long (i.e. time_t) rather than filling in a struct rtc_time
      (since that's useful to the callers and easier for pmac to
      generate); *_get_rtc_time and *_set_rtc_time functions take
      a struct rtc_time; irq_canonicalize is gone; nvram_sync returns
      void.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      143a1dec
    • P
      ppc: Minor smp changes for consistency with ppc64 · 7ed476d1
      Paul Mackerras 提交于
      This makes platform code use the smp_ops variable directly instead
      of ppc_md.smp_ops, removes the two unused `data' and `wait' arguments
      from the *_message_pass() functions, and removes the call to the
      never-implemented smp_ops->space_timers() function.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      7ed476d1
  18. 17 10月, 2005 1 次提交
  19. 12 10月, 2005 1 次提交