1. 06 12月, 2007 1 次提交
  2. 03 12月, 2007 1 次提交
  3. 27 11月, 2007 1 次提交
  4. 26 11月, 2007 10 次提交
  5. 25 11月, 2007 2 次提交
  6. 21 11月, 2007 2 次提交
  7. 20 11月, 2007 1 次提交
  8. 17 11月, 2007 1 次提交
  9. 26 10月, 2007 1 次提交
  10. 21 10月, 2007 1 次提交
  11. 18 10月, 2007 1 次提交
  12. 14 10月, 2007 1 次提交
  13. 24 9月, 2007 1 次提交
  14. 20 9月, 2007 1 次提交
  15. 19 9月, 2007 1 次提交
    • G
      Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config · 8a783a65
      Grant Likely 提交于
      /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
      nulls in a string differently.  For example, the following statement:
          echo "this is a string\0" > afile
      Will produce the following with /bin/bash:
          "this is a string\0"
      But with /bin/dash, will produce:
          "this is a string
      
      Bug fixed by moving the embedded null out of the makefile and into the
      config header.  Also renamed the macro to avoid usage colision with the same
      macro used by other board ports.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      8a783a65
  16. 18 9月, 2007 1 次提交
  17. 17 9月, 2007 1 次提交
  18. 16 9月, 2007 1 次提交
  19. 15 9月, 2007 2 次提交
  20. 11 9月, 2007 1 次提交
  21. 07 9月, 2007 1 次提交
  22. 29 8月, 2007 1 次提交
    • K
      support board vendor-common makefiles · 7608d75f
      Kim Phillips 提交于
      if a board/$(VENDOR)/common/Makefile exists, build it.
      
      also add the first such case, board/freescale/common/Makefile, to
      handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
      dictated by board configuration.
      
      thusly get rid of alternate build dir errors such as:
      
      FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
      
      by putting the common/ mkdir command in its proper place (the common
      Makefile). Common bits from existing individual board Makefiles have
      been removed.
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      7608d75f
  23. 18 8月, 2007 1 次提交
  24. 17 8月, 2007 5 次提交