summaryrefslogtreecommitdiff
path: root/cmd/bcb.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-31cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca1-5/+12
2021-01-31cmd: bcb: Expose 'bcb_write_reboot_reason' to external callersEugeniu Rosca1-0/+20
2021-01-31cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needsEugeniu Rosca1-2/+7
2021-01-31cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needsEugeniu Rosca1-6/+11
2021-01-31cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needsEugeniu Rosca1-8/+23
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-15/+15
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-2/+2
2019-07-24cmd: bcb: Apply non-functional refinementsEugeniu Rosca1-21/+22
2019-07-24cmd: bcb: Use strcmp() instead of strncmp() for string literalsEugeniu Rosca1-11/+11
2019-07-24cmd: bcb: Fix duplicated handling in two case-branchesEugeniu Rosca1-3/+0
2019-07-11cmd: Add 'bcb' command to read/modify/write BCB fieldsEugeniu Rosca1-0/+340