Tom Rini 68e80fdda1 Merge git://git.denx.de/u-boot-dm 9 years ago
..
spl 76300c0d2d common: spl_sata: perform SCSI scan before getting device 9 years ago
Kconfig 1d5c20154f kconfig: move CONFIG_CMD_IMPORTENV to Kconfig 9 years ago
Makefile c5de15cbc8 crypto/fsl: Add command for encapsulating/decapsulating blobs 9 years ago
aboot.c e6ca1ad604 implement the Android sparse image format 9 years ago
autoboot.c 39e1230ed0 autoboot: add its own header 10 years ago
bedbug.c 472d546054 Consolidate bool type 11 years ago
board_f.c c970dffedb generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y 9 years ago
board_r.c ebe76a2df9 dm: Remove spi_init() from board_r.c when using driver model 9 years ago
bootm.c 90268b878b x86: Support loading kernel setup from a FIT 9 years ago
bootm_os.c 82c3a4c445 common: bootm_os: make arch_preboot_os __weak 10 years ago
bootretry.c b26440f1fa Rename bootretry functions and remove #ifdefs 10 years ago
bootstage.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
bouncebuf.c 5d69a5d178 Fix a few printf argument verification warnings 9 years ago
cli.c 1d43bfd2d5 Add run_command_repeatable() 10 years ago
cli_hush.c 930e4254ec common/cli_hush.c: remove unnecessary double braces 10 years ago
cli_readline.c 0098e179e1 Move bootretry code into bootretry.c and clean up 10 years ago
cli_simple.c a06be2d077 cli: Export cli_simple_process_macros for use outside of cli_simple 9 years ago
cmd_aes.c b401b73d02 aes: Add 'aes' command to access AES-128-CBC 10 years ago
cmd_ambapp.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_bdinfo.c 0e350f81e1 common: commands: make commands static 10 years ago
cmd_bedbug.c 52715f8931 Use run_command_repeatable() 10 years ago
cmd_blob.c c5de15cbc8 crypto/fsl: Add command for encapsulating/decapsulating blobs 9 years ago
cmd_bmp.c 93e1459641 Coding Style cleanup: replace leading SPACEs by TABs 10 years ago
cmd_boot.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_bootldr.c 31488a6f6e Blackfin: bootldr: use common defines 13 years ago
cmd_bootm.c 90268b878b x86: Support loading kernel setup from a FIT 9 years ago
cmd_bootmenu.c ae4223f444 Remove unnecessary use of hush header file 10 years ago
cmd_bootstage.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_cache.c 0e350f81e1 common: commands: make commands static 10 years ago
cmd_cbfs.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_clk.c 08d0d6f32e common: Add new clk command 10 years ago
cmd_console.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_cplbinfo.c 388a29d024 various cmd_* files: fixed layout a little bit 14 years ago
cmd_cramfs.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_dataflash_mmc_mux.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_date.c c2120fbfbc Merge branch 'master' of git://git.denx.de/u-boot-i2c 11 years ago
cmd_dcr.c e1bf824dfd Add cli_ prefix to readline functions 10 years ago
cmd_demo.c 54c5d08a09 dm: rename device struct to udevice 10 years ago
cmd_dfu.c 1cc03c5c53 dfu: Provide means to find difference between dfu-util -e and -R 9 years ago
cmd_diag.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_disk.c 21d29f7f9f bootm: make use of legacy image format configurable 10 years ago
cmd_display.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_dtt.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
cmd_echo.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_eeprom.c 0e350f81e1 common: commands: make commands static 10 years ago
cmd_elf.c 07a1a0c931 Correct vxWorks elf boot to load at correct address 10 years ago
cmd_exit.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_ext2.c 6b367467f1 Fix help text of ext2load and fatload. 10 years ago
cmd_ext4.c 2a72dcce24 ext4load: fix help text 9 years ago
cmd_fastboot.c 593cbd93f3 usb/gadget: fastboot: minor cleanup 9 years ago
cmd_fat.c cf6598193a fs: implement size/fatsize/ext4size 9 years ago
cmd_fdc.c 21d29f7f9f bootm: make use of legacy image format configurable 10 years ago
cmd_fdt.c 5bf58ccc8e fdt: Rename fdt_resize() to fdt_shrink_to_minimum() 9 years ago
cmd_fitupd.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_flash.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_fpga.c 21d29f7f9f bootm: make use of legacy image format configurable 10 years ago
cmd_fpgad.c 9fab4bf4cc powerpc/ppc4xx: Convert new gdsys files to SPDX license tags 11 years ago
cmd_fs.c cf6598193a fs: implement size/fatsize/ext4size 9 years ago
cmd_fuse.c a5dffa4b67 Add the function 'confirm_yesno' for interactive 10 years ago
cmd_gettime.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_gpio.c 9165e8428d dm: gpio: Allow gpio command to adjust GPIOs that are busy 9 years ago
cmd_gpt.c 39206382de cmd:gpt: randomly generate each partition uuid if undefined 10 years ago
cmd_hash.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_help.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_i2c.c 0e350f81e1 common: commands: make commands static 10 years ago
cmd_ide.c 288afdc9b9 common: cmd_ide: use __weak and add prototypes 10 years ago
cmd_immap.c 58dac32764 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 10 years ago
cmd_ini.c cb3761ea99 SPDX-License-Identifier: convert BSD-3-Clause files 10 years ago
cmd_io.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_iotrace.c aa53233a15 Add an I/O tracing feature 10 years ago
cmd_irq.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
cmd_itest.c c9bcb6f13d Fix itest mask overflow 10 years ago
cmd_jffs2.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_ldrinfo.c 1ba7fd2567 Blackfin: ldrinfo: new command 13 years ago
cmd_led.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
cmd_license.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_load.c 6e66bd5591 Enable xmodem support 10 years ago
cmd_log.c 709ea543b9 stdio: Pass device pointer to stdio methods 10 years ago
cmd_lzmadec.c 5527f832c0 Add lzmadec command 10 years ago
cmd_mac.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_md5sum.c 9fb70f31fe cmd_md5sum.c: remove dead code / fix warning 10 years ago
cmd_mdio.c 26b807c4f8 net: add support for extended registers to mdio command 10 years ago
cmd_mem.c 5a8608e586 cmd_mem: add static to internally used functions 9 years ago
cmd_mfsl.c 100ea07e33 common: fsl: Fix broken SPDX-License-Identifier change 10 years ago
cmd_mii.c c68112f3f5 common: cmd_mii: fix printf format warning 10 years ago
cmd_misc.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_mmc.c fa7b88519e cmd_mmc: fix bootpart-resize maxarg to 4 9 years ago
cmd_mmc_spi.c 93bfd61677 mmc: Split mmc struct, rework mmc initialization (v2) 10 years ago
cmd_mp.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_mtdparts.c 5d69a5d178 Fix a few printf argument verification warnings 9 years ago
cmd_nand.c 93d3232d96 cmd_nand: Update (nand_info_t*)nand after arg_off(_size) call 9 years ago
cmd_net.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_nvedit.c ecd1446fe1 Add option -r to env import to allow import of text files with CRLF as line endings 10 years ago
cmd_onenand.c dfe64e2c89 mtd: resync with Linux-3.7.1 11 years ago
cmd_otp.c a5dffa4b67 Add the function 'confirm_yesno' for interactive 10 years ago
cmd_part.c 0e350f81e1 common: commands: make commands static 10 years ago
cmd_pci.c b26440f1fa Rename bootretry functions and remove #ifdefs 10 years ago
cmd_pcmcia.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_portio.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_pxe.c 64a0c24726 pxe: Ensure we don't overflow bootargs 9 years ago
cmd_read.c ff048ea916 Add a command to read raw blocks from a partition 11 years ago
cmd_reginfo.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_reiser.c 2e18cb267a cmd_reiser: normalize 'file not found' errors 10 years ago
cmd_sandbox.c 4d907025d6 sandbox: restore ability to access host fs through standard commands 10 years ago
cmd_sata.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_scsi.c fff40a7e02 common: spl: Add spl sata boot support 10 years ago
cmd_setexpr.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
cmd_sf.c fbb099183e dm: Convert spi_flash_probe() and 'sf probe' to use driver model 9 years ago
cmd_sha1sum.c 2b9912e6a7 includes: move openssl headers to include/u-boot 10 years ago
cmd_softswitch.c 7d861d95a3 blackfin: bf609: add softswitch config command 11 years ago
cmd_sound.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_source.c 0e350f81e1 common: commands: make commands static 10 years ago
cmd_spi.c 1157a161b0 dm: spi: Adjust cmd_spi to work with driver model 9 years ago
cmd_spibootldr.c 388a29d024 various cmd_* files: fixed layout a little bit 14 years ago
cmd_spl.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_strings.c 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 12 years ago
cmd_terminal.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_test.c e5e897c01b cmd_test: implement -e test for file existence 10 years ago
cmd_thordown.c 90fadb5723 thor: defer parsing of device string to IO backend 9 years ago
cmd_time.c 1d64377177 cmd_time: do not show ticks 10 years ago
cmd_tpm.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_trace.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_tsi148.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
cmd_ubi.c ff94bc40af mtd, ubi, ubifs: resync with Linux-3.14 9 years ago
cmd_ubifs.c ff94bc40af mtd, ubi, ubifs: resync with Linux-3.14 9 years ago
cmd_universe.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
cmd_unzip.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_usb.c 8a8a2257ec usb: kbd: Allow "usb reset" to continue when an usb kbd is used 9 years ago
cmd_usb_mass_storage.c 8c6004568f ums: allow the user to specify the device type 10 years ago
cmd_version.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
cmd_ximg.c 21d29f7f9f bootm: make use of legacy image format configurable 10 years ago
cmd_yaffs2.c 753ac61088 u-boot: Update yaffs2 file system 12 years ago
cmd_zfs.c 01adbce2aa cmd_zfs: normalize 'file not found' errors 10 years ago
cmd_zip.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
command.c 4d1fd7f1ae Add 64-bit data support for memory commands 10 years ago
console.c 8969ea3e9f sandbox: Disable Ctrl-C 9 years ago
cros_ec.c 84d6cbd302 dm: cros_ec: Add support for driver model 9 years ago
ddr_spd.c 34e026f9b1 driver/ddr/fsl: Add DDR4 support to Freescale DDR driver 10 years ago
dlmalloc.c 6d7601e744 sandbox: Always enable malloc debug 10 years ago
dlmalloc.src 472d546054 Consolidate bool type 11 years ago
edid.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
env_attr.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
env_callback.c 1b6102718b common, env: optimize boottime 10 years ago
env_common.c ecd1446fe1 Add option -r to env import to allow import of text files with CRLF as line endings 10 years ago
env_dataflash.c 7ce1526ed2 env: Add env_export() wrapper 10 years ago
env_eeprom.c ed6a5d4f88 env_eeprom: Assign default environment during board_init_f 10 years ago
env_embedded.c 66948c25bb nand_spl: remove nand_spl infrastructure 10 years ago
env_fat.c 6d1966e123 env_fat.c: Make sure our buffer is cache aligned 9 years ago
env_flags.c 1b6102718b common, env: optimize boottime 10 years ago
env_flash.c 3fa1981e24 env_flash.c: Drop unused variables 10 years ago
env_mmc.c 19345d7c94 env_mmc: correct fini partition to match init partition 9 years ago
env_nand.c 7ce1526ed2 env: Add env_export() wrapper 10 years ago
env_nowhere.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
env_nvram.c 7ce1526ed2 env: Add env_export() wrapper 10 years ago
env_onenand.c 7ce1526ed2 env: Add env_export() wrapper 10 years ago
env_remote.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
env_sf.c 843c9e8796 dm: Add spi.h header to a few files 9 years ago
env_ubi.c 7ce1526ed2 env: Add env_export() wrapper 10 years ago
exports.c d7af6a4851 dm: spi: Add a uclass for SPI 9 years ago
fb_mmc.c e5bf9878ea usb/gadget: fastboot: implement sparse format 9 years ago
fdt_support.c f43b4356a7 fdt_support: Make of_bus_default_count_cells non static 9 years ago
flash.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
hash.c 2b9912e6a7 includes: move openssl headers to include/u-boot 10 years ago
hwconfig.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
image-android.c 9ace3fc814 image: add support for Android's boot image format 10 years ago
image-fdt.c 5bf58ccc8e fdt: Rename fdt_resize() to fdt_shrink_to_minimum() 9 years ago
image-fit.c 90268b878b x86: Support loading kernel setup from a FIT 9 years ago
image-sig.c 2b9912e6a7 includes: move openssl headers to include/u-boot 10 years ago
image.c 90268b878b x86: Support loading kernel setup from a FIT 9 years ago
iomux.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
iotrace.c aa53233a15 Add an I/O tracing feature 10 years ago
kallsyms.c ecb1dc8922 Add support for Linux-like kallsysms 15 years ago
kgdb.c f9f040b215 kgdb: Remove first_entry for kgdb 9 years ago
kgdb_stubs.c 0c909551f8 kgdb: add default generic stubs 14 years ago
lcd.c 0156444cf7 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 9 years ago
lynxkdi.c 712fbcf384 checkpatch whitespace cleanups 12 years ago
main.c 3422299dc2 common: main.c: make show_boot_progress __weak 10 years ago
memsize.c e38661634b common: Add get_effective_memsize() to memsize.c 10 years ago
menu.c e1bf824dfd Add cli_ prefix to readline functions 10 years ago
miiphyutil.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
modem.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
s_record.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
splash.c cc64b92cde common:splash: use __weak 10 years ago
stdio.c 32d019265d stdio: Add force parameter to stdio_deregister 9 years ago
system_map.c ecb1dc8922 Add support for Linux-like kallsysms 15 years ago
update.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
usb.c 97b9eb9e6a usb: Handle -ENODEV from usb_lowlevel_init() 9 years ago
usb_hub.c 74c0d756de usb: hub: don't check CONNECTION in hub_port_reset() 9 years ago
usb_kbd.c 8a8a2257ec usb: kbd: Allow "usb reset" to continue when an usb kbd is used 9 years ago
usb_storage.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
xyzModem.c e153b13c8e common/xyzModem.c: move empty statements to newline 10 years ago