summaryrefslogtreecommitdiff
path: root/cmd/bcb.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-15/+15
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-2/+2
* cmd: bcb: Apply non-functional refinementsEugeniu Rosca2019-07-241-21/+22
* cmd: bcb: Use strcmp() instead of strncmp() for string literalsEugeniu Rosca2019-07-241-11/+11
* cmd: bcb: Fix duplicated handling in two case-branchesEugeniu Rosca2019-07-241-3/+0
* cmd: Add 'bcb' command to read/modify/write BCB fieldsEugeniu Rosca2019-07-111-0/+340