summaryrefslogtreecommitdiff
path: root/cmd/bcb.c
AgeCommit message (Expand)Author
2022-10-21cmd: bcb: select user(0) hwpart in __bcb_load()Mattijs Korpershoek
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-02-05cmd: bcb: fix bcb struct alignment issueGary Bisson
2021-01-31cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca
2021-01-31cmd: bcb: Expose 'bcb_write_reboot_reason' to external callersEugeniu Rosca
2021-01-31cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needsEugeniu Rosca
2021-01-31cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needsEugeniu Rosca
2021-01-31cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needsEugeniu Rosca
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2019-07-24cmd: bcb: Apply non-functional refinementsEugeniu Rosca
2019-07-24cmd: bcb: Use strcmp() instead of strncmp() for string literalsEugeniu Rosca
2019-07-24cmd: bcb: Fix duplicated handling in two case-branchesEugeniu Rosca
2019-07-11cmd: Add 'bcb' command to read/modify/write BCB fieldsEugeniu Rosca