An error occurred fetching the project authors.
  1. 08 Jun, 2004 1 commit
    • David Woodhouse's avatar
      Wind River PowerQUICC II SBC82xx update: · fe5d106d
      David Woodhouse authored
       - Switch to using u-boot bdinfo.
       - Set up CS11 for RTC if the bootloader didn't bother.
       - Set BOOTROM_RESTART_ADDR so machine_restart() actually works.
       - For non-uboot boot, note bus clock is 66MHz on 8265 model.
      fe5d106d
  2. 02 Jun, 2004 1 commit
  3. 31 May, 2004 2 commits
  4. 14 May, 2004 1 commit
  5. 31 Jan, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] ppc32: MBX MAC address fix · 4b29eb07
      Andrew Morton authored
      From Tom Rini <trini@kernel.crashing.org>
      
      On the MBX the kernel made an assumption about where the MAC address would
      be in the VPD (Vital Product Data).  However, the documentation for the
      firmware (EPPC-Bug) describes the format of the VPD and makes no
      guarrantees about the location of any VPD record.  It does however describe
      the format of each record type and the MAC address record will be of type
      '08' and of size 6.  This changes the code so that instead of assuming a
      position, it searches for the record, which I assume is also what EPPC-Bug
      does.
      4b29eb07
  6. 21 Aug, 2003 1 commit
  7. 23 Mar, 2003 1 commit
  8. 05 Jan, 2003 1 commit
  9. 18 Sep, 2002 1 commit
    • Tom Rini's avatar
      PPC32: Boot wrapper updates. · 037bd2fd
      Tom Rini authored
      The major changes here are:
      
      (1) Combine the pmac and chrp directories into a single
      `openfirmware' directory, since both use Open Firmware and the code
      was very similar.
      
      (2) Move the Open Firmware interfaces out to a `of1275' directory
      and put them in separate files so we only include the ones we need.
      This work is due to Leigh Brown.
      
      (3) On PReP and embedded, get the memory size from the memory
      controller.  Don't try to ask Open Firmware even on PRePs which
      have it.
      037bd2fd
  10. 17 Sep, 2002 1 commit
  11. 25 May, 2002 1 commit
  12. 10 May, 2002 1 commit
  13. 11 Feb, 2002 1 commit
  14. 05 Feb, 2002 1 commit
    • Linus Torvalds's avatar
      v2.4.4.5 -> v2.4.4.6 · c9df1e20
      Linus Torvalds authored
        - Johannes Erdfelt: OHCI hash-chain corruption fix, USB updates
        - Richard Henderson, Ivan Kokshaysky: alpha PCI iommu fixes
        - Tim Waugh: parport changelogs and printk levels
        - Andrew Morton: vmalloc off-by-one (overly sensitive) test
        - Al Viro: VFS layer cleanups
        - Cort Dougan: PPC updates (big bootloader re-org)
        - Alan Cox: more merges, remove phillips camera conversion code
        - Andrea Arkangeli: alpha fixups
        - OGAWA Hirofumi: big-sector support with FAT
        - Neil Brown: more md fixes
      c9df1e20