1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-26 23:41:50 +00:00
u-boot/include
Patrick Delaunay 6015af28ee dfu: add backend for MTD device
Add DFU backend for MTD device: allow to read
and write on all MTD device (NAND, SPI-NOR,
SPI-NAND,...)

For example :
> set dfu_alt_info "nand_raw raw 0x0 0x100000"
> dfu 0 mtd nand0

This MTD backend provides the same level than dfu nand
backend for NAND and dfu sf backend for SPI-NOR;
So it can replace booth of them but it also
add support of spi-nand.

> set dfu_alt_info "nand_raw raw 0x0 0x100000"
> dfu 0 mtd spi-nand0

The backend code is based on the "mtd" command
introduced by commit 5db66b3aee ("cmd: mtd:
add 'mtd' command")

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2019-10-31 12:12:31 +01:00
..
andestech
asm-generic
bedbug
cavium
configs Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi 2019-10-30 09:04:52 -04:00
cramfs
dm ufs: Add Initial Support for UFS subsystem 2019-10-23 20:47:12 -04:00
dt-bindings - bmips: add BCRM NAND support for BCM6368, BCM6328, BCM6362 and BCM63268 SoCs 2019-10-25 20:07:24 -04:00
environment/ti env: ti: Add environment variables to boot from UFS 2019-10-23 20:47:12 -04:00
faraday
fsl-mc
jffs2
linux linux/types.h: Surround 'struct ustat' with __linux__ 2019-10-28 13:32:51 -04:00
lzma
mtd ubi: provide a way to skip CRC checks 2019-10-16 05:42:27 +02:00
mvebu
net net: introduce packet capture support 2019-09-04 11:37:19 -05:00
power pmu: stpmic1: change specific NVM api to MISC 2019-08-27 11:19:23 +02:00
samsung
spmi
synopsys
tee
test
u-boot
usb usb: xhci: move xhci.h to include usb 2019-10-24 11:28:17 +02:00
zfs
.gitignore
_exports.h
ACEX1K.h
acpi_s3.h x86: Move acpi_s3.h to a common location 2019-10-08 13:57:46 +08:00
adc.h
addr_map.h
ahci.h
ali512x.h
altera.h
android_ab.h
android_bootloader_message.h
android_image.h image: android: Fix possible build errors 2019-10-15 09:56:04 -04:00
ansi.h
api.h
api_public.h
armcoremodule.h
asm-offsets.h
ata.h
atf_common.h
atmel_hlcdc.h
atmel_lcd.h
atmel_lcdc.h
atmel_mci.h
atsha204a-i2c.h
audio_codec.h
autoboot.h
avb_verify.h
axi.h
axp152.h
axp209.h
axp221.h
axp809.h
axp818.h
axp_pmic.h
backlight.h
bcd.h
binman_sym.h
bios_emul.h
bitfield.h
blk.h
bloblist.h
bmp_layout.h
board.h
boot_fit.h
bootcount.h
bootm.h
bootretry.h
bootstage.h
bouncebuf.h
btrfs.h
bus_vcxk.h
bzlib.h
cache.h dm: cache: Add enable and disable ops for cache uclass 2019-09-03 09:31:03 +08:00
capitalization.h
cbfs.h
charset.h lib: charset: add u16_str<n>cmp() 2019-09-20 20:09:19 +02:00
circbuf.h
cli.h
cli_hush.h
clk-uclass.h
clk.h drivers: clk: Fix using assigned-clocks in the node of the clock it sets up 2019-10-22 16:14:05 +02:00
cmd_spl.h
command.h
common.h
common_timing_params.h
compiler.h
config_defaults.h Kconfig: Migrate CONFIG_BOOTM_* options 2019-10-04 12:21:23 -04:00
config_distro_bootcmd.h
config_fallbacks.h
config_fsl_chain_trust.h
config_phylib_all_drivers.h
config_uncmd_spl.h
console.h
cortina.h
cp437.h
cp1250.h
cpsw.h
cpu.h
cros_ec.h
cros_ec_message.h
ddr_spd.h
debug_uart.h
dfu.h dfu: add backend for MTD device 2019-10-31 12:12:31 +01:00
dialog_pmic.h
display.h
display_options.h
div64.h
dm-demo.h
dm.h
dm9000.h
dma-uclass.h
dma.h
dp83848.h
ds1722.h
dsi_host.h dm: Add a dsi host uclass 2019-10-13 23:34:43 +02:00
dt-structs.h
dt_table.h
dw_hdmi.h
dwc3-omap-uboot.h
dwc3-sti-glue.h
dwc3-uboot.h
dwc_ahsata.h
dwmmc.h
e500.h
ec_commands.h cros_ec: Add MEC_EMI_BASE and size to the header file 2019-10-08 13:57:44 +08:00
edid.h
eeprom_field.h
eeprom_layout.h
efi.h
efi_api.h efi: device path for nvme 2019-10-06 16:02:37 +02:00
efi_driver.h
efi_loader.h efi: Move inline functions to unconditional part of header 2019-10-08 13:54:12 +08:00
efi_selftest.h
elf.h
env.h env: add missing <compiler.h> header file 2019-09-24 17:46:13 -04:00
env_attr.h
env_callback.h env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NET 2019-09-04 11:37:19 -05:00
env_default.h
env_flags.h env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NET 2019-09-04 11:37:19 -05:00
env_internal.h ubi: env: fix redundand management 2019-10-16 05:53:37 +02:00
errno.h
ethsw.h
exception.h
exports.h
ext4fs.h
ext_common.h
exynos_lcd.h
fastboot-internal.h
fastboot.h
fat.h
fb_mmc.h
fb_nand.h
fdt.h
fdt_simplefb.h
fdt_support.h
fdtdec.h dm: core: Drop fdtdec_get_pci_addr() 2019-10-08 13:57:47 +08:00
fis.h
flash.h
fm_eth.h
fpga.h
fs.h fs: add fs_get_type() for current filesystem type 2019-10-17 19:19:56 +02:00
fs_internal.h
fs_loader.h
fsl_csu.h
fsl_dcu_fb.h
fsl_ddr.h
fsl_ddr_dimm_params.h
fsl_ddr_sdram.h
fsl_ddrc_version.h
fsl_devdis.h
fsl_diu_fb.h
fsl_dspi.h
fsl_dtsec.h
fsl_errata.h
fsl_esdhc.h mmc: fsl_esdhc: Add emmc hs200 support 2019-09-12 14:05:38 +05:30
fsl_esdhc_imx.h
fsl_fman.h
fsl_ifc.h
fsl_immap.h
fsl_lpuart.h
fsl_mdio.h
fsl_memac.h
fsl_mmdc.h
fsl_pmic.h
fsl_qbman.h
fsl_qe.h
fsl_sec.h
fsl_sec_mon.h
fsl_secboot_err.h
fsl_sfp.h
fsl_tgec.h
fsl_usb.h
fsl_validate.h
fsl_wdog.h
fuse.h
g_dnl.h
gdsys_fpga.h
generic-phy.h
gt64120.h
gzip.h
handoff.h spl: Add an arch-specific hook for writing to SPL handoff 2019-10-08 13:51:03 +08:00
hash.h
hda_codec.h
hexdump.h
hw_sha.h
hwconfig.h
hwspinlock.h
i2c.h
i2c_eeprom.h
i2s.h
i8042.h
ide.h
image-android-dt.h
image-sparse.h
image.h tools: image.h: Use portable uint32_t instead of linux-specific __be32 2019-10-28 13:32:50 -04:00
imx8image.h
imx_lpi2c.h i2c: imx_lpi2c: add ipg clk 2019-10-14 09:31:41 +02:00
imx_sip.h imx: add support for i.MX8MQ power domain controller 2019-10-08 16:36:36 +02:00
imx_thermal.h
imximage.h
init.h
initcall.h initcall.h: initcall_run_list(): Improve debug output 2019-10-04 12:21:23 -04:00
input.h
inttypes.h
iomux.h
ioports.h
iotrace.h trace: Remove the const from write functions 2019-10-11 17:37:19 +08:00
ipu_pixfmt.h
key_matrix.h
keyboard.h
kgdb.h
lattice.h
lcd.h
lcd_console.h
lcdvideo.h
ld9040.h
led.h
libata.h
libtizen.h
linker_lists.h
linux_logo.h
lmb.h
log.h log: Add log_nop() to avoid unused-variable warnings 2019-10-08 13:57:44 +08:00
lxt971a.h
lynxkdi.h
mailbox-uclass.h
mailbox.h
malloc.h
mapmem.h
mb862xx.h
mc9sdz60.h
mc13783.h
mc13892.h
mc34704.h
MCD_dma.h
MCD_progCheck.h
MCD_tasksInit.h
media_bus_format.h
memalign.h
membuff.h
menu.h
micrel.h
mii_phy.h
miiphy.h
mipi_display.h include: Add new DCS commands in the enum list 2019-10-13 21:24:47 +02:00
mipi_dsi.h video: add support of MIPI DSI interface 2019-10-13 21:24:47 +02:00
misc.h
mk48t59.h
mmc.h mmc: add a driver callback for power-cycle 2019-10-10 10:59:48 +08:00
mpc8xx.h
mpc8xx_irq.h
mpc83xx.h
mpc85xx.h
mpc86xx.h
mpc106.h
msc01.h
mtd.h
mtd_node.h
mv88e6352.h
mvebu_mmc.h
mvmfp.h
mxs_nand.h
nand.h
net.h net: make net_random_ethaddr() more random 2019-09-04 11:37:19 -05:00
netdev.h net: dwc_et_qos: update weak function board_interface_eth_init 2019-09-04 11:37:19 -05:00
ns16550.h serial: ns16550: Add a PCI device/function field 2019-10-08 13:57:43 +08:00
ns87308.h
nuvoton_nct6102d.h
nvme.h nvme: add accessor to namespace id and eui64 2019-10-06 16:02:37 +02:00
of_live.h
onenand_uboot.h
opensbi.h spl: support booting via RISC-V OpenSBI 2019-08-26 16:07:42 +08:00
os.h
palmas.h
panel.h
part.h
part_efi.h disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCs 2019-08-23 18:15:50 +08:00
pca953x.h
pca9564.h
pca9698.h
pch.h
pci.h sandbox: pci: Remember the device being emulated 2019-10-11 17:37:15 +08:00
pci_ep.h
pci_gt64120.h
pci_ids.h
pci_msc01.h
pci_rom.h
pci_tegra.h
pe.h
phy-sun4i-usb.h
phy.h net: phy: Add gmiitorgmii converter support 2019-10-08 09:41:27 +02:00
phy_interface.h
phys2bus.h
physmem.h
post.h
power-domain-uclass.h
power-domain.h power: domain: Introduce dev_power_domain_off 2019-10-15 08:40:03 -06:00
ppc_asm.tmpl
ppc_defs.h
pwm.h
pwrseq.h
pxa_lcd.h
qfw.h
radeon.h
ram.h
rc4.h
regmap.h
reiserfs.h
relocate.h
remoteproc.h remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() api 2019-10-11 10:07:34 -04:00
reset-uclass.h
reset.h
rtc.h
rtc_def.h
s_record.h
SA-1100.h
samsung-usb-phy-uboot.h
sandbox-adc.h
sandbox-clk.h
sandboxblockdev.h
sandboxfs.h
sandboxtee.h
sata.h
scf0403_lcd.h
scsi.h scsi: Add dma direction member to command structure 2019-10-23 20:47:12 -04:00
sdhci.h
sdp.h
search.h
serial.h
sh_pfc.h
sja1000.h
slre.h
smbios.h
smem.h
smsc_lpc47m.h
smsc_sio1007.h
sound.h
sparse_defs.h
sparse_format.h
spartan2.h
spartan3.h
spd.h
spd_sdram.h
spi-mem.h
spi.h dm: spi: Change cs_info op to return -EINVAL for invalid cs num 2019-10-25 00:48:31 +05:30
spi_flash.h
spl.h spl: ymodem: Make SPL Y-Modem loader framework accessible 2019-10-11 10:07:33 -04:00
spl_gpio.h
splash.h
st_logo_data.h
status_led.h
stdint.h
stdio.h
stdio_dev.h
stdlib.h
stm32_rcc.h
stratixII.h
string.h
sy8106a.h
sym53c8xx.h
syscon.h
sysreset.h
tables_csum.h
tca642x.h
tee.h
tegra-kbc.h
thermal.h
thor.h
ti-usb-phy-uboot.h
time.h
timer.h
timestamp.h
tmu.h
tpm-common.h
tpm-v1.h
tpm-v2.h
tps6586x.h
trace.h
tsec.h
tsi148.h
twl4030.h
twl6030.h
ubi_uboot.h
ubifs_uboot.h
ubispl.h
uboot_aes.h
ufs.h ufs: Add Initial Support for UFS subsystem 2019-10-23 20:47:12 -04:00
universe.h
usb.h usb: Add nonblock argument to submit_int_msg 2019-09-11 10:11:29 +02:00
usb_cdc_acm.h
usb_defs.h
usb_ether.h
usb_mass_storage.h
usbdescriptors.h
usbdevice.h
usbroothubdes.h
uuid.h
vbe.h
versalpl.h arm64: versal: fpga: Add PL bit stream load support 2019-10-08 09:11:14 +02:00
version.h
video.h
video_bridge.h
video_console.h
video_easylogo.h
video_fb.h
video_font.h
video_font_4x6.h
video_font_data.h
video_osd.h
virtex2.h
virtio.h
virtio_ring.h
virtio_types.h
vsc7385.h
vsc9953.h
vsprintf.h
vxworks.h
w1-eeprom.h
w1.h
w83c553f.h
wait_bit.h waitbit: Add the generic wait_for_bit macros for 16 and 32 bits. 2019-10-11 10:09:16 -04:00
watchdog.h
wdt.h
winbond_w83627.h
xilinx.h arm64: versal: fpga: Add PL bit stream load support 2019-10-08 09:11:14 +02:00
xyzModem.h
zfs_common.h
zynq_bootimg.h
zynqmp_firmware.h arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request() 2019-10-24 13:37:01 +02:00
zynqmp_tap_delay.h
zynqmppl.h
zynqpl.h