| .. |
|
eeprom
|
…
|
|
|
init
|
dm: serial: support always use uart debug mode
|
2020-11-02 18:34:22 +08:00 |
|
spl
|
spl: support boot from rknand device
|
2020-11-30 09:53:12 +08:00 |
|
usbplug
|
common: add usbplug support
|
2020-05-22 16:58:04 +08:00 |
|
Kconfig
|
common: iotrace: do optimize
|
2020-06-22 20:02:15 +08:00 |
|
Makefile
|
common: iotrace: do optimize
|
2020-06-22 20:02:15 +08:00 |
|
android_ab.c
|
common: android_ab: move the ab functions to android_ab.c
|
2020-10-22 19:38:57 +08:00 |
|
android_bootloader.c
|
common: android: independent on optee client
|
2020-11-09 17:20:46 +08:00 |
|
attestation_key.c
|
…
|
|
|
autoboot.c
|
common: support disable CLI for verified-boot
|
2020-03-28 18:21:16 +08:00 |
|
bedbug.c
|
…
|
|
|
board_f.c
|
common: board_f: print kern.dtb address
|
2020-11-14 15:32:03 +08:00 |
|
board_info.c
|
common: board_info: print "AArch32" cpu mode
|
2019-10-24 10:52:45 +08:00 |
|
board_r.c
|
common: board_r: fix mtd blk compile error
|
2020-05-27 11:42:03 +08:00 |
|
boot_fit.c
|
common: fit: unify fit image align size
|
2020-03-16 11:42:38 +08:00 |
|
bootm.c
|
common: bootm: support host sign check for armv7 fit image
|
2020-04-03 17:54:19 +08:00 |
|
bootm_os.c
|
common: bootm: add bootm state param for arch_preboot_os()
|
2019-08-23 12:48:57 +08:00 |
|
bootretry.c
|
…
|
|
|
bootstage.c
|
…
|
|
|
bouncebuf.c
|
…
|
|
|
cli.c
|
common: cli: allow fall back to simple cli
|
2020-05-22 16:46:40 +08:00 |
|
cli_hush.c
|
…
|
|
|
cli_readline.c
|
…
|
|
|
cli_simple.c
|
…
|
|
|
command.c
|
common: cli: allow fall back to simple cli
|
2020-05-22 16:46:40 +08:00 |
|
common_fit.c
|
…
|
|
|
console.c
|
dm: serial: support always use uart debug mode
|
2020-11-02 18:34:22 +08:00 |
|
cros_ec.c
|
…
|
|
|
ddr_spd.c
|
…
|
|
|
dfu.c
|
UPSTREAM: usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
|
2020-01-07 17:24:53 +08:00 |
|
dlmalloc.c
|
…
|
|
|
dlmalloc.src
|
…
|
|
|
edid.c
|
common: edid: fix the mode flag for interlaced
|
2020-07-16 16:21:18 +08:00 |
|
exports.c
|
…
|
|
|
fb_common.c
|
…
|
|
|
fb_mmc.c
|
…
|
|
|
fb_nand.c
|
…
|
|
|
fdt_support.c
|
common: fdt_support: remove earlycon if uart is disabled
|
2020-11-02 18:34:22 +08:00 |
|
flash.c
|
…
|
|
|
hash.c
|
…
|
|
|
hwconfig.c
|
…
|
|
|
image-android-dt.c
|
…
|
|
|
image-android.c
|
common: android: simplify image verify/un-verify
|
2020-10-30 18:27:07 +08:00 |
|
image-fdt.c
|
common: image-fdt: ignore sysmem alloc for reseved memory at zero address
|
2020-06-05 14:36:13 +08:00 |
|
image-fit.c
|
common: fit: add fit_image_is_preload()
|
2020-09-07 14:53:06 +08:00 |
|
image-sig.c
|
UPSTREAM: rsa: add support of padding pss
|
2020-07-15 10:33:36 +08:00 |
|
image-sparse.c
|
…
|
|
|
image.c
|
UPSTREAM: tools: mkimage: Support RISC-V arch
|
2020-04-14 12:45:33 +08:00 |
|
iomux.c
|
…
|
|
|
iotrace.c
|
common: iotrace: do optimize
|
2020-06-22 20:02:15 +08:00 |
|
kallsyms.c
|
…
|
|
|
keymaster.c
|
…
|
|
|
kgdb.c
|
…
|
|
|
kgdb_stubs.c
|
…
|
|
|
lcd.c
|
…
|
|
|
lcd_console.c
|
…
|
|
|
lcd_console_rotation.c
|
…
|
|
|
lcd_simplefb.c
|
…
|
|
|
log.c
|
…
|
|
|
log_console.c
|
…
|
|
|
lynxkdi.c
|
…
|
|
|
main.c
|
common: add autoboot_command_fail_handle() callback
|
2020-03-28 18:21:16 +08:00 |
|
malloc_simple.c
|
common: malloc simple: enable space exhausted message
|
2020-09-17 20:03:01 +08:00 |
|
memsize.c
|
…
|
|
|
menu.c
|
…
|
|
|
miiphyutil.c
|
…
|
|
|
s_record.c
|
…
|
|
|
splash.c
|
…
|
|
|
splash_source.c
|
common: fit: unify fit image align size
|
2020-03-16 11:42:38 +08:00 |
|
stdio.c
|
dm: console/serial: fix flushc() doesn't work
|
2019-08-01 10:05:41 +08:00 |
|
system_map.c
|
…
|
|
|
update.c
|
…
|
|
|
usb.c
|
UPSTREAM: usb: Add nonblock argument to submit_int_msg
|
2020-01-07 17:25:00 +08:00 |
|
usb_hub.c
|
UPSTREAM: usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
|
2020-01-07 17:24:53 +08:00 |
|
usb_kbd.c
|
UPSTREAM: usb: Add nonblock argument to submit_int_msg
|
2020-01-07 17:25:00 +08:00 |
|
usb_storage.c
|
UPSTREAM: usb: Add nonblock argument to submit_int_msg
|
2020-01-07 17:25:00 +08:00 |
|
write_keybox.c
|
common: write keybox: always write storage flag to security sorage
|
2019-11-27 11:31:04 +08:00 |
|
xyzModem.c
|
…
|
|