summaryrefslogtreecommitdiffstats
path: root/common/update.c
Commit message (Expand)AuthorAgeFilesLines
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-2/+2
* common: update: fix an "unused" warning against update_flash()AKASHI Takahiro2020-12-021-4/+4
* common: update: add a generic interface for FIT imageAKASHI Takahiro2020-10-301-0/+71
* dfu: modify an argument type for an addressAKASHI Takahiro2020-10-301-1/+2
* dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro2020-10-301-2/+3
* dfu: fix dfu tftp on sandboxHeinrich Schuchardt2020-09-011-1/+2
* dfu: fix typo parameteresHeinrich Schuchardt2020-09-011-2/+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-2/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_set() 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
* tftp: update: Include missing cfi_flash.h headerMarek Vasut2018-02-131-0/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+4
* env: Rename setenv() to env_set()Simon Glass2017-08-161-2/+2
* flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2017-02-121-5/+5
* update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski2015-09-071-10/+37
* tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FL...Lukasz Majewski2015-09-071-8/+7
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger2015-04-181-8/+8
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-181-3/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-141-1/+1
* net/: sparse fixesKim Phillips2012-11-041-0/+1
* net: tftpput: Rename TFTP to TFTPGETSimon Glass2011-10-261-1/+1
* automatic update from FIT image: add optional address parameterAndreas Pretzsch2011-07-261-6/+14
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-6/+6
* Automatic software update from TFTP serverBartlomiej Sieka2008-10-181-0/+315