uboot/common
Dmitry Lifshitz 6e7b7df4df env_mmc: support env partition setup in runtime
Add callback with __weak annotation to allow setup of environment
partition number in runtime from a board file.

Propagate mmc_switch_part() return value into init_mmc_for_env() instead
of -1 in case of failure.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
2014-08-01 20:12:15 +03:00
..
spl spl: nand: read only in the size of image_header on the first access 2014-07-22 07:44:25 -04:00
Makefile
autoboot.c
bedbug.c
board_f.c
board_r.c
bootm.c
bootm_os.c
bootretry.c
bootstage.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
bouncebuf.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cli.c
cli_hush.c
cli_readline.c
cli_simple.c
cmd_aes.c
cmd_ambapp.c
cmd_bdinfo.c
cmd_bedbug.c
cmd_bmp.c
cmd_boot.c
cmd_bootldr.c
cmd_bootm.c
cmd_bootmenu.c
cmd_bootstage.c
cmd_cache.c
cmd_cbfs.c
cmd_clk.c
cmd_console.c
cmd_cplbinfo.c
cmd_cramfs.c
cmd_dataflash_mmc_mux.c
cmd_date.c
cmd_dcr.c Add cli_ prefix to readline functions 2014-05-29 17:45:31 -04:00
cmd_demo.c
cmd_dfu.c
cmd_diag.c
cmd_disk.c
cmd_display.c
cmd_dtt.c
cmd_echo.c
cmd_eeprom.c
cmd_elf.c
cmd_exit.c
cmd_ext2.c
cmd_ext4.c
cmd_fastboot.c
cmd_fat.c
cmd_fdc.c
cmd_fdt.c
cmd_fitupd.c
cmd_flash.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cmd_fpga.c
cmd_fpgad.c
cmd_fs.c
cmd_fuse.c
cmd_gettime.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cmd_gpio.c
cmd_gpt.c
cmd_hash.c
cmd_help.c
cmd_i2c.c
cmd_ide.c
cmd_immap.c
cmd_ini.c
cmd_io.c
cmd_iotrace.c Add an I/O tracing feature 2014-06-20 11:54:29 -06:00
cmd_irq.c
cmd_itest.c
cmd_jffs2.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cmd_ldrinfo.c
cmd_led.c
cmd_license.c
cmd_load.c Enable xmodem support 2013-08-16 13:45:15 -04:00
cmd_log.c
cmd_lzmadec.c
cmd_mac.c
cmd_md5sum.c
cmd_mdio.c
cmd_mem.c
cmd_mfsl.c
cmd_mii.c common: cmd_mii: fix printf format warning 2014-07-18 17:53:24 -04:00
cmd_misc.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cmd_mmc.c
cmd_mmc_spi.c
cmd_mp.c
cmd_mtdparts.c
cmd_nand.c
cmd_net.c
cmd_nvedit.c
cmd_onenand.c
cmd_otp.c Add the function 'confirm_yesno' for interactive 2014-05-23 11:53:05 +03:00
cmd_part.c common: commands: make commands static 2014-07-18 17:53:23 -04:00
cmd_pci.c
cmd_pcmcia.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cmd_portio.c
cmd_pxe.c
cmd_read.c
cmd_reginfo.c
cmd_reiser.c
cmd_sandbox.c
cmd_sata.c
cmd_scsi.c
cmd_setexpr.c
cmd_sf.c
cmd_sha1sum.c
cmd_softswitch.c
cmd_sound.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cmd_source.c
cmd_spi.c
cmd_spibootldr.c
cmd_spl.c
cmd_strings.c
cmd_terminal.c
cmd_test.c
cmd_thordown.c
cmd_time.c cmd_time: do not show ticks 2014-05-12 15:19:46 -04:00
cmd_tpm.c
cmd_trace.c
cmd_tsi148.c
cmd_ubi.c
cmd_ubifs.c
cmd_universe.c
cmd_unzip.c
cmd_usb.c
cmd_usb_mass_storage.c
cmd_version.c
cmd_ximg.c
cmd_yaffs2.c
cmd_zfs.c
cmd_zip.c
command.c Add 64-bit data support for memory commands 2014-03-04 12:15:30 -05:00
console.c
cros_ec.c
ddr_spd.c
dlmalloc.c
dlmalloc.src
edid.c
env_attr.c
env_callback.c
env_common.c
env_dataflash.c
env_eeprom.c env_eeprom: Assign default environment during board_init_f 2014-06-05 14:44:56 -04:00
env_embedded.c
env_fat.c
env_flags.c common, env: optimize boottime 2014-01-14 09:01:06 -05:00
env_flash.c env_flash.c: Drop unused variables 2014-04-17 17:44:36 -04:00
env_mmc.c env_mmc: support env partition setup in runtime 2014-08-01 20:12:15 +03:00
env_nand.c
env_nowhere.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
env_nvram.c env: Add env_export() wrapper 2014-03-21 16:43:59 -04:00
env_onenand.c
env_remote.c
env_sf.c
env_ubi.c
exports.c
fdt_support.c fdt_support: correct the return condition of fdt_initrd() 2014-06-19 11:18:52 -04:00
flash.c
hash.c
hwconfig.c
image-android.c
image-fdt.c
image-fit.c
image-sig.c
image.c
iomux.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
iotrace.c Add an I/O tracing feature 2014-06-20 11:54:29 -06:00
kallsyms.c
kgdb.c
kgdb_stubs.c
lcd.c
lynxkdi.c checkpatch whitespace cleanups 2011-10-22 01:13:35 +02:00
main.c
memsize.c
menu.c
miiphyutil.c
modem.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
s_record.c
splash.c
stdio.c
system_map.c
update.c
usb.c
usb_hub.c
usb_kbd.c
usb_storage.c
xyzModem.c