u-boot-brain/include/configs
Sam Protsenko beffc170f2 am335x_evm: Consolidate eMMC partitions with DFU info
>From DFU_ALT_INFO_EMMC (include/environment/ti/dfu.h) we can see that
rootfs will be flashed to second partition on eMMC. But at the moment we
have only one partition in $partitions environment variable. Let's add
"bootloader" partition prior to "rootfs", so that DFU works correctly.
This also fixes eMMC boot, which looks for rootfs on second partition.

"bootloader" partition start corresponds to "u-boot.img.raw" in DFU
eMMC info, which is 0x300 sector (384 KiB offset from eMMC start).

rootfs start address can be also found from DFU eMMC info.
bootloader-related area is finished at 0x1500 sector (2688 KiB offset
from eMMC start). This should be the start address for rootfs in
$partitions environment variable.

While at it, fix U-Boot environment address to be the same as for
AM57x EVM, so that it doesn't clash with other partitions.

So now eMMC layout looks like this:

    ===============================================================

    0       +------------------------+
            | MBR/GPT header         |   128           -
    128     +------------------------+
            | MLO                    |   256           -
    384     +------------------------+
            | u-boot.img             |   1792          bootloader
    2176    +------------------------+
            | //////// hole //////// |   256           -
    2432    +------------------------+
            | U-Boot environment     |   128           -
    2560    +------------------------+
            | U-Boot environment     |   128           -
            | (redundant)            |
    2688    +------------------------+
            | rootfs                 |   remaining     rootfs
    end     +------------------------+

    ===============================================================

"hole" area can be used further for storing U-Boot environment (like
it's done in AM57x EVM config file) or for increasing u-boot.img area
(in case u-boot.img size increased, e.g. if new dtbs were added).

This commit conforms with Linux partition table from f6d245b8c5
("arm: am57xx: Fix Linux boot from eMMC") commit, making things in
uniform way.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2018-02-14 12:14:14 -05:00
..
km configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
3c120_devboard.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
10m50_devboard.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
adp-ae3xx.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
adp-ag101p.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
advantech_dms-ba16.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
alt.h spi: Migrate CONFIG_SH_QSPI to Kconfig 2018-02-13 23:00:47 -05:00
am43xx_evm.h configs: Replace CONFIG_ISW_ENTRY_ADDR with CONFIG_SYS_TEXT_BASE 2018-01-28 09:39:15 -05:00
am57xx_evm.h Convert CONFIG_OMAP_USB_PHY to Kconfig 2018-01-22 16:43:30 -05:00
am335x_evm.h am335x_evm: Consolidate eMMC partitions with DFU info 2018-02-14 12:14:14 -05:00
am335x_igep003x.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
am335x_shc.h fs: Migrate ext4 to Kconfig 2018-01-22 16:43:30 -05:00
am335x_sl50.h Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs 2017-09-01 16:18:21 -04:00
am3517_crane.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
am3517_evm.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
amcore.h m68k: Drop unreferenced CONFIG_* defines 2018-01-19 15:49:32 -05:00
ap121.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
ap143.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
ap325rxa.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ap_sh4a_4a.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
apalis_imx6.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
apalis_t30.h include/configs: drop default definitions of CONFIG_SYS_PBSIZE 2017-09-03 15:30:28 -04:00
apalis-tk1.h Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND 2017-11-17 16:37:26 -05:00
apf27.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
apx4devkit.h arm: imx: mx28: Move MX28 selection to Kconfig 2018-02-08 10:17:17 -05:00
aristainetos2.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
aristainetos2b.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
aristainetos-common.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
aristainetos.h
armadillo-800eva.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
arndale.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
aspeed-common.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
aspenite.h ARM: Drop unreferenced CONFIG_MACH_* defines 2018-01-10 08:05:50 -05:00
astro_mcf5373l.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
at91-sama5_common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
at91rm9200ek.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
at91sam9m10g45ek.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
at91sam9n12ek.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
at91sam9rlek.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
at91sam9x5ek.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
at91sam9260ek.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
at91sam9261ek.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
at91sam9263ek.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
axs10x.h ARC: devboards: Allow huge uImages (up to 128 MiB) 2018-01-19 17:59:35 +03:00
B4860QDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
baltos.h Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig 2018-01-30 14:59:32 -05:00
bav335x.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
bayleybay.h x86: Switch all boards to use DM SCSI 2017-08-01 20:17:02 +08:00
bcm23550_w1d.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
bcm28155_ap.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
bcm_ep_board.h include/configs: drop default definitions of CONFIG_SYS_PBSIZE 2017-09-03 15:30:28 -04:00
bcm_northstar2.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
beaver.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
bg0900.h arm: imx: mx28: Move MX28 selection to Kconfig 2018-02-08 10:17:17 -05:00
bk4r1.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
blanche.h spi: Migrate CONFIG_SH_QSPI to Kconfig 2018-02-13 23:00:47 -05:00
bmips_bcm3380.h MIPS: add support for Broadcom MIPS BCM3380 SoC family 2017-05-31 14:49:55 +02:00
bmips_bcm6318.h MIPS: add support for Broadcom MIPS BCM6318 SoC family 2018-01-26 12:38:13 +01:00
bmips_bcm6328.h MIPS: add support for Broadcom MIPS BCM6328 SoC family 2017-05-10 16:16:09 +02:00
bmips_bcm6338.h MIPS: add support for Broadcom MIPS BCM6338 SoC family 2017-05-31 14:49:55 +02:00
bmips_bcm6348.h MIPS: add support for Broadcom MIPS BCM6348 SoC family 2017-05-31 14:49:55 +02:00
bmips_bcm6358.h MIPS: add support for Broadcom MIPS BCM6358 SoC family 2017-05-10 16:16:09 +02:00
bmips_bcm6368.h MIPS: add support for Broadcom MIPS BCM6368 SoC family 2018-01-26 12:35:22 +01:00
bmips_bcm63268.h MIPS: add support for Broadcom MIPS BCM63268 SoC family 2017-05-10 16:16:09 +02:00
bmips_common.h mips: bmips: extend baud rates support 2017-05-31 15:07:43 +02:00
boston.h boston: Set CONFIG_SYS_LOAD_ADDR to 0x88000000 2017-11-28 21:59:30 +01:00
brppt1.h fs: Migrate ext4 to Kconfig 2018-01-22 16:43:30 -05:00
brxre1.h Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig 2018-01-22 16:43:29 -05:00
BSC9131RDB.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
BSC9132QDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
bur_am335x_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
bur_cfg_common.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
C29XPCIE.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
calimain.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
cardhu.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
cei-tk1-som.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
cgtqmx6eval.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
cherryhill.h x86: Support Intel Cherry Hill board 2017-09-16 14:57:44 +08:00
chiliboard.h Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig 2018-01-22 16:43:29 -05:00
chromebook_link.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
chromebook_samus.h
chromebox_panther.h
cl-som-am57x.h Convert CONFIG_OMAP_USB_PHY to Kconfig 2018-01-22 16:43:30 -05:00
cl-som-imx7.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
clearfog.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
cm_fx6.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
cm_t35.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
cm_t43.h Convert CONFIG_OMAP_USB_PHY to Kconfig 2018-01-22 16:43:30 -05:00
cm_t54.h ata: Migrate CONFIG_LIBATA to Kconfig 2017-12-12 18:16:05 -05:00
cm_t335.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
cm_t3517.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
cobra5272.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
colibri_imx6.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
colibri_imx7.h Convert CONFIG_APBH_DMA et al to Kconfig 2018-02-08 12:48:11 -05:00
colibri_pxa270.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
colibri_t20.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
colibri_t30.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
colibri_vf.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
comtrend_ar5315u.h MIPS: add BMIPS Comtrend AR-5315u board 2018-01-26 12:38:13 +01:00
comtrend_ar5387un.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
comtrend_ct5361.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
comtrend_vr3032u.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
comtrend_wap5813n.h MIPS: add BMIPS Comtrend WAP-5813n board 2018-01-26 12:35:22 +01:00
conga-qeval20-qa3-e3845.h common: Move CONFIG_BOOTARGS to Kconfig 2017-08-14 17:06:06 -04:00
controlcenterd.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
controlcenterdc.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
corenet_ds.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
corvus.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
cougarcanyon2.h x86: Switch all boards to use DM SCSI 2017-08-01 20:17:02 +08:00
crownbay.h x86: Switch all boards to use DM SCSI 2017-08-01 20:17:02 +08:00
cyrus.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
da850evm.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
dalmore.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
db-88f6720.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
db-88f6820-amc.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
db-88f6820-gp.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
db-mv784mp-gp.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
dbau1x00.h block: ide: Drop CONFIG_IDE_LED 2017-09-03 15:30:35 -04:00
devkit3250.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
devkit8000.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
dfi-bt700.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
dh_imx6.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
display5.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
dns325.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
dockstar.h ARM: Drop unreferenced CONFIG_MACH_* defines 2018-01-10 08:05:50 -05:00
dra7xx_evm.h Convert CONFIG_OMAP_USB_PHY to Kconfig 2018-01-22 16:43:30 -05:00
draak.h ARM: rmobile: Add R8A77995 D3 Draak board 2017-12-09 13:36:27 +01:00
draco.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
dragonboard410c.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
dragonboard820c.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
dreamplug.h spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig 2018-02-13 23:01:44 -05:00
ds109.h spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig 2018-02-13 23:01:44 -05:00
ds414.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
duovero.h net: Add SMC911X driver to Kconfig, convert 2017-10-20 21:40:26 -04:00
e2220-1170.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
ea20.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
eagle.h ARM: rmobile: Add R8A77970 V3M Eagle board 2017-12-09 13:36:27 +01:00
eb_cpu5282.h include/configs: drop default definitions of CONFIG_SYS_MAXARGS 2017-09-03 15:30:29 -04:00
eco5pk.h Convert CONFIG_USB_MUSB_HCD et al to Kconfig 2018-01-22 16:43:29 -05:00
ecovec.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
edb93xx.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
edison.h x86: edison: Bring minimal ACPI support to the board 2017-10-07 15:07:59 +08:00
edminiv2.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
efi-x86.h ata: Migrate CONFIG_SCSI_AHCI to Kconfig 2017-12-12 18:13:19 -05:00
el6x_common.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
embestmx6boards.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
espresso7420.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
espt.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
etamin.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
ethernut5.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
evb_ast2500.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
evb_px5.h rockchip: remove duplicate CONFIG_ENV_SIZE definitions 2017-11-21 23:57:24 +01:00
evb_rk3036.h
evb_rk3128.h rockchip: rk3128: add evb-rk3128 support 2017-11-30 22:55:27 +01:00
evb_rk3229.h rockchip: config: use common CONFIG_ENV_SIZE for all SoCs 2017-11-07 09:16:56 +01:00
evb_rk3288.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
evb_rk3328.h rockchip: evb-rk3328: remove CONFIG_ENV_OFFSET 2017-11-01 11:21:32 +01:00
evb_rk3399.h evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET 2017-10-01 00:33:34 +02:00
evb_rv1108.h rockchip: Add basic support for evb-rv1108 board 2017-06-07 07:29:25 -06:00
exynos4-common.h Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig 2018-02-02 07:13:48 -05:00
exynos5-common.h net: Add SMC911X driver to Kconfig, convert 2017-10-20 21:40:26 -04:00
exynos5-dt-common.h Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig 2017-07-25 21:31:03 -04:00
exynos5250-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
exynos5420-common.h exynos: remove CONFIG_CORE_COUNT 2017-10-27 08:52:22 -04:00
exynos7420-common.h exynos: remove CONFIG_CORE_COUNT 2017-10-27 08:52:22 -04:00
exynos-common.h include/configs: drop default definitions of CONFIG_SYS_MAXARGS 2017-09-03 15:30:29 -04:00
fennec_rk3288.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
firefly-rk3288.h rockchip: firefly: Add "usb start" to auto-start USB device 2017-07-27 14:59:03 +02:00
flea3.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
galileo.h ata: Migrate CONFIG_SCSI_AHCI to Kconfig 2017-12-12 18:13:19 -05:00
ge_bx50v3.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
geekbox.h rockchip: remove duplicate CONFIG_ENV_SIZE definitions 2017-11-21 23:57:24 +01:00
goflexhome.h ARM: Drop unreferenced CONFIG_MACH_* defines 2018-01-10 08:05:50 -05:00
gose.h spi: Migrate CONFIG_SH_QSPI to Kconfig 2018-02-13 23:00:47 -05:00
gplugd.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
guruplug.h ARM: Drop unreferenced CONFIG_MACH_* defines 2018-01-10 08:05:50 -05:00
gw_ventana.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
h2200.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
harmony.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
highbank.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
hikey.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
hrcon.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
hsdk.h ARC: devboards: Allow huge uImages (up to 128 MiB) 2018-01-19 17:59:35 +03:00
huawei_hg556a.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
ib62x0.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
iconnect.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
ids8313.h spi: Migrate CONFIG_MPC8XXX_SPI to Kconfig 2018-02-13 23:01:44 -05:00
imgtec_xilfpga.h include/configs: drop default definitions of CONFIG_SYS_MAXARGS 2017-09-03 15:30:29 -04:00
imx6_logic.h Convert CONFIG_APBH_DMA et al to Kconfig 2018-02-08 12:48:11 -05:00
imx6_spl.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
imx6-engicam.h Convert CONFIG_APBH_DMA et al to Kconfig 2018-02-08 12:48:11 -05:00
imx7_spl.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
imx27lite-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
imx31_phycore.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
integrator-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
integratorap.h common: Move CONFIG_BOOTARGS to Kconfig 2017-08-14 17:06:06 -04:00
integratorcp.h common: Move CONFIG_BOOTARGS to Kconfig 2017-08-14 17:06:06 -04:00
ipam390.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
jetson-tk1.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
k2e_evm.h configs: k2x_evm: Adds FIT loading environment variables 2017-07-26 11:26:50 -04:00
k2g_evm.h Merge git://git.denx.de/u-boot-spi 2018-01-26 07:46:34 -05:00
k2hk_evm.h configs: k2x_evm: Adds FIT loading environment variables 2017-07-26 11:26:50 -04:00
k2l_evm.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
kc1.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
khadas-vim.h arm: Add Khadas VIM support based on Meson GXL family 2017-12-04 09:59:03 -05:00
km8360.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
km_kirkwood.h
kmp204x.h
koelsch.h spi: Migrate CONFIG_SH_QSPI to Kconfig 2018-02-13 23:00:47 -05:00
kylin_rk3036.h rockchip: config: use common CONFIG_ENV_SIZE for all SoCs 2017-11-07 09:16:56 +01:00
kzm9g.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
lacie_kw.h common: Move CONFIG_BOOTARGS to Kconfig 2017-08-14 17:06:06 -04:00
lager.h spi: Migrate CONFIG_SH_QSPI to Kconfig 2018-02-13 23:00:47 -05:00
legoev3.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
libretech-cc.h arm: Add LibreTech CC support based on Meson GXL family 2017-12-04 09:59:03 -05:00
lion_rk3368.h rockchip: config: use common CONFIG_ENV_SIZE for all SoCs 2017-11-07 09:16:56 +01:00
liteboard.h configs: Migrate all of the existing USB symbols, except fastboot 2017-09-01 16:18:20 -04:00
ls1012a2g5rdb.h board: ls1012a: LS1012A-2G5RDB board support 2018-01-15 11:56:33 -08:00
ls1012a_common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ls1012afrdm.h arm64: ls1012afrdm: Add distro boot support 2017-12-13 13:40:29 -08:00
ls1012aqds.h arm64: ls1012a: Add sata distro boot support 2018-01-17 10:30:54 -08:00
ls1012ardb.h armv8: ls1012ardb: Add distro secure boot support 2018-02-09 08:34:33 -08:00
ls1021aiot.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
ls1021aqds.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
ls1021atwr.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
ls1043a_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
ls1043aqds.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ls1043ardb.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ls1046a_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
ls1046aqds.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ls1046ardb.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ls1088a_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
ls1088aqds.h armv8: ls1088a: Add IFC and eMMC as qixis boot sources 2018-01-23 11:26:21 -08:00
ls1088ardb.h armv8: ls1088a: Add IFC and eMMC as qixis boot sources 2018-01-23 11:26:21 -08:00
ls2080a_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
ls2080a_emu.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
ls2080a_simu.h configs: Migrate CMD_NAND* 2017-07-31 12:21:40 -04:00
ls2080aqds.h ata: Migrate CONFIG_LIBATA to Kconfig 2017-12-12 18:16:05 -05:00
ls2080ardb.h ata: Migrate CONFIG_LIBATA to Kconfig 2017-12-12 18:16:05 -05:00
lsxl.h Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND 2017-11-17 16:37:26 -05:00
m28evk.h arm: imx: mx28: Move MX28 selection to Kconfig 2018-02-08 10:17:17 -05:00
m53evk.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
M5208EVBE.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M5235EVB.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M5249EVB.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M5253DEMO.h m68k: Drop unreferenced CONFIG_* defines 2018-01-19 15:49:32 -05:00
M5253EVBE.h m68k: Drop unreferenced CONFIG_* defines 2018-01-19 15:49:32 -05:00
M5272C3.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M5275EVB.h m68k: Drop unreferenced CONFIG_* defines 2018-01-19 15:49:32 -05:00
M5282EVB.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M5329EVB.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M5373EVB.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M5475EVB.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M5485EVB.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M52277EVB.h spi: Migrate CONFIG_CF_SPI to Kconfig 2018-02-13 23:01:44 -05:00
M53017EVB.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
M54418TWR.h spi: Migrate CONFIG_CF_SPI to Kconfig 2018-02-13 23:01:44 -05:00
M54451EVB.h spi: Migrate CONFIG_CF_SPI to Kconfig 2018-02-13 23:01:44 -05:00
M54455EVB.h spi: Migrate CONFIG_CF_SPI to Kconfig 2018-02-13 23:01:44 -05:00
ma5d4evk.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
malta.h include/configs: drop default definitions of CONFIG_SYS_MAXARGS 2017-09-03 15:30:29 -04:00
maxbcm.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
mccmon6.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
MCR3000.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
mcx.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
medcom-wide.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
meesc.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
meson-gxbb-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
microblaze-generic.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
MigoR.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
minnowmax.h x86: Switch all boards to use DM SCSI 2017-08-01 20:17:02 +08:00
miqi_rk3288.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
mpc8308_p1m.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC832XEMDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC837XEMDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC837XERDB.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8308RDB.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8313ERDB.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8315ERDB.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8323ERDB.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8349EMDS.h spi: Migrate CONFIG_MPC8XXX_SPI to Kconfig 2018-02-13 23:01:44 -05:00
MPC8349ITX.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8536DS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8540ADS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8541CDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8544DS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8548CDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8555CDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8560ADS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8568MDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8569MDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8572DS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8610HPCD.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
MPC8641HPCN.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mpr2.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ms7720se.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ms7722se.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ms7750se.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mt_ventoux.h fpga: Resync various CONFIG_FPGA_* symbols 2018-02-05 20:58:11 -05:00
mv-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mv-plug-common.h Convert CONFIG_LZMA to Kconfig 2017-05-22 12:45:32 -04:00
mvebu_armada-8k.h spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig 2018-02-13 23:01:44 -05:00
mvebu_armada-37xx.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mx6_common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mx6cuboxi.h ata: Migrate CONFIG_LIBATA to Kconfig 2017-12-12 18:16:05 -05:00
mx6memcal.h mx6memcal: fix comment in board header file 2018-02-04 12:00:58 +01:00
mx6qarm2.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
mx6sabre_common.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
mx6sabreauto.h Convert CONFIG_APBH_DMA et al to Kconfig 2018-02-08 12:48:11 -05:00
mx6sabresd.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
mx6slevk.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
mx6sllevk.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
mx6sxsabreauto.h Convert CONFIG_APBH_DMA et al to Kconfig 2018-02-08 12:48:11 -05:00
mx6sxsabresd.h imx: mx6sxsabresd: enlarge ENV offset 2018-01-12 14:28:04 +01:00
mx6ul_14x14_evk.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
mx6ullevk.h Convert CONFIG_MXC_GPIO to Kconfig 2018-02-08 10:17:16 -05:00
mx7_common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mx7dsabresd.h Convert CONFIG_APBH_DMA et al to Kconfig 2018-02-08 12:48:11 -05:00
mx7ulp_evk.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mx23_olinuxino.h arm: imx: mx23: Move MX23 selection to Kconfig 2018-02-08 10:17:16 -05:00
mx23evk.h arm: imx: mx23: Move MX23 selection to Kconfig 2018-02-08 10:17:16 -05:00
mx25pdk.h Convert CONFIG_MXC_GPIO to Kconfig 2018-02-08 10:17:16 -05:00
mx28evk.h arm: imx: mx28: Move MX28 selection to Kconfig 2018-02-08 10:17:17 -05:00
mx31ads.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
mx31pdk.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
mx35pdk.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
mx51evk.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
mx53ard.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mx53cx9020.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mx53evk.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mx53loco.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mx53ppd.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mx53smd.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
mxs.h spi: Migrate CONFIG_MXS_SPI to Kconfig 2018-02-13 23:00:53 -05:00
nas220.h fs: fat: Drop CONFIG_SUPPORT_VFAT 2018-01-22 16:43:31 -05:00
netgear_cg3100d.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
nitrogen6x.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
nokia_rx51.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
novena.h ata: Migrate CONFIG_LIBATA to Kconfig 2017-12-12 18:16:05 -05:00
nsa310s.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
nsim.h ARC: remove CONFIG_ARC_UART_BASE 2017-10-27 08:52:22 -04:00
nx25-ae250.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
nyan-big.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
odroid_xu3.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
odroid-c2.h Kconfig: Migrate CONFIG_BAUDRATE 2017-03-19 14:48:37 -04:00
odroid.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
omap3_beagle.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
omap3_cairo.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
omap3_evm.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
omap3_igep00x0.h Convert CONFIG_TWL4030_USB to Kconfig 2018-01-22 16:43:30 -05:00
omap3_logic.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
omap3_overo.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
omap3_pandora.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
omap3_zoom1.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
omap4_panda.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
omap4_sdp4430.h omap4: sdp4430: remove CONFIG_4430SDP 2017-10-27 08:52:22 -04:00
omap5_uevm.h ata: Migrate CONFIG_LIBATA to Kconfig 2017-12-12 18:16:05 -05:00
omapl138_lcdk.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
openrd.h ARM: Drop unreferenced CONFIG_MACH_* defines 2018-01-10 08:05:50 -05:00
opos6uldev.h Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig 2018-02-02 07:13:48 -05:00
origen.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ot1200.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
p1_p2_rdb_pc.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
p1_twr.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
p212.h arm: amlogic: p212: Add support for Ethernet with Internal PHY 2017-11-17 07:44:13 -05:00
p2371-0000.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
p2371-2180.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
p2571.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
p2771-0000.h ARM: Tegra: p2771-0000: use calculate env var feature 2018-01-12 10:12:32 -07:00
P1010RDB.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
P1022DS.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
P1023RDB.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
P2041RDB.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
P3041DS.h
P4080DS.h ata: Migrate CONFIG_LIBATA to Kconfig 2017-12-12 18:16:05 -05:00
P5020DS.h
P5040DS.h
paz00.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
pb1x00.h block: ide: Drop CONFIG_IDE_LED 2017-09-03 15:30:35 -04:00
pcm051.h Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig 2018-01-22 16:43:29 -05:00
pcm052.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
pcm058.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
pdu001.h arm: add support for PDU001 2018-01-28 12:27:32 -05:00
peach-pi.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
peach-pit.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
pengwyn.h Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig 2018-01-22 16:43:29 -05:00
pepper.h spl: moveconfig: remove SPL_LDSCRIPT definitions for header-files 2017-08-13 17:15:08 +02:00
pfla02.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
phycore_rk3288.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
pic32mzdask.h fs: fat: Drop CONFIG_SUPPORT_VFAT 2018-01-22 16:43:31 -05:00
pico-imx6ul.h Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig 2018-02-02 07:13:48 -05:00
pico-imx7d.h Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig 2018-02-02 07:13:48 -05:00
picosam9g45.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
platinum_picon.h
platinum_titanium.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
platinum.h Convert CONFIG_APBH_DMA et al to Kconfig 2018-02-08 12:48:11 -05:00
plutux.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
pm9g45.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
pm9261.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
pm9263.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
pogo_e02.h configs: Migrate CMD_NAND* 2017-07-31 12:21:40 -04:00
poplar.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
popmetal_rk3288.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
porter.h spi: Migrate CONFIG_SH_QSPI to Kconfig 2018-02-13 23:00:47 -05:00
puma_rk3399.h rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig 2017-12-18 00:26:16 +01:00
pxa-common.h
pxm2.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
qemu-arm.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
qemu-mips64.h include/configs: drop default definitions of CONFIG_SYS_MAXARGS 2017-09-03 15:30:29 -04:00
qemu-mips.h include/configs: drop default definitions of CONFIG_SYS_MAXARGS 2017-09-03 15:30:29 -04:00
qemu-ppce500.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
qemu-x86.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
r0p7734.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
r2dplus.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
r7780mp.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
rastaban.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
rcar-gen2-common.h ARM: rmobile: Convert R8A7791 Porter board to DM and DT 2018-01-27 20:38:54 +01:00
rcar-gen3-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
rk322x_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
rk3036_common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
rk3128_common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
rk3188_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
rk3288_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
rk3328_common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
rk3368_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
rk3399_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
rock2.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
rock.h rockchip: rock: remove CONFIG_ENV_OFFSET 2017-11-07 09:16:56 +01:00
rockchip-common.h rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig 2017-12-18 00:26:16 +01:00
rpi.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
rsk7203.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
rsk7264.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
rsk7269.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
rut.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
rv1108_common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
s5p_goni.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
s5pc210_universal.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
s32v234evb.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
sagem_f@st1704.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
salvator-x.h ARM: rmobile: Migrate boards to RCar IIC drivers 2017-11-30 02:34:21 +01:00
sama5d2_ptc_ek.h board: atmel: add sama5d2_ptc_ek board 2017-11-29 22:30:50 -05:00
sama5d2_xplained.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
sama5d3_xplained.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
sama5d3xek.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
sama5d4_xplained.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
sama5d4ek.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
sama5d27_som1_ek.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
sandbox_spl.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
sandbox.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
sansa_fuze_plus.h arm: imx: mx23: Move MX23 selection to Kconfig 2018-02-08 10:17:16 -05:00
sbc8349.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
sbc8548.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
sbc8641d.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
sc_sps_1.h arm: imx: mx28: Move MX28 selection to Kconfig 2018-02-08 10:17:17 -05:00
seaboard.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
secomx6quq7.h include/configs: drop default definitions of CONFIG_SYS_PBSIZE 2017-09-03 15:30:28 -04:00
sfr_nb4_ser.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
sh7752evb.h spi: Migrate CONFIG_SH_SPI to Kconfig 2018-02-13 23:00:29 -05:00
sh7753evb.h spi: Migrate CONFIG_SH_SPI to Kconfig 2018-02-13 23:00:29 -05:00
sh7757lcr.h spi: Migrate CONFIG_SH_SPI to Kconfig 2018-02-13 23:00:29 -05:00
sh7763rdp.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
sh7785lcr.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
sheep_rk3368.h rockchip: config: use common CONFIG_ENV_SIZE for all SoCs 2017-11-07 09:16:56 +01:00
sheevaplug.h ARM: Drop unreferenced CONFIG_MACH_* defines 2018-01-10 08:05:50 -05:00
shmin.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
siemens-am33x-common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
silk.h spi: Migrate CONFIG_SH_QSPI to Kconfig 2018-02-13 23:00:47 -05:00
sksimx6.h mx6: Support SKS-Kinkel sksimx6 Board 2018-01-12 14:28:04 +01:00
smartweb.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
smdk5250.h
smdk5420.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
smdkc100.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
smdkv310.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
snapper9g45.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
snapper9260.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
sniper.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
snow.h
socfpga_arria5_socdk.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
socfpga_arria10_socdk.h common: Move CONFIG_BOOTARGS to Kconfig 2017-08-14 17:06:06 -04:00
socfpga_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
socfpga_cyclone5_socdk.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
socfpga_de0_nano_soc.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
socfpga_de1_soc.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
socfpga_de10_nano.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
socfpga_is1.h common: Move CONFIG_BOOTARGS to Kconfig 2017-08-14 17:06:06 -04:00
socfpga_mcvevk.h common: Move CONFIG_BOOTARGS to Kconfig 2017-08-14 17:06:06 -04:00
socfpga_sockit.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
socfpga_socrates.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
socfpga_sr1500.h Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig 2017-07-25 21:31:03 -04:00
socfpga_vining_fpga.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
socrates.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
som-6896.h x86: Switch all boards to use DM SCSI 2017-08-01 20:17:02 +08:00
som-db5800-som-6867.h x86: Switch all boards to use DM SCSI 2017-08-01 20:17:02 +08:00
spear3xx_evb.h Convert CONFIG_ENV_IS_IN_FLASH to Kconfig 2017-07-25 21:20:02 -04:00
spear6xx_evb.h Convert CONFIG_ENV_IS_IN_FLASH to Kconfig 2017-07-25 21:20:02 -04:00
spear-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
spring.h
stih410-b2260.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
stm32f429-discovery.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
stm32f429-evaluation.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
stm32f469-discovery.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
stm32f746-disco.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
stm32h743-disco.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
stm32h743-eval.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
stmark2.h spi: Migrate CONFIG_CF_SPI to Kconfig 2018-02-13 23:01:44 -05:00
stout.h spi: Migrate CONFIG_SH_QSPI to Kconfig 2018-02-13 23:00:47 -05:00
strider.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
stv0991.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
sun4i.h Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 2017-05-15 10:40:05 -04:00
sun5i.h Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 2017-05-15 10:40:05 -04:00
sun6i.h Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 2017-05-15 10:40:05 -04:00
sun7i.h Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 2017-05-15 10:40:05 -04:00
sun8i.h Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 2017-05-15 10:40:05 -04:00
sun9i.h
sun50i.h Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 2017-05-15 10:40:05 -04:00
sunxi-common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
suvd3.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
syzygy_hub.h arm: zynq: Add support for SYZYGY Hub board 2017-11-28 15:53:07 +01:00
t4qds.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
T102xQDS.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
T102xRDB.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
T104xRDB.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
T208xQDS.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
T208xRDB.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
T1040QDS.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
T4240QDS.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
T4240RDB.h configs: Drop unused CONFIG_SPL_MMC_MINIMAL 2018-02-14 12:14:13 -05:00
tam3517-common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
tao3530.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
taurus.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
tb100.h include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions 2017-09-03 15:30:30 -04:00
tbs2910.h Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig 2018-02-02 07:13:48 -05:00
tec-ng.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
tec.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
tegra20-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
tegra30-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
tegra114-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
tegra124-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
tegra186-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
tegra210-common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
tegra-common-post.h fs: Migrate ext4 to Kconfig 2018-01-22 16:43:30 -05:00
tegra-common-usb-gadget.h Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig 2018-02-02 07:13:48 -05:00
tegra-common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
theadorable-x86-common.h x86: theadorable-x86-common: Move "-generic" into kernel-ver variable 2017-10-07 12:06:27 +08:00
theadorable-x86-conga-qa3-e3845.h x86: theadorable-x86: Add header file for common defines and env 2017-08-08 21:13:06 +08:00
theadorable-x86-dfi-bt700.h x86: theadorable-x86: Add header file for common defines and env 2017-08-08 21:13:06 +08:00
theadorable.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
thuban.h Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT 2017-11-05 11:21:35 -05:00
thunderx_88xx.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ti814x_evm.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
ti816x_evm.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ti_am335x_common.h Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to Kconfig 2017-10-20 16:44:07 -04:00
ti_armv7_common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
ti_armv7_keystone2.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
ti_armv7_omap.h Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig 2018-01-30 14:59:32 -05:00
ti_omap3_common.h ARM: omap3: ti_omap3_common: Fix CONFIG_SYS_NS16550_REG_SIZE compiler warning 2018-02-07 22:06:18 -05:00
ti_omap4_common.h Convert CONFIG_USB_MUSB_HCD et al to Kconfig 2018-01-22 16:43:29 -05:00
ti_omap5_common.h Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to Kconfig 2017-10-20 16:44:07 -04:00
tinker_rk3288.h Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig 2017-07-25 21:08:01 -04:00
titanium.h Convert CONFIG_APBH_DMA et al to Kconfig 2018-02-08 12:48:11 -05:00
topic_miami.h topic_miami: Remove CONFIG_CMD_BOOTZ undef 2017-10-12 17:31:16 +02:00
tplink_wdr4300.h common: Move CONFIG_BOOTARGS to Kconfig 2017-08-14 17:06:06 -04:00
TQM834x.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
tqma6_mba6.h Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig 2017-08-07 15:22:29 -05:00
tqma6_wru4.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
tqma6.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
trats2.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
trats.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
tricorder.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
trimslice.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
ts4600.h arm: imx: mx28: Move MX28 selection to Kconfig 2018-02-08 10:17:17 -05:00
ts4800.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
turris_omnia.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
tuxx1.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
twister.h net: Add SMC911X driver to Kconfig, convert 2017-10-20 21:40:26 -04:00
UCP1020.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
udoo_neo.h Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND 2017-11-17 16:37:26 -05:00
udoo.h ata: Migrate CONFIG_LIBATA to Kconfig 2017-12-12 18:16:05 -05:00
ulcb.h ARM: rmobile: Rework the ULCB CPLD driver 2017-11-30 08:54:18 +01:00
uniphier.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
usb_a9263.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
usbarmory.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
vct.h fs: fat: Drop CONFIG_SUPPORT_VFAT 2018-01-22 16:43:31 -05:00
ve8313.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
venice2.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
ventana.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
vexpress_aemv8a.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
vexpress_ca5x2.h
vexpress_ca9x4.h
vexpress_ca15_tc2.h
vexpress_common.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
veyron.h Convert CONFIG_CMD_SF_TEST to Kconfig 2017-08-11 15:41:56 -04:00
vf610twr.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
vinco.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
vining_2000.h usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
vme8349.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
vyasa-rk3288.h rockchip: configs: vyasa: Update falcon offsets 2017-11-10 14:08:22 +01:00
wandboard.h ata: Migrate CONFIG_LIBATA to Kconfig 2017-12-12 18:16:05 -05:00
warp7.h Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig 2018-02-02 07:13:48 -05:00
warp.h Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig 2018-02-02 07:13:48 -05:00
wb45n.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
wb50n.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
woodburn_common.h spi: Migrate CONFIG_MXC_SPI to Kconfig 2018-02-13 23:01:44 -05:00
woodburn_sd.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
woodburn.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
work_92105.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
x86-chromebook.h x86: Switch all boards to use DM SCSI 2017-08-01 20:17:02 +08:00
x86-common.h configs: x86: allow to override CONFIG_BOOTCOMMAND 2018-01-30 14:29:07 +08:00
x600.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
xfi3.h arm: imx: mx23: Move MX23 selection to Kconfig 2018-02-08 10:17:16 -05:00
xilinx_zynqmp_ep.h
xilinx_zynqmp_mini_emmc.h xilinx: zynqmp: Add new target with only emmc enabled 2018-01-30 14:29:07 +01:00
xilinx_zynqmp_mini_nand.h xilinx: zynqmp: Add new target with only nand enabled 2018-01-30 14:29:07 +01:00
xilinx_zynqmp_mini.h xilinx: zynqmp: Add new target with only nand enabled 2018-01-30 14:29:07 +01:00
xilinx_zynqmp_zc1751_xm015_dc1.h
xilinx_zynqmp_zc1751_xm016_dc2.h
xilinx_zynqmp_zc1751_xm019_dc5.h
xilinx_zynqmp_zcu102.h Kconfig: Drop CONFIG_CMD_PCA953X_INFO 2017-08-11 15:41:50 -04:00
xilinx_zynqmp.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00
xpedite517x.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
xpedite520x.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
xpedite537x.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
xpedite550x.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
xpress.h i.mx6ul: xpress: update UART init for current board revision 2017-10-12 17:58:42 +02:00
xtfpga.h xtfpga: enable hush parser 2018-02-13 23:00:29 -05:00
zc5202.h Convert CONFIG_CMD_PCI to Kconfig 2017-08-11 15:41:50 -04:00
zc5601.h Move PHYLIB to Kconfig 2017-08-07 15:22:28 -05:00
zipitz2.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
zmx25.h configs: Migrate CONFIG_SYS_TEXT_BASE 2018-02-11 09:30:09 -05:00
zynq_cse.h arm: zynq: Move bootcommand to defconfig 2018-01-30 14:28:45 +01:00
zynq_zc70x.h
zynq_zybo.h Convert CONFIG_CMD_EEPROM et al to Kconfig 2017-05-22 09:33:49 -04:00
zynq-common.h configs: Migrate CONFIG_SPL_FRAMEWORK 2018-02-14 12:14:13 -05:00