u-boot/include/configs
Michal Simek 2d06361a11 xilinx: zynqmp: Enable DFU tftp support
Enable DFU tftp support for firmware update. Fill dfu_ram_tftp variable to
have command present for showing how to use it.

boot FIT image has been created from below fragment. Key part is that type
of image has to be firmware. Also based on experiment load property is
completely ignored and base addresses are taken from dfu_alt_info variable.

$ cat update_uboot.its
/dts-v1/;

/ {
	description = "Automatic U-Boot update";
	#address-cells = <1>;

	images {
		Image {
			description = "Kernel";
			data = /incbin/("/tftpboot/Image");
			compression = "none";
			arch = "arm64";
			type = "firmware";
			os = "linux";
			load = <0x80000>;
			entry = <0x80000>;
			hash-1 {
				algo = "sha1";
			};
		};
		system.dtb {
			description = "DTB";
			data = /incbin/("/tftpboot/system.dtb");
			compression = "none";
			arch = "arm64";
			type = "firmware";
			load = <0>;
			hash-1 {
				algo = "sha1";
			};
		};
	};
};

$ mkimage -f update_uboot.its /tftpboot/boot

When U-Boot starts get IP address and server IP.
dhcp
setenv serverip 192.168.0.105

And then run prepared command.
run dfu_ram_tftp

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2020-08-20 09:49:20 +02:00
..
km Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
3c120_devboard.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
10m50_devboard.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
adp-ae3xx.h Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig 2020-07-28 16:18:10 -04:00
adp-ag101p.h Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig 2020-07-28 16:18:10 -04:00
advantech_dms-ba16.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
alt.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
am43xx_evm.h configs: Remove dead CONFIG options 2020-07-28 16:18:10 -04:00
am57xx_evm.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
am65x_evm.h configs: am65x_evm_a53: Enable USB Mass storage and DFU boot modes 2020-08-11 20:34:46 +05:30
am335x_evm.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
am335x_guardian.h am335x, guardian: update boot mechanism 2020-04-14 15:44:48 +05:30
am335x_igep003x.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
am335x_shc.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
am335x_sl50.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
am3517_crane.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
am3517_evm.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
amcore.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
ap121.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
ap143.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
ap152.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
apalis-imx8.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
apalis-tk1.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
apalis_imx6.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
apalis_t30.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
apf27.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
apx4devkit.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
aristainetos2.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
armadillo-800eva.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
arndale.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
aspeed-common.h configs: evb-ast2500: Move BOOTCOMMAND from header to defconfig 2020-08-14 09:46:40 -04:00
aspenite.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
astro_mcf5373l.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
at91-sama5_common.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
at91rm9200ek.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
at91sam9m10g45ek.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
at91sam9n12ek.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
at91sam9rlek.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
at91sam9x5ek.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
at91sam9260ek.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
at91sam9261ek.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
at91sam9263ek.h common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
ax25-ae350.h configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs 2020-07-28 16:18:10 -04:00
axs10x.h
baltos.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
bayleybay.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
bcm7260.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
bcm7445.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
bcm23550_w1d.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
bcm28155_ap.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
bcm_ep_board.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
bcm_northstar2.h Convert CONFIG_BAUDRATE to Kconfig 2020-06-26 10:29:05 -04:00
bcm_ns3.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
bcmstb.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
beacon-rzg2m.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
beaver.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
bg0900.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
bitmain_antminer_s9.h
bk4r1.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
blanche.h ARM: rmobile: blanche: Disable CONFIG_CMD_SF / CONFIG_CMD_SPI 2020-06-04 18:10:02 -04:00
bmips_bcm3380.h bmips: configs: switch to size definitions 2019-10-25 17:20:43 +02:00
bmips_bcm6318.h bmips: allow disabling usb support 2020-04-27 20:29:33 +02:00
bmips_bcm6328.h bmips: allow disabling usb support 2020-04-27 20:29:33 +02:00
bmips_bcm6338.h bmips: configs: switch to size definitions 2019-10-25 17:20:43 +02:00
bmips_bcm6348.h bmips: allow disabling usb support 2020-04-27 20:29:33 +02:00
bmips_bcm6358.h bmips: allow disabling usb support 2020-04-27 20:29:33 +02:00
bmips_bcm6362.h bmips: allow disabling usb support 2020-04-27 20:29:33 +02:00
bmips_bcm6368.h bmips: allow disabling usb support 2020-04-27 20:29:33 +02:00
bmips_bcm6838.h bmips: configs: switch to size definitions 2019-10-25 17:20:43 +02:00
bmips_bcm63268.h bmips: allow disabling usb support 2020-04-27 20:29:33 +02:00
bmips_common.h bmips: configs: switch to size definitions 2019-10-25 17:20:43 +02:00
boston.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
broadcom_bcm963158.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
broadcom_bcm968360bg.h bcm968360bg: add initial support 2020-01-23 07:29:58 -05:00
broadcom_bcm968380gerg.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
broadcom_bcm968580xref.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
brppt1.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
brppt2.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
brsmarc1.h Convert CONFIG_CONS_INDEX to Kconfig 2020-06-26 10:29:06 -04:00
brxre1.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
bur_am335x_common.h configs: move CONFIG_SPL_TEXT_BASE to Kconfig 2019-04-29 21:41:40 -04:00
bur_cfg_common.h Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig 2020-07-28 16:18:10 -04:00
caddy2.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
capricorn-common.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
cardhu.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
cei-tk1-som.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
cgtqmx6eval.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
cherryhill.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
chiliboard.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
chromebook_coral.h x86: Add chromebook_coral 2019-12-15 11:44:30 +08:00
chromebook_link.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
chromebook_samus.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
chromebox_panther.h
ci20.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
cl-som-imx7.h Convert CONFIG_BOARD_LATE_INIT to Kconfig 2020-06-04 18:10:02 -04:00
clearfog.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
cm_fx6.h Convert CONFIG_MXC_UART to Kconfig 2020-07-17 08:47:29 -04:00
cm_t43.h configs: Remove dead CONFIG options 2020-07-28 16:18:10 -04:00
cm_t335.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
cobra5272.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
colibri-imx6ull.h colibri-imx6ull/imx7: define bootubipart for distro boot 2020-06-22 17:42:04 +02:00
colibri-imx8x.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
colibri_imx6.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
colibri_imx7.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
colibri_pxa270.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
colibri_t20.h colibri_t20: add update_uboot wrapper 2020-04-02 14:30:00 -07:00
colibri_t30.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
colibri_vf.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
comtrend_ar5315u.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
comtrend_ar5387un.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
comtrend_ct5361.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
comtrend_vr3032u.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
comtrend_wap5813n.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
condor.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
conga-qeval20-qa3-e3845.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
controlcenterd.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
controlcenterdc.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
coreboot.h
corenet_ds.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
corvus.h Convert CONFIG_SPL_NAND_BASE et al to Kconfig 2020-07-28 16:18:10 -04:00
cougarcanyon2.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
crownbay.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
crs3xx-98dx3236.h arm: mvebu: Convert CRS305-1G-4S board to CRS3xx-98DX3236 2020-05-27 07:03:17 +02:00
cyrus.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
da850evm.h Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig 2020-07-28 16:18:10 -04:00
dalmore.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
dart_6ul.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
db-88f6281-bp.h Convert CONFIG_CONS_INDEX to Kconfig 2020-06-26 10:29:06 -04:00
db-88f6720.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
db-88f6820-amc.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
db-88f6820-gp.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
db-mv784mp-gp.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
db-xc3-24g4xg.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
deneb.h imx: add imx8x based deneb board 2020-01-14 22:15:21 +01:00
devkit3250.h Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig 2020-07-28 16:18:10 -04:00
devkit8000.h Kconfig: Remove CONFIG_SYS_SRAM_START 2020-08-06 14:26:35 -04:00
dfi-bt700.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
dh_imx6.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
dh_stm32mp1.h ARM: stm32: Implement board coding on AV96 2020-05-14 09:02:12 +02:00
display5.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
dns325.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
dockstar.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
dra7xx_evm.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
draak.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
draco.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
dragonboard410c.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
dragonboard820c.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
dreamplug.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
ds109.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
ds414.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
durian.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
e2220-1170.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
eagle.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
eb_cpu5282.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
ebisu.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
edb93xx.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
edison.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
edminiv2.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
efi-x86_app.h
efi-x86_payload.h
el6x_common.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
elgin_rv1108.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
embestmx6boards.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
emsdp.h
espresso7420.h
etamin.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
ethernut5.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
evb_ast2500.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
evb_px5.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
evb_px30.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
evb_rk3036.h
evb_rk3128.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
evb_rk3229.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
evb_rk3288.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
evb_rk3308.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
evb_rk3328.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
evb_rk3399.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
evb_rv1108.h
exynos-common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
exynos4-common.h
exynos5-common.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
exynos5-dt-common.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
exynos5250-common.h configs: move CONFIG_SPL_TEXT_BASE to Kconfig 2019-04-29 21:41:40 -04:00
exynos5420-common.h configs: move CONFIG_SPL_TEXT_BASE to Kconfig 2019-04-29 21:41:40 -04:00
exynos7420-common.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
firefly-rk3288.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
firefly_rk3308.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
flea3.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
galileo.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
gardena-smart-gateway-at91sam.h Convert CONFIG_SPL_NAND_BASE et al to Kconfig 2020-07-28 16:18:10 -04:00
gardena-smart-gateway-mt7688.h Convert CONFIG_CONS_INDEX to Kconfig 2020-06-26 10:29:06 -04:00
gazerbeam.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
ge_bx50v3.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
geekbox.h Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig 2020-06-26 10:29:06 -04:00
giedi.h imx: add imx8x capricorn giedi board 2020-01-14 22:15:21 +01:00
goflexhome.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
gose.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
gplugd.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
grpeach.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
gru.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
guruplug.h Convert CONFIG_BZIP2 et al to Kconfig 2020-06-04 18:10:02 -04:00
gw_ventana.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
harmony.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
helios4.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
highbank.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
hikey.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
hikey960.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
hrcon.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
hsdk-4xd.h Convert CONFIG_BOARD_LATE_INIT to Kconfig 2020-06-04 18:10:02 -04:00
hsdk.h Convert CONFIG_BOARD_LATE_INIT to Kconfig 2020-06-04 18:10:02 -04:00
huawei_hg556a.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
ib62x0.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
iconnect.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
ids8313.h common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
imgtec_xilfpga.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
imx6-engicam.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx6_logic.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
imx6_spl.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
imx6dl-mamoj.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx7_spl.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
imx8mm_beacon.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx8mm_evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx8mn_evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx8mp_evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx8mq_evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx8mq_phanbell.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx8qm_mek.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx8qm_rom7720.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx8qxp_mek.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imx27lite-common.h Convert CONFIG_MXC_UART to Kconfig 2020-07-17 08:47:29 -04:00
imxrt1020-evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
imxrt1050-evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
integrator-common.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
integratorap.h net: dc2114x: Add Kconfig entries 2020-07-25 11:24:02 +02:00
integratorcp.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
iot_devkit.h
j721e_evm.h board: ti: j7200: Introduce support for j7200 build targets 2020-08-11 20:34:46 +05:30
jetson-tk1.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
k2e_evm.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
k2g_evm.h Convert CONFIG_CADENCE_QSPI to Kconfig 2020-06-29 13:34:43 -04:00
k2hk_evm.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
k2l_evm.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
kc1.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
km_kirkwood.h arm/km: remove unmaintained board kmsuv31 2020-01-23 07:29:58 -05:00
kmcoge5ne.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
kmeter1.h ppc/kmeter1: remove unused define 2019-12-23 14:06:47 +05:30
kmopti2.h board/km: remove CONFIG_KM_BOARD_NAME 2019-12-23 14:06:47 +05:30
kmp204x.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
kmsupx5.h board/km: remove CONFIG_KM_BOARD_NAME 2019-12-23 14:06:47 +05:30
kmtegr1.h board/km: remove CONFIG_KM_BOARD_NAME 2019-12-23 14:06:47 +05:30
kmtepr2.h board/km: remove CONFIG_KM_BOARD_NAME 2019-12-23 14:06:47 +05:30
koelsch.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
kp_imx6q_tpc.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
kp_imx53.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
kylin_rk3036.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
kzm9g.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
lacie_kw.h arm: kirkwood: switch LaCie boards to sata_mv driver 2020-07-09 06:51:20 +02:00
lager.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
legoev3.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
libretech-ac.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
linkit-smart-7688.h Convert CONFIG_CONS_INDEX to Kconfig 2020-06-26 10:29:06 -04:00
lion_rk3368.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
liteboard.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1012a2g5rdb.h include/configs: ls1012a: Remove fdt_high env variable 2020-07-27 14:16:28 +05:30
ls1012a_common.h configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN value 2020-07-27 14:16:28 +05:30
ls1012afrdm.h include/configs: ls1012a: Remove fdt_high env variable 2020-07-27 14:16:28 +05:30
ls1012afrwy.h include/configs: ls1012a: Remove fdt_high env variable 2020-07-27 14:16:28 +05:30
ls1012aqds.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
ls1012ardb.h include/configs: ls1012a: Remove fdt_high env variable 2020-07-27 14:16:28 +05:30
ls1021aiot.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1021aqds.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1021atsn.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1021atwr.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1028a_common.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1028aqds.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
ls1028ardb.h armv8: ls1028ardb: add xspi parameter to qixis command 2020-07-27 14:16:28 +05:30
ls1043a_common.h I2C: ls1043a, ls1046a: enable SYS_I2C_MXC 2020-07-27 14:16:28 +05:30
ls1043aqds.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1043ardb.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1046a_common.h I2C: ls1043a, ls1046a: enable SYS_I2C_MXC 2020-07-27 14:16:28 +05:30
ls1046afrwy.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1046aqds.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1046ardb.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1088a_common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
ls1088aqds.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls1088ardb.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls2080a_common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
ls2080a_emu.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
ls2080a_simu.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
ls2080aqds.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ls2080ardb.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
lsxl.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
lx2160a_common.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
lx2160aqds.h lx2160a : Remove default VID setting 2020-03-30 08:06:52 +05:30
lx2160ardb.h lx2160a : Remove default VID setting 2020-03-30 08:06:52 +05:30
m53menlo.h Convert CONFIG_MXC_UART to Kconfig 2020-07-17 08:47:29 -04:00
M5208EVBE.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
M5235EVB.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
M5249EVB.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
M5253DEMO.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
M5272C3.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
M5275EVB.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
M5282EVB.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
M5329EVB.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
M5373EVB.h common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
M5475EVB.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
M5485EVB.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
M52277EVB.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
M53017EVB.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
M54418TWR.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
M54451EVB.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
M54455EVB.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
malta.h net: pcnet: Add Kconfig entries 2020-06-29 22:36:35 +02:00
maxbcm.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
mccmon6.h Convert CONFIG_BOARD_LATE_INIT to Kconfig 2020-06-04 18:10:02 -04:00
MCR3000.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
medcom-wide.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
meerkat96.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
meesc.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
meson64.h configs: meson64: enable GIC support for G12A/G12B 2020-01-07 14:50:41 +01:00
meson64_android.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
microblaze-generic.h treewide: Remove CONFIG_SYS_UBOOT_START from configs board files 2020-01-08 09:27:44 -05:00
microchip_mpfs_icicle.h Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig 2020-07-28 16:18:10 -04:00
MigoR.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
minnowmax.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
miqi_rk3288.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
MPC832XEMDS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC837XEMDS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC837XERDB.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
mpc8308_p1m.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8308RDB.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8313ERDB_NAND.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8313ERDB_NOR.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8315ERDB.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8323ERDB.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8349EMDS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8349EMDS_SDRAM.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8349ITX.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8540ADS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8541CDS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8544DS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8548CDS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8555CDS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8560ADS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8568MDS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8569MDS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8572DS.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8610HPCD.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
MPC8641HPCN.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
mt7622.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mt7623.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mt7628.h Convert CONFIG_CONS_INDEX to Kconfig 2020-06-26 10:29:06 -04:00
mt7629.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
mt8512.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mt8518.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mv-common.h common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
mv-plug-common.h
mvebu_armada-8k.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mvebu_armada-37xx.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
mx6_common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
mx6cuboxi.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx6memcal.h Convert CONFIG_MXC_UART to Kconfig 2020-07-17 08:47:29 -04:00
mx6qarm2.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx6sabre_common.h Convert CONFIG_MXC_UART to Kconfig 2020-07-17 08:47:29 -04:00
mx6sabreauto.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx6sabresd.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx6slevk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx6sllevk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx6sxsabreauto.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx6sxsabresd.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx6ul_14x14_evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx6ullevk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx7_common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
mx7dsabresd.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx7ulp_com.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx7ulp_evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx23_olinuxino.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx23evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx25pdk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx28evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx35pdk.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
mx51evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx53ard.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx53cx9020.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx53evk.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx53loco.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx53ppd.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mx53smd.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
mxs.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
mys_6ulx.h imx: Add MYiR Tech MYS-6ULX support 2020-08-03 17:03:57 +02:00
nas220.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
netgear_cg3100d.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
netgear_dgnd3700v2.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
nitrogen6x.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
nokia_rx51.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
novena.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
nsa310s.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
nsim.h
nyan-big.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
octeon_common.h mips: octeon: Add minimal Octeon 3 EBB7304 EVK support 2020-07-18 15:47:50 +02:00
octeon_ebb7304.h mips: octeon: Add minimal Octeon 3 EBB7304 EVK support 2020-07-18 15:47:50 +02:00
odroid.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
odroid_go2.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
odroid_xu3.h configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs 2020-05-08 09:16:26 -04:00
omap3_beagle.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
omap3_evm.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
omap3_igep00x0.h configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigs 2020-05-08 09:16:26 -04:00
omap3_logic.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
omap4_panda.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
omap4_sdp4430.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
omap5_uevm.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
omapl138_lcdk.h configs: Remove dead CONFIG options 2020-07-28 16:18:10 -04:00
openrd.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
opos6uldev.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
origen.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ot1200.h Convert CONFIG_MXC_UART to Kconfig 2020-07-17 08:47:29 -04:00
owl-common.h arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs 2020-07-07 16:09:22 -04:00
p1_p2_rdb_pc.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
P1010RDB.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
P1023RDB.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
P2041RDB.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
p2371-0000.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
p2371-2180.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
p2571.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
p2771-0000.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
P3041DS.h
p3450-0000.h ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support 2020-04-02 14:30:02 -07:00
P4080DS.h
P5020DS.h
P5040DS.h
paz00.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
pcl063.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
pcl063_ull.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
pcm052.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
pcm058.h arm: imx6q: pcm058: Convert pcm058 to use DM with DTs 2020-07-14 11:46:04 +02:00
pdu001.h Convert CONFIG_BAUDRATE to Kconfig 2020-06-26 10:29:05 -04:00
peach-pi.h
peach-pit.h
pfla02.h Convert CONFIG_MXC_UART to Kconfig 2020-07-17 08:47:29 -04:00
phycore_am335x_r2.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
phycore_rk3288.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
pic32mzdask.h Kconfig: Convert CONFIG_SYS_SRAM_SIZE to Kconfig 2020-08-06 14:26:35 -04:00
pico-imx6.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
pico-imx6ul.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
pico-imx7d.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
pico-imx8mq.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
picosam9g45.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
pinebook-pro-rk3399.h rockchip: Pinebook Pro: Fix SPI flash and store env on it 2020-07-07 19:45:57 +08:00
platinum.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
platinum_picon.h
platinum_titanium.h
plutux.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
pm9g45.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
pm9261.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
pm9263.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
pogo_e02.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
poplar.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
popmetal_rk3288.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
porter.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
presidio_asic.h Convert CONFIG_BAUDRATE to Kconfig 2020-06-26 10:29:05 -04:00
puma_rk3399.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
pumpkin.h treewide: Remove CONFIG_SYS_UBOOT_START from configs board files 2020-01-08 09:27:44 -05:00
px30_common.h Convert CONFIG_BOUNCE_BUFFER to Kconfig 2020-06-26 10:29:06 -04:00
pxa-common.h kconfig: mmc: move pxa_mmc_generic to kconfig 2020-06-30 11:13:11 -04:00
pxm2.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
qemu-arm.h arm: qemu: override flash accessors to use virtualizable instructions 2020-07-29 08:43:40 -04:00
qemu-mips.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
qemu-mips64.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
qemu-ppce500.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
qemu-riscv.h configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs 2020-07-28 16:18:10 -04:00
qemu-x86.h qemu-x86*_defconfig: Enable CONFIG_PCI_INIT_R 2020-05-15 17:12:41 -04:00
r2dplus.h sh: r2dplus: Enable DM_SERIAL and DM_CLK 2020-08-02 19:58:27 +02:00
r7780mp.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
rastaban.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
rcar-gen2-common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
rcar-gen3-common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
rk322x_common.h rockchip: Move config SYS_MALLOC_LEN to Kconfig 2019-08-23 15:27:40 +08:00
rk3036_common.h rockchip: Move config SYS_MALLOC_LEN to Kconfig 2019-08-23 15:27:40 +08:00
rk3128_common.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
rk3188_common.h rockchip: Move config SYS_MALLOC_LEN to Kconfig 2019-08-23 15:27:40 +08:00
rk3288_common.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
rk3308_common.h rockchip: rk3308: allow loading larger kernel Image 2019-12-27 14:26:13 +08:00
rk3328_common.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
rk3368_common.h Convert CONFIG_BAUDRATE to Kconfig 2020-06-26 10:29:05 -04:00
rk3399_common.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
roc-pc-rk3399.h roc-rk3399-pc: Mark default env from SPI 2020-06-07 18:57:16 +08:00
rock.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
rock2.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
rock960_rk3399.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
rockchip-common.h rk3399: Enable NVMe distro bootcmd 2020-05-29 18:00:11 +08:00
rockpro64_rk3399.h rockchip: rockpro64: Store default env into SPI 2020-06-07 18:57:16 +08:00
rpi.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
rut.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
rv1108_common.h rockchip: Move config SYS_MALLOC_LEN to Kconfig 2019-08-23 15:27:40 +08:00
s5p4418_nanopi2.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
s5p_goni.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
s5pc210_universal.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
s32v234evb.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
sagem_f@st1704.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
salvator-x.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
sam9x60ek.h Convert CONFIG_ATMEL_NAND_HW_PMECC et al to Kconfig 2020-06-26 10:29:05 -04:00
sama5d2_icp.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
sama5d2_ptc_ek.h
sama5d2_xplained.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
sama5d3_xplained.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
sama5d3xek.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
sama5d4_xplained.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
sama5d4ek.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
sama5d27_som1_ek.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
sama5d27_wlsom1_ek.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
sandbox.h Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig 2020-07-28 16:18:10 -04:00
sandbox_spl.h
sansa_fuze_plus.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
sbc8349.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
sbc8548.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
sbc8641d.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
SBx81LIFKW.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
SBx81LIFXCAT.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
sc_sps_1.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
seaboard.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
secomx6quq7.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
sei510.h configs: sei510: rework header and fix userdata size 2019-10-18 14:51:14 +02:00
sei610.h configs: sei610: Add config file to fix userdata size 2019-10-18 14:54:37 +02:00
sfr_nb4_ser.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
sh7752evb.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
sh7753evb.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
sh7757lcr.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
sh7763rdp.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
sheep_rk3368.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
sheevaplug.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
siemens-am33x-common.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
siemens-ccp-common.h imx: add imx8x capricorn giedi board 2020-01-14 22:15:21 +01:00
siemens-env-common.h imx: add imx8x capricorn giedi board 2020-01-14 22:15:21 +01:00
sifive-fu540.h configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs 2020-07-28 16:18:10 -04:00
silk.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
sipeed-maix.h riscv: load addresses for Sipeed MAIX 2020-08-14 17:22:50 +02:00
sksimx6.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
slimbootloader.h x86: serial: Use NS16550_DYNAMIC in Slim Bootloader 2020-02-04 01:19:26 +08:00
smartweb.h Convert CONFIG_SPL_NAND_BASE et al to Kconfig 2020-07-28 16:18:10 -04:00
smdk5250.h
smdk5420.h
smdkc100.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
smdkv310.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
snapper9g45.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
snapper9260.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
sniper.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
snow.h
socfpga_agilex_socdk.h arm: socfpga: agilex: Enable Agilex SoC build 2020-01-07 14:38:34 +01:00
socfpga_arria5_secu1.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
socfpga_arria5_socdk.h
socfpga_arria10_socdk.h ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL 2019-05-10 22:48:11 +02:00
socfpga_common.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
socfpga_cyclone5_socdk.h
socfpga_dbm_soc1.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
socfpga_de0_nano_soc.h
socfpga_de1_soc.h
socfpga_de10_nano.h
socfpga_is1.h
socfpga_mcvevk.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
socfpga_soc64_common.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
socfpga_sockit.h
socfpga_socrates.h
socfpga_sr1500.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
socfpga_stratix10_socdk.h configs: socfpga: Move Stratix10 and Agilex common CONFIGs 2020-01-07 14:38:34 +01:00
socfpga_vining_fpga.h Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig 2020-07-28 16:18:10 -04:00
socrates.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
som-db5800-som-6867.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
somlabs_visionsom_6ull.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
spear-common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
spear3xx_evb.h
spear6xx_evb.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
spring.h
stemmy.h board: Add new Samsung "stemmy" board based on ST-Ericsson U8500 2020-01-22 17:47:57 -05:00
stih410-b2260.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
stm32f429-discovery.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
stm32f429-evaluation.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
stm32f469-discovery.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
stm32f746-disco.h Convert CONFIG_BOARD_LATE_INIT to Kconfig 2020-06-04 18:10:02 -04:00
stm32h743-disco.h Convert CONFIG_BOARD_LATE_INIT to Kconfig 2020-06-04 18:10:02 -04:00
stm32h743-eval.h Convert CONFIG_BOARD_LATE_INIT to Kconfig 2020-06-04 18:10:02 -04:00
stm32mp1.h stm32mp1: use the command env info -q in env_check 2020-07-28 17:30:53 +02:00
stmark2.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
stout.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
strider.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
stv0991.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
sun4i.h
sun5i.h
sun6i.h
sun7i.h
sun8i.h
sun9i.h
sun50i.h
sunxi-common.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
syzygy_hub.h
t4qds.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
T102xRDB.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
T104xRDB.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
T208xQDS.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
T208xRDB.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
T4240RDB.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
tam3517-common.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
tao3530.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
taurus.h Convert CONFIG_SPL_NAND_BASE et al to Kconfig 2020-07-28 16:18:10 -04:00
tb100.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
tbs2910.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
tec-ng.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
tec.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
tegra-common-post.h Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig 2019-08-02 11:19:14 -04:00
tegra-common-usb-gadget.h
tegra-common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
tegra20-common.h configs: move CONFIG_SPL_TEXT_BASE to Kconfig 2019-04-29 21:41:40 -04:00
tegra30-common.h configs: move CONFIG_SPL_TEXT_BASE to Kconfig 2019-04-29 21:41:40 -04:00
tegra114-common.h configs: move CONFIG_SPL_TEXT_BASE to Kconfig 2019-04-29 21:41:40 -04:00
tegra124-common.h configs: move CONFIG_SPL_TEXT_BASE to Kconfig 2019-04-29 21:41:40 -04:00
tegra186-common.h
tegra210-common.h t210: Adjust ramdisk_addr_r/fdt_addr_r to allow for large kernels 2020-04-02 14:30:02 -07:00
theadorable-x86-common.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
theadorable-x86-conga-qa3-e3845.h
theadorable-x86-dfi-bt700.h
theadorable.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
thuban.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
thunderx_88xx.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
ti814x_evm.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
ti816x_evm.h Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig 2020-07-28 16:18:10 -04:00
ti_am335x_common.h Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig 2020-07-28 16:18:10 -04:00
ti_armv7_common.h Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig 2020-07-28 16:18:10 -04:00
ti_armv7_keystone2.h configs: Remove dead CONFIG options 2020-07-28 16:18:10 -04:00
ti_armv7_omap.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
ti_omap3_common.h mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
ti_omap4_common.h at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs 2019-07-09 07:00:21 +02:00
ti_omap5_common.h configs: move CONFIG_SPL_TEXT_BASE to Kconfig 2019-04-29 21:41:40 -04:00
tinker_rk3288.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
titanium.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
topic_miami.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
tplink_wdr4300.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
TQM834x.h net: dc2114x: Add Kconfig entries 2020-07-25 11:24:02 +02:00
tqma6.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
tqma6_mba6.h
tqma6_wru4.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
trats.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
trats2.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
tricorder.h Kconfig: Remove CONFIG_SYS_SRAM_START 2020-08-06 14:26:35 -04:00
trimslice.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
ts4600.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ts4800.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
tuge1.h board/km: remove CONFIG_KM_BOARD_NAME 2019-12-23 14:06:47 +05:30
turris_mox.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
turris_omnia.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
tuxx1.h board/km: remove CONFIG_KM_BOARD_NAME 2019-12-23 14:06:47 +05:30
UCP1020.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
udoo.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
udoo_neo.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ulcb.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
uniphier.h ARM: uniphier: rename include guard of include/configs/uniphier.h 2020-08-18 02:01:14 +09:00
usb_a9263.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
usbarmory.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
vcoreiii.h Convert CONFIG_CONS_INDEX to Kconfig 2020-06-26 10:29:06 -04:00
ve8313.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
venice2.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
ventana.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
verdin-imx8mm.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
vexpress_aemv8a.h arm: vexpress64: Fix counter frequency 2020-07-07 18:23:48 -04:00
vexpress_ca5x2.h
vexpress_ca9x4.h
vexpress_ca15_tc2.h
vexpress_common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
veyron.h configs: Move CONFIG_SPI_FLASH_GIGADEVICE properly into Kconfig 2019-08-19 12:43:26 +08:00
vf610twr.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
vinco.h Convert CONFIG_ATMEL_USART to Kconfig 2020-06-26 10:29:05 -04:00
vining_2000.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
vme8349.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
vocore2.h Convert CONFIG_CONS_INDEX to Kconfig 2020-06-26 10:29:06 -04:00
vyasa-rk3288.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
wandboard.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
warp.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
warp7.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
wb45n.h Convert CONFIG_SPL_NAND_BASE et al to Kconfig 2020-07-28 16:18:10 -04:00
wb50n.h Convert CONFIG_SPL_NAND_BASE et al to Kconfig 2020-07-28 16:18:10 -04:00
work_92105.h Convert CONFIG_SPL_NAND_BASE et al to Kconfig 2020-07-28 16:18:10 -04:00
x86-chromebook.h env: Finish migration of common ENV options 2019-11-20 18:32:09 -05:00
x86-common.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
x530.h Convert CONFIG_CONS_INDEX to Kconfig 2020-06-26 10:29:06 -04:00
x600.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
xea.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
xenguest_arm64.h xen: pvblock: Add initial support for para-virtualized block driver 2020-08-14 15:18:30 -04:00
xfi3.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
xilinx_versal.h xilinx: Align dfu ram with booti command 2020-08-20 09:49:20 +02:00
xilinx_versal_mini.h Convert CONFIG_CMD_ASKENV et al to Kconfig 2020-06-04 18:10:02 -04:00
xilinx_versal_mini_qspi.h
xilinx_zynqmp.h xilinx: zynqmp: Enable DFU tftp support 2020-08-20 09:49:20 +02:00
xilinx_zynqmp_mini.h arm64: zynqmp: Reduce console buffer size 2020-06-24 13:07:58 +02:00
xilinx_zynqmp_mini_emmc.h CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig 2019-05-18 08:15:34 -04:00
xilinx_zynqmp_mini_nand.h CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig 2019-05-18 08:15:34 -04:00
xilinx_zynqmp_mini_qspi.h arm64: zynqmp: Reduce malloc memory for mini QSPI configuration 2020-08-20 09:49:20 +02:00
xilinx_zynqmp_r5.h Convert CONFIG_ENV_OVERWRITE to Kconfig 2020-07-28 16:18:06 -04:00
xpedite517x.h common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
xpedite520x.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
xpedite537x.h common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
xpedite550x.h common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
xpress.h Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig 2020-08-08 11:03:52 -04:00
xtfpga.h treewide: mem: Move mtest related defines to Kconfig 2020-05-08 12:02:56 -04:00
zc5202.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
zc5601.h Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig 2019-05-04 13:04:12 -04:00
zmx25.h Convert CONFIG_MXC_UART to Kconfig 2020-07-17 08:47:29 -04:00
zynq-common.h configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs 2020-07-28 16:18:10 -04:00
zynq_cse.h Convert CONFIG_BZIP2 et al to Kconfig 2020-06-04 18:10:02 -04:00