1
0
Fork 0
remarkable-uboot/include/configs
Stephen Warren f031f501ef rpi: BCM2837 and Raspberry Pi 3 32-bit support
The Raspberry Pi 3 contains a BCM2837 SoC. The BCM2837 is a BCM2836 with
the CPU complex swapped out for a quad-core ARMv8. This can operate in 32-
or 64-bit mode. 32-bit mode is the current default selected by the
VideoCore firmware on the Raspberry Pi 3. This patch adds a 32-bit port of
U-Boot for the Raspberry Pi 3.

>From U-Boot's perspective, the only delta between the RPi 2 and RPi 3 is a
change in usage of the SoC UARTs. On all previous Pis, the PL011 was the
only UART in use. The Raspberry Pi 3 adds a Bluetooth module which uses a
UART to connect to the SoC. By default, the PL011 is used for this purpose
since it has larger FIFOs than the other "mini" UART. However, this can
be configured via the VideoCore firmware's config.txt file. This patch
hard-codes use of the mini UART in the RPi 3 port. If your system uses the
PL011 UART for the console even on the RPi 3, please use the RPi 2 U-Boot
port instead. A future change might determine which UART to use at
run-time, thus allowing the RPi 2 and RPi 3 (32-bit) ports to be squashed
together.

The mini UART has some limitations. One externally visible issue in the
BCM2837 integration is that the UART divides the SoC's "core clock" to
generate the baud rate. The core clock is typically variable, and under
control of the VideoCore firmware for thermal management reasons. If the
VC FW does modify the core clock rate, UART communication will be
corrupted since the baud rate will vary from the expected value. This was
not an issue for the PL011 UART, since it is fed by a fixed 3MHz clock. To
work around this, the VideoCore firmware can be told not to modify the SoC
core clock. However, the only way this can happen and be thermally safe is
to limit the core clock to a low/minimum frequency. This leaves
performance on the table for use-cases that don't care about a UART
console. Consequently, use of the mini UART console must be explicitly
requested by entering the following line into config.txt:

    enable_uart=1

A recent version of the VC firmware is required to ensure that the mini
UART is fully and correctly initialized by the VC FW; at least
firmware.git 046effa13ebc "firmware: arm_loader: emmc clock depends on
core clock See: https://github.com/raspberrypi/firmware/issues/572".

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-04-01 17:17:42 -04:00
..
km Merge git://git.denx.de/u-boot-dm 2016-03-14 19:21:44 -04:00
manroland Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
3c120_devboard.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
10m50_devboard.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
B4860QDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9131RDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
C29XPCIE.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
CPCI2DP.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
CPCI4052.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04: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 m68k: M54418TWR: drop board/freescale/m54418twr/config.mk 2016-01-20 10:19:34 -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
MIP405.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MPC832XEMDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC837XEMDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC837XERDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8308RDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8313ERDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8315ERDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8323ERDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8349EMDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8349ITX.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8536DS.h net: Move CONFIG_RTL8139 to Kconfig 2016-03-22 12:19:27 -04:00
MPC8540ADS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8541CDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8544DS.h net: Move CONFIG_RTL8139 to Kconfig 2016-03-22 12:19:27 -04:00
MPC8548CDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8555CDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8560ADS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8568MDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8569MDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8572DS.h net: Move CONFIG_RTL8139 to Kconfig 2016-03-22 12:19:27 -04:00
MPC8610HPCD.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8641HPCN.h net: Move CONFIG_RTL8139 to Kconfig 2016-03-22 12:19:27 -04:00
MigoR.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
P1010RDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1022DS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1023RDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2041RDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04: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
PIP405.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
PLU405.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
PMC405DE.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
PMC440.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T102xQDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T102xRDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T104xRDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T208xQDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T208xRDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040QDS.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4240QDS.h secure_boot: include/configs: move definition of CONFIG_CMD_BLOB 2016-01-27 08:12:26 -08:00
T4240RDB.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM823L.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM823M.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM834x.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM850L.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM850M.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM855L.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM855M.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM860L.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM860M.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM862L.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM862M.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM866M.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM885D.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM5200.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
UCP1020.h Merge git://git.denx.de/u-boot-dm 2016-03-14 19:21:44 -04:00
VCMA9.h arm: VCMA9: because of NOR flash space constrains, activate THUMB build mode 2016-02-15 12:04:46 -05:00
VOM405.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
a3m071.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
a4m072.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ac14xx.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
acadia.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
adp-ag101p.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
alt.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
am43xx_evm.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am57xx_evm.h board: ti: AM57xx: Add detection logic for AM57xx-evm 2016-03-14 19:18:35 -04:00
am335x_evm.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_igep0033.h
am335x_sl50.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
am3517_crane.h armv7: add cacheline sizes where missing 2016-01-31 16:32:56 +01:00
am3517_evm.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
amcc-common.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
amcore.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
ap325rxa.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ap_sh4a_4a.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
apalis_t30.h ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT 2016-02-18 10:02:19 -07:00
apf27.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
apx4devkit.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
arcangel4.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
aria.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
aristainetos-common.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04: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 Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -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 Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91rm9200ek.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9m10g45ek.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9n12ek.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9rlek.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9x5ek.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9260ek.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9261ek.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9263ek.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -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 Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
baltos.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
bamboo.h iocon / bamboo: Drop CONFIG_SYS_LONGHELP 2016-01-20 15:25:00 -05:00
bav335x.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
bayleybay.h x86: Add an i8042 device for boards that have it 2015-11-19 20:13:41 -07:00
bcm28155_ap.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
bcm_ep_board.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
bct-brettl2.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
beaver.h net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
bf506f-ezkit.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf518f-ezbrd.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf525-ucr2.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf526-ezbrd.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf527-ad7160-eval.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf527-ezkit.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf527-sdp.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf533-ezkit.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf533-stamp.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf537-minotaur.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf537-pnav.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf537-srv1.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf537-stamp.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf538f-ezkit.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf548-ezkit.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf561-acvilon.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf561-ezkit.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bf609-ezkit.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +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 Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
blackvme.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
br4.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bubinga.h
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
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 net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
cgtqmx6eval.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
charon.h
chromebook_jerry.h video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default 2016-01-26 08:06:13 +01:00
chromebook_link.h x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h 2015-04-29 18:51:48 -06:00
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 mvebu: Introduce kconfig symbols for SoC variants 2016-01-14 14:08:59 +01:00
cm-bf527.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
cm-bf533.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
cm-bf537e.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
cm-bf537u.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
cm-bf548.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
cm-bf561.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
cm5200.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
cm_fx6.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
cm_t35.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
cm_t43.h arm: am437x: cm-t43: bring back BOOTDELAY feature 2016-02-24 18:44:10 -05:00
cm_t54.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
cm_t335.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
cm_t3517.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
cobra5272.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
colibri_pxa270.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
colibri_t20.h ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT 2016-02-18 10:02:19 -07:00
colibri_t30.h ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT 2016-02-18 10:02:19 -07:00
colibri_vf.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
conga-qeval20-qa3-e3845.h x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support 2016-03-17 10:27:27 +08:00
controlcenterd.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
corenet_ds.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
corvus.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
cougarcanyon2.h x86: Add Intel Cougar Canyon 2 board 2016-02-21 13:42:52 +08:00
crownbay.h x86: tnc: Drop unprotect_spi_flash() 2016-02-05 12:47:20 +08:00
cyrus.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
da850evm.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
dalmore.h ARM: tegra: enable USB device mode port on Dalmore 2016-02-18 10:02:19 -07: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 mips: dbau1x00: move CONFIG_SYS_TEXT_BASE away from config.mk 2016-01-20 10:19:35 -05:00
devkit3250.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
devkit8000.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
digsy_mtc.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
dlvision-10g.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
dlvision.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
dnp5370.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
dns325.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
dockstar.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
dra7xx_evm.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
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 ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT 2016-02-18 10:02:19 -07: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 Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
edminiv2.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
efi-x86.h efi: app: Disable CONFIG_USB_EHCI_PCI 2016-02-05 12:47:23 +08:00
embestmx6boards.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
espt.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01: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: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
exynos5-common.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04: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 video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default 2016-01-26 08:06:13 +01:00
flea3.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -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.h sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boards 2015-12-03 13:15:49 +02:00
grsim_leon2.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 usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
h2200.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
harmony.h ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT 2016-02-18 10:02:19 -07:00
highbank.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
hikey.h arm64: Replace fdt_name env variables with fdtfile 2016-03-15 21:30:13 -04:00
hrcon.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ib62x0.h arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS 2015-11-17 23:41:41 +01:00
ibf-dsp561.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01: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 Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
imx6_spl.h imx: spl: enable CONFIG_SPL_WATCHDOG_SUPPORT 2016-01-25 10:03:17 +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 Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -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 Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
io.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
io64.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
iocon.h iocon / bamboo: Drop CONFIG_SYS_LONGHELP 2016-01-20 15:25:00 -05:00
ip04.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
ipam390.h ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ipek01.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
jetson-tk1.h net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
jupiter.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
k2e_evm.h keystone2: env: Set mmc as default boot for k2g-evm 2016-03-15 21:30:19 -04:00
k2g_evm.h ti: k2g: increase phy autoneg timeout 2016-03-22 12:16:07 -04:00
k2hk_evm.h keystone2: env: Set mmc as default boot for k2g-evm 2016-03-15 21:30:19 -04:00
k2l_evm.h keystone2: env: Set mmc as default boot for k2g-evm 2016-03-15 21:30:19 -04:00
katmai.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
kc1.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
kilauea.h
km82xx.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
km8360.h powerpc/km8360: fix the ODT parameters for CS0 2015-11-18 15:28:56 -05:00
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
kmp204x.h
koelsch.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
kwb.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
kylin_rk3036.h rockchip: kylin: Store env in emmc 2016-01-21 20:05:41 -07:00
kzm9g.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
lacie_kw.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
lager.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
legoev3.h arm: Add support for LEGO MINDSTORMS EV3 2016-03-14 19:18:40 -04:00
ls1021aqds.h arm: ls102xa: Enable CONFIG_SYS_CONSOLE_IS_IN_ENV support 2016-03-21 12:42:14 -07:00
ls1021atwr.h arm: ls102xa: Enable CONFIG_SYS_CONSOLE_IS_IN_ENV support 2016-03-21 12:42:14 -07:00
ls1043a_common.h armv8/ls1043a: Update env settings for booting kernel 2016-03-24 11:43:45 -07:00
ls1043aqds.h armv8/ls1043aqds: Enable ID_EEPROM support for ls1043aqds 2016-03-21 12:42:15 -07:00
ls1043ardb.h board: ls1043ardb: Add micro QE support for ls1043ardb 2016-02-24 08:51:14 -08:00
ls2080a_common.h boards: ls2080: Fix default bootargs 2016-03-21 12:42:12 -07:00
ls2080a_emu.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
ls2080a_simu.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
ls2080aqds.h armv8: ls2080rdb: ls2080qds: Add secure boot support 2016-03-29 08:46:20 -07:00
ls2080ardb.h armv8/ls2080ardb: Enable VID support 2016-03-29 08:46:24 -07:00
lsxl.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
luan.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
lwmon5.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
m28evk.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
m53evk.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ma5d4evk.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
makalu.h
malta.h MIPS: malta: do not pull in target header files in config.h 2016-01-16 21:06:46 +01:00
maxbcm.h arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig 2016-01-14 14:08:59 +01:00
mcx.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mecp5123.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
medcom-wide.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
meesc.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
microblaze-generic.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
minnowmax.h net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
motionpro.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mpc5121-common.h
mpc5121ads.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mpc8308_p1m.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04: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 Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mv-common.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mv-plug-common.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6_common.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04: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 usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
mx6sabresd.h imx: mx6sabresd discard PHYS_SDRAM_SIZE 2015-10-30 15:13:06 +01:00
mx6slevk.h mx6slevk: Remove CONFIG_ETHPRIME option 2016-02-02 21:23:38 +01:00
mx6sxsabreauto.h imx: mx6sxsabreauto: Add support for mx6sx SABREAUTO board 2016-02-02 21:04:21 +01:00
mx6sxsabresd.h imx: mx6sxsabresd: add command and macros for boot m4 core 2016-02-21 11:46:26 +01:00
mx6ul_14x14_evk.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx7_common.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx7dsabresd.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
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 Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx28evk.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
mx31ads.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mx31pdk.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
mx35pdk.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx51evk.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx53ard.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx53evk.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx53loco.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx53smd.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mxs.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
nas220.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
neo.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
nitrogen6x.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
nokia_rx51.h armv7: add cacheline sizes where missing 2016-01-31 16:32:56 +01:00
novena.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
nsa310s.h arm: kirkwood: add ZyXEL NSA310S device 2015-11-29 22:16:14 +01:00
nyan-big.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04: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 Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -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.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
odroid_xu3.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
omap3_beagle.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
omap3_cairo.h configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST 2015-09-28 10:15:46 -04:00
omap3_evm.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
omap3_evm_common.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
omap3_evm_quick_mmc.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
omap3_evm_quick_nand.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
omap3_igep00x0.h igep00x0: remove #undef CONFIG_BOOTDELAY 2016-01-25 10:40:02 -05:00
omap3_logic.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04: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 usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
omapl138_lcdk.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
openrd.h Revive OpenRD targets 2015-11-10 15:04:21 +01:00
openrisc-generic.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
origen.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
ot1200.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-12-05 18:22:24 -05:00
p1_p2_rdb_pc.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
p1_twr.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
p2371-0000.h ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT 2016-02-18 10:02:19 -07:00
p2371-2180.h net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
p2571.h ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT 2016-02-18 10:02:19 -07:00
paz00.h tegra: Convert CONFIG_PWM_TEGRA to Kconfig 2016-02-16 09:17:53 -07:00
pb1x00.h mips: pb1x00: move CONFIG_SYS_TEXT_BASE away from config.mk 2016-01-20 10:19:36 -05:00
pcm030.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
pcm051.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
pcm052.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
pdm360ng.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -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 usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
pepper.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
pic32mzdask.h board: Enable ethernet, tftpboot support to pic32mzdask board. 2016-02-01 22:14:02 +01:00
picosam9g45.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
platinum.h I2C: mxc_i2c: make I2C1 and I2C2 optional 2015-10-02 10:42:31 +02: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
plutux.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -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
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 Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
pxa-common.h pxa: add support for D- and I- caches 2016-03-27 09:13:00 -04:00
pxm2.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -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 Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
qemu-x86.h dm: x86: Set up interrupt routing from interrupt_init() 2016-01-24 12:07:18 +08:00
r0p7734.h Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
r2dplus.h net: Move CONFIG_RTL8139 to Kconfig 2016-03-22 12:19:27 -04:00
r7780mp.h net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
rastaban.h siemens,am33x,rastaban: add rastaban config 2015-06-19 16:46:50 -04:00
rcar-gen2-common.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
redwood.h
rk3036_common.h armv7: add cacheline sizes where missing 2016-01-31 16:32:56 +01:00
rk3288_common.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
rock2.h video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default 2016-01-26 08:06:13 +01:00
rpi-common.h rpi: BCM2837 and Raspberry Pi 3 32-bit support 2016-04-01 17:17:42 -04:00
rpi.h ARM: bcm2835: move CONFIG_BCM283* to Kconfig 2016-04-01 17:17:41 -04:00
rpi_2.h ARM: bcm2835: move CONFIG_BCM283* to Kconfig 2016-04-01 17:17:41 -04:00
rpi_3_32b.h rpi: BCM2837 and Raspberry Pi 3 32-bit support 2016-04-01 17:17:42 -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 Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
s5p_goni.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
s5pc210_universal.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d2_xplained.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04: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 usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d4_xplained.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d4ek.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sandbox.h Merge git://git.denx.de/u-boot-dm 2016-03-14 19:21:44 -04:00
sansa_fuze_plus.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
sbc8349.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8548.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8641d.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sc_sps_1.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
seaboard.h ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT 2016-02-18 10:02:19 -07: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 Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
sh7785lcr.h net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
sheevaplug.h ARM: sheevaplug: correct nand partition layout 2016-03-24 09:26:10 +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 usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
silk.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
smartweb.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -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 Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
smdkv310.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
snapper9260.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sniper.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04: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 usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04: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 socfpga: Simplify Makefile filenames 2016-02-01 20:55:48 -05: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: Misc updates (SPI speed, env location) 2016-03-20 18:01:11 +01:00
socrates.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
som-6896.h x86: Remove CONFIG_SYS_EARLY_PCI_INIT 2015-11-13 06:46:26 -08:00
spear-common.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +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: stm32f4: move flash driver to mtd driver location 2016-03-26 18:49:28 -04:00
stm32f746-disco.h stm32f746-disco: enable flash support 2016-03-26 18:49:28 -04:00
stout.h sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
strider.h strider: use optimised bus timing for FPGA access 2016-03-21 09:20:37 +01:00
stv0991.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04: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 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 sunxi: Add support for Allwinner A64 SoCs 2016-04-01 09:52:28 +02:00
sun9i.h sun9i: Basic sun9i (A80) support 2015-05-29 13:46:36 +02:00
sun50i.h sunxi: Add support for Allwinner A64 SoCs 2016-04-01 09:52:28 +02:00
sunxi-common.h sunxi: Add support for Allwinner A64 SoCs 2016-04-01 09:52:28 +02:00
suvd3.h powerpc/83xx: add support for kmtegr1 board 2015-11-18 15:28:58 -05:00
t3corp.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
t4qds.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tam3517-common.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tao3530.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
taurus.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
tb100.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
tbs2910.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
tcm-bf518.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
tcm-bf537.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
tec-ng.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tec.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tegra-common-post.h tegra: Allow CONFIG_DM_VIDEO to be used as well as CONFIG_LCD 2016-02-16 09:17:51 -07:00
tegra-common-usb-gadget.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
tegra-common.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04: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 Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
tegra124-common.h ARM: tegra: move VPR configuration to a later stage 2015-08-06 10:50:03 -07:00
tegra210-common.h arm64: Remove non-full-va map code 2016-03-15 15:13:10 -04:00
theadorable.h arm: mvebu: theadorable: Add StratixV FPGA programming support 2016-03-24 09:48:34 +01:00
thuban.h siemens,am33x,thuban: rename dxr2 to thuban 2015-06-19 16:46:50 -04:00
thunderx_88xx.h arm64: Remove non-full-va map code 2016-03-15 15:13:10 -04:00
ti814x_evm.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
ti816x_evm.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
ti_am335x_common.h am335x: configs: Fix usb ether boot support 2016-03-15 21:30:16 -04:00
ti_armv7_common.h ti_armv7_common: env: Consolidate support for loading script and text env files 2016-03-15 21:30:17 -04:00
ti_armv7_keystone2.h ti_armv7_common: env: Add NFS loading support to default enviroment 2016-03-15 21:30:20 -04: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 armv7: add cacheline sizes where missing 2016-01-31 16:32:56 +01:00
ti_omap4_common.h ti_armv7_common: env: Consolidate support for loading script and text env files 2016-03-15 21:30:17 -04:00
ti_omap5_common.h ti_armv7_common: env: Consolidate support for loading script and text env files 2016-03-15 21:30:17 -04:00
titanium.h I2C: mxc_i2c: make I2C1 and I2C2 optional 2015-10-02 10:42:31 +02:00
tqma6.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -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
trats.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
trats2.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tricorder.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
trimslice.h net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
ts4800.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
tseries.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04: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
udoo.h udoo:use load instead of fatload 2016-01-20 10:19:41 -05:00
uniphier.h ARM: uniphier: remove CONFIG_ARP_TIMEOUT define 2016-04-01 00:59:47 +09:00
usb_a9263.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
usbarmory.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
v38b.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
vct.h mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk 2016-01-20 10:19:35 -05:00
ve8313.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
venice2.h ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT 2016-02-18 10:02:19 -07:00
ventana.h tegra: Convert CONFIG_PWM_TEGRA to Kconfig 2016-02-16 09:17:53 -07:00
vexpress_aemv8a.h arm64: Replace fdt_name env variables with fdtfile 2016-03-15 21:30:13 -04:00
vexpress_ca5x2.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
vexpress_ca9x4.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
vexpress_ca15_tc2.h Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
vexpress_common.h armv7: add cacheline sizes where missing 2016-01-31 16:32:56 +01:00
vf610twr.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
vinco.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
vme8349.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
walnut.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
wandboard.h wandboard: fix variable name so PXE boot works 2016-02-02 20:59:40 +01:00
warp.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
whistler.h kconfig: add config option for shell prompt 2015-08-13 07:19:33 -04:00
woodburn.h
woodburn_common.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
woodburn_sd.h
work_92105.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
x86-chromebook.h x86: Add support for the samus chromebook 2016-03-17 10:27:27 +08:00
x86-common.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
x600.h Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
xfi3.h common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
xilinx-ppc.h ppc: xilinx-ppc4xx: Port to DM serial 2016-01-27 15:57:11 +01: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_zynqmp.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
xilinx_zynqmp_ep.h mmc: Kconfig: Add Arasan SDHCI entry 2016-02-22 16:21:02 +01:00
xpedite517x.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
xpedite520x.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
xpedite537x.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
xpedite550x.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
xpedite1000.h Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
yosemite.h eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS 2015-11-21 21:50:21 -05:00
yucca.h
zipitz2.h zipitz2: enable caches 2016-03-27 09:13:01 -04:00
zmx25.h arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00
zynq-common.h usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
zynq_microzed.h ARM: zynq: Read memory size setting from DT 2016-02-22 16:21:02 +01: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: Enable EDID for zybo 2016-02-22 16:37:51 +01:00