1. 14 6月, 2010 1 次提交
    • W
      Fix printing of make targets, simplify Makefile · 0e42ada3
      Wolfgang Denk 提交于
      Make printing the "board names" more useful. So far, we would get
      output like this;
      
      $ ./MAKEALL P2020RDB P2020RDB_NAND P2020RDB_SDCARD P2020RDB_SPIFLASH
      Configuring for P1_P2_RDB board...
         text    data     bss     dec     hex filename
       342612   32656  265212  640480   9c5e0 /work/wd/tmp-ppc/u-boot
      Configuring for P1_P2_RDB board...
         text    data     bss     dec     hex filename
       343160   32704  265212  641076   9c834 /work/wd/tmp-ppc/u-boot
      Configuring for P1_P2_RDB board...
         text    data     bss     dec     hex filename
       341908   32620  265212  639740   9c2fc /work/wd/tmp-ppc/u-boot
      Configuring for P1_P2_RDB board...
         text    data     bss     dec     hex filename
       341908   32620  265212  639740   9c2fc /work/wd/tmp-ppc/u-boot
      
      For all build targets the same board name would be printed, which
      makes is often pretty difficult to find out which exact build target
      caused problems. With this commit, the real make target name gets
      printed instead, which is way more useful:
      
      $ ./MAKEALL P2020RDB P2020RDB_NAND P2020RDB_SDCARD P2020RDB_SPIFLASH
      Configuring for P2020RDB board...
         text    data     bss     dec     hex filename
       342612   32656  265212  640480   9c5e0 /work/wd/tmp-ppc/u-boot
      Configuring for P2020RDB_NAND board...
         text    data     bss     dec     hex filename
       343160   32704  265212  641076   9c834 /work/wd/tmp-ppc/u-boot
      Configuring for P2020RDB_SDCARD board...
         text    data     bss     dec     hex filename
       341908   32620  265212  639740   9c2fc /work/wd/tmp-ppc/u-boot
      Configuring for P2020RDB_SPIFLASH board...
         text    data     bss     dec     hex filename
       341908   32620  265212  639740   9c2fc /work/wd/tmp-ppc/u-boot
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NDetlev Zundel <dzu@denx.de>
      Tested-by: NThomas Chou <thomas@wytron.com.tw>
      0e42ada3
  2. 13 6月, 2010 1 次提交
  3. 28 5月, 2010 1 次提交
  4. 27 5月, 2010 1 次提交
  5. 16 5月, 2010 1 次提交
  6. 07 5月, 2010 1 次提交
  7. 30 4月, 2010 2 次提交
  8. 29 4月, 2010 1 次提交
  9. 25 4月, 2010 2 次提交
  10. 22 4月, 2010 1 次提交
  11. 13 4月, 2010 7 次提交
  12. 10 4月, 2010 1 次提交
  13. 07 4月, 2010 1 次提交
  14. 01 4月, 2010 1 次提交
  15. 28 3月, 2010 2 次提交
  16. 25 3月, 2010 2 次提交
  17. 23 3月, 2010 1 次提交
  18. 22 3月, 2010 1 次提交
  19. 13 3月, 2010 1 次提交
  20. 12 3月, 2010 1 次提交
  21. 08 3月, 2010 3 次提交
  22. 03 3月, 2010 1 次提交
    • K
      mpc83xx: fix out-of-tree mpc8315 nand build · fe389da6
      Kim Phillips 提交于
      commit 2e95004d "mpc83xx: Add NAND boot support
      for MPC8315E-RDB boards" symlinked nand_spl/board/freescale/mpc8315erdb to
      mpc8313erdb in order to not duplicate code.
      
      Since the main makefile builds nand_spl/board/$(BOARDDIR) (which makes sense),
      and the board Makefile and linker script are the only two necessary files
      to enable out-of-tree building, and other boards have duplicated nand makefiles
      (e.g. 8536ds & 8569mds), it only seems prudent to copy these two files in the
      name of the 8315 too.
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
      Cc: Wolfgang Denk <wd@denx.de>
      fe389da6
  23. 13 2月, 2010 3 次提交
  24. 04 2月, 2010 1 次提交
  25. 28 1月, 2010 1 次提交
  26. 26 1月, 2010 1 次提交