summaryrefslogtreecommitdiff
path: root/cmd/bmp.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+3
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-5/+7
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-4/+4
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-4/+4
2019-02-15cmd: bmp: Make integer-to-pointer cast platform, independentAdam Heinrich1-1/+1
2018-12-04cmd: bmp: manage centered displayPatrick Delaunay1-5/+13
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-8/+4
2016-02-06cmd: Fix control bmp_display()Simon Glass1-2/+1
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+275