15 Aug, 2017

1 commit


05 Aug, 2017

1 commit

  • The environment has pretty much nothing to do with just "PPC", so
    rename the macros to just __UBOOT_ENV_SECTION__ which is more
    readable.

    In addition, only a single macro is needed: the environment now goes
    either to the default section (USE_HOSTCC is defined) or in the .text
    section.

    Signed-off-by: Thomas Petazzoni

    Thomas Petazzoni
     

25 Jun, 2016

1 commit


20 May, 2015

1 commit


15 Oct, 2013

1 commit


24 Jul, 2013

1 commit


14 Dec, 2012

2 commits


03 Nov, 2012

1 commit

  • CONFIG_ENV_VARS_UBOOT_CONFIG creates environment variables indicating
    which configuration U-Boot was built for. Some U-Boot binaries run on
    multiple boards, and hence this information may not uniquley describe
    the HW that U-Boot is actually running on. Another patch introduces
    environment variable board_name to represent that. In order to avoid
    scripts having to check $board_name, use it if set, and then fall back
    to using $board, make CONFIG_ENV_VARS_UBOOT_CONFIG also set a default
    value for board_name, so that variable is always available.

    Signed-off-by: Stephen Warren
    Acked-by: Joe Hershberger

    Stephen Warren
     

20 Oct, 2012

1 commit