28 Jan, 2017
4 commits
-
We convert CONFIG_PARTITION_UUIDS to Kconfig first. But in order to cleanly
update all of the config files we must also update CMD_PART and CMD_GPT to also
be in Kconfig in order to avoid complex logic elsewhere to update all of the
config files.Signed-off-by: Patrick Delaunay
Signed-off-by: Patrick Delaunay
Signed-off-by: Tom Rini -
Signed-off-by: Patrick Delaunay
Signed-off-by: Patrick Delaunay -
Signed-off-by: Patrick Delaunay
Signed-off-by: Patrick Delaunay -
Signed-off-by: Patrick Delaunay
Signed-off-by: Patrick Delaunay
30 Dec, 2016
1 commit
-
Generated by "tools/moveconfig -s".
This will make config moves easier.
Signed-off-by: Masahiro Yamada
29 Oct, 2016
1 commit
-
This was turned off by accident, re-enble.
Signed-off-by: Tom Rini
28 Oct, 2016
1 commit
-
Add 'PCI' as a menu option and migrate all existing users.
Signed-off-by: Tom Rini
Acked-by: Stephen Warren
24 Oct, 2016
6 commits
-
This converts the following to Kconfig:
CONFIG_USB_KEYBOARDSigned-off-by: Simon Glass
[trini: Fixup MPC86* configs]
Signed-off-by: Tom Rini -
This converts the following to Kconfig:
CONFIG_SYS_CONSOLE_INFO_QUIETSigned-off-by: Simon Glass
[trini: Make this default n, re-run the migration]
Signed-off-by: Tom Rini -
This converts the following to Kconfig:
CONFIG_CONSOLE_SCROLL_LINESSigned-off-by: Simon Glass
Reviewed-by: Tom Rini -
This converts the following to Kconfig:
CONFIG_VGA_AS_SINGLE_DEVICEOnce we migrate to driver model for video, we should be able to drop this
option.Signed-off-by: Simon Glass
-
This converts the following to Kconfig:
CONFIG_SYS_CONSOLE_IS_IN_ENV
CONFIG_CONSOLE_MUXSigned-off-by: Simon Glass
[trini: Re-order, re-migrate]
Signed-off-by: Tom Rini -
This converts the following to Kconfig:
CONFIG_VIDEOSigned-off-by: Simon Glass
Reviewed-by: Tom Rini
Reviewed-by: Jagan Teki
12 Oct, 2016
1 commit
-
At present only chromebook boards are converted to DM video. Other
x86 boards are still using the legacy cfb_console driver. This
switches to use DM version drivers.Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
10 Sep, 2016
1 commit
-
In some cases we were missing CONFIG_USB=y so enable that when needed.
Reviewed-by: Masahiro Yamada
Signed-off-by: Tom Rini
26 Apr, 2016
3 commits
-
Update the config.h and defconfig files for the commands that 8e3c036
converted over to KconfigSigned-off-by: Tom Rini
-
This syncs up the current cmd/Kconfig and include/configs/ files with the
only exception being CMD_NAND. Due to how we have used this historically
we need to take further care here when converting.Signed-off-by: Tom Rini
-
Move all cases of CONFIG_SYS_HUSH_PARSER out of the config.h files. Remove
all cases of CONFIG_SYS_PROMPT_HUSH_PS2 as everyone uses the default.Signed-off-by: Tom Rini
23 Mar, 2016
2 commits
-
Introduce CONFIG_RTL8169 in Kconfig and move over boards' defconfig
to use that.Signed-off-by: Bin Meng
Acked-by: Stephen Warren
Acked-by: Joe Hershberger -
Some boards' defconfig files are out of order. Clean this up.
Signed-off-by: Bin Meng
Acked-by: Joe Hershberger
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_RSAUnfortunately 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 -
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
05 Feb, 2016
1 commit
-
This board uses RTL8169 which is a driver model ethernet driver.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
24 Jan, 2016
2 commits
-
Each system controller can have a number to identify it. It can then be
accessed using syscon_get_by_driver_data(). Put this in a shared header
file and update the only current user.Signed-off-by: Simon Glass
Reviewed-by: Bin Meng -
Move these two boards to use driver model for USB.
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
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
01 Dec, 2015
1 commit
-
Convert all x86 boards to use driver model tsc timer.
Signed-off-by: Bin Meng
Acked-by: Simon Glass
25 Nov, 2015
2 commits
-
There are already Kconfig options for SPI flash drivers, but we
have not moved them from config.h to defconfig files. This commit
does this in a batch.Signed-off-by: Bin Meng
-
There are already Kconfig options for SPI drivers, but we
have not moved them from config.h to defconfig files. This
commit does this in a batch.Signed-off-by: Bin Meng
22 Nov, 2015
1 commit
-
Move CONFIG_SYS_NS16550 to Kconfig, and run moveconfig.py.
Signed-off-by: Thomas Chou
19 Nov, 2015
1 commit
-
Add CMD_GPIO to Kconfig and run tools/moveconfig.py .
Signed-off-by: Thomas Chou
Reviewed-by: Simon Glass
21 Oct, 2015
1 commit
-
mrccache implementation can be common for all boards. Move it
from ivybridge cpu directory to the common lib directory.Signed-off-by: Bin Meng
Acked-by: Simon Glass
28 Sep, 2015
1 commit
-
Some boards' defconfigs are disordered. Reorder them.
Signed-off-by: Bin Meng
31 Aug, 2015
3 commits
-
This command provides a few useful tests so enable it for common boards.
Signed-off-by: Simon Glass
Acked-by: Christophe Ricard
Reviewed-by: Heiko Schocher -
Convert the tpm_tis_lpc driver to use driver model and update boards which
use it.Signed-off-by: Simon Glass
Acked-by: Christophe Ricard
Reviewed-by: Heiko Schocher -
Convert all TPM options to Kconfig and tidy up.
Signed-off-by: Simon Glass
Acked-by: Christophe Ricard
Reviewed-by: Heiko Schocher
05 Aug, 2015
1 commit
-
Drop these from the header file and use Kconfig instead.
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
29 Jul, 2015
1 commit
-
Add a RTC node in the device tree to enable DM RTC support.
Signed-off-by: Bin Meng
Acked-by: Simon Glass
(Squashed in 'x86: Fix RTC build error on ivybridge')
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
26 Jun, 2015
1 commit
-
This sets the default commands Kconfig to match
include/config_cmd_default.h commands in the common/Kconfig and removes
them from include/configs.Signed-off-by: Joe Hershberger
[trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates]
Signed-off-by: Tom Rini