Simon Glass f19f1ecb60 dm: sata: Support driver model with the 'sata' command 6 years ago
..
eeprom aa9e604410 cmd: eeprom: add support for layout aware commands 8 years ago
init f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 6 years ago
spl e9e5d9d29f dm: timer: normalise SPL and TPL support 6 years ago
Kconfig 5abc1a4523 common: Move CONFIG_BOOTARGS to Kconfig 6 years ago
Makefile f94e643ef9 spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds 6 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 60873f736e common: board_f: Make reserve_mmu a weak function 6 years ago
board_info.c f7637cc014 generic-board: make show_board_info a weak function 7 years ago
board_r.c f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 6 years ago
boot_fit.c 160cfc4b5a boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() 6 years ago
bootm.c ba07984068 bootm: fix passing argc to standalone apps 7 years ago
bootm_os.c 5b8e76c35e powerpc, 8xx: remove support for 8xx 7 years ago
bootretry.c b26440f1fa Rename bootretry functions and remove #ifdefs 10 years ago
bootstage.c 9d2542d062 bootstage: Adjust to use const * where possible 7 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 fc18e9b3d5 common: cli_readline: Improve command line editing 7 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
common_fit.c 3863f840fa spl: fit: Break out some functions into a common file 7 years ago
console.c 7b3c4c3a53 dm: console: Check for serial devices properly 6 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
dfu.c 66928afb6b common: dfu: ignore reset for spl-dfu 7 years ago
dlmalloc.c f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 6 years ago
dlmalloc.src 472d546054 Consolidate bool type 11 years ago
edid.c 66a1b30d14 edid: Use sizeof() in cea_is_hdmi_vsdb_present() 7 years ago
env_attr.c 902f5bcfbc env: avoid possible NULL pointer access 7 years ago
env_callback.c 5a6894397a common: env: initialize scalar variable 8 years ago
env_common.c 76768f5f08 env: Add generic redundant environment implementation 6 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 eaa90e5df2 common/env_embedded.c: rename PPCENV/PPCTEXT macros 6 years ago
env_ext4.c bd62e2419b common: Fix support for environment file in EXT4 8 years ago
env_fat.c 43ba3c59cb env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig 6 years ago
env_flags.c 9d80b49a67 env: split fw_env.h in public and private parts 7 years ago
env_flash.c 3fa1981e24 env_flash.c: Drop unused variables 10 years ago
env_mmc.c 9d364af23e env: Switch env_nand, env_mmc and env_ubi to env_import_redund 6 years ago
env_nand.c 9d364af23e env: Switch env_nand, env_mmc and env_ubi to env_import_redund 6 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 9d922450aa dm: Use dm.h header when driver mode is used 7 years ago
env_ubi.c 9d364af23e env: Switch env_nand, env_mmc and env_ubi to env_import_redund 6 years ago
exports.c 9527931507 board/ls2085rdb: Export functions for standalone AQ FW load apps 9 years ago
fb_mmc.c efeccfe7f3 fastboot: Add support for flashing zImage 7 years ago
fb_nand.c edba8cc4f3 common: use get_nand_dev_by_index() 7 years ago
fdt_support.c 336a44877a fdt: Correct fdt_get_base_address() 6 years ago
flash.c 554c73c025 flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled 7 years ago
hash.c 221a949eb6 Kconfig: Finish migration of hashing commands 7 years ago
hwconfig.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
image-android.c 210a7176ee image: Update include/android_image.h 7 years ago
image-fdt.c 26d61195f8 fdt: Move fdt_fixup_ethernet to a common place 7 years ago
image-fit.c db1b79b886 splash: add support for loading splash from a FIT image 7 years ago
image-sig.c 83dd98e012 image: Combine image_sig_algo with image_sign_info 7 years ago
image-sparse.c 0abd63b26d fastboot: sparse: improve CHUNK_TYPE_FILL write performance 8 years ago
image.c cec85d4e00 common/image.c: Use correct suffixes for binary sizes 7 years ago
iomux.c b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 7 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 5b8e76c35e powerpc, 8xx: remove support for 8xx 7 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 d08e42a8cb dm: video: Add driver-model support to lcd_simplefb 7 years ago
lynxkdi.c 98f705c9ce powerpc: remove 4xx support 7 years ago
main.c 9be2e790eb Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot 8 years ago
malloc_simple.c 1923d54bfc malloc_simple: Add debug statements to memalign_simple 7 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 79e2a6a04a common: miiphyutil: Add helper function for mdio bus name 7 years ago
s_record.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
splash.c b6de2cd7ee splash: Introduce default_splash_locations 7 years ago
splash_source.c f19f1ecb60 dm: sata: Support driver model with the 'sata' command 6 years ago
stdio.c 69153988a6 i2c: Finish dropping use of CONFIG_I2C_HARD 7 years ago
system_map.c ecb1dc8922 Add support for Linux-like kallsysms 15 years ago
update.c e856bdcfb4 flash: complete CONFIG_SYS_NO_FLASH move with renaming 7 years ago
usb.c 98f705c9ce powerpc: remove 4xx support 7 years ago
usb_hub.c 81060bb1c0 usb: hub: Call usb_update_hub_device() after hub descriptor is fetched 6 years ago
usb_kbd.c b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 7 years ago
usb_storage.c b9560ad649 dm: scsi: Drop the ccb typedef 7 years ago
xyzModem.c b09ece0836 common/xyzModem.c: Do not use hard-coded address for debug buffer 7 years ago