Skip to content
Snippets Groups Projects
  1. Apr 13, 2010
  2. Oct 03, 2009
  3. Sep 10, 2009
  4. Aug 23, 2009
    • Mike Frysinger's avatar
      start a linker script helper file · 6ac9f479
      Mike Frysinger authored
      
      Start a common header file for common linker script code (such as
      workarounds for older linkers) rather than doing this in the build system.
      
      As fallout, we no longer execute the linker every time config.mk is
      included by a build file (which can easily be 70+ times), but rather only
      execute it once.
      
      This also fixes a bug in the major version checking by creating a macro to
      easily compare versions and keep people from making the same common
      mistake (forgetting to check major and minor together).
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      6ac9f479
  5. Aug 11, 2009
  6. Jul 24, 2009
    • Wolfgang Denk's avatar
      Revert "zlib: updated to v.1.2.3" · f33b325a
      Wolfgang Denk authored
      
      This reverts commit b201171f.
      
      The commit caused problems for example when unpacking kernel images:
      
      	   Uncompressing Kernel Image ... Error: inflate() returned -2
      	   GUNZIP: uncompress, out-of-mem or overwrite error - must
      	   RESET board to recover
      
      Conflicts:
      
      	include/u-boot/zlib.h
      	lib_generic/zlib.c
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      f33b325a
  7. Jul 23, 2009
  8. Jul 19, 2009
    • Mike Frysinger's avatar
      compiler.h: unify system ifdef cruft here · 37566090
      Mike Frysinger authored
      
      Shove a lot of the HOSTCC and related #ifdef checking crap into the new
      compiler.h header so that we can keep all other headers nice and clean.
      
      Also introduce custom uswap functions so we don't have to rely on the non
      standard implementations that a host may (or may not in the case of OS X)
      provide.  This allows mkimage to finally build cleanly on an OS X system.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      37566090
  9. Apr 04, 2009
  10. Apr 24, 2008
  11. Apr 14, 2008
Loading