summaryrefslogtreecommitdiff
path: root/cmd/load.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-3/+3
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2021-03-19cmd/load: support uploading EFI binary via UARTHeinrich Schuchardt1-2/+8
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-25cmd: correct long text loadb, loadx, loadyHeinrich Schuchardt1-6/+6
2021-01-04cmd: load: Fix code indentationMichal Simek1-5/+4
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-22/+22
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-5/+6
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-3/+3
2020-01-17common: Move flash_perror() to flash.hSimon Glass1-1/+2
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-5/+5
2017-08-16env: Rename common functions related to setenv()Simon Glass1-3/+3
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada1-2/+2
2016-10-31cmd: load: align cache flushChris Packham1-1/+1
2016-02-08Remove unused CONFIG_CMD_HWFLOW option and associated dead code.David Müller (ELSOFT AG)1-30/+0
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+1113