07 Aug, 2010

1 commit


06 Aug, 2010

1 commit


04 Aug, 2010

3 commits

  • While running from flash, i. e. before relocation, we have only a
    limited C runtime environment without writable data segment. In this
    phase, some configurations (for example with environment in EEPROM)
    must not use the normal getenv(), but a special function. This
    function had been called getenv_r(), with the idea that the "_r"
    suffix would mean the same as in the _r_eentrant versions of some of
    the C library functions (for example getdate vs. getdate_r, getgrent
    vs. getgrent_r, etc.).

    Unfortunately this was a misleading name, as in U-Boot the "_r"
    generally means "running from RAM", i. e. _after_ relocation.

    To avoid confusion, rename into getenv_f() [as "running from flash"]

    Signed-off-by: Wolfgang Denk
    Acked-by: Detlev Zundel

    Wolfgang Denk
     
  • Avoid warning:
    cmd_bootm.c: In function 'bootm_load_os':
    cmd_bootm.c:394: warning: passing argument 2 of
    'lzmaBuffToBuffDecompress' from incompatible pointer type

    For 32 bit systems, this change shouldn't make a difference to code size
    since sizeof(size_t) and sizeof(unsigned int) are equal. But it does fix
    the warning.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     
  • Wolfgang Denk
     

02 Aug, 2010

3 commits


30 Jul, 2010

1 commit


27 Jul, 2010

15 commits


26 Jul, 2010

7 commits


25 Jul, 2010

9 commits