24 Jul, 2013

1 commit


11 May, 2013

1 commit


08 Feb, 2013

1 commit


20 Jul, 2009

1 commit

  • 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: Mike Frysinger

    Mike Frysinger
     

04 Apr, 2009

1 commit

  • Add support for compiling the host tools in the tools directory using
    the MinGW toolchain. This produces executables which can be used on
    standard Windows computers without requiring cygwin.

    One must specify the MinGW compiler and strip utilities as if they
    were the host toolchain in order to build win32 executables, eg:

    make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools

    Signed-off-by: Peter Tyser

    Peter Tyser
     

10 Dec, 2008

1 commit

  • Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the
    following warnings from FDT:

    include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
    /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here

    Fix: Protect the definition of uintptr_t when compiling on the host
    system.

    Signed-off-by: Gerald Van Baren

    Jerry Van Baren
     

22 Oct, 2008

1 commit

  • On some systems (for example Fedora Core 4) U-Boot builds with the
    following wanrings only:

    ...
    In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
    from fdt.c:51:
    /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include instead!

    This patch fixes this problem.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

25 Aug, 2008

1 commit

  • This patch turns on the -Wpointer-arith option in the dtc Makefile,
    and fixes the resulting warnings due to using (void *) in pointer
    arithmetic. While convenient, pointer arithmetic on void * is not
    portable, so it's better that we avoid it, particularly in libfdt.

    Also add necessary definition of uintptr_t needed by David Gibson's
    changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
    comes from stdint.h, which u-boot doesn't have). -- gvb

    Signed-off-by: David Gibson
    Signed-off-by: Gerald Van Baren

    David Gibson
     

11 Jun, 2008

1 commit


28 Mar, 2008

1 commit


29 Feb, 2008

1 commit


11 Aug, 2007

1 commit


07 Apr, 2007

1 commit


01 Apr, 2007

1 commit


31 Mar, 2007

1 commit