summaryrefslogtreecommitdiff
path: root/common/update.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass1-2/+2
2020-12-03common: update: fix an "unused" warning against update_flash()AKASHI Takahiro1-4/+4
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro1-0/+71
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro1-1/+2
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro1-2/+3
2020-09-01dfu: fix dfu tftp on sandboxHeinrich Schuchardt1-1/+2
2020-09-01dfu: fix typo parameteresHeinrich Schuchardt1-2/+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-2/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-14tftp: update: Include missing cfi_flash.h headerMarek Vasut1-0/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+4
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada1-5/+5
2015-09-07update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski1-10/+37
2015-09-07tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FL...Lukasz Majewski1-8/+7
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger1-8/+8
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger1-3/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-1/+1
2012-11-04net/: sparse fixesKim Phillips1-0/+1
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass1-1/+1
2011-07-26automatic update from FIT image: add optional address parameterAndreas Pretzsch1-6/+14
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-6/+6
2008-10-18Automatic software update from TFTP serverBartlomiej Sieka1-0/+315