1. 30 7月, 2008 2 次提交
  2. 18 7月, 2008 1 次提交
    • R
      ppc4xx: ML507 Board Support · 086511fc
      Ricardo Ribalda Delgado 提交于
      The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
      	among others:
      	-Virtex 5 FX FPGA (With a ppc440x5 in it)
      	-256MB of SDRAM2
      	-32MB of Flash
      	-I2C Eeprom
      	-System ACE chip
      	-Serial ATA connectors
      	-RS232 Level Conversors
      	-Ethernet Transceiver
      
      This patch gives support to a standard design produced by EDK for this
      board: ppc440, uartlite, xilinx_int and flash
      
      - Includes Changes propossed by Stefan Roese and Michal Simek
      Signed-off-by: NRicardo Ribalda Delgado <ricardo.ribalda@uam.es>
      Acked-by: NStefan Roese <sr@denx.de>
      086511fc
  3. 17 7月, 2008 1 次提交
  4. 16 7月, 2008 2 次提交
  5. 11 7月, 2008 2 次提交
  6. 10 7月, 2008 1 次提交
  7. 07 7月, 2008 1 次提交
  8. 29 6月, 2008 1 次提交
  9. 11 6月, 2008 4 次提交
  10. 09 6月, 2008 1 次提交
  11. 04 6月, 2008 1 次提交
  12. 27 5月, 2008 1 次提交
  13. 21 5月, 2008 1 次提交
  14. 19 5月, 2008 1 次提交
  15. 14 5月, 2008 1 次提交
  16. 10 5月, 2008 3 次提交
  17. 09 5月, 2008 1 次提交
  18. 08 5月, 2008 1 次提交
  19. 04 5月, 2008 2 次提交
  20. 30 4月, 2008 2 次提交
    • W
      Makefile: fix parallel builds · de109d90
      Wolfgang Denk 提交于
      This problem shows up with parallel builds only; it results in
      somewhat cryptic error messages like
      
      	$ JOBS=-j6 MAKEALL netstar
      	Configuring for netstar board...
      	arm-linux-ld: cannot find -lgeneric
      	make[1]: *** [eeprom.srec] Error 1
      
      A few boards (like netstar and voiceblue) need some libraries for
      building; however, the board Makefile does not contain any such
      dependencies which may cause problems with parallel builds. Adding
      such dependencies is difficult as we would also have to provide build
      rules, which already exist in the respective library Makefiles.
      
      To solve this, we make sure that all libraries get built before the
      board code.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      de109d90
    • W
      Prepare v1.3.3-rc2 · b7fcc4c1
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      b7fcc4c1
  21. 26 4月, 2008 1 次提交
  22. 24 4月, 2008 1 次提交
  23. 22 4月, 2008 1 次提交
    • Y
      POST: move CONFIG_POST to Makefiles · 2d2b994a
      Yuri Tikhonov 提交于
      Introduce the new logical option CONFIG_HAS_POST which is set when the
      platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
      to determine should the POST libs be compiled for the selected target
      platform, or not.
      
      To avoid breaking u-boot linking process, the empty post/libpost.a file is
      created for platforms which do not have POSTs.
      Signed-off-by: NYuri Tikhonov <yur@emcraft.com>
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      2d2b994a
  24. 21 4月, 2008 1 次提交
  25. 19 4月, 2008 1 次提交
  26. 18 4月, 2008 3 次提交
  27. 14 4月, 2008 2 次提交
    • K
      Allow use of ARCH=powerpc when building · f8f9dc98
      Kumar Gala 提交于
      The linux kernel is now mostly ARCH=powerpc, so to make life easier
      allow use to use ARCH=powerpc and convert it to ARCH=ppc.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      f8f9dc98
    • G
      Support for LinkStation / KuroBox HD and HG PPC models · 61525f2f
      Guennadi Liakhovetski 提交于
      This patch is based on the port by Mihai Georgian (see linkstation.c for
      Copyright information) and implements support for LinkStation / KuroBox HD
      and HG PPC models from Buffalo Technology, whereby HD is deactivated at
      the moment, pending network driver fixing.
      
      Notice to users: this is pretty much a barebone port. Support for network
      on HG models is already in the U-Boot mainline, but you might also want
      patches to switch fan / phy modes depending on the negotiated ethernet
      parameters. This patch also doesn't support console switching, booting EM
      mode, Buffalo specific ext2 magic number. So, if you want to use any of
      those, you need additional patches. Otherwise this patche provides a fully
      functional u-boot with a network console on your system.
      Signed-off-by: NGuennadi Liakhovetski <lg@denx.de>
      61525f2f