.. |
eeprom
|
aa9e604410
cmd: eeprom: add support for layout aware commands
|
9 лет назад |
init
|
496c5483e9
bootstage: call show_boot_progress also in SPL
|
9 лет назад |
spl
|
f73329ee82
Kconfig: tpl: Add some TPL support options to Kconfig
|
8 лет назад |
Kconfig
|
a4d88920e5
Kconfig: Move config IDENT_STRING to Kconfig
|
8 лет назад |
Makefile
|
76f1f38816
Use separate options for TPL support
|
8 лет назад |
autoboot.c
|
4632739202
autoboot: move bootdelay >= 0 check to abortboot()
|
9 лет назад |
bedbug.c
|
472d546054
Consolidate bool type
|
12 лет назад |
board_f.c
|
1221ce459d
treewide: replace #include <asm/errno.h> with <linux/errno.h>
|
8 лет назад |
board_info.c
|
a9ad18c9d5
generic-board: allow showing custom board info
|
9 лет назад |
board_r.c
|
c649e3c91c
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
|
9 лет назад |
bootm.c
|
5db28905c9
cmd: Split 'bootz' and 'booti' out from 'bootm'
|
8 лет назад |
bootm_os.c
|
b9c771b04c
sandbox: Don't exit when bootm completes
|
8 лет назад |
bootretry.c
|
b26440f1fa
Rename bootretry functions and remove #ifdefs
|
11 лет назад |
bootstage.c
|
1a4596601f
Add GPL-2.0+ SPDX-License-Identifier to source files
|
11 лет назад |
bouncebuf.c
|
5d69a5d178
Fix a few printf argument verification warnings
|
10 лет назад |
cli.c
|
f1f9d4fac5
hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER
|
9 лет назад |
cli_hush.c
|
f3b267b3a2
hush: Add rudimentary support for PS1 and PS2
|
9 лет назад |
cli_readline.c
|
fc18e9b3d5
common: cli_readline: Improve command line editing
|
8 лет назад |
cli_simple.c
|
bb08a6e7d5
common: cli_simple: use strlcpy instead of strcpy
|
9 лет назад |
command.c
|
f8bb696435
Drop command-processing code when CONFIG_CMDLINE is disabled
|
9 лет назад |
console.c
|
ce1a7d1564
debug_uart: Remove duplicated carriage return handling
|
9 лет назад |
cros_ec.c
|
7e0c77a2b8
cros_ec: Remove unused cros_ec_board_init() function
|
10 лет назад |
ddr_spd.c
|
5b8031ccb4
Add more SPDX-License-Identifier tags
|
9 лет назад |
dlmalloc.c
|
034eda867f
malloc: improve memalign fragmentation fix
|
9 лет назад |
dlmalloc.src
|
472d546054
Consolidate bool type
|
12 лет назад |
edid.c
|
00cf1167bb
edid: Add a function to read detailed monitor timings
|
10 лет назад |
env_attr.c
|
bdf1fe4e68
env: Add regex support to env_attrs
|
10 лет назад |
env_callback.c
|
5a6894397a
common: env: initialize scalar variable
|
9 лет назад |
env_common.c
|
62a3b7dd08
Various, unrelated tree-wide typo fixes.
|
8 лет назад |
env_dataflash.c
|
7ce1526ed2
env: Add env_export() wrapper
|
11 лет назад |
env_eeprom.c
|
c00c29d8f7
env_eeprom invalidates gd->env_addr by setting it to an offset value
|
9 лет назад |
env_embedded.c
|
66948c25bb
nand_spl: remove nand_spl infrastructure
|
11 лет назад |
env_ext4.c
|
bd62e2419b
common: Fix support for environment file in EXT4
|
9 лет назад |
env_fat.c
|
bcce53d048
dm: block: Rename device number member dev to devnum
|
9 лет назад |
env_flags.c
|
ed0f40a673
tools: fix env_flags build
|
9 лет назад |
env_flash.c
|
3fa1981e24
env_flash.c: Drop unused variables
|
11 лет назад |
env_mmc.c
|
5461acba44
dm: env: mmc: Convert env_mmc to support CONFIG_BLK
|
9 лет назад |
env_nand.c
|
4cc9699be7
common: env_nand: Ensure that we have nand_info[0] prior to use
|
8 лет назад |
env_nowhere.c
|
3765b3e7bd
Coding Style cleanup: remove trailing white space
|
11 лет назад |
env_nvram.c
|
7ce1526ed2
env: Add env_export() wrapper
|
11 лет назад |
env_onenand.c
|
7ce1526ed2
env: Add env_export() wrapper
|
11 лет назад |
env_remote.c
|
3765b3e7bd
Coding Style cleanup: remove trailing white space
|
11 лет назад |
env_sata.c
|
125d193c4f
common: env: support sata device
|
9 лет назад |
env_sf.c
|
96907c0fe5
dm: spi: Read default speed and mode values from DT
|
8 лет назад |
env_ubi.c
|
c1f51e0f3e
common: env_ubi: Clear environment buffer before reading
|
9 лет назад |
exports.c
|
9527931507
board/ls2085rdb: Export functions for standalone AQ FW load apps
|
9 лет назад |
fb_mmc.c
|
ec3cde1e83
common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV
|
8 лет назад |
fb_nand.c
|
2c72404687
fastboot: sparse: implement reserve()
|
9 лет назад |
fdt_support.c
|
11e44fc6bd
fdt_support: fdt_translate_address() blob const correctness
|
8 лет назад |
flash.c
|
72ba368f45
mpc8xx: remove SPD823TS board support
|
10 лет назад |
hash.c
|
1221ce459d
treewide: replace #include <asm/errno.h> with <linux/errno.h>
|
8 лет назад |
hwconfig.c
|
1a4596601f
Add GPL-2.0+ SPDX-License-Identifier to source files
|
11 лет назад |
ide.c
|
145df842b4
dm: ide: Add support for driver-model block devices
|
9 лет назад |
image-android.c
|
4f1318b29c
common: image: minimal android image iminfo support
|
9 лет назад |
image-fdt.c
|
bd86ef117d
image-fit: Fix fit_get_node_from_config semantics
|
8 лет назад |
image-fit.c
|
bd86ef117d
image-fit: Fix fit_get_node_from_config semantics
|
8 лет назад |
image-sig.c
|
364ac5b583
image: Convert to use fdt_for_each_subnode macro
|
10 лет назад |
image-sparse.c
|
0abd63b26d
fastboot: sparse: improve CHUNK_TYPE_FILL write performance
|
9 лет назад |
image.c
|
1221ce459d
treewide: replace #include <asm/errno.h> with <linux/errno.h>
|
8 лет назад |
iomux.c
|
24b852a7a2
Move console definitions into a new console.h file
|
9 лет назад |
iotrace.c
|
0eb25b6196
common: Make sure arch-specific map_sysmem() is defined
|
10 лет назад |
kallsyms.c
|
ecb1dc8922
Add support for Linux-like kallsysms
|
16 лет назад |
kgdb.c
|
eae4b2b67b
Fix spelling of "occurred".
|
9 лет назад |
kgdb_stubs.c
|
a187559e3d
Use correct spelling of "U-Boot"
|
9 лет назад |
lcd.c
|
f8f58fbb09
lcd: Fix compile warning in 64bit mode
|
9 лет назад |
lcd_console.c
|
604c7d4a5a
common/lcd_console: introduce display/framebuffer rotation
|
10 лет назад |
lcd_console_rotation.c
|
604c7d4a5a
common/lcd_console: introduce display/framebuffer rotation
|
10 лет назад |
lcd_simplefb.c
|
de934b4158
common/lcd_simplefb: Add support for 32bit organized framebuffers
|
9 лет назад |
lynxkdi.c
|
712fbcf384
checkpatch whitespace cleanups
|
13 лет назад |
main.c
|
9be2e790eb
Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot
|
9 лет назад |
malloc_simple.c
|
9a01cca750
malloc_simple: Add a little more debugging
|
9 лет назад |
memsize.c
|
cc8d698fab
Revert "common/memsize.c: Simplify RAM size detection"
|
9 лет назад |
menu.c
|
dd8d8da3d7
Fix typo choosen in comments and printf logs
|
9 лет назад |
miiphyutil.c
|
8c83c0303c
net: mii: check phy advertising register when geting link status
|
8 лет назад |
s_record.c
|
1a4596601f
Add GPL-2.0+ SPDX-License-Identifier to source files
|
11 лет назад |
sata.c
|
f5a14af9c4
dm: sata: Add support for driver-model block devices
|
9 лет назад |
scsi.c
|
69c125fe7b
dm: scsi: if_typename should be scsi
|
9 лет назад |
splash.c
|
b6de2cd7ee
splash: Introduce default_splash_locations
|
8 лет назад |
splash_source.c
|
d7b60fbfa6
splash: Accommodate DM_USB in splash_init_usb()
|
8 лет назад |
stdio.c
|
35a1f0dfa1
stdio: Correct a build error with driver model
|
9 лет назад |
system_map.c
|
ecb1dc8922
Add support for Linux-like kallsysms
|
16 лет назад |
update.c
|
c7ff552843
update: tftp: dfu: Extend update_tftp() function to support DFU
|
9 лет назад |
usb.c
|
8319aeb1da
usb: squash lines for immediate return
|
8 лет назад |
usb_hub.c
|
911954859d
dm: Use dm_scan_fdt_dev() directly where possible
|
8 лет назад |
usb_kbd.c
|
8319aeb1da
usb: squash lines for immediate return
|
8 лет назад |
usb_storage.c
|
8319aeb1da
usb: squash lines for immediate return
|
8 лет назад |
xyzModem.c
|
ecb57f69b2
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
|
9 лет назад |