28 Feb, 2018

1 commit


23 Feb, 2018

1 commit


11 Feb, 2018

2 commits


25 Jan, 2018

1 commit

  • Currently, socfpga_common.h does not allow configurations without
    network support. This is because CONFIG_CMD_PXE is defined in this
    file and distro mode has DHCP hard-coded as available.

    Fix this by moving CONFIG_CMD_PXE and CONFIG_MENU to the defconfigs
    and by making DHCP optional in BOOT_TARGET_DEVICES(func).

    Signed-off-by: Simon Goldschmidt

    Simon Goldschmidt
     

09 Jan, 2018

1 commit


06 Nov, 2017

1 commit


11 Oct, 2017

1 commit

  • Having this as a 'default y' is rather annoying because it doesn't
    actually compile unless other options are defined in the board header:

    ../cmd/bootm.c: In function 'do_imls_nor':
    ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
    i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {

    Make it 'default n' so people who develop new boards that start from a
    blank defconfig have one less compilation failure to debug.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

04 Oct, 2017

1 commit

  • The g_dnl USB settings for the vendor ID, product ID and manufacturer are
    actually common settings that can and should be shared by all the gadgets.

    Make them common by renaming them, and convert all the users.

    Reviewed-by: Simon Glass
    Reviewed-by: Lukasz Majewski
    Signed-off-by: Maxime Ripard

    Maxime Ripard
     

28 Aug, 2017

1 commit


15 Aug, 2017

1 commit


08 Aug, 2017

1 commit


26 Jul, 2017

2 commits

  • This converts the following to Kconfig:
    CONFIG_FPGA_SOCFPGA

    Signed-off-by: Tien Fong Chee
    Reviewed-by: Ley Foon Tan
    Reviewed-by: Dinh Nguyen

    Tien Fong Chee
     
  • This converts the following to Kconfig:
    CONFIG_ENV_IS_IN_MMC
    CONFIG_ENV_IS_IN_NAND
    CONFIG_ENV_IS_IN_UBI
    CONFIG_ENV_IS_NOWHERE

    In fact this already exists for sunxi as a 'choice' config. However not
    all the choices are available in Kconfig yet so we cannot use that. It
    would lead to more than one option being set.

    In addition, one purpose of this series is to allow the environment to be
    stored in more than one place. So the existing choice is converted to a
    normal config allowing each option to be set independently.

    There are not many opportunities for Kconfig updates to reduce the size of
    this patch. This was tested with

    ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMC

    And then manual updates. This is because for CHAIN_OF_TRUST boards they
    can only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logic
    now.

    Signed-off-by: Simon Glass
    Signed-off-by: Tom Rini

    Simon Glass
     

11 Jul, 2017

1 commit


01 May, 2017

1 commit


14 Apr, 2017

1 commit

  • This removes the default environment from the C5 SoCDK headers
    and instead uses the common environment provided in
    socfpga_common.h which now uses distro boot.

    In addition to the above, add support to boot from the custom
    a2 type partition.

    Change default devicetree name to match devicetree name in
    upstream kernel source.

    Signed-off-by: Dalon Westergreen
    Acked-by: Marek Vasut

    --
    Changes in v2:
    - Remove unneeded CONFIG_BOOTFILE

    Dalon Westergreen
     

11 Jan, 2017

1 commit

  • This commit was created as follows:

    [1] Rename the option with the following command:
    find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \
    -type f -print | xargs sed -i -e 's/CONFIG_DWMMC/CONFIG_MMC_DW/g'

    [2] create the entry for MMC_DW in drivers/mmc/Kconfig
    (the prompt and help were copied from Linux)

    [3] run "tools/moveconfig.py -y MMC_DW"

    [4] add "depends on MMC_DW" to the MMC_DW_ROCKCHIP entry

    [5] Clean-up doc/README.socfpga by hand

    Signed-off-by: Masahiro Yamada
    Reviewed-by: Marek Vasut

    Masahiro Yamada
     

24 Oct, 2016

3 commits


12 Oct, 2016

1 commit


27 Sep, 2016

2 commits

  • Introduce a hidden USB_FUNCTION_DFU Kconfig option and select it for
    CMD_DFU (as we must have the DFU command enabled to do anything DFU).
    Make all of the entries in drivers/dfu/Kconfig depend on CMD_DFU and add
    options for all of the back end choices that DFU can make use of.

    Cc: Lukasz Majewski
    Signed-off-by: Tom Rini
    Acked-by: Lukasz Majewski

    Tom Rini
     
  • move the UBI config options into Kconfig.

    Signed-off-by: Heiko Schocher
    Reviewed-by: Simon Glass
    Reviewed-by: Andrew F. Davis
    Reviewed by: Evgeni Dobrev

    Heiko Schocher
     

20 Sep, 2016

1 commit

  • This reverts commit 90c08d9e08c7a108ab904f3bbdeb558081757892.

    I took a closer look at this after the commit was applied, and found
    CONFIG_SYS_MALLOC_F_LEN=0x2000 was too much. 8KB memory for SPL is
    actually too big for some boards. Perhaps 0x800 is enough, but the
    situation varies board by board.

    Let's postpone our decision until we come up with a better idea.

    Signed-off-by: Masahiro Yamada
    Reviewed-by: Simon Glass

    Masahiro Yamada
     

17 Sep, 2016

1 commit


10 Sep, 2016

2 commits


09 Sep, 2016

1 commit


07 Sep, 2016

1 commit


08 Aug, 2016

1 commit


10 Jun, 2016

1 commit


02 Jun, 2016

1 commit


17 May, 2016

1 commit


26 Apr, 2016

3 commits


20 Apr, 2016

3 commits