Siva Durga Prasad Paladugu 4d25507f3d Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig 7 years ago
..
eeprom aa9e604410 cmd: eeprom: add support for layout aware commands 8 years ago
init 496c5483e9 bootstage: call show_boot_progress also in SPL 8 years ago
spl 1eefe14f66 spl: Fix compilation warnings for arm64 7 years ago
Kconfig 4d25507f3d Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig 7 years ago
Makefile f1f9d4fac5 hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER 8 years ago
autoboot.c 4632739202 autoboot: move bootdelay >= 0 check to abortboot() 8 years ago
bedbug.c 472d546054 Consolidate bool type 11 years ago
board_f.c 66669fcf80 Merge git://git.denx.de/u-boot-fsl-qoriq 7 years ago
board_info.c a9ad18c9d5 generic-board: allow showing custom board info 8 years ago
board_r.c c649e3c91c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 8 years ago
bootm.c 19e8649e59 bootm: fixup silent Linux out of BOOTM_STATE_LOADOS state 8 years ago
bootm_os.c b9c771b04c sandbox: Don't exit when bootm completes 8 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 f1f9d4fac5 hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER 8 years ago
cli_hush.c f3b267b3a2 hush: Add rudimentary support for PS1 and PS2 8 years ago
cli_readline.c 80402f34f8 spl, common, serial: build SPL without serial support 8 years ago
cli_simple.c bb08a6e7d5 common: cli_simple: use strlcpy instead of strcpy 8 years ago
command.c f8bb696435 Drop command-processing code when CONFIG_CMDLINE is disabled 8 years ago
console.c ce1a7d1564 debug_uart: Remove duplicated carriage return handling 8 years ago
cros_ec.c 7e0c77a2b8 cros_ec: Remove unused cros_ec_board_init() function 9 years ago
ddr_spd.c 5b8031ccb4 Add more SPDX-License-Identifier tags 8 years ago
dlmalloc.c 034eda867f malloc: improve memalign fragmentation fix 8 years ago
dlmalloc.src 472d546054 Consolidate bool type 11 years ago
edid.c 00cf1167bb edid: Add a function to read detailed monitor timings 9 years ago
env_attr.c bdf1fe4e68 env: Add regex support to env_attrs 9 years ago
env_callback.c 5a6894397a common: env: initialize scalar variable 8 years ago
env_common.c 62a3b7dd08 Various, unrelated tree-wide typo fixes. 8 years ago
env_dataflash.c 7ce1526ed2 env: Add env_export() wrapper 10 years ago
env_eeprom.c c00c29d8f7 env_eeprom invalidates gd->env_addr by setting it to an offset value 8 years ago
env_embedded.c 66948c25bb nand_spl: remove nand_spl infrastructure 10 years ago
env_ext4.c bd62e2419b common: Fix support for environment file in EXT4 8 years ago
env_fat.c bcce53d048 dm: block: Rename device number member dev to devnum 8 years ago
env_flags.c ed0f40a673 tools: fix env_flags build 8 years ago
env_flash.c 3fa1981e24 env_flash.c: Drop unused variables 10 years ago
env_mmc.c 5461acba44 dm: env: mmc: Convert env_mmc to support CONFIG_BLK 8 years ago
env_nand.c b616d9b0a7 nand: Embed mtd_info in struct nand_chip 8 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_sata.c 125d193c4f common: env: support sata device 8 years ago
env_sf.c 96907c0fe5 dm: spi: Read default speed and mode values from DT 8 years ago
env_ubi.c c1f51e0f3e common: env_ubi: Clear environment buffer before reading 8 years ago
exports.c 9527931507 board/ls2085rdb: Export functions for standalone AQ FW load apps 9 years ago
fb_mmc.c ec3cde1e83 common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV 8 years ago
fb_nand.c 2c72404687 fastboot: sparse: implement reserve() 8 years ago
fdt_support.c 49717b18be fdt: Document the rest of struct of_bus 8 years ago
flash.c 72ba368f45 mpc8xx: remove SPD823TS board support 9 years ago
hash.c 48ad68deb8 hash.c: Conditionally compile hash_command, static hash_show 8 years ago
hwconfig.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
ide.c 145df842b4 dm: ide: Add support for driver-model block devices 8 years ago
image-android.c 4f1318b29c common: image: minimal android image iminfo support 8 years ago
image-fdt.c dea2174d9d efi_loader: Call fdt preparation functions 8 years ago
image-fit.c e17adbb350 common: image-fit: Cleanup spelling mistakes 8 years ago
image-sig.c 364ac5b583 image: Convert to use fdt_for_each_subnode macro 9 years ago
image-sparse.c 0abd63b26d fastboot: sparse: improve CHUNK_TYPE_FILL write performance 8 years ago
image.c 1426220b0e image: Add functions to obtain category information 8 years ago
iomux.c 24b852a7a2 Move console definitions into a new console.h file 8 years ago
iotrace.c 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 years ago
kallsyms.c ecb1dc8922 Add support for Linux-like kallsysms 15 years ago
kgdb.c eae4b2b67b Fix spelling of "occurred". 8 years ago
kgdb_stubs.c a187559e3d Use correct spelling of "U-Boot" 8 years ago
lcd.c f8f58fbb09 lcd: Fix compile warning in 64bit mode 8 years ago
lcd_console.c 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation 9 years ago
lcd_console_rotation.c 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation 9 years ago
lcd_simplefb.c de934b4158 common/lcd_simplefb: Add support for 32bit organized framebuffers 9 years ago
lynxkdi.c 712fbcf384 checkpatch whitespace cleanups 12 years ago
main.c 9be2e790eb Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot 8 years ago
malloc_simple.c 9a01cca750 malloc_simple: Add a little more debugging 8 years ago
memsize.c cc8d698fab Revert "common/memsize.c: Simplify RAM size detection" 8 years ago
menu.c dd8d8da3d7 Fix typo choosen in comments and printf logs 8 years ago
miiphyutil.c 746da1bd42 common: miiphyutil: avoid memory leak 8 years ago
s_record.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
sata.c f5a14af9c4 dm: sata: Add support for driver-model block devices 8 years ago
scsi.c 69c125fe7b dm: scsi: if_typename should be scsi 8 years ago
splash.c 7bf71d1f55 lcd: split splash code into its own function 9 years ago
splash_source.c 1cb075c6c6 splash_source: add support for ubifs formatted nand 8 years ago
stdio.c 35a1f0dfa1 stdio: Correct a build error with driver model 8 years ago
system_map.c ecb1dc8922 Add support for Linux-like kallsysms 15 years ago
update.c c7ff552843 update: tftp: dfu: Extend update_tftp() function to support DFU 8 years ago
usb.c 0a8cc1a3a4 usb: move CONFIG_USB_XHCI to Kconfig with renaming 8 years ago
usb_hub.c d81db48d41 usb: hub: Don't continue on get_port_status failure 8 years ago
usb_kbd.c 9a80e71435 usb: kbd: Do not deregister usbkbd twice when using dm 8 years ago
usb_storage.c 9107c973d3 dm: blk: Add a easier way to create a named block device 8 years ago
xyzModem.c ecb57f69b2 lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value 8 years ago