.. |
eeprom
|
…
|
|
init
|
board_init.c: Always use memset()
|
8 years ago |
spl
|
common/spl/Kconfig: Use 'if SPL' / 'if TPL' guards
|
8 years ago |
Kconfig
|
bootstage: Support SPL
|
8 years ago |
Makefile
|
bootstage: Support SPL
|
8 years ago |
autoboot.c
|
autoboot: move bootdelay >= 0 check to abortboot()
|
9 years ago |
bedbug.c
|
…
|
|
board_f.c
|
bootstage: Support SPL
|
8 years ago |
board_info.c
|
generic-board: make show_board_info a weak function
|
8 years ago |
board_r.c
|
bootstage: Record time taken to set up the live device tree
|
8 years ago |
bootm.c
|
bootm: fix passing argc to standalone apps
|
9 years ago |
bootm_os.c
|
fdt: Move fdt_fixup_ethernet to a common place
|
8 years ago |
bootretry.c
|
…
|
|
bootstage.c
|
bootstage: Adjust to use const * where possible
|
8 years ago |
bouncebuf.c
|
…
|
|
cli.c
|
hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER
|
9 years ago |
cli_hush.c
|
…
|
|
cli_readline.c
|
common: cli_readline: Improve command line editing
|
9 years ago |
cli_simple.c
|
…
|
|
command.c
|
…
|
|
console.c
|
console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
|
8 years ago |
cros_ec.c
|
…
|
|
ddr_spd.c
|
…
|
|
dfu.c
|
common: dfu: ignore reset for spl-dfu
|
8 years ago |
dlmalloc.c
|
malloc: Turn on DEBUG when enabling unit tests
|
8 years ago |
dlmalloc.src
|
…
|
|
edid.c
|
edid: Add HDMI flag to timing info
|
8 years ago |
env_attr.c
|
env: avoid possible NULL pointer access
|
8 years ago |
env_callback.c
|
…
|
|
env_common.c
|
Rename aes.h to uboot_aes.h
|
8 years ago |
env_dataflash.c
|
…
|
|
env_eeprom.c
|
…
|
|
env_embedded.c
|
tools/env: Correct include kconfig
|
8 years ago |
env_ext4.c
|
common: Fix support for environment file in EXT4
|
9 years ago |
env_fat.c
|
…
|
|
env_flags.c
|
env: split fw_env.h in public and private parts
|
8 years ago |
env_flash.c
|
…
|
|
env_mmc.c
|
dm: mmc: Don't re-init when accessing environment
|
8 years ago |
env_nand.c
|
common: env_nand: Ensure that we have nand_info[0] prior to use
|
9 years ago |
env_nowhere.c
|
…
|
|
env_nvram.c
|
…
|
|
env_onenand.c
|
…
|
|
env_remote.c
|
…
|
|
env_sata.c
|
…
|
|
env_sf.c
|
dm: Use dm.h header when driver mode is used
|
8 years ago |
env_ubi.c
|
common: env_ubi: Clear environment buffer before reading
|
9 years ago |
exports.c
|
…
|
|
fb_mmc.c
|
fastboot: Add support for flashing zImage
|
8 years ago |
fb_nand.c
|
fastboot: sparse: implement reserve()
|
9 years ago |
fdt_support.c
|
fdt: Rename a few functions in fdt_support
|
8 years ago |
flash.c
|
flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled
|
8 years ago |
hash.c
|
Kconfig: Finish migration of hashing commands
|
8 years ago |
hwconfig.c
|
…
|
|
image-android.c
|
image: Update include/android_image.h
|
8 years ago |
image-fdt.c
|
fdt: Move fdt_fixup_ethernet to a common place
|
8 years ago |
image-fit.c
|
splash: add support for loading splash from a FIT image
|
8 years ago |
image-sig.c
|
image: Combine image_sig_algo with image_sign_info
|
8 years ago |
image-sparse.c
|
fastboot: sparse: improve CHUNK_TYPE_FILL write performance
|
9 years ago |
image.c
|
common/image.c: Use correct suffixes for binary sizes
|
8 years ago |
iomux.c
|
console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
|
8 years ago |
iotrace.c
|
…
|
|
kallsyms.c
|
…
|
|
kgdb.c
|
…
|
|
kgdb_stubs.c
|
…
|
|
lcd.c
|
video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP
|
8 years ago |
lcd_console.c
|
…
|
|
lcd_console_rotation.c
|
…
|
|
lcd_simplefb.c
|
dm: video: Add driver-model support to lcd_simplefb
|
8 years ago |
lynxkdi.c
|
…
|
|
main.c
|
Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot
|
9 years ago |
malloc_simple.c
|
malloc_simple: Add debug statements to memalign_simple
|
8 years ago |
memsize.c
|
…
|
|
menu.c
|
…
|
|
miiphyutil.c
|
common: miiphyutil: Add helper function for mdio bus name
|
8 years ago |
s_record.c
|
…
|
|
sata.c
|
sata: fix sata command can not being executed bug
|
8 years ago |
scsi.c
|
scsi: dm: split scsi_scan()
|
8 years ago |
splash.c
|
splash: Introduce default_splash_locations
|
9 years ago |
splash_source.c
|
splash: Prevent splash_load_fs from writing to 0x0
|
8 years ago |
stdio.c
|
i2c: Finish dropping use of CONFIG_I2C_HARD
|
8 years ago |
system_map.c
|
…
|
|
update.c
|
flash: complete CONFIG_SYS_NO_FLASH move with renaming
|
8 years ago |
usb.c
|
usb: squash lines for immediate return
|
9 years ago |
usb_hub.c
|
dm: Use dm_scan_fdt_dev() directly where possible
|
9 years ago |
usb_kbd.c
|
console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
|
8 years ago |
usb_storage.c
|
Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD
|
8 years ago |
xyzModem.c
|
common/xyzModem.c: Do not use hard-coded address for debug buffer
|
8 years ago |