1. 11 7月, 2008 2 次提交
  2. 10 7月, 2008 1 次提交
  3. 07 7月, 2008 1 次提交
  4. 29 6月, 2008 1 次提交
  5. 11 6月, 2008 4 次提交
  6. 09 6月, 2008 1 次提交
  7. 04 6月, 2008 1 次提交
  8. 27 5月, 2008 1 次提交
  9. 21 5月, 2008 1 次提交
  10. 19 5月, 2008 1 次提交
  11. 14 5月, 2008 1 次提交
  12. 10 5月, 2008 3 次提交
  13. 09 5月, 2008 1 次提交
  14. 08 5月, 2008 1 次提交
  15. 04 5月, 2008 2 次提交
  16. 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
  17. 26 4月, 2008 1 次提交
  18. 24 4月, 2008 1 次提交
  19. 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
  20. 21 4月, 2008 1 次提交
  21. 19 4月, 2008 1 次提交
  22. 18 4月, 2008 3 次提交
  23. 14 4月, 2008 5 次提交
  24. 11 4月, 2008 1 次提交
  25. 08 4月, 2008 2 次提交