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
     

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
     

04 Sep, 2017

3 commits


15 Aug, 2017

1 commit


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


20 Mar, 2017

1 commit


22 Jan, 2017

1 commit


03 Dec, 2016

1 commit


10 Jun, 2016

1 commit


26 Apr, 2016

1 commit


26 Jun, 2015

1 commit


08 Jan, 2014

2 commits


05 Nov, 2013

2 commits


17 Oct, 2013

1 commit


24 Jul, 2013

1 commit


21 Jun, 2012

1 commit


20 Apr, 2012

1 commit

  • $ git grep CMD_DFL
    board/atc/ti113x.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
    board/atc/ti113x.c: pci_writew (s, PCI_COMMAND, CMD_DFLT);
    board/cpc45/pd67290.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
    board/cpc45/pd67290.c: pci_writew (s, PCI_COMMAND, CMD_DFLT);
    drivers/pcmcia/i82365.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
    drivers/pcmcia/i82365.c: pci_writew (s, PCI_COMMAND, CMD_DFLT);
    include/configs/MBX.h:#define CONFIG_CMD_DFL
    include/configs/MigoR.h:#define CONFIG_CMD_DFL
    include/configs/digsy_mtc.h:#define CONFIG_CMD_DFL
    include/configs/ms7722se.h:#define CONFIG_CMD_DFL
    include/configs/ms7750se.h:#define CONFIG_CMD_DFL
    include/configs/r2dplus.h:#define CONFIG_CMD_DFL
    include/configs/sh7757lcr.h:#define CONFIG_CMD_DFL
    include/configs/sh7785lcr.h:#define CONFIG_CMD_DFL

    Signed-off-by: Marek Vasut
    Cc: Pfister_Werner@intercontrol.de
    Cc: iwamatsu@nigauri.org
    Cc: nobuhiro.iwamatsu.yj@renesas.com
    Cc: vapier@gentoo.org
    Cc: wd@denx.de
    Cc: yoshihiro.shimoda.uh@renesas.com
    Acked-by: Anatolij Gustschin
    Acked-by: Nobuhiro Iwamatsu

    Marek Vasut
     

28 Oct, 2011

1 commit


02 Feb, 2011

1 commit


27 Oct, 2010

1 commit

  • CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
    being able to use "sizeof(struct global_data)" in assembler files.
    Recent experience has shown that manual synchronization is not
    reliable enough. This patch renames CONFIG_SYS_GBL_DATA_SIZE into
    GENERATED_GBL_DATA_SIZE which gets automatically generated by the
    asm-offsets tool. In the result, all definitions of this value can be
    deleted from the board config files. We have to make sure that all
    files that reference such data include the new file.

    No other changes have been done yet, but it is obvious that similar
    changes / simplifications can be done for other, related macro
    definitions as well.

    Signed-off-by: Wolfgang Denk
    Acked-by: Kumar Gala

    Wolfgang Denk
     

19 Oct, 2010

1 commit

  • The change is currently needed to be able to remove the board
    configuration scripting from the top level Makefile and replace it by
    a simple, table driven script.

    Moving this configuration setting into the "CONFIG_*" name space is
    also desirable because it is needed if we ever should move forward to
    a Kconfig driven configuration system.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

08 Jul, 2009

2 commits


18 Feb, 2009

1 commit


19 Oct, 2008

1 commit


11 Sep, 2008

2 commits


13 Aug, 2008

2 commits


21 May, 2008

1 commit

  • This commit gets rid of a huge amount of silly white-space issues.
    Especially, all sequences of SPACEs followed by TAB characters get
    removed (unless they appear in print statements).

    Also remove all embedded "vim:" and "vi:" statements which hide
    indentation problems.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

12 Feb, 2008

1 commit


27 Dec, 2007

1 commit


23 Sep, 2007

1 commit


13 May, 2007

1 commit