u-boot-brain/include/configs
Tom Rini 067716bac5 ARM: Move SYS_CACHELINE_SIZE over to Kconfig
This series moves the CONFIG_SYS_CACHELINE_SIZE.  First, in nearly all
cases we are mirroring the values used by the Linux Kernel here.  Also,
so long as (and in this case, it is true) we implement flushes in hunks
that are no larger than the smallest implementation (and given that we
mirror the Linux Kernel, again we are fine) it is OK to align higher.
The biggest changes here are that we always use 64 bytes for CPU_V7 even
if for example the underlying core is only 32 bytes (this mirrors
Linux).  Second, we say ARM64 uses 64 bytes not 128 (as found in the
Linux Kernel) as we do not need multi-platform support (to this degree)
and only the Cavium ThunderX 88xx series has a use for such large
alignment.

Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Stefan Roese <sr@denx.de>
Cc: Nagendra T S <nagendra@mistralsolutions.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com>
Acked-by: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Steve Rae <steve.rae@raedomain.com>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Cc: Nikita Kiryanov <nikita@compulab.co.il>
Cc: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Heiko Schocher <hs@denx.de>
Cc: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Cc: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Paul Kocialkowski <contact@paulk.fr>
Cc: Anatolij Gustschin <agust@denx.de>
Acked-by: "Pali Rohár" <pali.rohar@gmail.com>
Cc: Adam Ford <aford173@gmail.com>
Cc: Steve Sakoman <sakoman@gmail.com>
Cc: Grazvydas Ignotas <notasas@gmail.com>
Cc: Nishanth Menon <nm@ti.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Robert Baldyga <r.baldyga@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Thomas Weber <weber@corscience.de>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: David Feng <fenghua@phytium.com.cn>
Cc: Alison Wang <b18965@freescale.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: York Sun <york.sun@nxp.com>
Cc: Shengzhou Liu <Shengzhou.Liu@nxp.com>
Cc: Mingkai Hu <mingkai.hu@nxp.com>
Cc: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Cc: Aneesh Bansal <aneesh.bansal@freescale.com>
Cc: Saksham Jain <saksham.jain@nxp.com>
Cc: Qianyu Gong <qianyu.gong@nxp.com>
Cc: Wang Dongsheng <dongsheng.wang@nxp.com>
Cc: Alex Porosanu <alexandru.porosanu@freescale.com>
Cc: Hongbo Zhang <hongbo.zhang@nxp.com>
Cc: tang yuantian <Yuantian.Tang@freescale.com>
Cc: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Cc: Josh Wu <josh.wu@atmel.com>
Cc: Bo Shen <voice.shen@atmel.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Hannes Schmelzer <oe5hpm@oevsv.at>
Cc: Thomas Chou <thomas@wytron.com.tw>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Sam Protsenko <semen.protsenko@linaro.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Christophe Ricard <christophe-h.ricard@st.com>
Cc: Anand Moon <linux.amoon@gmail.com>
Cc: Beniamino Galvani <b.galvani@gmail.com>
Cc: Carlo Caione <carlo@endlessm.com>
Cc: huang lin <hl@rock-chips.com>
Cc: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Cc: Xu Ziyuan <xzy.xu@rock-chips.com>
Cc: "jk.kernel@gmail.com" <jk.kernel@gmail.com>
Cc: "Ariel D'Alessandro" <ariel@vanguardiasur.com.ar>
Cc: Kever Yang <kever.yang@rock-chips.com>
Cc: Samuel Egli <samuel.egli@siemens.com>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Ian Campbell <ijc@hellion.org.uk>
Cc: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Bernhard Nortmann <bernhard.nortmann@web.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Ben Whitten <ben.whitten@gmail.com>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Alexander Graf <agraf@suse.de>
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Vitaly Andrianov <vitalya@ti.com>
Cc: "Andrew F. Davis" <afd@ti.com>
Cc: Murali Karicheri <m-karicheri2@ti.com>
Cc: Carlos Hernandez <ceh@ti.com>
Cc: Ladislav Michl <ladis@linux-mips.org>
Cc: Ash Charles <ashcharles@gmail.com>
Cc: Mugunthan V N <mugunthanvnm@ti.com>
Cc: Daniel Allred <d-allred@ti.com>
Cc: Gong Qianyu <Qianyu.Gong@freescale.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Chin Liang See <clsee@altera.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Paul Kocialkowski <contact@paulk.fr>
2016-08-26 17:04:46 -04:00
..
km treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04: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 spl_nor.c: Support devicetree sizes different from 16k 2016-08-08 13:32:52 -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 ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE 2016-08-17 10:25:34 +09:00
am43xx_evm.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
am57xx_evm.h usb: add (move) CONFIG_USB_HOST to Kconfig 2016-08-07 21:55:42 +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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
am3517_evm.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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
ap_sh4a_4a.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
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
aria.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
aristainetos-common.h aristainetos: Use imx_ddr_size() for calculating the DDR size 2016-07-28 13:27:20 +02:00
aristainetos.h
aristainetos2.h
aristainetos2b.h
armadillo-800eva.h ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE 2016-08-17 10:25:34 +09:00
arndale.h configs: Add more CONFIG_ARMV7_PSCI_NR_CPUS entries 2016-07-16 09:42:51 -04:00
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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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
axs10x.h arc: Rename AXS101 board to more generic AXS10x 2016-08-05 12:50:33 +03:00
B4860QDS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -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
bcm_ep_board.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
bcm23550_w1d.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
bcm28155_ap.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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
blanche.h arm: rmobile: Update defconfig 2016-08-17 10:25:36 +09: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 powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
BSC9132QDS.h powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
bubinga.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
bur_am335x_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04: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 treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -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 cgtqmx6eval: Remove uneeded PHYS_SDRAM_SIZE 2016-07-28 13:27:21 +02: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 spl: Remove unused CONFIG_SPL_SPI_* definitions 2016-08-26 08:33:34 +02:00
cm_fx6.h ARM: configs: cm_fx6: add mtd support 2016-07-19 19:52:13 +02:00
cm_t35.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
cm_t43.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
cm_t54.h usb: add (move) CONFIG_USB_HOST to Kconfig 2016-08-07 21:55:42 +02:00
cm_t335.h arm: cm-t335: add support for eeprom layout comands 2016-05-20 17:02:07 -04:00
cm_t3517.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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
cm5200.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cobra5272.h configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
colibri_imx7.h colibri_imx7: add Colibri iMX7S/iMX7D module support 2016-07-28 13:27:19 +02: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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
conga-qeval20-qa3-e3845.h x86: conga-qeval20-qa3: Add SMBus support and SMSC2513 config code 2016-08-16 11:44:09 +08:00
controlcenterd.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
corenet_ds.h powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
corvus.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04: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 treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -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 spl: Remove unused CONFIG_SPL_SPI_* definitions 2016-08-26 08:33:34 +02:00
db-88f6820-gp.h spl: Remove unused CONFIG_SPL_SPI_* definitions 2016-08-26 08:33:34 +02:00
db-mv784mp-gp.h spl: Remove unused CONFIG_SPL_SPI_* definitions 2016-08-26 08:33:34 +02: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
dfi-bt700.h x86: Add DFI BT700 BayTrail board support 2016-08-16 11:44:09 +08: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: add (move) CONFIG_USB_HOST to Kconfig 2016-08-07 21:55:42 +02:00
draco.h siemens,am33x: add draco etamin board 2016-06-09 13:53:13 -04:00
dragonboard410c.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
dreamplug.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ds414.h spl: Remove unused CONFIG_SPL_SPI_* definitions 2016-08-26 08:33:34 +02:00
duovero.h usb: add (move) CONFIG_USB_HOST to Kconfig 2016-08-07 21:55:42 +02: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
el6x_common.h mx6: add support for el6x board 2016-07-12 17:58:48 +02: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
evb_rk3288.h rockchip: rk3288: move evb board to rockchip folder 2016-07-31 07:24:20 -06:00
evb_rk3399.h ARM64: rockchip: add support for rk3399 SoC based evb 2016-07-25 20:46:45 -06:00
exynos-common.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
exynos4-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
exynos5-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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
fennec_rk3288.h rockchip: add basic support for fennec-rk3288 board 2016-07-31 07:24:20 -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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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 bx50v3: Use imx_ddr_size() for calculating the DDR size 2016-07-28 13:27:20 +02:00
goflexhome.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
gose.h ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE 2016-08-17 10:25:34 +09: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: make hwconfig initialize based on board configuration 2016-07-28 13:27:18 +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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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
io.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
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 ARM: PSCI: Add missing CONFIG_ARMV7_PSCI_NR_CPUS for PSCI enabled platforms 2016-07-15 15:54:57 +02: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 treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
kc1.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
kilauea.h configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
km_kirkwood.h include/configs: Whitespace fixup 2016-04-25 15:09:46 -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
kmp204x.h
koelsch.h ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE 2016-08-17 10:25:34 +09:00
kylin_rk3036.h rockchip: remove the duplicated macro config 2016-07-31 07:24:20 -06:00
kzm9g.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
lacie_kw.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
lager.h ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE 2016-08-17 10:25:34 +09: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 board: ls1012aqds: Update LBMAP_MASK and RST_CTL_RESET 2016-08-02 09:45:48 -07:00
ls1012ardb.h Merge branch 'master' of git://git.denx.de/u-boot-usb 2016-06-06 13:37:56 -04:00
ls1021aqds.h ARMv7: PSCI: ls102xa: move secure text section into OCRAM 2016-07-26 09:03:00 -07:00
ls1021atwr.h ARMv7: PSCI: ls102xa: move secure text section into OCRAM 2016-07-26 09:03:00 -07:00
ls1043a_common.h armv8: ls1043a: enable pxe commands 2016-08-02 09:46:07 -07:00
ls1043aqds.h armv8: ls1043aqds: print FPGA info early for QSPI boot 2016-06-28 12:08:53 -07:00
ls1043ardb.h ARMv8/fsl-ppa: Consolidate PPA image stored-media flag for XIP 2016-08-02 09:51:29 -07: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 spl: Remove unused CONFIG_SPL_SPI_* definitions 2016-08-26 08:33:34 +02:00
mcx.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
microblaze-generic.h spl_nor.c: Support devicetree sizes different from 16k 2016-08-08 13:32:52 -04:00
MigoR.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
miniarm_rk3288.h rockchip: add support for rk3288 miniarm board 2016-08-05 17:56:08 -06: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
MPC832XEMDS.h mpc83xx: make it bootable with the latest kernel 2016-07-21 11:08:58 -07:00
MPC837XEMDS.h mpc83xx: make it bootable with the latest kernel 2016-07-21 11:08:58 -07:00
MPC837XERDB.h mpc83xx: make it bootable with the latest kernel 2016-07-21 11:08:58 -07: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
MPC8308RDB.h mpc83xx: make it bootable with the latest kernel 2016-07-21 11:08:58 -07:00
MPC8313ERDB.h mpc83xx: make it bootable with the latest kernel 2016-07-21 11:08:58 -07:00
MPC8315ERDB.h mpc83xx: make it bootable with the latest kernel 2016-07-21 11:08:58 -07:00
MPC8323ERDB.h mpc83xx: make it bootable with the latest kernel 2016-07-21 11:08:58 -07:00
MPC8349EMDS.h mpc83xx: make it bootable with the latest kernel 2016-07-21 11:08:58 -07:00
MPC8349ITX.h mpc83xx: make it bootable with the latest kernel 2016-07-21 11:08:58 -07:00
MPC8536DS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -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 powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
MPC8548CDS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -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 treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
MPC8610HPCD.h powerpc/86xx: Increase boot map size to 256 MiB 2016-08-03 18:02:29 -07:00
MPC8641HPCN.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -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 mx6qsabreauto: Avoid hardcoded RAM size 2016-07-12 17:58:48 +02: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 mx6slevk: Avoid hardcoded RAM size 2016-07-12 17:58:49 +02:00
mx6sxsabreauto.h mx6sxsabreauto: Avoid hardcoded RAM size 2016-07-12 17:58:49 +02:00
mx6sxsabresd.h mx6sxsabresd: Avoid hardcoded RAM size 2016-07-12 17:58:49 +02:00
mx6ul_14x14_evk.h mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT 2016-05-02 21:04:36 -04:00
mx7_common.h mx7_common: initialize generic timer on all CPU's 2016-07-28 13:27:21 +02:00
mx7dsabresd.h mx7_common: Put display board info config into board file 2016-07-19 19:52:15 +02: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 Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
novena.h novena: Remove uneeded PHYS_SDRAM_SIZE 2016-07-28 13:27:21 +02:00
nsa310s.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
nsim.h arc: Rename ARCangel4 board to nSIM 2016-08-05 12:50:25 +03:00
nyan-big.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
o2d.h
o2d300.h
o2dnt-common.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
o2dnt2.h
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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
omap3_cairo.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
omap3_evm.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
omap3_igep00x0.h igep00x0: generate default mtdparts according NAND chip used 2016-07-22 14:46:19 -04:00
omap3_logic.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
omap3_overo.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
omap3_pandora.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
omap3_zoom1.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
omap4_panda.h usb: add (move) CONFIG_USB_HOST to Kconfig 2016-08-07 21:55:42 +02:00
omap4_sdp4430.h
omap5_uevm.h usb: add (move) CONFIG_USB_HOST to Kconfig 2016-08-07 21:55:42 +02:00
omapl138_lcdk.h configs: Fix mmc rescan misuses 2016-08-05 20:55:24 -04:00
openrd.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
openrisc-generic.h net/ethoc: add Kconfig entry for the driver 2016-08-15 13:34:46 -05: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 treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
p1_twr.h powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
P1010RDB.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
P1022DS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
P1023RDB.h powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
P2041RDB.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
p2371-2180.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
p2371-0000.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: enable PCIe controller on p2771-0000 2016-08-15 10:26:13 -07:00
P3041DS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
P4080DS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
P5020DS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
P5040DS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
pcm058.h mx6: Add Phytec PCM058 i.MX6 Quad 2016-07-12 17:58:48 +02: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: drop warning due to redefined 2016-07-28 12:05:28 +02: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
popmetal_rk3288.h rockchip: add support for rk3288 PopMetal board 2016-07-31 07:24:20 -06:00
porter.h ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE 2016-08-17 10:25:34 +09: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-mips.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
qemu-mips64.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
qemu-ppce500.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
qemu-x86.h dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 2016-05-17 09:54:43 -06: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
r0p7734.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rastaban.h siemens,am33x: add draco etamin board 2016-06-09 13:53:13 -04:00
rcar-gen2-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
rcar-gen3-common.h Merge branch 'rmobile' of git://git.denx.de/u-boot-sh 2016-08-20 16:40:34 -04:00
redwood.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rk3036_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
rk3288_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
rk3399_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
rock2.h video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default 2016-01-26 08:06:13 +01:00
rpi.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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
salvator-x.h ARM: rmobile: Add support salvator-x board 2016-08-17 10:25:35 +09: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_spl.h sandbox: Add a test device that uses of-platdata 2016-07-14 20:40:24 -06:00
sandbox.h sandbox: Migrate CONFIG_I2C_EEPROM 2016-07-25 18:18:15 -04: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 powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07: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: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
silk.h ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE 2016-08-17 10:25:34 +09:00
smartweb.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04: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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
smdkv310.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
snapper9g45.h net: macb: Fix build error for CONFIG_DM_ETH enabled 2016-08-15 13:34:44 -05:00
snapper9260.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
sniper.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04: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
spear-common.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
spear3xx_evb.h
spear6xx_evb.h
spring.h
stm32f429-discovery.h ARM: stm32: remove unused CONFIG_AUTOBOOT 2016-06-13 07:46:29 +09:00
stm32f746-disco.h stm32: Add SDRAM support for stm32f746 discovery board 2016-07-14 18:22:43 -04:00
stout.h ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE 2016-08-17 10:25:34 +09: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: Define CONFIG_ARMV7_SECURE_MAX_SIZE for sun6i/sun7i 2016-07-15 15:54:57 +02:00
sun7i.h sunxi: Define CONFIG_ARMV7_SECURE_MAX_SIZE for sun6i/sun7i 2016-07-15 15:54:57 +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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04: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 treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
T102xRDB.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
T104xRDB.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
T208xQDS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
T208xRDB.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
T1040QDS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
T4240QDS.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
T4240RDB.h treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
tam3517-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
tao3530.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
taurus.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04: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
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
tegra20-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
tegra30-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
tegra114-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
tegra124-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
tegra186-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
tegra210-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
theadorable.h spl: Remove unused CONFIG_SPL_SPI_* definitions 2016-08-26 08:33:34 +02: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
ti_am335x_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
ti_armv7_common.h defconfig: am335x_boneblack_vboot: enable i2c driver model 2016-07-26 08:40:20 +02:00
ti_armv7_keystone2.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
ti_armv7_omap.h
ti_omap3_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
ti_omap4_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
ti_omap5_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
ti814x_evm.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
ti816x_evm.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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
trats.h exynos: Disable LCD display for boards we can't convert 2016-05-25 13:25:18 +09:00
trats2.h exynos: Disable LCD display for boards we can't convert 2016-05-25 13:25:18 +09:00
tricorder.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
trimslice.h ARM: tegra: fix trimslice environment location 2016-08-15 10:26:14 -07: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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
usb_a9263.h common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
usbarmory.h usbarmory: Add board_run_command() function 2016-07-12 17:58:50 +02:00
v38b.h Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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 configs: Add more CONFIG_ARMV7_PSCI_NR_CPUS entries 2016-07-16 09:42:51 -04:00
vexpress_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
vf610twr.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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 wandboard: move environment partition farther from u-boot.img 2016-07-19 19:52:12 +02:00
warp.h warp: Use imx_ddr_size() for calculating the DDR size 2016-07-28 13:27:20 +02:00
warp7.h warp7: Move some USB configuration options to defconfig 2016-07-28 13:27:20 +02:00
whistler.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
woodburn_common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -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: Enable AHCI on EP platform 2016-07-22 14:06:11 +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 ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00
xilinx-ppc.h autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -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
xpedite517x.h powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
xpedite520x.h powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
xpedite537x.h powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
xpedite550x.h powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
xpedite1000.h powerpc/85xx: Increase fdt address 2016-07-21 11:11:44 -07:00
xpress.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
xtfpga.h xtensa: add support for the 'xtfpga' evaluation board 2016-08-15 18:46:40 -04:00
yosemite.h configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
yucca.h
zc5202.h mx6: add support for el6x board 2016-07-12 17:58:48 +02:00
zc5601.h mx6: add support for el6x board 2016-07-12 17:58:48 +02:00
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_zc70x.h zynq: config: Enable CONFIG_SYS_NO_FLASH through defconfig 2016-07-22 14:06:11 +02:00
zynq_zybo.h zynq: config: Enable CONFIG_SYS_NO_FLASH through defconfig 2016-07-22 14:06:11 +02:00
zynq-common.h ARM: Move SYS_CACHELINE_SIZE over to Kconfig 2016-08-26 17:04:46 -04:00