Skip to content
  1. Nov 01, 2005
  2. Oct 31, 2005
  3. Oct 29, 2005
  4. Oct 28, 2005
  5. Oct 27, 2005
  6. Oct 26, 2005
  7. Oct 24, 2005
  8. Oct 23, 2005
    • Paul Mackerras's avatar
      powerpc: Run on old powermacs. · a575b807
      Paul Mackerras authored
      
      
      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: default avatarPaul Mackerras <paulus@samba.org>
      a575b807
  9. Oct 22, 2005
  10. Oct 20, 2005
  11. Oct 19, 2005
    • Paul Mackerras's avatar
      powerpc: Merge time.c and asm/time.h. · f2783c15
      Paul Mackerras authored
      
      
      We now use the merged time.c for both 32-bit and 64-bit compilation
      with ARCH=powerpc, and for ARCH=ppc64, but not for ARCH=ppc32.
      This removes setup_default_decr (folds its function into time_init)
      and moves wakeup_decrementer into time.c.  This also makes an
      asm-powerpc/rtc.h.
      
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      f2783c15
    • Paul Mackerras's avatar
      powerpc: Merge machdep.h · 143a1dec
      Paul Mackerras authored
      
      
      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: default avatarPaul Mackerras <paulus@samba.org>
      143a1dec
    • Paul Mackerras's avatar
      ppc: Minor smp changes for consistency with ppc64 · 7ed476d1
      Paul Mackerras authored
      
      
      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: default avatarPaul Mackerras <paulus@samba.org>
      7ed476d1
  12. Oct 17, 2005
  13. Oct 14, 2005
  14. Oct 12, 2005
  15. Oct 11, 2005
  16. Oct 10, 2005
Loading