16 Aug, 2017

3 commits

  • We are now using an env_ prefix for environment functions. Rename these
    other functions as well, for consistency:

    getenv_vlan()
    getenv_bootm_size()
    getenv_bootm_low()
    getenv_bootm_mapsize()
    env_get_default()

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     
  • We are now using an env_ prefix for environment functions. Rename these
    two functions for consistency. Also add function comments in common.h.

    Quite a few places use getenv() in a condition context, provoking a
    warning from checkpatch. These are fixed up in this patch also.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     
  • We are now using an env_ prefix for environment functions. Rename setenv()
    for consistency. Also add function comments in common.h.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     

08 Aug, 2017

1 commit


28 Dec, 2016

1 commit


14 Oct, 2016

1 commit

  • After any operation that downloads a file (e.g., pxe get, or dhcp), the
    buffer containing the downloaded data is flushed. This is unnecessary
    and annoying. Unnecessary, because
    the network driver should already have fliushed the cache for the DMAed area,
    and annoying because it generates a cache misalignment message.

    Signed-off-by: Peter Chubb
    Acked-by: Heiko Schocher
    Acked-by: Joe Hershberger
    Reviewed-by: Tom Rini

    Peter Chubb
     

25 Jan, 2016

1 commit

  • Now that they are in their own directory, we can remove this prefix.
    This makes it easier to find a file since the prefix does not get in the
    way.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Acked-by: Stefan Roese
    Acked-by: Przemyslaw Marczak

    Simon Glass