Stefan Roese 30eae26b56 common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE vor 9 Jahren
..
init af7a55514a x86: Fix board init breakage vor 9 Jahren
spl 8122d2161e Common: SPL: spl_nand: Fixed debug correct NAND ECC type. vor 9 Jahren
Kconfig 72a8cf8dcc Move all command code into its own directory vor 9 Jahren
Makefile 1872c67359 Allow command-line files to be dropped vor 9 Jahren
autoboot.c 9f73690ceb autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set vor 9 Jahren
bedbug.c 472d546054 Consolidate bool type vor 12 Jahren
board_f.c e4d6ab0c2c x86: Allow use of serial soon after relocation vor 9 Jahren
board_info.c a9ad18c9d5 generic-board: allow showing custom board info vor 9 Jahren
board_r.c d74d6b444c dm: timer: Correct timer init ordering after relocation vor 9 Jahren
bootm.c aa34fbc087 fdt: Allow libfdt to be used in SPL vor 9 Jahren
bootm_os.c b3b522f247 VxWorks: fixup MAC address for VxWorks vor 9 Jahren
bootretry.c b26440f1fa Rename bootretry functions and remove #ifdefs vor 11 Jahren
bootstage.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files vor 12 Jahren
bouncebuf.c 5d69a5d178 Fix a few printf argument verification warnings vor 10 Jahren
cli.c 30eae26b56 common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE vor 9 Jahren
cli_hush.c f3b267b3a2 hush: Add rudimentary support for PS1 and PS2 vor 9 Jahren
cli_readline.c 80402f34f8 spl, common, serial: build SPL without serial support vor 9 Jahren
cli_simple.c bb08a6e7d5 common: cli_simple: use strlcpy instead of strcpy vor 9 Jahren
command.c f8bb696435 Drop command-processing code when CONFIG_CMDLINE is disabled vor 9 Jahren
console.c ce1a7d1564 debug_uart: Remove duplicated carriage return handling vor 9 Jahren
cros_ec.c 7e0c77a2b8 cros_ec: Remove unused cros_ec_board_init() function vor 10 Jahren
ddr_spd.c 5b8031ccb4 Add more SPDX-License-Identifier tags vor 9 Jahren
dlmalloc.c deff6fb3a7 malloc: remove !gd handling vor 9 Jahren
dlmalloc.src 472d546054 Consolidate bool type vor 12 Jahren
edid.c 00cf1167bb edid: Add a function to read detailed monitor timings vor 10 Jahren
env_attr.c bdf1fe4e68 env: Add regex support to env_attrs vor 10 Jahren
env_callback.c 5a6894397a common: env: initialize scalar variable vor 9 Jahren
env_common.c ecd1446fe1 Add option -r to env import to allow import of text files with CRLF as line endings vor 11 Jahren
env_dataflash.c 7ce1526ed2 env: Add env_export() wrapper vor 11 Jahren
env_eeprom.c 354e3ed754 eeprom: Add bus argument to eeprom_init() vor 9 Jahren
env_embedded.c 66948c25bb nand_spl: remove nand_spl infrastructure vor 11 Jahren
env_ext4.c fd1000b9c1 common: Add support for environment file in EXT4. vor 9 Jahren
env_fat.c bcce53d048 dm: block: Rename device number member dev to devnum vor 9 Jahren
env_flags.c ed0f40a673 tools: fix env_flags build vor 9 Jahren
env_flash.c 3fa1981e24 env_flash.c: Drop unused variables vor 11 Jahren
env_mmc.c e92029c0f4 env_mmc: support overriding mmc dev from board code vor 9 Jahren
env_nand.c cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header vor 9 Jahren
env_nowhere.c 3765b3e7bd Coding Style cleanup: remove trailing white space vor 11 Jahren
env_nvram.c 7ce1526ed2 env: Add env_export() wrapper vor 11 Jahren
env_onenand.c 7ce1526ed2 env: Add env_export() wrapper vor 11 Jahren
env_remote.c 3765b3e7bd Coding Style cleanup: remove trailing white space vor 11 Jahren
env_sf.c 9a5d993e65 common: env_sf: Add exclamation mark vor 9 Jahren
env_ubi.c a7c06cd3a6 env_ubi.c: Correct pointer error in env load vor 9 Jahren
exports.c 9527931507 board/ls2085rdb: Export functions for standalone AQ FW load apps vor 10 Jahren
fb_mmc.c 2a981dc2c6 dm: block: Adjust device calls to go through helpers function vor 9 Jahren
fb_nand.c 3d4ef38de2 sparse: Rename the file and header vor 9 Jahren
fdt_support.c 4428f3c87a Revert "fdt: fix address cell count checking in fdt_translate_address()" vor 9 Jahren
flash.c 72ba368f45 mpc8xx: remove SPD823TS board support vor 10 Jahren
hash.c 48ad68deb8 hash.c: Conditionally compile hash_command, static hash_show vor 9 Jahren
hwconfig.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files vor 12 Jahren
image-android.c 9950098e31 image: fix support for Android boot images with no ramdisk vor 9 Jahren
image-fdt.c dea2174d9d efi_loader: Call fdt preparation functions vor 9 Jahren
image-fit.c c1913cb789 common: image-fit: Fix load and entry addresses in FIT image vor 9 Jahren
image-sig.c 364ac5b583 image: Convert to use fdt_for_each_subnode macro vor 10 Jahren
image-sparse.c 3d4ef38de2 sparse: Rename the file and header vor 9 Jahren
image.c cef2e51489 image: Add functions to obtain short names vor 9 Jahren
iomux.c 24b852a7a2 Move console definitions into a new console.h file vor 9 Jahren
iotrace.c 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined vor 10 Jahren
kallsyms.c ecb1dc8922 Add support for Linux-like kallsysms vor 16 Jahren
kgdb.c f9f040b215 kgdb: Remove first_entry for kgdb vor 10 Jahren
kgdb_stubs.c a187559e3d Use correct spelling of "U-Boot" vor 9 Jahren
lcd.c f8f58fbb09 lcd: Fix compile warning in 64bit mode vor 9 Jahren
lcd_console.c 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation vor 10 Jahren
lcd_console_rotation.c 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation vor 10 Jahren
lcd_simplefb.c de934b4158 common/lcd_simplefb: Add support for 32bit organized framebuffers vor 10 Jahren
lynxkdi.c 712fbcf384 checkpatch whitespace cleanups vor 13 Jahren
main.c 045e6f0d4f Panic when no command line processing can be performed vor 9 Jahren
malloc_simple.c 9a01cca750 malloc_simple: Add a little more debugging vor 9 Jahren
memsize.c cc8d698fab Revert "common/memsize.c: Simplify RAM size detection" vor 9 Jahren
menu.c dd8d8da3d7 Fix typo choosen in comments and printf logs vor 9 Jahren
miiphyutil.c 746da1bd42 common: miiphyutil: avoid memory leak vor 9 Jahren
s_record.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files vor 12 Jahren
splash.c 7bf71d1f55 lcd: split splash code into its own function vor 10 Jahren
splash_source.c 50c2d2e120 splash_source: add support for filesystem formatted sata vor 9 Jahren
stdio.c 35a1f0dfa1 stdio: Correct a build error with driver model vor 9 Jahren
system_map.c ecb1dc8922 Add support for Linux-like kallsysms vor 16 Jahren
update.c c7ff552843 update: tftp: dfu: Extend update_tftp() function to support DFU vor 9 Jahren
usb.c a6f70a3d14 Fix spelling of "transferred". vor 9 Jahren
usb_hub.c c998da0d67 usb: Change power-on / scanning timeout handling vor 9 Jahren
usb_kbd.c bdbcbe752e usb: kbd: Prevent out of bound access vor 9 Jahren
usb_storage.c b94fc8518e usb: Correct return value in usb_stor_info() vor 9 Jahren
xyzModem.c ecb57f69b2 lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value vor 9 Jahren