Simon Glass baa7d345fb board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() 8 years ago
..
eeprom aa9e604410 cmd: eeprom: add support for layout aware commands 9 years ago
init c67c8c604b board_init.c: Always use memset() 8 years ago
spl c6d9e9dbc3 SPL: Add XIP booting support 8 years ago
Kconfig 824bb1b453 bootstage: Support SPL 8 years ago
Makefile 824bb1b453 bootstage: Support SPL 8 years ago
autoboot.c 4632739202 autoboot: move bootdelay >= 0 check to abortboot() 9 years ago
bedbug.c 472d546054 Consolidate bool type 12 years ago
board_f.c baa7d345fb board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() 8 years ago
board_info.c f7637cc014 generic-board: make show_board_info a weak function 8 years ago
board_r.c 5b8e76c35e powerpc, 8xx: remove support for 8xx 8 years ago
bootm.c ba07984068 bootm: fix passing argc to standalone apps 8 years ago
bootm_os.c 5b8e76c35e powerpc, 8xx: remove support for 8xx 8 years ago
bootretry.c b26440f1fa Rename bootretry functions and remove #ifdefs 11 years ago
bootstage.c 9d2542d062 bootstage: Adjust to use const * where possible 8 years ago
bouncebuf.c 5d69a5d178 Fix a few printf argument verification warnings 10 years ago
cli.c f1f9d4fac5 hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER 9 years ago
cli_hush.c f3b267b3a2 hush: Add rudimentary support for PS1 and PS2 9 years ago
cli_readline.c fc18e9b3d5 common: cli_readline: Improve command line editing 8 years ago
cli_simple.c bb08a6e7d5 common: cli_simple: use strlcpy instead of strcpy 9 years ago
command.c f8bb696435 Drop command-processing code when CONFIG_CMDLINE is disabled 9 years ago
console.c b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 8 years ago
cros_ec.c 7e0c77a2b8 cros_ec: Remove unused cros_ec_board_init() function 10 years ago
ddr_spd.c 5b8031ccb4 Add more SPDX-License-Identifier tags 9 years ago
dfu.c 66928afb6b common: dfu: ignore reset for spl-dfu 8 years ago
dlmalloc.c 4e33316f65 malloc: Turn on DEBUG when enabling unit tests 8 years ago
dlmalloc.src 472d546054 Consolidate bool type 12 years ago
edid.c 66a1b30d14 edid: Use sizeof() in cea_is_hdmi_vsdb_present() 8 years ago
env_attr.c 902f5bcfbc env: avoid possible NULL pointer access 8 years ago
env_callback.c 5a6894397a common: env: initialize scalar variable 9 years ago
env_common.c b80c0b9934 Rename aes.h to uboot_aes.h 8 years ago
env_dataflash.c 7ce1526ed2 env: Add env_export() wrapper 11 years ago
env_eeprom.c c00c29d8f7 env_eeprom invalidates gd->env_addr by setting it to an offset value 9 years ago
env_embedded.c f33f3e07f3 tools/env: Correct include kconfig 8 years ago
env_ext4.c bd62e2419b common: Fix support for environment file in EXT4 9 years ago
env_fat.c bcce53d048 dm: block: Rename device number member dev to devnum 9 years ago
env_flags.c 9d80b49a67 env: split fw_env.h in public and private parts 8 years ago
env_flash.c 3fa1981e24 env_flash.c: Drop unused variables 11 years ago
env_mmc.c 01b73fe630 dm: mmc: Ensure that block device is probed 8 years ago
env_nand.c 4cc9699be7 common: env_nand: Ensure that we have nand_info[0] prior to use 8 years ago
env_nowhere.c 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
env_nvram.c 7ce1526ed2 env: Add env_export() wrapper 11 years ago
env_onenand.c 7ce1526ed2 env: Add env_export() wrapper 11 years ago
env_remote.c 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
env_sata.c 125d193c4f common: env: support sata device 9 years ago
env_sf.c 9d922450aa dm: Use dm.h header when driver mode is used 8 years ago
env_ubi.c c1f51e0f3e common: env_ubi: Clear environment buffer before reading 9 years ago
exports.c 9527931507 board/ls2085rdb: Export functions for standalone AQ FW load apps 10 years ago
fb_mmc.c efeccfe7f3 fastboot: Add support for flashing zImage 8 years ago
fb_nand.c 2c72404687 fastboot: sparse: implement reserve() 9 years ago
fdt_support.c eed36609b5 fdt: Rename a few functions in fdt_support 8 years ago
flash.c 554c73c025 flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled 8 years ago
hash.c 221a949eb6 Kconfig: Finish migration of hashing commands 8 years ago
hwconfig.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
image-android.c 210a7176ee image: Update include/android_image.h 8 years ago
image-fdt.c 26d61195f8 fdt: Move fdt_fixup_ethernet to a common place 8 years ago
image-fit.c db1b79b886 splash: add support for loading splash from a FIT image 8 years ago
image-sig.c 83dd98e012 image: Combine image_sig_algo with image_sign_info 8 years ago
image-sparse.c 0abd63b26d fastboot: sparse: improve CHUNK_TYPE_FILL write performance 9 years ago
image.c cec85d4e00 common/image.c: Use correct suffixes for binary sizes 8 years ago
iomux.c b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 8 years ago
iotrace.c 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 10 years ago
kallsyms.c ecb1dc8922 Add support for Linux-like kallsysms 16 years ago
kgdb.c eae4b2b67b Fix spelling of "occurred". 9 years ago
kgdb_stubs.c a187559e3d Use correct spelling of "U-Boot" 9 years ago
lcd.c 5b8e76c35e powerpc, 8xx: remove support for 8xx 8 years ago
lcd_console.c 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation 10 years ago
lcd_console_rotation.c 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation 10 years ago
lcd_simplefb.c d08e42a8cb dm: video: Add driver-model support to lcd_simplefb 8 years ago
lynxkdi.c 2eb48ff7a2 powerpc, 8260: remove support for mpc8260 8 years ago
main.c 9be2e790eb Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot 9 years ago
malloc_simple.c 1923d54bfc malloc_simple: Add debug statements to memalign_simple 8 years ago
memsize.c cc8d698fab Revert "common/memsize.c: Simplify RAM size detection" 9 years ago
menu.c dd8d8da3d7 Fix typo choosen in comments and printf logs 9 years ago
miiphyutil.c 79e2a6a04a common: miiphyutil: Add helper function for mdio bus name 8 years ago
s_record.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
sata.c aa6ab905b2 sata: fix sata command can not being executed bug 8 years ago
scsi.c d52063b84f scsi: dm: split scsi_scan() 8 years ago
splash.c b6de2cd7ee splash: Introduce default_splash_locations 8 years ago
splash_source.c 3cc6e7070d splash: Prevent splash_load_fs from writing to 0x0 8 years ago
stdio.c 69153988a6 i2c: Finish dropping use of CONFIG_I2C_HARD 8 years ago
system_map.c ecb1dc8922 Add support for Linux-like kallsysms 16 years ago
update.c e856bdcfb4 flash: complete CONFIG_SYS_NO_FLASH move with renaming 8 years ago
usb.c 8319aeb1da usb: squash lines for immediate return 8 years ago
usb_hub.c 911954859d dm: Use dm_scan_fdt_dev() directly where possible 8 years ago
usb_kbd.c b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 8 years ago
usb_storage.c 8850c5d57c Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 8 years ago
xyzModem.c b09ece0836 common/xyzModem.c: Do not use hard-coded address for debug buffer 8 years ago