1. 22 7月, 2008 1 次提交
  2. 09 7月, 2008 1 次提交
  3. 04 7月, 2008 1 次提交
  4. 02 7月, 2008 1 次提交
  5. 01 7月, 2008 1 次提交
  6. 16 6月, 2008 1 次提交
  7. 11 6月, 2008 1 次提交
  8. 10 6月, 2008 1 次提交
  9. 09 6月, 2008 2 次提交
    • R
      powerpc: Boot code for the C2K · c6ec08e0
      Remi Machet 提交于
      Support for the C2K cPCI Single Board Computer from GEFanuc
      (PowerPC MPC7448 with a Marvell MV64460 chipset).
      All features of the board are not supported yet, but the board
      boots, flash works, all Ethernet ports are working and PCI
      devices are all found (USB and SATA on PCI1 do not work yet).
      
      Part 2 of 5: support for the board in arch/powerpc/boot.
      Signed-off-by: NRemi Machet <rmachet@slac.stanford.edu>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      c6ec08e0
    • A
      [POWERPC] boot/Makefile CONFIG_ variable fixes · efa58fbf
      Adrian Bunk 提交于
      This corrects the names of two CONFIG_ variables.
      
      Note that the CONFIG_MPC86XADS fix uncovers another bug
      (with mpc866_ads_defconfig) that will require fixing:
      
      <--  snip  -->
      
      ...
      arch/powerpc/boot/dtc -O dtb -o arch/powerpc/boot/mpc866ads.dtb -b 0  /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/dts/mpc866ads.dts
      DTC: dts->dtb  on file "/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/dts/mpc866ads.dts"
        WRAP    arch/powerpc/boot/cuImage.mpc866ads
      powerpc64-linux-ld: arch/powerpc/boot/cuboot-mpc866ads.o: No such file: No such file or directory
      make[2]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1
      
      <--  snip  -->
      Reported-by: NRobert P. J. Day <rpjday@crashcourse.ca>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      efa58fbf
  10. 03 6月, 2008 1 次提交
  11. 20 5月, 2008 1 次提交
  12. 25 4月, 2008 1 次提交
  13. 15 4月, 2008 1 次提交
  14. 03 4月, 2008 2 次提交
  15. 27 3月, 2008 1 次提交
  16. 26 3月, 2008 1 次提交
  17. 20 3月, 2008 1 次提交
  18. 13 3月, 2008 1 次提交
  19. 20 2月, 2008 1 次提交
  20. 14 2月, 2008 1 次提交
  21. 07 2月, 2008 1 次提交
    • G
      [POWERPC] bootwrapper: Build multiple cuImages · 25431333
      Grant Likely 提交于
      Currently, the kernel uses CONFIG_DEVICE_TREE to wrap a kernel image
      with a fdt blob which means for any given configuration only one dts
      file can be selected and so support for only one board can be built
      
      This moves the selection of the default .dts file out of the kernel
      config and into the bootwrapper makefile.  The makefile chooses which
      images to build based on the kernel config and the dts source file
      name is taken directly from the image name.  For example "cuImage.ebony"
      will use "ebony.dts" as the device tree source file.
      
      In addition, this patch allows a specific image to be requested from the
      command line by adding "cuImage.%" and "treeImage.%" targets to the list
      of valid built targets in arch/powerpc/Makefile.  This allows the default
      dts selection to be overridden.
      
      Another advantage to this change is it allows a single defconfig to be
      supplied for all boards using the same chip family and only differing in
      the device tree.
      
      Important note: This patch adds two new zImage targets; zImage.dtb.% and
      zImage.dtb.initrd.% for zImages with embedded dtb files.  Currently
      there are 5 platforms which require this: ps3, ep405, mpc885ads, ep88xc,
      adder875-redboot and ep8248e.  This patch *changes the zImage filenames*
      for those platforms.  ie. 'zImage.ps3' is now 'zImage.dtb.ps3'.
      
      This new zImage.dtb targets were added so that the .dts file could be
      part of the dependancies list for building them.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      25431333
  22. 29 1月, 2008 1 次提交
  23. 28 1月, 2008 1 次提交
  24. 25 1月, 2008 1 次提交
  25. 24 1月, 2008 3 次提交
  26. 24 12月, 2007 4 次提交
  27. 20 12月, 2007 1 次提交
  28. 11 12月, 2007 2 次提交
  29. 06 12月, 2007 1 次提交
  30. 09 10月, 2007 1 次提交
  31. 05 10月, 2007 2 次提交