Simon Glass fc843a02ac Kconfig: Add a CONFIG_IDE option 7 anni fa
..
eeprom aa9e604410 cmd: eeprom: add support for layout aware commands 8 anni fa
init c67c8c604b board_init.c: Always use memset() 7 anni fa
spl 089df18bfe lib: move hash CONFIG options to Kconfig 7 anni fa
Kconfig d70f919e49 Kconfig: Add CONFIG_HASH to enable hashing API 7 anni fa
Makefile fc843a02ac Kconfig: Add a CONFIG_IDE option 7 anni fa
autoboot.c 4632739202 autoboot: move bootdelay >= 0 check to abortboot() 8 anni fa
bedbug.c 472d546054 Consolidate bool type 11 anni fa
board_f.c cb33bda44f Merge branch 'master' of git://git.denx.de/u-boot-i2c 7 anni fa
board_info.c f7637cc014 generic-board: make show_board_info a weak function 7 anni fa
board_r.c fc843a02ac Kconfig: Add a CONFIG_IDE option 7 anni fa
bootm.c ba07984068 bootm: fix passing argc to standalone apps 7 anni fa
bootm_os.c 26d61195f8 fdt: Move fdt_fixup_ethernet to a common place 7 anni fa
bootretry.c b26440f1fa Rename bootretry functions and remove #ifdefs 10 anni fa
bootstage.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 anni fa
bouncebuf.c 5d69a5d178 Fix a few printf argument verification warnings 9 anni fa
cli.c f1f9d4fac5 hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER 8 anni fa
cli_hush.c f3b267b3a2 hush: Add rudimentary support for PS1 and PS2 8 anni fa
cli_readline.c fc18e9b3d5 common: cli_readline: Improve command line editing 7 anni fa
cli_simple.c bb08a6e7d5 common: cli_simple: use strlcpy instead of strcpy 8 anni fa
command.c f8bb696435 Drop command-processing code when CONFIG_CMDLINE is disabled 8 anni fa
console.c b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 7 anni fa
cros_ec.c 7e0c77a2b8 cros_ec: Remove unused cros_ec_board_init() function 9 anni fa
ddr_spd.c 5b8031ccb4 Add more SPDX-License-Identifier tags 8 anni fa
dfu.c 66928afb6b common: dfu: ignore reset for spl-dfu 7 anni fa
dlmalloc.c 034eda867f malloc: improve memalign fragmentation fix 8 anni fa
dlmalloc.src 472d546054 Consolidate bool type 11 anni fa
edid.c 43c6bdd020 edid: Add HDMI flag to timing info 7 anni fa
env_attr.c 902f5bcfbc env: avoid possible NULL pointer access 7 anni fa
env_callback.c 5a6894397a common: env: initialize scalar variable 8 anni fa
env_common.c b80c0b9934 Rename aes.h to uboot_aes.h 7 anni fa
env_dataflash.c 7ce1526ed2 env: Add env_export() wrapper 10 anni fa
env_eeprom.c c00c29d8f7 env_eeprom invalidates gd->env_addr by setting it to an offset value 8 anni fa
env_embedded.c f33f3e07f3 tools/env: Correct include kconfig 7 anni fa
env_ext4.c bd62e2419b common: Fix support for environment file in EXT4 8 anni fa
env_fat.c bcce53d048 dm: block: Rename device number member dev to devnum 8 anni fa
env_flags.c 9d80b49a67 env: split fw_env.h in public and private parts 7 anni fa
env_flash.c 3fa1981e24 env_flash.c: Drop unused variables 10 anni fa
env_mmc.c 687d207374 env_mmc: Allow SPL to use any MMC device to load/save the environment 7 anni fa
env_nand.c 4cc9699be7 common: env_nand: Ensure that we have nand_info[0] prior to use 7 anni fa
env_nowhere.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 anni fa
env_nvram.c 7ce1526ed2 env: Add env_export() wrapper 10 anni fa
env_onenand.c 7ce1526ed2 env: Add env_export() wrapper 10 anni fa
env_remote.c 3765b3e7bd Coding Style cleanup: remove trailing white space 10 anni fa
env_sata.c 125d193c4f common: env: support sata device 8 anni fa
env_sf.c 0b2e5bbe6a env_sf: use DIV_ROUND_UP to calculate number of sectors to erase 7 anni fa
env_ubi.c c1f51e0f3e common: env_ubi: Clear environment buffer before reading 8 anni fa
exports.c 9527931507 board/ls2085rdb: Export functions for standalone AQ FW load apps 9 anni fa
fb_mmc.c 88b6329cce disk: Return the partition number in part_get_info_by_name() 7 anni fa
fb_nand.c 2c72404687 fastboot: sparse: implement reserve() 8 anni fa
fdt_support.c f8e57c650d fdt_support: Fixup 'ethernet' aliases not ending in digits 7 anni fa
flash.c 554c73c025 flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled 7 anni fa
hash.c d70f919e49 Kconfig: Add CONFIG_HASH to enable hashing API 7 anni fa
hwconfig.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 anni fa
image-android.c 210a7176ee image: Update include/android_image.h 7 anni fa
image-fdt.c 26d61195f8 fdt: Move fdt_fixup_ethernet to a common place 7 anni fa
image-fit.c db1b79b886 splash: add support for loading splash from a FIT image 7 anni fa
image-sig.c 83dd98e012 image: Combine image_sig_algo with image_sign_info 7 anni fa
image-sparse.c 0abd63b26d fastboot: sparse: improve CHUNK_TYPE_FILL write performance 8 anni fa
image.c cec85d4e00 common/image.c: Use correct suffixes for binary sizes 7 anni fa
iomux.c b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 7 anni fa
iotrace.c 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 anni fa
kallsyms.c ecb1dc8922 Add support for Linux-like kallsysms 15 anni fa
kgdb.c eae4b2b67b Fix spelling of "occurred". 8 anni fa
kgdb_stubs.c a187559e3d Use correct spelling of "U-Boot" 8 anni fa
lcd.c 10ba6b3339 video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP 7 anni fa
lcd_console.c 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation 9 anni fa
lcd_console_rotation.c 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation 9 anni fa
lcd_simplefb.c d08e42a8cb dm: video: Add driver-model support to lcd_simplefb 7 anni fa
lynxkdi.c 712fbcf384 checkpatch whitespace cleanups 12 anni fa
main.c 9be2e790eb Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot 8 anni fa
malloc_simple.c 1923d54bfc malloc_simple: Add debug statements to memalign_simple 7 anni fa
memsize.c cc8d698fab Revert "common/memsize.c: Simplify RAM size detection" 8 anni fa
menu.c dd8d8da3d7 Fix typo choosen in comments and printf logs 8 anni fa
miiphyutil.c 79e2a6a04a common: miiphyutil: Add helper function for mdio bus name 7 anni fa
s_record.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 anni fa
sata.c aa6ab905b2 sata: fix sata command can not being executed bug 7 anni fa
scsi.c d52063b84f scsi: dm: split scsi_scan() 7 anni fa
splash.c b6de2cd7ee splash: Introduce default_splash_locations 8 anni fa
splash_source.c 3cc6e7070d splash: Prevent splash_load_fs from writing to 0x0 7 anni fa
stdio.c 69153988a6 i2c: Finish dropping use of CONFIG_I2C_HARD 7 anni fa
system_map.c ecb1dc8922 Add support for Linux-like kallsysms 15 anni fa
update.c e856bdcfb4 flash: complete CONFIG_SYS_NO_FLASH move with renaming 7 anni fa
usb.c 8319aeb1da usb: squash lines for immediate return 7 anni fa
usb_hub.c 911954859d dm: Use dm_scan_fdt_dev() directly where possible 8 anni fa
usb_kbd.c b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 7 anni fa
usb_storage.c 8850c5d57c Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 7 anni fa
xyzModem.c b09ece0836 common/xyzModem.c: Do not use hard-coded address for debug buffer 7 anni fa