24 Feb, 2018

1 commit

  • This converts the following to Kconfig:
    CONFIG_BOOTP_BOOTPATH
    CONFIG_BOOTP_DNS
    CONFIG_BOOTP_GATEWAY
    CONFIG_BOOTP_HOSTNAME
    CONFIG_BOOTP_PXE
    CONFIG_BOOTP_SUBNETMASK
    CONFIG_CMDLINE_EDITING
    CONFIG_AUTO_COMPLETE
    CONFIG_SYS_LONGHELP
    CONFIG_SUPPORT_RAW_INITRD
    CONFIG_ENV_VARS_UBOOT_CONFIG

    Signed-off-by: Adam Ford
    [trini: Re-run the migration]
    Signed-off-by: Tom Rini

    Adam Ford
     

11 Feb, 2018

1 commit

  • On the NIOS2 and Xtensa architectures, we do not have
    CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current
    values into the defconfig and removing them from the headers.

    I did not attempt to add more default values in and for now will leave
    that to maintainers.

    Signed-off-by: Tom Rini

    Tom Rini
     

20 Jan, 2018

1 commit

  • The following config symbols are only defined once and never referenced
    anywhere else:

    CONFIG_CYRUS
    CONFIG_IDS8313
    CONFIG_MPC8308_P1M
    CONFIG_MPC8308RDB
    CONFIG_MPC8349EMDS
    CONFIG_MPC8349ITXGP
    CONFIG_SBC8349
    CONFIG_SBC8548
    CONFIG_SBC8641D
    CONFIG_TQM834X
    CONFIG_VE8313
    CONFIG_XPEDITE5140
    CONFIG_XPEDITE5200
    CONFIG_XPEDITE550X

    Most of them are config symbols named after the respective boards which
    seems to have been a standard practice at some point.

    Signed-off-by: Tuomas Tynkkynen
    Acked-by: Mario Six

    Tuomas Tynkkynen
     

27 Dec, 2017

1 commit


27 Oct, 2017

1 commit


04 Sep, 2017

4 commits

  • This commit removes definitions of CONFIG_SYS_BARGSIZE defined to be
    equal to CONFIG_SYS_CBSIZE in numerous configuration files.

    We remove such definitions in two situations:

    - CONFIG_SYS_CBSIZE is otherwise not defined in the board
    configuration file, which means the default value of
    CONFIG_SYS_CBSIZE == 256 applies. In this case, the default value
    of CONFIG_SYS_BARGSIZE == 512 (common/image.c) is suitable, as it is
    larger.

    - CONFIG_SYS_CBSIZE is defined in the board configuration file, but
    to a value equal or less than 512. In this case, the default value
    of CONFIG_SYS_BARGSIZE == 512 (common.image.c) is suitable, as it
    is equal or larger.

    Signed-off-by: Thomas Petazzoni
    Reviewed-by: Tom Rini

    Thomas Petazzoni
     
  • Now that include/config_fallbacks.h define a sane fallback for
    CONFIG_SYS_MAXARGS, we can drop the definition of this constant in all
    configurations that were using the default value.

    Signed-off-by: Thomas Petazzoni
    Reviewed-by: Tom Rini

    Thomas Petazzoni
     
  • Now that the fallback value of CONFIG_SYS_PBSIZE in
    include/config_fallbacks.h has been adjusted, remove its definition
    from a large number of board configuration files.

    Signed-off-by: Thomas Petazzoni
    Reviewed-by: Tom Rini

    Thomas Petazzoni
     
  • Now that include/config_fallbacks.h define a sane fallback for
    CONFIG_SYS_CBSIZE, we can drop the definition of this constant in all
    configurations that were using the default value.

    Signed-off-by: Thomas Petazzoni
    Reviewed-by: Tom Rini
    [trini: Drop from stih410-b2260.h]
    Signed-off-by: Tom Rini

    Thomas Petazzoni
     

12 Aug, 2017

5 commits


09 Aug, 2017

1 commit


01 Aug, 2017

1 commit

  • Migrate all remaining instances of CMD_NAND, CMD_NAND_TRIMFFS
    CMD_NAND_LOCK_UNLOCK and CMD_NAND_TORTURE from the headers into the
    defconfig files.

    Tested-by: Adam Ford
    Signed-off-by: Tom Rini
    Reviewed-by: Bin Meng

    Tom Rini
     

26 Jul, 2017

1 commit


23 May, 2017

1 commit


22 May, 2017

2 commits

  • This converts the following to Kconfig:
    CONFIG_CMD_EEPROM
    CONFIG_CMD_EEPROM_LAYOUT
    CONFIG_EEPROM_LAYOUT_HELP_STRING

    Signed-off-by: Simon Glass
    Reviewed-by: Tom Rini
    [trini: Rework Kconfig logic slightly, define EEPROM location on TI eval
    platforms]
    Signed-off-by: Tom Rini

    Simon Glass
     
  • This subsystem is quite old. It has been replaced with a driver-model
    version (UCLASS_THERMAL). Boards are free to convert to that if required,
    but here is a removal patch that could be applied in the meantime.

    Signed-off-by: Simon Glass
    Reviewed-by: Heiko Schocher
    Reviewed-by: Tom Rini

    Simon Glass
     

16 May, 2017

1 commit


15 May, 2017

1 commit


01 May, 2017

1 commit


20 Mar, 2017

1 commit


04 Feb, 2017

2 commits


28 Jan, 2017

1 commit


05 Jan, 2017

3 commits


03 Dec, 2016

1 commit


24 Nov, 2016

1 commit


28 Oct, 2016

2 commits


12 Oct, 2016

1 commit


10 Sep, 2016

1 commit


22 Jul, 2016

1 commit

  • Loading the fdt at 0xc00000 fails if the uncompressed kernel image is
    greater than 12 MiB, which is quite common with modern kernels and
    multiplatform defconfigs. Move fdtaddr to 0x1e00000 which is just under
    the ramdiskaddr on most targets.

    Signed-off-by: Scott Wood
    Cc: Peter Tyser
    Cc: Dirk Eibach
    Cc: Andy Fleming
    Cc: Paul Gortmaker
    Acked-by: Paul Gortmaker
    Reviewed-by: York Sun

    Scott Wood
     

10 Jun, 2016

1 commit


04 May, 2016

1 commit


26 Apr, 2016

1 commit