28 Jan, 2017

4 commits


30 Dec, 2016

1 commit


29 Oct, 2016

1 commit


28 Oct, 2016

1 commit


24 Oct, 2016

6 commits


12 Oct, 2016

1 commit


10 Sep, 2016

1 commit


26 Apr, 2016

3 commits


23 Mar, 2016

2 commits


15 Mar, 2016

2 commits

  • There are already two FIT options in Kconfig but the CONFIG options are
    still in the header files. We need to do a proper move to fix this.

    Move these options to Kconfig and tidy up board configuration:

    CONFIG_FIT
    CONFIG_OF_BOARD_SETUP
    CONFIG_OF_SYSTEM_SETUP
    CONFIG_FIT_SIGNATURE
    CONFIG_FIT_BEST_MATCH
    CONFIG_FIT_VERBOSE
    CONFIG_OF_STDOUT_VIA_ALIAS
    CONFIG_RSA

    Unfortunately the first one is a little complicated. We need to make sure
    this option is not enabled in SPL by this change. Also this option is
    enabled automatically in the host builds by defining CONFIG_FIT in the
    image.h file. To solve this, add a new IMAGE_USE_FIT #define which can
    be used in files that are built on the host but must also build for U-Boot
    and SPL.

    Note: Masahiro's moveconfig.py script is amazing.

    Signed-off-by: Simon Glass
    [trini: Add microblaze change, various configs/ re-applies]
    Signed-off-by: Tom Rini

    Simon Glass
     
  • Various boards have the wrong Kconfig ordering now. To avoid a misleading

    diff in the next patch, reorder the configuration correctly.

    Signed-off-by: Simon Glass

    Simon Glass
     

05 Feb, 2016

1 commit


24 Jan, 2016

2 commits


19 Jan, 2016

1 commit

  • Enabling this function always removes some class of string saftey issues.
    The size change here in general is about 400 bytes and this seems a reasonable
    trade-off.

    Cc: Peng Fan
    Cc: Peter Robinson
    Cc: Fabio Estevam
    Cc: Adrian Alonso
    Cc: Stefano Babic
    Cc: Hans de Goede
    Signed-off-by: Tom Rini

    Tom Rini
     

01 Dec, 2015

1 commit


25 Nov, 2015

2 commits


22 Nov, 2015

1 commit


19 Nov, 2015

1 commit


21 Oct, 2015

1 commit


28 Sep, 2015

1 commit


31 Aug, 2015

3 commits


05 Aug, 2015

1 commit


29 Jul, 2015

1 commit


15 Jul, 2015

1 commit

  • Move X86_OPTION_ROM_FILE & X86_OPTION_ROM_ADDR to arch/x86/Kconfig
    and rename them to VGA_BIOS_FILE & VGA_BIOS_ADDR which depend on
    HAVE_VGA_BIOS. The new names are consistent with other x86 binary
    blob options like HAVE_FSP/FSP_FILE/FSP_ADDR.

    Signed-off-by: Bin Meng
    Acked-by: Simon Glass

    Bin Meng
     

26 Jun, 2015

1 commit