1. 23 Oct, 2005 2 commits
    • 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
    • Paul Mackerras's avatar
      powerpc: Fix time code for 601 processors · 96c44507
      Paul Mackerras authored
      The 601 doesn't have the timebase register; instead it has an RTCL
      register that counts nanoseconds and wraps at 1000000000, and an
      RTCU register that counts seconds.  This makes the necessary changes
      for the merged time code to use the RTCL/U registers when the kernel
      is running on a 601.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      96c44507
  2. 22 Oct, 2005 11 commits
  3. 21 Oct, 2005 15 commits
  4. 20 Oct, 2005 12 commits