aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/load.c
Commit message (Expand)AuthorAgeFilesLines
* lmb: Remove lmb_reserve_flags()Ilias Apalodimas2024-12-301-1/+1
* lmb: remove the lmb_init_and_reserve() functionSughosh Ganu2024-09-031-2/+0
* lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-031-4/+3
* cmd: Remove duplicate newlinesMarek Vasut2024-07-151-8/+0
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* cmd: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* getchar(): Correct usageTom Rini2024-01-181-2/+2
* cmd: fix loads, saves on sandboxHeinrich Schuchardt2023-07-201-4/+12
* serial: Call flush() before changing baudratePali Rohár2022-09-241-0/+5
* Audit <flash.h> inclusionTom Rini2022-08-041-0/+2
* cmd: load: add load command for memory mappedRui Miguel Silva2022-06-221-0/+48
* loads: Block writes into LMB reserved areas of U-BootMarek Vasut2021-10-251-0/+12
* xyz-modem: Show information about finished transferPali Rohár2021-09-031-0/+16
* xyz-modem: Properly abort/terminate transfer on errorPali Rohár2021-09-031-1/+13
* xyz-modem: Close stream after processing/sending terminate sequencePali Rohár2021-09-031-1/+1
* loadb: Properly indicate aborted kermit transferPali Rohár2021-09-011-0/+3
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-3/+3
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-5/+5
* cmd/load: support uploading EFI binary via UARTHeinrich Schuchardt2021-03-191-2/+8
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* cmd: correct long text loadb, loadx, loadyHeinrich Schuchardt2021-01-251-6/+6
* cmd: load: Fix code indentationMichal Simek2021-01-041-5/+4
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-22/+22
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-5/+6
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-3/+3
* common: Move flash_perror() to flash.hSimon Glass2020-01-171-1/+2
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-5/+5
* env: Rename common functions related to setenv()Simon Glass2017-08-161-3/+3
* flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2017-02-121-2/+2
* cmd: load: align cache flushChris Packham2016-10-311-1/+1
* Remove unused CONFIG_CMD_HWFLOW option and associated dead code.David Müller (ELSOFT AG)2016-02-081-30/+0
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+1113