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
     

16 Jan, 2018

1 commit


10 Jan, 2018

1 commit

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

    CONFIG_AP325RXA
    CONFIG_AP_SH4A_4A
    CONFIG_CPU_SH_TYPE_R
    CONFIG_ECOVEC
    CONFIG_ESPT
    CONFIG_MIGO_R
    CONFIG_MPR2
    CONFIG_MS7720SE
    CONFIG_MS7722SE
    CONFIG_MS7750SE
    CONFIG_R0P7734
    CONFIG_R2DPLUS
    CONFIG_RSK7203
    CONFIG_RSK7264
    CONFIG_RSK7269
    CONFIG_SH7752EVB
    CONFIG_SH7753EVB
    CONFIG_SH7757LCR
    CONFIG_SH7763RDP
    CONFIG_SH7785LCR

    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

    Tuomas Tynkkynen
     

27 Oct, 2017

1 commit


04 Sep, 2017

3 commits


15 Aug, 2017

1 commit


12 Aug, 2017

1 commit


08 Aug, 2017

2 commits


03 Aug, 2017

1 commit

  • Convert the SH Serial to Kconfig using tools/moveconfig.py tool
    and a bit of manual adjustment to cater for failed conversions.

    Signed-off-by: Marek Vasut
    Cc: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Marek Vasut
     

26 Jul, 2017

1 commit


22 May, 2017

1 commit


15 May, 2017

1 commit

  • This option is pretty old. It predates CONFIG_SYS_I2C which is itself
    deprecated in favour of driver model. Disable it for all boards.

    Also drop I2C options which depend on this.

    Signed-off-by: Simon Glass

    Simon Glass
     

20 Mar, 2017

1 commit


22 Jan, 2017

1 commit


03 Dec, 2016

2 commits


24 Oct, 2016

3 commits


10 Sep, 2016

1 commit


10 Jun, 2016

1 commit


26 Apr, 2016

2 commits


26 Jun, 2015

1 commit


01 Jun, 2015

1 commit


20 Feb, 2014

1 commit


09 Jan, 2014

1 commit

  • SH4 and SH4A are compatible. But some instructions are different from these.
    In Linux kernel, It is treated as a separate CPU, but for now, I think that
    there is no need to divide especially in the U-Boot.

    This removes CONFIG_SH4A definition from source code, SH4A is treated as SH4.
    And this fix white space.

    Signed-off-by: Nobuhiro Iwamatsu

    Nobuhiro Iwamatsu
     

08 Jan, 2014

2 commits


05 Nov, 2013

2 commits


17 Oct, 2013

1 commit


24 Jul, 2013

1 commit


28 May, 2012

1 commit

  • The AP-SH4A-4A board has SH7734, 64MB DDR2-SDRAM, USB,
    Ethernet, and more.

    This patch supports the following functions:
    - 64MB DDR2-SDRAM
    - 16MB NOR Flash memory
    - Serial console (SCIF)
    - Ethernet (SH-Ether with Gigabit)
    - I2C

    Signed-off-by: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Nobuhiro Iwamatsu