u-boot-brain/include/configs
Siarhei Siamashka 19e99fb4ff sunxi: Support booting from SPI flash
Allwinner devices support SPI flash as one of the possible
bootable media type. The SPI flash chip needs to be connected
to SPI0 pins (port C) to make this work. More information is
available at:

    https://linux-sunxi.org/Bootable_SPI_flash

This patch adds the initial support for booting from SPI flash.
The existing SPI frameworks are not used in order to reduce the
SPL code size. Right now the SPL size grows by ~370 bytes when
CONFIG_SPL_SPI_SUNXI option is enabled.

While there are no popular Allwinner devices with SPI flash at
the moment, testing can be done using a SPI flash module (it
can be bought for ~2$ on ebay) and jumper wires with the boards,
which expose relevant pins on the expansion header. The SPI flash
chips themselves are very cheap (some prices are even listed as
low as 4 cents) and should not cost much if somebody decides to
design a development board with an SPI flash chip soldered on
the PCB.

Another nice feature of the SPI flash is that it can be safely
accessed in a device-independent way (since we know that the
boot ROM is already probing these pins during the boot time).
And if, for example, Olimex boards opted to use SPI flash instead
of EEPROM, then they would have been able to have U-Boot installed
in the SPI flash now and boot the rest of the system from the SATA
hard drive. Hopefully we may see new interesting Allwinner based
development boards in the future, now that the software support
for the SPI flash is in a better shape :-)

Testing can be done by enabling the CONFIG_SPL_SPI_SUNXI option
in a board defconfig, then building U-Boot and finally flashing
the resulting u-boot-sunxi-with-spl.bin binary over USB OTG with
a help of the sunxi-fel tool:

   sunxi-fel spiflash-write 0 u-boot-sunxi-with-spl.bin

The device needs to be switched into FEL (USB recovery) mode first.
The most suitable boards for testing are Orange Pi PC and Pine64.
Because these boards are cheap, have no built-in NAND/eMMC and
expose SPI0 pins on the Raspberry Pi compatible expansion header.
The A13-OLinuXino-Micro board also can be used.

Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-07-15 08:34:34 +02:00
..
km powerpc: mpc85xx: kmp204x: Fix compiling error for usb errata 2016-07-07 13:34:10 +02:00
manroland common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
3c120_devboard.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
10m50_devboard.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
a3m071.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
a4m072.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ac14xx.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
acadia.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
adp-ag101p.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
alt.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
am43xx_evm.h usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
am57xx_evm.h usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
am335x_evm.h config: env: Set AM335x-ICEv2 board specific env 2016-05-27 15:47:53 -04:00
am335x_igep0033.h
am335x_shc.h am335x, shc: add support for the am335x based bosch shc board 2016-06-09 13:53:10 -04:00
am335x_sl50.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
am3517_crane.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
am3517_evm.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
amcc-common.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
amcore.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ap121.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ap143.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ap325rxa.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ap_sh4a_4a.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
apalis_t30.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
apf27.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
apx4devkit.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
arcangel4.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
aria.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
aristainetos2.h
aristainetos2b.h
aristainetos-common.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
aristainetos.h
armadillo-800eva.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
arndale.h
aspenite.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
astro_mcf5373l.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91-sama5_common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91rm9200ek.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9m10g45ek.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9n12ek.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9rlek.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9x5ek.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9260ek.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9261ek.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9263ek.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
atngw100.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
atngw100mkii.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
atstk1002.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
axs101.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
B4860QDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
baltos.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bamboo.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bav335x.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bayleybay.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bcm23550_w1d.h arm: bcm235xx: choose 8-bit phy bus width 2016-06-24 17:24:36 -04:00
bcm28155_ap.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bcm_ep_board.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bct-brettl2.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
beaver.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bf506f-ezkit.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf518f-ezbrd.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf525-ucr2.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
bf526-ezbrd.h configs: blackfin: move CONFIG_USB to defconfig 2016-06-04 00:43:53 +02:00
bf527-ad7160-eval.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf527-ezkit.h configs: blackfin: move CONFIG_USB to defconfig 2016-06-04 00:43:53 +02:00
bf527-sdp.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf533-ezkit.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf533-stamp.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf537-minotaur.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
bf537-pnav.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf537-srv1.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
bf537-stamp.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf538f-ezkit.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf548-ezkit.h configs: blackfin: move CONFIG_USB to defconfig 2016-06-04 00:43:53 +02:00
bf561-acvilon.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bf561-ezkit.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
bf609-ezkit.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bfin_adi_common.h autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves 2016-06-13 07:46:29 +09:00
bg0900.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
blackstamp.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
blackvme.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
br4.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
brppt1.h board/BuR: rename tseries board to brppt1 2016-06-24 17:24:39 -04:00
brxre1.h board/BuR: rename kwb board to brxre1 2016-06-24 17:24:40 -04:00
BSC9131RDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
bubinga.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
bur_am335x_common.h board/BuR: split bur_am335x_common.h into am335x-specific and BuR common parts 2016-02-24 18:44:03 -05:00
bur_cfg_common.h board/BuR: split bur_am335x_common.h into am335x-specific and BuR common parts 2016-02-24 18:44:03 -05:00
C29XPCIE.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
calimain.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
canmb.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
canyonlands.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
cardhu.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
cgtqmx6eval.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
charon.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
chromebook_jerry.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
chromebook_link.h
chromebook_samus.h x86: Add support for the samus chromebook 2016-03-17 10:27:27 +08:00
chromebox_panther.h net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
clearfog.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
cm5200.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cm_fx6.h arm: cm-fx6: add support for eeprom layout comands 2016-05-20 17:02:07 -04:00
cm_t35.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
cm_t43.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
cm_t54.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cm_t335.h arm: cm-t335: add support for eeprom layout comands 2016-05-20 17:02:07 -04:00
cm_t3517.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
cm-bf527.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
cm-bf533.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
cm-bf537e.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
cm-bf537u.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
cm-bf548.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
cm-bf561.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
cobra5272.h configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
colibri_pxa270.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
colibri_t20.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
colibri_t30.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
colibri_vf.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
conga-qeval20-qa3-e3845.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
controlcenterd.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
corenet_ds.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
corvus.h corvus DTS / DM support 2016-06-26 20:17:22 +02:00
cougarcanyon2.h x86: Add Intel Cougar Canyon 2 board 2016-02-21 13:42:52 +08:00
CPCI2DP.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
CPCI4052.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
crownbay.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
cyrus.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
da850evm.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
dalmore.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
db-88f6720.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
db-88f6820-gp.h dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 2016-05-17 09:54:43 -06:00
db-mv784mp-gp.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
dbau1x00.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
devkit3250.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
devkit8000.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
digsy_mtc.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
dlvision-10g.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
dlvision.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
dnp5370.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
dns325.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
dockstar.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
dra7xx_evm.h usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
draco.h siemens,am33x: add draco etamin board 2016-06-09 13:53:13 -04:00
dragonboard410c.h dragonboard410c: Increase default environment size. 2016-06-20 05:14:33 -04:00
dreamplug.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ds414.h usb: move CONFIG_USB_XHCI to Kconfig with renaming 2016-06-04 00:43:53 +02:00
duovero.h omap4: duovero: Disable EFI booting 2016-05-05 21:32:26 -04:00
e2220-1170.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ea20.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
eb_cpu5282.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
eco5pk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ecovec.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
edb93xx.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
edminiv2.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
efi-x86.h dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 2016-05-17 09:54:43 -06:00
embestmx6boards.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
espresso7420.h arm: exynos: add support for Exynos7420 SoC 2016-05-25 10:00:19 +09:00
espt.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
etamin.h siemens,am33x: add draco etamin board 2016-06-09 13:53:13 -04:00
ethernut5.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
evb_rk3036.h
exynos4-common.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
exynos5-common.h Merge http://git.denx.de/u-boot-samsung 2016-06-06 13:39:43 -04:00
exynos5-dt-common.h exynos: video: Convert several boards to driver model for video 2016-05-25 13:25:19 +09:00
exynos5250-common.h
exynos5420-common.h usb: move CONFIG_USB_XHCI to Kconfig with renaming 2016-06-04 00:43:53 +02:00
exynos7420-common.h arm: exynos: add support for Exynos7420 SoC 2016-05-25 10:00:19 +09:00
exynos-common.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
firefly-rk3288.h video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default 2016-01-26 08:06:13 +01:00
flea3.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
galileo.h dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 2016-05-17 09:54:43 -06:00
gdppc440etx.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
ge_bx50v3.h Merge branch 'master' of git://git.denx.de/u-boot 2016-06-18 10:25:13 +02:00
goflexhome.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
gose.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
gplugd.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
gr_cpci_ax2000.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
gr_ep2s60.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
gr_xc3s_1500.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
grasshopper.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
grsim_leon2.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
grsim.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
guruplug.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
gw_ventana.h imx: ventana: config: add PREBOOT support 2016-05-31 17:23:24 +02:00
h2200.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
harmony.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
highbank.h dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 2016-05-17 09:54:43 -06:00
hikey.h Fix various typos, scattered over the code. 2016-05-05 21:39:26 -04:00
hrcon.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
ib62x0.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ibf-dsp561.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
icon.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
iconnect.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ids8313.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
imx6_spl.h ARM: mx6: Enable MMC and SATA extfs boot support 2016-05-17 17:52:20 +02:00
imx27lite-common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
imx31_phycore.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
inka4x0.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
integrator-common.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
integratorap.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
integratorcp.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
intip.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
io64.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
io.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
iocon.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
ip04.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
ipam390.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ipek01.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
jetson-tk1.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
jupiter.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
k2e_evm.h configs: k2*_evm: Update fdt file names 2016-06-06 13:39:18 -04:00
k2g_evm.h defconfig: k2g_evm_defconfig: Enable Cadence QSPI controller 2016-07-09 20:16:33 +05:30
k2hk_evm.h configs: k2*_evm: Update fdt file names 2016-06-06 13:39:18 -04:00
k2l_evm.h configs: k2*_evm: Update fdt file names 2016-06-06 13:39:18 -04:00
katmai.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kc1.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kilauea.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
km82xx.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
km8360.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
km_kirkwood.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
kmp204x.h
koelsch.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kylin_rk3036.h rockchip: kylin: Store env in emmc 2016-01-21 20:05:41 -07:00
kzm9g.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
lacie_kw.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
lager.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
legoev3.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
ls1012a_common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1012afrdm.h Merge branch 'master' of git://git.denx.de/u-boot-usb 2016-06-06 13:37:56 -04:00
ls1012aqds.h Merge branch 'master' of git://git.denx.de/u-boot-usb 2016-06-06 13:37:56 -04:00
ls1012ardb.h Merge branch 'master' of git://git.denx.de/u-boot-usb 2016-06-06 13:37:56 -04:00
ls1021aqds.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1021atwr.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1043a_common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1043aqds.h armv8: ls1043aqds: print FPGA info early for QSPI boot 2016-06-28 12:08:53 -07:00
ls1043ardb.h usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
ls2080a_common.h armv8: ls2080aqds: Enable QSPI boot support 2016-06-10 13:45:01 -07:00
ls2080a_emu.h net: Move the VCI and client arch values to Kconfig 2016-05-27 10:01:12 -04:00
ls2080a_simu.h configs: ls2080a_common: Remove duplicate NOR configs 2016-06-10 13:44:59 -07:00
ls2080aqds.h armv8: ls2080aqds: Enable QSPI boot support 2016-06-10 13:45:01 -07:00
ls2080ardb.h usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
lsxl.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
luan.h
lwmon5.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
m28evk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
m53evk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5208EVBE.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5235EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5249EVB.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
M5253DEMO.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5253EVBE.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5272C3.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5275EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5282EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5329EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5373EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5475EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5485EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M52277EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M53017EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M54418TWR.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M54451EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M54455EVB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ma5d4evk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
makalu.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
malta.h malta: Allow MIPS64 builds 2016-05-31 09:38:11 +02:00
maxbcm.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
mcx.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mecp5123.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
medcom-wide.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
meesc.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
meson-gxbb-common.h Move CONFIG_SYS_HUSH_PARSER to Kconfig for last 4 boards 2016-06-24 17:24:33 -04:00
microblaze-generic.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MigoR.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
minnowmax.h x86: minnowmax: Adjust U-Boot environment address in SPI flash 2016-05-23 15:18:00 +08:00
MIP405.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
motionpro.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mpc5121-common.h configs: Re-sync HUSH options 2016-04-25 14:22:43 -04:00
mpc5121ads.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mpc8308_p1m.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC832XEMDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC837XEMDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC837XERDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8308RDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8313ERDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8315ERDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8323ERDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8349EMDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8349ITX.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8536DS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8540ADS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8541CDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8544DS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8548CDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8555CDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8560ADS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8568MDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8569MDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8572DS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8610HPCD.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8641HPCN.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mpr2.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ms7720se.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ms7722se.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ms7750se.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mt_ventoux.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
munices.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mv-common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mv-plug-common.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mx6_common.h autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves 2016-06-13 07:46:29 +09:00
mx6cuboxi.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mx6qarm2.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mx6qsabreauto.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
mx6sabre_common.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mx6sabresd.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
mx6slevk.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mx6sxsabreauto.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mx6sxsabresd.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mx6ul_14x14_evk.h mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT 2016-05-02 21:04:36 -04:00
mx7_common.h autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves 2016-06-13 07:46:29 +09:00
mx7dsabresd.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mx23_olinuxino.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx23evk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx25pdk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx28evk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx31ads.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx31pdk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx35pdk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx51evk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx53ard.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx53evk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx53loco.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx53smd.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mxs.h configs: Re-sync HUSH options 2016-04-25 14:22:43 -04:00
nas220.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
neo.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
nitrogen6x.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
nokia_rx51.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
novena.h ARM: mx6: Enable MMC and SATA extfs boot support 2016-05-17 17:52:20 +02:00
nsa310s.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
nyan-big.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
o2d300.h
o2d.h
o2dnt2.h
o2dnt-common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
o2i.h
o2mnt.h
o3dnt.h
odroid_xu3.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
odroid-c2.h configs: gxbb: Introduce a common config header file 2016-06-24 17:23:08 -04:00
odroid.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap3_beagle.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap3_cairo.h autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves 2016-06-13 07:46:29 +09:00
omap3_evm_common.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap3_evm_quick_mmc.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
omap3_evm_quick_nand.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
omap3_evm.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
omap3_igep00x0.h igep00x0: Use the SRAM available for SPL. 2016-05-03 12:17:13 -04:00
omap3_logic.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
omap3_overo.h omap3: Reduce logic/overo SPL max image size 2016-04-27 18:44:32 -04:00
omap3_pandora.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap3_zoom1.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
omap4_panda.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
omap4_sdp4430.h
omap5_uevm.h dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 2016-05-17 09:54:43 -06:00
omapl138_lcdk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
openrd.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
openrisc-generic.h Drop references to CONFIG_SYS_GENERIC_BOARD in config files 2016-05-27 15:39:54 -04:00
origen.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ot1200.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
p1_p2_rdb_pc.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
p1_twr.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
p2371-0000.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
p2371-2180.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
p2571.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
p2771-0000.h ARM: tegra: add p2771-0000 board support 2016-05-31 11:22:59 -07:00
P1010RDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1022DS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1023RDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2041RDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P3041DS.h
P4080DS.h
P5020DS.h
P5040DS.h
PATI.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
paz00.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
pb1x00.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pcm030.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
pcm051.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
pcm052.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pdm360ng.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
peach-pi.h
peach-pit.h
pengwyn.h Fix various typos, scattered over the code. 2016-05-05 21:39:26 -04:00
pepper.h
pic32mzdask.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pico-imx6ul.h pico-imx6ul: Update the defconfig 2016-04-25 18:03:48 -04:00
picosam9g45.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
PIP405.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
platinum_picon.h
platinum_titanium.h
platinum.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
PLU405.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
plutux.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
pm9g45.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pm9261.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pm9263.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
PMC405DE.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
PMC440.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
pogo_e02.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
porter.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
pr1.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pxa-common.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
pxm2.h siemens,am33x: add draco etamin board 2016-06-09 13:53:13 -04:00
qemu-mips64.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
qemu-mips.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
qemu-ppce500.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
qemu-x86.h dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 2016-05-17 09:54:43 -06:00
r0p7734.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
r2dplus.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
r7780mp.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
rastaban.h siemens,am33x: add draco etamin board 2016-06-09 13:53:13 -04:00
rcar-gen2-common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
redwood.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rk3036_common.h rockchip: Disable CONFIG_SDHCI 2016-07-11 14:06:44 -06:00
rk3288_common.h rockchip: Disable CONFIG_SDHCI 2016-07-11 14:06:44 -06:00
rock2.h video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default 2016-01-26 08:06:13 +01:00
rpi.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rsk7203.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
rsk7264.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rsk7269.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rut.h siemens,am33x: add draco etamin board 2016-06-09 13:53:13 -04:00
s5p_goni.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
s5pc210_universal.h exynos: Disable LCD display for boards we can't convert 2016-05-25 13:25:18 +09:00
s32v234evb.h Move CONFIG_SYS_HUSH_PARSER to Kconfig for last 4 boards 2016-06-24 17:24:33 -04:00
sama5d2_ptc.h board: atmel: add SAMA5D2 PTC Engineering board 2016-05-24 08:08:35 +02:00
sama5d2_xplained.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
sama5d3_xplained.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
sama5d3xek.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
sama5d4_xplained.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
sama5d4ek.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
sandbox.h dm: sandbox: mmc: Enable building MMC code for sandbox 2016-05-17 09:54:43 -06:00
sansa_fuze_plus.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8349.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8548.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8641d.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sc_sps_1.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
seaboard.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
secomx6quq7.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
sequoia.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
sh7752evb.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sh7753evb.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sh7757lcr.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sh7763rdp.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sh7785lcr.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sheevaplug.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
shmin.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
siemens-am33x-common.h arm, am335x: siemens: enable DM/DTS support 2016-06-17 09:51:05 -04:00
silk.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
smartweb.h arm: at91: smartweb: add DM and DTS support 2016-06-26 20:17:22 +02:00
smdk2410.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
smdk5250.h exynos: Disable LCD display for boards we can't convert 2016-05-25 13:25:18 +09:00
smdk5420.h Merge http://git.denx.de/u-boot-samsung 2016-06-06 13:39:43 -04:00
smdkc100.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
smdkv310.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
snapper9g45.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
snapper9260.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
sniper.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
snow.h
socfpga_arria5_socdk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_common.h arm: socfpga: Fix "improve raw MMC SPL boot" 2016-06-23 18:24:21 +02:00
socfpga_cyclone5_socdk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_de0_nano_soc.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_is1.h ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board 2016-07-01 17:42:54 -04:00
socfpga_mcvevk.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_sockit.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_socrates.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_sr1500.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_vining_fpga.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socrates.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
som-6896.h
som-db5800-som-6867.h x86: Add Advantech SOM-DB5800/SOM-6867 support 2016-07-12 13:46:01 +08:00
spear3xx_evb.h
spear6xx_evb.h
spear-common.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
spring.h
stm32f429-discovery.h ARM: stm32: remove unused CONFIG_AUTOBOOT 2016-06-13 07:46:29 +09:00
stm32f746-disco.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
stout.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
strider.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
stv0991.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sun4i.h
sun5i.h
sun6i.h sunxi: Add support for Allwinner A64 SoCs 2016-04-01 09:52:28 +02:00
sun7i.h sunxi: Add support for Allwinner A64 SoCs 2016-04-01 09:52:28 +02:00
sun8i.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
sun9i.h
sun50i.h sunxi: Add support for Allwinner A64 SoCs 2016-04-01 09:52:28 +02:00
sunxi-common.h sunxi: Support booting from SPI flash 2016-07-15 08:34:34 +02:00
suvd3.h
t3corp.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
t4qds.h include/configs: Numerous typo fixes: "controler" -> "controller". 2016-05-03 21:36:13 -04:00
T102xQDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T102xRDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T104xRDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T208xQDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T208xRDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040QDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4240QDS.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4240RDB.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
tam3517-common.h OMAP3: fix twister board 2016-06-17 09:51:01 -04:00
tao3530.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
taurus.h arm: at91: taurus/axm: add DM and DTS support 2016-06-26 20:17:22 +02:00
tb100.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
tbs2910.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
tcm-bf518.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
tcm-bf537.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
tec-ng.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
tec.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
tegra20-common.h
tegra30-common.h
tegra114-common.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
tegra124-common.h
tegra186-common.h ARM: tegra: add core Tegra186 support 2016-05-31 11:22:59 -07:00
tegra210-common.h arm64: Remove non-full-va map code 2016-03-15 15:13:10 -04:00
tegra-common-post.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
tegra-common-usb-gadget.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
tegra-common.h ARM: tegra: convert CONFIG_TEGRA_GPIO to Kconfig 2016-05-31 09:53:57 -07:00
theadorable.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
thuban.h siemens,am33x: add draco etamin board 2016-06-09 13:53:13 -04:00
thunderx_88xx.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ti814x_evm.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ti816x_evm.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ti_am335x_common.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ti_armv7_common.h ti_armv7_common: env: Fix hard coded mmc device for uuid 2016-06-06 13:39:20 -04:00
ti_armv7_keystone2.h keystone2: spi: do not define DM_SPI and DM_SPI_FLASH for SPL build 2016-07-09 20:16:30 +05:30
ti_armv7_omap.h
ti_omap3_common.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
ti_omap4_common.h omap4: load files for legacy boot 2016-05-05 21:32:18 -04:00
ti_omap5_common.h ti_omap5_common: Find right dtb file for DRA72-RevC Evm 2016-07-01 17:42:57 -04:00
titanium.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
tplink_wdr4300.h Move CONFIG_SYS_HUSH_PARSER to Kconfig for last 4 boards 2016-06-24 17:24:33 -04:00
TQM823L.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM823M.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM834x.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM850L.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM850M.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM855L.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM855M.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM860L.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM860M.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM862L.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM862M.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM866M.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM885D.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM5200.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
tqma6_mba6.h
tqma6_wru4.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -04:00
tqma6.h ARM: mx6: Enable MMC and SATA extfs boot support 2016-05-17 17:52:20 +02:00
trats2.h exynos: Disable LCD display for boards we can't convert 2016-05-25 13:25:18 +09:00
trats.h exynos: Disable LCD display for boards we can't convert 2016-05-25 13:25:18 +09:00
tricorder.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
trimslice.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ts4800.h Merge branch 'master' of git://git.denx.de/u-boot 2016-06-18 10:25:13 +02:00
tuxx1.h
twister.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
UCP1020.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
udoo.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
uniphier.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
usb_a9263.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
usbarmory.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
v38b.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
VCMA9.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
vct.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ve8313.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
venice2.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ventana.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
vexpress_aemv8a.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vexpress_ca5x2.h net: Move the VCI and client arch values to Kconfig 2016-05-27 10:01:12 -04:00
vexpress_ca9x4.h net: Move the VCI and client arch values to Kconfig 2016-05-27 10:01:12 -04:00
vexpress_ca15_tc2.h net: Move the VCI and client arch values to Kconfig 2016-05-27 10:01:12 -04:00
vexpress_common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vf610twr.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vinco.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
vme8349.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
VOM405.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
walnut.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
wandboard.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
warp7.h warp7: Fix DFU support 2016-06-18 10:37:22 +02:00
warp.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
whistler.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
woodburn_common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
woodburn_sd.h
woodburn.h
work_92105.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
x86-chromebook.h x86: Add support for the samus chromebook 2016-03-17 10:27:27 +08:00
x86-common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
x600.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
xfi3.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx_zynqmp_ep.h ARM64: zynqmp: Add support for standard distro boot commands 2016-06-06 11:23:28 +02:00
xilinx_zynqmp_zc1751_xm015_dc1.h ARM64: zynqmp: Add support for standard distro boot commands 2016-06-06 11:23:28 +02:00
xilinx_zynqmp_zc1751_xm016_dc2.h ARM64: zynqmp: Add support for standard distro boot commands 2016-06-06 11:23:28 +02:00
xilinx_zynqmp_zc1751_xm018_dc4.h ARM64: zynqmp: Add support for standard distro boot commands 2016-06-06 11:23:28 +02:00
xilinx_zynqmp_zc1751_xm019_dc5.h ARM64: zynqmp: Add support for standard distro boot commands 2016-06-06 11:23:28 +02:00
xilinx_zynqmp_zcu102.h ARM64: zynqmp: Add support for standard distro boot commands 2016-06-06 11:23:28 +02:00
xilinx_zynqmp.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx-ppc405-generic.h configs/xilinx-ppc405-generic: Typos and size 2016-01-27 15:43:01 +01:00
xilinx-ppc440-generic.h ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver 2016-01-27 15:57:20 +01:00
xilinx-ppc.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
xpedite517x.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpedite520x.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpedite537x.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpedite550x.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpedite1000.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpress.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
yosemite.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
yucca.h
zipitz2.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zmx25.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_microzed.h ARM: zynq: Extend microzed board support 2016-04-13 18:29:02 +02:00
zynq_picozed.h ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option 2016-02-22 16:21:03 +01:00
zynq_zc70x.h ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option 2016-02-22 16:21:03 +01:00
zynq_zc770.h ARM: zynq: Read memory size setting from DT 2016-02-22 16:21:02 +01:00
zynq_zed.h ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option 2016-02-22 16:21:03 +01:00
zynq_zybo.h ARM: zynq: zybo: Enabling reading MAC address from EEPROM 2016-04-04 20:28:37 +02:00
zynq-common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00