1. 27 7月, 2009 2 次提交
    • W
      Prepare 2009.08-rc1 · 10c7604d
      Wolfgang Denk 提交于
      Update CHANGELOG, minor coding style fix.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      10c7604d
    • W
      Make linking against libgcc configurable · 52b1bf2c
      Wolfgang Denk 提交于
      Many (especially ARM) tool chains seem to come with broken or
      otherwise unusable (for the purposes of builing U-Boot) run-time
      support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC"
      setting we allow to use alternative libraries instead.
      
      "USE_PRIVATE_LIBGCC" can either be set as an environment variable in
      the shell, or as a command line argument when running "make", i. e.
      	$ make USE_PRIVATE_LIBGCC=yes
      or
      	$ USE_PRIVATE_LIBGCC=yes
      	$ export USE_PRIVATE_LIBGCC
      	$ make
      
      The value of "USE_PRIVATE_LIBGCC" is the name of the directory which
      contains the alternative run-time support library `libgcc.a'. The
      special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) .
      
      Note that not all architectures provide an alternative `libgcc.a' in
      their lib_$(ARCH) directories - so far, only ARM does.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      Cc: Prafulla Wadaskar <prafulla@marvell.com>
      cc: Stefan Roese <sr@denx.de>
      52b1bf2c
  2. 24 7月, 2009 5 次提交
  3. 23 7月, 2009 1 次提交
  4. 21 7月, 2009 2 次提交
  5. 20 7月, 2009 1 次提交
    • M
      push CROSS_COMPILE out to $(ARCH)_config.mk · 1ea6bcd8
      Mike Frysinger 提交于
      Each arch should handle setting a proper default CROSS_COMPILE value in
      their own config.mk file rather than having to maintain a large ugly list
      in the Makefile.  By using conditional assignment, we don't have to worry
      about the variable already being set (env/cmdline/etc...).
      
      The common config.mk file takes care of exporting CROSS_COMPILE already,
      and while a few variables (toolchain ones) utilize CROSS_COMPILE before
      including the arch config.mk, they do so with deferred assignment.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      1ea6bcd8
  6. 19 7月, 2009 4 次提交
  7. 18 7月, 2009 1 次提交
  8. 17 7月, 2009 1 次提交
    • S
      Remove legacy NAND and disk on chip code. · be33b046
      Scott Wood 提交于
      Legacy NAND had been scheduled for removal.  Any boards that use this
      were already not building in the previous release due to an #error.
      
      The disk on chip code in common/cmd_doc.c relies on legacy NAND,
      and it has also been removed.  There is newer disk on chip code
      in drivers/mtd/nand; someone with access to hardware and sufficient
      time and motivation can try to get that working, but for now disk
      on chip is not supported.
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      be33b046
  9. 12 7月, 2009 2 次提交
  10. 11 7月, 2009 4 次提交
  11. 08 7月, 2009 2 次提交
  12. 07 7月, 2009 6 次提交
  13. 02 7月, 2009 1 次提交
  14. 23 6月, 2009 1 次提交
  15. 21 6月, 2009 2 次提交
  16. 16 6月, 2009 1 次提交
  17. 15 6月, 2009 4 次提交