1. 22 1月, 2007 1 次提交
  2. 09 1月, 2007 2 次提交
  3. 19 12月, 2006 1 次提交
  4. 11 12月, 2006 1 次提交
  5. 04 12月, 2006 6 次提交
  6. 25 10月, 2006 3 次提交
  7. 22 10月, 2006 1 次提交
  8. 16 10月, 2006 1 次提交
  9. 10 10月, 2006 1 次提交
  10. 07 10月, 2006 1 次提交
  11. 06 10月, 2006 1 次提交
  12. 05 10月, 2006 1 次提交
  13. 04 10月, 2006 1 次提交
  14. 26 9月, 2006 3 次提交
  15. 22 9月, 2006 1 次提交
    • V
      POWERPC: Add support for the mpc8560 eval board · 902f392d
      Vitaly Bordug 提交于
      This makes the 8560 evaluation board fully supported under arch/powerpc,
      as the first board with CPM2 SoC peripherals. The brand new devicetree
      nodes are introduced (intending to be a subset of the QuiccEngine-equipped
      models, with dts sources placed into the kernel according to the new convention.
      
      Assuming all the preceding stuff applied (PAL+fs_enet related+ CPM_UART
      update), the both TSEC eth ,FCC Eths, and both SCC UARTs are
      working. The relevant drivers are still capable to drive users in ppc,
      which was verified with 8272ADS (SCC uart+FCC eth).
      
      This is also verified on mpc8540 and actually make it work (PCI stuff
      working as well)
      Signed-off-by: NVitaly Bordug <vbordug@ru.mvista.com>
      902f392d
  16. 10 9月, 2006 1 次提交
  17. 30 8月, 2006 1 次提交
  18. 17 8月, 2006 1 次提交
  19. 08 8月, 2006 1 次提交
  20. 25 7月, 2006 1 次提交
  21. 07 7月, 2006 1 次提交
  22. 04 7月, 2006 1 次提交
  23. 03 7月, 2006 1 次提交
  24. 29 6月, 2006 1 次提交
  25. 28 6月, 2006 1 次提交
  26. 21 6月, 2006 4 次提交
  27. 15 6月, 2006 1 次提交
    • A
      [POWERPC] update pmac32_defconfig · 6fe87675
      Anton Blanchard 提交于
      Some updates to the pmac32_defconfig to make it more useful:
      
      - Enable LSF (large single files) since we enable LBD (large block devices)
      - Enable IPSEC related options
      - Enable remaining raid/dm options as modules
      - Disable eth1394, I doubt any has that hardware and it has a nasty habit of
        auto loading first and skewing network device numbering
      - Enable dummy and tun as modules, always useful to have them around
      - Enable EHCI, no wonder my usb2 disk was so slow
      - Enable USB storage
      - Enable ext3 acls
      - Disable autofs and enable autofsv4 instead
      - Enable nfs v3/v4 client and server. Dont want to be left in the dark ages
        of pre v3
      - Enable all crypto as modules, things like cryptsetup want some of them
      
      I havent enabled the BCM43xx, perhaps we should now?
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      6fe87675