16 Oct, 2017

1 commit


10 Aug, 2013

1 commit


16 Nov, 2011

1 commit

  • The generated header bmp_logo.h is useful even outside common/lcd.c for
    the logo dimension. However, the problem is, the generated bmp_logo.h
    cannot be included multiple times because bmp_logo_palette[] and
    bmp_logo_bitmap[] are defined in the bmp_logo.h.

    This patch fixes this by defining these arrays in another header
    bmp_logo_data.h and in bmp_logo.h only declaring these arrays.

    Signed-off-by: Che-Liang Chiou
    Acked-by: Mike Frysinger
    Signed-off-by: Anatolij Gustschin

    Che-Liang Chiou
     

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
     

28 Apr, 2009

1 commit

  • Add basic error handling to fread() function calls. This prevents
    compililation warnings such as:

    bmp_logo.c: In function ‘main’:
    bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with
    attribute warn_unused_result
    ...

    Signed-off-by: Peter Tyser

    Peter Tyser
     

25 Sep, 2005

1 commit


10 Oct, 2004

1 commit


31 Oct, 2003

1 commit


28 Jun, 2003

1 commit

  • - remove trailing white space, trailing empty lines, C++ comments, etc.
    - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

    * Patches by Kenneth Johansson, 25 Jun 2003:
    - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)

    wdenk
     

14 Mar, 2002

1 commit