u-boot-brain/arch/x86/cpu/ivybridge
Simon Glass c1c3fe2307 env: Convert CONFIG_ENV_IS_IN... to a choice
At present we support multiple environment drivers but there is not way to
select between them at run time. Also settings related to the position and
size of the environment area are global (i.e. apply to all locations).

Until these limitations are removed we cannot really support more than one
environment location. Adjust the location to be a choice so that only one
can be selected. By default the environment is 'nowhere', meaning that the
environment exists only in memory and cannot be saved.

Also expand the help for the 'nowhere' option and move it to the top since
it is the default.

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Move all of the imply logic to default X if Y so it works again]
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-08-15 20:50:01 -04:00
..
bd82x6x.c x86: ivybridge: Declare global data where it is used 2017-02-06 11:38:46 +08:00
cpu.c board_f: x86: Use checkcpu() for CPU init 2017-04-05 13:55:09 -04:00
early_me.c dm: x86: Move link to use driver model for video 2016-10-11 11:55:33 +08:00
fsp_configs.c x86: ivybridge: Add FSP support 2016-02-21 13:42:52 +08:00
ivybridge.c x86: squash lines for immediate return 2016-09-23 17:53:49 -04:00
Kconfig env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
lpc.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
Makefile x86: ivybridge: Provide a dummy SDRAM init for 64-bit 2017-02-06 11:38:46 +08:00
model_206ax.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
northbridge.c x86: ivybridge: Declare global data where it is used 2017-02-06 11:38:46 +08:00
sata.c ahci: Support non-PCI controllers 2017-08-01 11:58:00 +09:00
sdram_nop.c x86: ivybridge: Provide a dummy SDRAM init for 64-bit 2017-02-06 11:38:46 +08:00
sdram.c x86: ivybridge: remove unused uma_memory_size 2017-08-01 20:17:02 +08:00