summaryrefslogtreecommitdiff
path: root/cmd/cbfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+3
2020-05-27cbfs: Return the error code from file_cbfs_init()Simon Glass1-2/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-4/+4
2019-08-18cbfs: Move result variable into the structSimon Glass1-2/+2
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2018-12-31fs: cbfs: Add missing standard CBFS component typesBin Meng1-0/+30
2018-12-31fs: cbfs: Make all CBFS_TYPE_xxx macros consistentBin Meng1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-31cmd: cbfs: fix reading the end_of_rom pointer for 64bit archsAndre Heider1-1/+1
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2016-03-22cbfs: Update a function to be staticSimon Glass1-4/+8
2016-03-15dm: cbfs: Fix handling of invalid typeSimon Glass1-2/+3
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+196