1. 17 10月, 2005 2 次提交
  2. 10 10月, 2005 3 次提交
  3. 06 10月, 2005 1 次提交
    • P
      powerpc: Merge in the ppc64 version of the prom code. · 9b6b563c
      Paul Mackerras 提交于
      This brings in the ppc64 version of prom_init.c, prom.c and btext.c
      and makes them work for ppc32.  This also brings in the new calling
      convention, where the first entry to the kernel (with r5 != 0) goes
      to the prom_init code, which then restarts from the beginning (with
      r5 == 0) after it has done its stuff.
      
      For now this also brings in the ppc32 version of setup.c.  It also
      merges lmb.h.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      9b6b563c
  4. 22 9月, 2005 1 次提交
  5. 06 9月, 2005 1 次提交
  6. 30 8月, 2005 1 次提交
  7. 29 8月, 2005 1 次提交
  8. 11 8月, 2005 1 次提交
  9. 23 6月, 2005 1 次提交
  10. 04 6月, 2005 1 次提交
  11. 02 6月, 2005 1 次提交
  12. 01 6月, 2005 1 次提交
    • B
      [PATCH] ppc64: Fix a device-tree bug on Apple's · 44e4665c
      Benjamin Herrenschmidt 提交于
      Apple's Open Firmware has a funny bug when creating the /cpus nodes
      where it leaves a dangling '\0' character in the CPU name which ends up
      appearing in the full path of the node. This is bogus and
      confuses /proc/device-tree badly.
      
      This patch strips those bogus zero's from the node full path when
      reading the device-tree from Open Firmware. The "name" property is not
      modified and still contains the spurrious 0 (it basically contains 0
      tailing 0 instead of one) but that shouldn't be a problem.
      
      An equivalent patch for ppc32 will follow shortly
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      44e4665c
  13. 31 5月, 2005 1 次提交
  14. 23 5月, 2005 1 次提交
    • B
      [PATCH] ppc64: Fix booting on latest G5 models · 1263cc67
      Benjamin Herrenschmidt 提交于
      The latest speedbumped Apple G5 models have a "bug" in the Open Firmware
      device tree that lacks the proper interrupt routing information for the
      northbridge i2c controller.  Apple's driver silently falls back into a
      sub-optimal "polled" mode (heh, maybe they didn't even notice the bug
      because of that :), our driver didn't properly check and crashes :(
      
      This patch fixes our driver to not crash, and adds code to the
      prom_init() OF trampoline code that detects the "bug" and adds the
      missing information back for this chipset revision.  This fixes booting
      and thermal control on these models.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      1263cc67
  15. 01 5月, 2005 2 次提交
  16. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4