aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/bcb.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-1/+1
* cmd: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+1
* cmd: bcb: extend BCB C API to allow read/write the fieldsDmitrii Merkurev2023-11-161-54/+107
* cmd: bcb: support various block device interfaces for BCB commandDmitrii Merkurev2023-11-161-27/+43
* cmd: bcb: select user(0) hwpart in __bcb_load()Mattijs Korpershoek2022-10-211-0/+11
* blk: Rename if_type to uclass_idSimon Glass2022-09-251-2/+2
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-2/+2
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* cmd: bcb: fix bcb struct alignment issueGary Bisson2022-02-051-1/+2
* cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca2021-01-311-5/+12
* cmd: bcb: Expose 'bcb_write_reboot_reason' to external callersEugeniu Rosca2021-01-311-0/+20
* cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needsEugeniu Rosca2021-01-311-2/+7
* cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needsEugeniu Rosca2021-01-311-6/+11
* cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needsEugeniu Rosca2021-01-311-8/+23
* 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