u-boot-brain/include/configs
Phil Sutter aefb8f4c32 mvebu: Support Synology DS414
This adds support for the MV78230 based DS414 NAS by Synology. The
relevant bits have been extracted from the 'synogpl-5004-armadaxp'
package Synology kindly published, garnished with a fair amount of
trial-and-error.

Sadly, support is far from perfect. The major parts I have failed in
are SATA and XHCI support. Details about these and some other things
follow:

Device Tree
-----------

The device tree file armada-xp-synology-ds414.dts has been copied from
Linux and enhanced by recent U-Boot specific changes to
armada-xp-gp.dts.

SATA Support
------------

There is a Marvell 88SX7042 controller attached to PCIe which is
supported by Linux's sata_mv driver but sadly not U-Boot's sata_mv.
I'm not sure if extending the latter to support PCI devices is worth the
effort at all. Porting sata_mv from Linux exceeded my brain's
capacities. :(

XHCI Support
------------

There is an EtronTech EJ168A XHCI controller attached to PCIe which
drives the two rear USB3 ports. After a bit of playing around I managed
to get it recognized by xhci-pci, but never was able to access any
devices attached to it. Enabling it in ds414 board config shows that it
does not respond to commands for whatever reason. The (somewhat) bright
side to it is that it is not even supported in Synology's customized
U-Boot, but that also means nowhere to steal the relevant bits from.

EHCI Support
------------

This seems functional after issuing 'usb start'. At least it detects USB
storage devices, and IIRC reading from them was OK. OTOH Linux fails to
register the controller if 'usb start' wasn't given before in U-Boot.

According to Synology sources, this board seems to support USB device
(gadget?) mode. Though I didn't play around with it.

PCIe Support
------------

This is fine, but trying to gate the clocks of unused lanes will hang
PCI enum. In addition to that, pci_mvebu seems not to support DM_PCI.

DDR3 Training
-------------

Marvell/Synology uses eight PUPs instead of four. Does not look like
this is meant to be customized in mainline U-Boot at all. OTOH I have
no idea what a "PUP" actually is.

PEX Init
--------

Synology uses different values than mainline U-Boot with this patch:
pex_max_unit_get returns 2, pex_max_if_get returns 7 and
max_serdes_lines is set to 7. Not changing this seems to not have an
impact, although I'm not entirely sure it does not cause issues I am not
aware of.

Static Environment
------------------

This allows to boot stock Synology firmware at least. In order to be a
little more flexible when it comes to booting custom kernels, do not
only load zImage partition, but also rd.gz into memory. This way it is
possible to use about 7MB for kernel with piggyback initramfs.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Stefan Roese <sr@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-01-14 14:08:59 +01:00
..
km sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
manroland Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
3c120_devboard.h nios2: Soup up the shell experience 2015-12-19 09:48:14 +08:00
10m50_devboard.h nios2: Soup up the shell experience 2015-12-19 09:48:14 +08:00
a3m071.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
a4m072.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
ac14xx.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
acadia.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
adp-ag101p.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
alt.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
am43xx_evm.h am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl 2016-01-13 18:47:28 +05:30
am57xx_evm.h board: ti: beagle_x15: Rename to indicate support for TI am57xx evms 2015-11-18 08:47:03 -05:00
am335x_evm.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
am335x_igep0033.h
am335x_sl50.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-12-05 18:22:24 -05:00
am3517_crane.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
am3517_evm.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
amcc-common.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
amcore.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
ap_sh4a_4a.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ap325rxa.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
apalis_t30.h dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM 2015-12-01 06:26:36 -07:00
apf27.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
apx4devkit.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
arcangel4.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
aria.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
aristainetos-common.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
aristainetos.h arm, imx6: add aristainetos 2b board version 2015-09-02 15:38:16 +02:00
aristainetos2.h arm, imx6: add aristainetos 2b board version 2015-09-02 15:38:16 +02:00
aristainetos2b.h arm, imx6: add aristainetos 2b board version 2015-09-02 15:38:16 +02:00
armadillo-800eva.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
arndale.h arndale: Apply Cortex-A15 errata #773022 and #774769 2015-10-11 17:12:11 -04:00
aspenite.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
astro_mcf5373l.h Fix typo: commmand -> command. 2015-12-05 18:22:21 -05:00
at91-sama5_common.h ARM: at91: sama5: change the environment address to 0x6000 2015-11-01 22:02:16 +01:00
at91rm9200ek.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
at91sam9m10g45ek.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
at91sam9n12ek.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
at91sam9rlek.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
at91sam9x5ek.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
at91sam9260ek.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
at91sam9261ek.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
at91sam9263ek.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
atngw100.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
atngw100mkii.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
atstk1002.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
axs101.h Merge git://git.denx.de/u-boot-socfpga 2015-12-24 09:31:35 -05:00
B4860QDS.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
baltos.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-12-05 18:22:24 -05:00
bamboo.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
bav335x.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-12-05 18:22:24 -05:00
bayleybay.h x86: Add an i8042 device for boards that have it 2015-11-19 20:13:41 -07:00
bcm_ep_board.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
bcm28155_ap.h usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG* 2015-12-17 21:54:40 +01:00
bct-brettl2.h net: Fix NET_RANDOM_ETHADDR dependencies 2015-06-01 13:15:11 -05:00
beaver.h dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM 2015-12-01 06:26:36 -07:00
bf506f-ezkit.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf518f-ezbrd.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf525-ucr2.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf526-ezbrd.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf527-ad7160-eval.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf527-ezkit.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf527-sdp.h Move default y configs out of arch/board Kconfig 2015-06-25 22:17:55 -04:00
bf533-ezkit.h net: Remove all references to CONFIG_ETHADDR and friends 2015-05-19 13:33:21 -05:00
bf533-stamp.h Move default y configs out of arch/board Kconfig 2015-06-25 22:17:55 -04:00
bf537-minotaur.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf537-pnav.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf537-srv1.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf537-stamp.h Move default y configs out of arch/board Kconfig 2015-06-25 22:17:55 -04:00
bf538f-ezkit.h Move default y configs out of arch/board Kconfig 2015-06-25 22:17:55 -04:00
bf548-ezkit.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf561-acvilon.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf561-ezkit.h net: Remove all references to CONFIG_ETHADDR and friends 2015-05-19 13:33:21 -05:00
bf609-ezkit.h net: eth_designware: select PHYLIB in Kconfig 2015-12-22 04:42:27 +01:00
bfin_adi_common.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bg0900.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
blackstamp.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
blackvme.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
br4.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
BSC9131RDB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
BSC9132QDS.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bubinga.h
bur_am335x_common.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
C29XPCIE.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
calimain.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
canmb.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
canyonlands.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
cardhu.h dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM 2015-12-01 06:26:36 -07:00
cgtqmx6eval.h cgtqmx6eval: Add DFU support 2015-11-25 09:49:40 +01:00
charon.h
chromebook_jerry.h rockchip: Fix the configuration for chromebook_jerry 2016-01-08 07:59:07 -07:00
chromebook_link.h x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h 2015-04-29 18:51:48 -06:00
chromebox_panther.h x86: Add an i8042 device for boards that have it 2015-11-19 20:13:41 -07:00
clearfog.h mvebu: Introduce kconfig symbols for SoC variants 2016-01-14 14:08:59 +01:00
cm_fx6.h arm: mx6: cm-fx6: define fallback boot devices for spl 2015-11-18 14:50:05 -05:00
cm_t35.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
cm_t43.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
cm_t54.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
cm_t335.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
cm_t3517.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
cm-bf527.h net: Fix NET_RANDOM_ETHADDR dependencies 2015-06-01 13:15:11 -05:00
cm-bf533.h net: Remove all references to CONFIG_ETHADDR and friends 2015-05-19 13:33:21 -05:00
cm-bf537e.h net: Fix NET_RANDOM_ETHADDR dependencies 2015-06-01 13:15:11 -05:00
cm-bf537u.h net: Fix NET_RANDOM_ETHADDR dependencies 2015-06-01 13:15:11 -05:00
cm-bf548.h net: Remove all references to CONFIG_ETHADDR and friends 2015-05-19 13:33:21 -05:00
cm-bf561.h net: Remove all references to CONFIG_ETHADDR and friends 2015-05-19 13:33:21 -05:00
cm5200.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
cobra5272.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
colibri_pxa270.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
colibri_t20.h apalis/colibri_t20/30: clean-up 2015-08-13 13:06:03 -07:00
colibri_t30.h apalis/colibri_t20/30: clean-up 2015-08-13 13:06:03 -07:00
colibri_vf.h spi: Move SPI drivers to defconfig 2015-11-25 10:05:28 -05:00
controlcenterd.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
corenet_ds.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
corvus.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
CPCI2DP.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
CPCI4052.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
crownbay.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
cyrus.h cyrus: Enable STDIO deregister 2016-01-08 10:15:47 -05:00
da850evm.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
dalmore.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
db-88f6820-gp.h mvebu: Introduce kconfig symbols for SoC variants 2016-01-14 14:08:59 +01:00
db-mv784mp-gp.h arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig 2016-01-14 14:08:59 +01:00
dbau1x00.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
devkit3250.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
devkit8000.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
digsy_mtc.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
dlvision-10g.h dlvision-10g: Support displayport 2015-11-12 15:59:04 -05:00
dlvision.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
dnp5370.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
dns325.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
dockstar.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
dra7xx_evm.h dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl 2016-01-13 18:47:27 +05:30
draco.h arm, am33xx: update for siemens am335x based boards 2015-06-19 16:46:47 -04:00
dreamplug.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
ds414.h mvebu: Support Synology DS414 2016-01-14 14:08:59 +01:00
duovero.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
e2220-1170.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
ea20.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
eb_cpu5282.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
eco5pk.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
ecovec.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
edb93xx.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
edminiv2.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
efi-x86.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
embestmx6boards.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
espt.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ethernut5.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
evb_rk3036.h rockchip: Add basic support for evb-rk3036 board 2015-12-01 08:07:22 -07:00
exynos-common.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
exynos4-common.h usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG* 2015-12-17 21:54:40 +01:00
exynos5-common.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
exynos5-dt-common.h exynos: Drop old exynos5250-specific board code 2015-08-05 21:06:16 -06:00
exynos5250-common.h exynos: config: Move common options to the common headers and tidy up 2015-08-05 21:06:16 -06:00
exynos5420-common.h exynos: Drop old exynos5420-specific board code 2015-08-05 21:06:16 -06:00
firefly-rk3288.h rockchip: firefly: Save the environment on SD card 2015-12-01 08:07:22 -07:00
flea3.h imx35, flea3: add FIT image support 2015-10-30 15:11:52 +01:00
fx12mm.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
galileo.h net: eth_designware: select PHYLIB in Kconfig 2015-12-22 04:42:27 +01:00
gdppc440etx.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
goflexhome.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
gose.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
gplugd.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
gr_cpci_ax2000.h sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boards 2015-12-03 13:15:49 +02:00
gr_ep2s60.h sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boards 2015-12-03 13:15:49 +02:00
gr_xc3s_1500.h sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boards 2015-12-03 13:15:49 +02:00
grasshopper.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
grsim_leon2.h sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boards 2015-12-03 13:15:49 +02:00
grsim.h sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boards 2015-12-03 13:15:49 +02:00
guruplug.h arm: kirkwood: Move common definitions into common file 2015-11-17 23:41:41 +01:00
gw_ventana.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
h2200.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
harmony.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
highbank.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
hikey.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
hrcon.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ib62x0.h arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS 2015-11-17 23:41:41 +01:00
ibf-dsp561.h net: Remove all references to CONFIG_ETHADDR and friends 2015-05-19 13:33:21 -05:00
icon.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
iconnect.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
ids8313.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
imx6_spl.h arm: mx6: Reduce SPL malloc pool size 2015-11-23 16:24:48 +01:00
imx27lite-common.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
imx31_phycore.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
inka4x0.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
integrator-common.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
integratorap.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
integratorcp.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
intip.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
io.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
io64.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
iocon.h iocon: Disable FIT_VERBOSE 2015-12-01 15:49:42 -05:00
ip04.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
ipam390.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ipek01.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
jetson-tk1.h dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM 2015-12-01 06:26:36 -07:00
jupiter.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
k2e_evm.h configs: k2*_evm: rename skernel binary names to generated file names 2015-07-27 15:03:12 -04:00
k2g_evm.h ARM: k2g: Add config file 2015-10-22 14:22:27 -04:00
k2hk_evm.h configs: k2*_evm: rename skernel binary names to generated file names 2015-07-27 15:03:12 -04:00
k2l_evm.h configs: k2*_evm: rename skernel binary names to generated file names 2015-07-27 15:03:12 -04:00
katmai.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
kilauea.h
km_kirkwood.h arm/km_kirkwood: remove KM_ENV_BUS and use CONFIG_I2C_ENV_EEPROM_BUS 2015-11-18 14:50:07 -05:00
km82xx.h km/powerpc: move open firmware defines to km-powerpc.h 2015-11-18 15:28:54 -05:00
km8360.h powerpc/km8360: fix the ODT parameters for CS0 2015-11-18 15:28:56 -05:00
kmp204x.h
koelsch.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
kwb.h board/BuR/kwb: use bootvx(...) (with bootline feature) instead go(...) 2015-11-12 13:17:27 -05:00
kylin_rk3036.h rockchip: Add basic support for kylin board 2015-12-13 20:51:50 -07:00
kzm9g.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
lacie_kw.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
lager.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
ls1021aqds.h arm: ls102xa: Update fdt_high and initrd_high for LS1021AQDS board 2015-11-30 09:11:12 -08:00
ls1021atwr.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
ls1043a_common.h armv8/ls1043ardb: Add support for >2GB memory 2015-12-13 18:27:29 -08:00
ls1043aqds.h armv8: Add sata support on Layerscape ARMv8 board 2015-12-15 08:57:35 +08:00
ls1043ardb.h armv8/ls1043ardb: add SECURE BOOT target for NOR 2015-12-15 08:57:35 +08:00
ls2080a_common.h armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server 2015-12-15 08:57:33 +08:00
ls2080a_emu.h armv8: ls2085a: Add support of LS2085A SoC 2015-11-30 09:10:47 -08:00
ls2080a_simu.h armv8: ls2085a: Add support of LS2085A SoC 2015-11-30 09:10:47 -08:00
ls2080aqds.h armv8: Add sata support on Layerscape ARMv8 board 2015-12-15 08:57:35 +08:00
ls2080ardb.h armv8: Add sata support on Layerscape ARMv8 board 2015-12-15 08:57:35 +08:00
lsxl.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
luan.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
lwmon5.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
m28evk.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
m53evk.h common/board_f.c: change the macro name and remove it for PPC platforms 2015-10-29 10:33:58 -07:00
M5208EVBE.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
M5235EVB.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
M5249EVB.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
M5253DEMO.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
M5253EVBE.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
M5272C3.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
M5275EVB.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
M5282EVB.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
M5329EVB.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
M5373EVB.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
M5475EVB.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
M5485EVB.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
M52277EVB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
M53017EVB.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
M54418TWR.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
M54451EVB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
M54455EVB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
makalu.h
malta.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
maxbcm.h arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig 2016-01-14 14:08:59 +01:00
mcx.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
mecp5123.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
medcom-wide.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
meesc.h arm: at91: reworked meesc board support 2015-11-03 14:21:32 +01:00
microblaze-generic.h microblaze: Do not handle watchdog and gpio in SPL 2015-12-18 13:15:58 +01:00
MigoR.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
minnowmax.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
MIP405.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ml507.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
motionpro.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
MPC832XEMDS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC837XEMDS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC837XERDB.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
mpc5121-common.h
mpc5121ads.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
mpc8308_p1m.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8308RDB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
MPC8313ERDB.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8315ERDB.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8323ERDB.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8349EMDS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8349ITX.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8536DS.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
MPC8540ADS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8541CDS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8544DS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8548CDS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8555CDS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8560ADS.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
MPC8568MDS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8569MDS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8572DS.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8610HPCD.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC8641HPCN.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
mpr2.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ms7720se.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ms7722se.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ms7750se.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
mt_ventoux.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
munices.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
mv-common.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
mv-plug-common.h arm: kirkwood: Move common definitions into common file 2015-11-17 23:41:41 +01:00
mx6_common.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
mx6cuboxi.h imx6: fix warnings due to switch to distro environment 2015-11-13 10:49:01 +01:00
mx6qarm2.h net: Move the CMD_NET config to defconfigs 2015-06-01 09:40:15 -05:00
mx6qsabreauto.h I2C: mxc_i2c: make I2C1 and I2C2 optional 2015-10-02 10:42:31 +02:00
mx6sabre_common.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
mx6sabresd.h imx: mx6sabresd discard PHYS_SDRAM_SIZE 2015-10-30 15:13:06 +01:00
mx6slevk.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
mx6sxsabresd.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
mx6ul_14x14_evk.h imx: mx6ul: disable VIDEO for SPL 2016-01-07 17:51:47 +01:00
mx7_common.h imx: mx7: enable CONFIG_FSL_CLK 2015-12-07 14:57:51 +01:00
mx7dsabresd.h imx: mx7dsabresd: Add QSPI support 2015-12-11 22:12:23 +05:30
mx23_olinuxino.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
mx23evk.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
mx25pdk.h common/board_f.c: change the macro name and remove it for PPC platforms 2015-10-29 10:33:58 -07:00
mx28evk.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
mx31ads.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
mx31pdk.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
mx35pdk.h common/board_f.c: change the macro name and remove it for PPC platforms 2015-10-29 10:33:58 -07:00
mx51evk.h common/board_f.c: change the macro name and remove it for PPC platforms 2015-10-29 10:33:58 -07:00
mx53ard.h common/board_f.c: change the macro name and remove it for PPC platforms 2015-10-29 10:33:58 -07:00
mx53evk.h common/board_f.c: change the macro name and remove it for PPC platforms 2015-10-29 10:33:58 -07:00
mx53loco.h common/board_f.c: change the macro name and remove it for PPC platforms 2015-10-29 10:33:58 -07:00
mx53smd.h common/board_f.c: change the macro name and remove it for PPC platforms 2015-10-29 10:33:58 -07:00
mxs.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
nas220.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
neo.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
nitrogen6x.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
nokia_rx51.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
novena.h arm: novena: Switch novena to config_distro_bootcmd 2015-12-14 12:22:54 +01:00
nsa310s.h arm: kirkwood: add ZyXEL NSA310S device 2015-11-29 22:16:14 +01:00
nyan-big.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
o2d.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
o2d300.h
o2dnt-common.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
o2dnt2.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
o2i.h
o2mnt.h
o3dnt.h
odroid_xu3.h exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4. 2015-11-02 10:38:00 +09:00
odroid.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
omap3_beagle.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
omap3_cairo.h configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST 2015-09-28 10:15:46 -04:00
omap3_evm_common.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
omap3_evm_quick_mmc.h net: Move the CMD_NET config to defconfigs 2015-06-01 09:40:15 -05:00
omap3_evm_quick_nand.h net: Move the CMD_NET config to defconfigs 2015-06-01 09:40:15 -05:00
omap3_evm.h usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB 2015-08-05 17:20:34 +02:00
omap3_igep00x0.h igep00x0: Use BCH8 ECC 2015-10-19 17:06:16 -04:00
omap3_logic.h configs: Use config_distro_defaults.h in ti_armv7_common.h 2015-11-12 18:12:56 -05:00
omap3_overo.h configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST 2015-09-28 10:15:46 -04:00
omap3_pandora.h ns16550: zap CONFIG_NS16550_SERIAL 2015-11-21 21:50:17 -05:00
omap3_zoom1.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
omap4_panda.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
omap4_sdp4430.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
omap5_uevm.h include: configs: Enable DWC3 and DFU in OMAP5 uEVM 2015-09-11 17:15:20 -04:00
omapl138_lcdk.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
openrd.h Revive OpenRD targets 2015-11-10 15:04:21 +01:00
openrisc-generic.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
origen.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
ot1200.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-12-05 18:22:24 -05:00
p1_p2_rdb_pc.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
p1_twr.h spi: Move SPI drivers to defconfig 2015-11-25 10:05:28 -05:00
P1010RDB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
P1022DS.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
P1023RDB.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
P2041RDB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
p2371-2180.h dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM 2015-12-01 06:26:36 -07:00
p2371-0000.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
p2571.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
P3041DS.h
P4080DS.h
P5020DS.h
P5040DS.h
PATI.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
paz00.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
pb1x00.h cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
pcm030.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
pcm051.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
pcm052.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
pdm360ng.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
peach-pi.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
peach-pit.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
pengwyn.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
pepper.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
picosam9g45.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
PIP405.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
platinum_picon.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
platinum_titanium.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
platinum.h I2C: mxc_i2c: make I2C1 and I2C2 optional 2015-10-02 10:42:31 +02:00
PLU405.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
plutux.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
pm9g45.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
pm9261.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
pm9263.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
PMC405DE.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
PMC440.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
pogo_e02.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
porter.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
pr1.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
pxa-common.h
pxm2.h arm, am33xx: update for siemens am335x based boards 2015-06-19 16:46:47 -04:00
qemu-mips.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
qemu-mips64.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
qemu-ppce500.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
qemu-x86.h spi: Move SPI drivers to defconfig 2015-11-25 10:05:28 -05:00
r2dplus.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
r7780mp.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
r0p7734.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
rastaban.h siemens,am33x,rastaban: add rastaban config 2015-06-19 16:46:50 -04:00
rcar-gen2-common.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
redwood.h
rk3036_common.h rockchip: Use the debug UART on rk3036 2016-01-12 10:19:09 -07:00
rk3288_common.h rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip Kconfig 2015-12-01 08:07:22 -07:00
rpi_2.h arm/rpi: Enable dcache 2015-08-12 20:47:43 -04:00
rpi-common.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
rpi.h ARM: bcm283x: Define CONFIG_SYS_CACHELINE_SIZE 2015-08-12 20:47:41 -04:00
rsk7203.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
rsk7264.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
rsk7269.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
rut.h arm, am33xx: update for siemens am335x based boards 2015-06-19 16:46:47 -04:00
s5p_goni.h usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG* 2015-12-17 21:54:40 +01:00
s5pc210_universal.h usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG* 2015-12-17 21:54:40 +01:00
sama5d2_xplained.h arm: atmel: Add SAMA5D2 Xplained board 2015-11-30 22:27:53 +01:00
sama5d3_xplained.h ARM: at91: sama5: move the nandflash env config to at91-sama5_common.h 2015-08-21 15:47:05 +02:00
sama5d3xek.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sama5d4_xplained.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sama5d4ek.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sandbox.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sansa_fuze_plus.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
sbc8349.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
sbc8548.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
sbc8641d.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
sc_sps_1.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
seaboard.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
secomx6quq7.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
sequoia.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
sh7752evb.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sh7753evb.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sh7757lcr.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sh7763rdp.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
sh7785lcr.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
sheevaplug.h arm: kirkwood: Move common definitions into common file 2015-11-17 23:41:41 +01:00
shmin.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
siemens-am33x-common.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
silk.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
smartweb.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
smdk2410.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
smdk5250.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
smdk5420.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
smdkc100.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
smdkv310.h usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG* 2015-12-17 21:54:40 +01:00
snapper9260.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
sniper.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
snow.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
socfpga_arria5_socdk.h arm: socfpga: arria5_socdk: Update qspiboot to use UBIFS 2015-12-22 21:30:01 +01:00
socfpga_common.h arm: socfpga: Add support for Denali NAND controller 2015-12-22 21:30:02 +01:00
socfpga_cyclone5_socdk.h arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS 2015-12-22 21:30:01 +01:00
socfpga_de0_nano_soc.h arm: socfpga: de0_nano_soc: Consolidate SDMMC environment 2015-12-22 04:42:28 +01:00
socfpga_mcvevk.h arm: socfpga: mcvevk: Consolidate SDMMC environment 2015-12-22 04:42:28 +01:00
socfpga_sockit.h arm: socfpga: sockit: Update qspiboot to use UBIFS 2015-12-22 21:30:01 +01:00
socfpga_socrates.h arm: socfpga: socrates: Consolidate SDMMC environment 2015-12-22 04:42:28 +01:00
socfpga_sr1500.h arm: socfpga: sr1500: Update qspiboot to use UBIFS 2015-12-22 21:30:01 +01:00
socrates.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
som-6896.h x86: Remove CONFIG_SYS_EARLY_PCI_INIT 2015-11-13 06:46:26 -08:00
spear-common.h net: eth_designware: select PHYLIB in Kconfig 2015-12-22 04:42:27 +01:00
spear3xx_evb.h
spear6xx_evb.h
spring.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
stm32f429-discovery.h stm32: Convert serial driver to DM 2015-12-12 15:56:08 -05:00
stout.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
strider.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
stv0991.h net: eth_designware: select PHYLIB in Kconfig 2015-12-22 04:42:27 +01:00
sun4i.h Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory" 2015-06-28 11:46:31 -04:00
sun5i.h Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory" 2015-06-28 11:46:31 -04:00
sun6i.h Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory" 2015-06-28 11:46:31 -04:00
sun7i.h Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory" 2015-06-28 11:46:31 -04:00
sun8i.h sunxi: Add Machine Support for A83T SOC 2015-12-10 11:14:21 +01:00
sun9i.h sun9i: Basic sun9i (A80) support 2015-05-29 13:46:36 +02:00
sunxi-common.h Merge git://git.denx.de/u-boot-socfpga 2015-12-24 09:31:35 -05:00
suvd3.h powerpc/83xx: add support for kmtegr1 board 2015-11-18 15:28:58 -05:00
t3corp.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
t4qds.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
T102xQDS.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
T102xRDB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
T104xRDB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
T208xQDS.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
T208xRDB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
T1040QDS.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
T4240QDS.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
T4240RDB.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
tam3517-common.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
tao3530.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
taurus.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
tb100.h net: eth_designware: select PHYLIB in Kconfig 2015-12-22 04:42:27 +01:00
tbs2910.h I2C: mxc_i2c: make I2C1 and I2C2 optional 2015-10-02 10:42:31 +02:00
tcm-bf518.h net: Fix NET_RANDOM_ETHADDR dependencies 2015-06-01 13:15:11 -05:00
tcm-bf537.h net: Fix NET_RANDOM_ETHADDR dependencies 2015-06-01 13:15:11 -05:00
tec-ng.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
tec.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
tegra-common-post.h ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhere 2015-11-10 18:04:30 +01:00
tegra-common-usb-gadget.h ARM: tegra: enable DFU for RAM 2015-09-11 17:15:26 -04:00
tegra-common.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
tegra20-common.h ARM: tegra: expand all SPL sizes to be consistent 2015-10-02 11:05:30 -07:00
tegra30-common.h ARM: tegra: expand all SPL sizes to be consistent 2015-10-02 11:05:30 -07:00
tegra114-common.h ARM: tegra: expand all SPL sizes to be consistent 2015-10-02 11:05:30 -07:00
tegra124-common.h ARM: tegra: move VPR configuration to a later stage 2015-08-06 10:50:03 -07:00
tegra210-common.h ARM: tegra: expand all SPL sizes to be consistent 2015-10-02 11:05:30 -07:00
thuban.h siemens,am33x,thuban: rename dxr2 to thuban 2015-06-19 16:46:50 -04:00
ti_am335x_common.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ti_armv7_common.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
ti_armv7_keystone2.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-12-05 18:22:24 -05:00
ti_armv7_omap.h configs: split ti_armv7_common into a omap generic header 2015-07-27 15:02:17 -04:00
ti_omap3_common.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ti_omap4_common.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ti_omap5_common.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ti814x_evm.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ti816x_evm.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
titanium.h I2C: mxc_i2c: make I2C1 and I2C2 optional 2015-10-02 10:42:31 +02:00
TQM823L.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM823M.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM834x.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
TQM850L.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM850M.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM855L.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM855M.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM860L.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM860M.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM862L.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM862M.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM866M.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM885D.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
TQM5200.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
tqma6_mba6.h arm: mx6: tqma6: fix spelling error in condition 2015-06-01 09:54:52 +02:00
tqma6_wru4.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
tqma6.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
trats.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
trats2.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
tricorder.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
trimslice.h dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM 2015-12-01 06:26:36 -07:00
ts4800.h ts4800: add CONFIG_OF_LIBFDT 2015-10-30 15:09:20 +01:00
tseries.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
tuxx1.h powerpc/83xx: add support for kmtepr2 board 2015-11-18 15:28:51 -05:00
twister.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
UCP1020.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
udoo.h udoo: Remove SPL fat support 2015-09-02 15:25:28 +02:00
uniphier.h ARM: uniphier: allow to run zImage rather than uImage 2015-12-23 00:08:59 +09:00
usb_a9263.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
usbarmory.h common/board_f.c: change the macro name and remove it for PPC platforms 2015-10-29 10:33:58 -07:00
v5fx30teval.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
v38b.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
VCMA9.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
vct.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ve8313.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
venice2.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
ventana.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
vexpress_aemv8a.h arm64: Juno/FVP: adjust kernel load address 2016-01-08 10:15:44 -05:00
vexpress_ca5x2.h Move setting CONFIG_BOOTP_VCI_STRING to before including the vexpress-common header 2015-08-12 12:08:20 -04:00
vexpress_ca9x4.h Move setting CONFIG_BOOTP_VCI_STRING to before including the vexpress-common header 2015-08-12 12:08:20 -04:00
vexpress_ca15_tc2.h Move setting CONFIG_BOOTP_VCI_STRING to before including the vexpress-common header 2015-08-12 12:08:20 -04:00
vexpress_common.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
vf610twr.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
vme8349.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
VOM405.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
walnut.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
wandboard.h imx6: fix warnings due to switch to distro environment 2015-11-13 10:49:01 +01:00
warp.h I2C: mxc_i2c: make I2C1 and I2C2 optional 2015-10-02 10:42:31 +02:00
whistler.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
woodburn_common.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
woodburn_sd.h
woodburn.h
work_92105.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
x86-chromebook.h x86: Clean up ivybridge/chrome Kconfig options 2015-12-09 17:44:52 +08:00
x86-common.h x86: tsc: Move tsc_timer.c to drivers/timer 2015-12-01 06:26:35 -07:00
x600.h net: eth_designware: select PHYLIB in Kconfig 2015-12-22 04:42:27 +01:00
xfi3.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
xilinx_zynqmp_ep.h Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze 2015-12-07 08:13:02 -05:00
xilinx_zynqmp.h net: gem: Add driver dependencies to PHYLIB 2015-12-18 13:15:58 +01:00
xilinx-ppc.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
xilinx-ppc405-generic.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
xilinx-ppc405.h
xilinx-ppc440-generic.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
xilinx-ppc440.h
xpedite517x.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
xpedite520x.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
xpedite537x.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
xpedite550x.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
xpedite1000.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
yosemite.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
yucca.h
zmx25.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
zynq_microzed.h net: gem: Move gem to Kconfig 2015-12-07 10:14:28 +01:00
zynq_picozed.h net: gem: Move gem to Kconfig 2015-12-07 10:14:28 +01:00
zynq_zc70x.h net: gem: Move gem to Kconfig 2015-12-07 10:14:28 +01:00
zynq_zc770.h net: gem: Move gem to Kconfig 2015-12-07 10:14:28 +01:00
zynq_zed.h net: gem: Move gem to Kconfig 2015-12-07 10:14:28 +01:00
zynq_zybo.h arm: zynq: Update ZYBO config options 2015-12-18 13:15:58 +01:00
zynq-common.h ARM: zynq: Extend malloc size 2015-12-07 10:14:29 +01:00