15 Oct, 2013

1 commit


24 Jul, 2013

1 commit


20 Oct, 2012

1 commit


16 Oct, 2012

1 commit


10 Jul, 2012

1 commit

  • This can be useful for generic scripts. For example, rather than hard-
    coding a script to ext2load tegra-harmony.dtb, it could load
    ${soc}-${board}.dtb and hence not need adjustments to run on multiple
    boards.

    Signed-off-by: Stephen Warren
    Acked-by: Simon Glass
    Signed-off-by: Tom Warren

    Stephen Warren
     

22 Nov, 2011

1 commit

  • Cleanup the env_embedded.c checkpatch warnings, errors and coding style.
    There is one error left though:
    ERROR: Macros with multiple statements should be enclosed in a do - while loop
    #79: FILE: u-boot/common/env_embedded.c:79:
    +#define GEN_ABS(name, value) \
    + asm(".globl " GEN_SYMNAME(name)); \
    + GEN_SET_VALUE(name, value)

    total: 1 errors, 0 warnings, 213 lines checked

    We cannot enclose that statement in a do - while loop,
    because these are a global assembly declarations.

    Signed-off-by: Igor Grinberg

    Igor Grinberg
     

22 Oct, 2011

2 commits


26 Jul, 2011

1 commit


28 Oct, 2009

1 commit


19 Oct, 2009

1 commit

  • The env code is protected by the ENV_IS_EMBEDDED define, so attempting to
    compile the code when this isn't defined is pointless. Now that the env
    headers have unified around CONFIG_ENV_IS_EMBEDDED, convert the build
    system to only build the env objects when this is enabled. And now that
    the env code is conditionally compiled, we can drop the source code checks.

    For people who want to extract the environment manually, add a new option
    CONFIG_BUILD_ENVCRC that only enables the envcrc utility.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     

19 Oct, 2008

2 commits


11 Sep, 2008

2 commits