summaryrefslogtreecommitdiff
path: root/common/splash_source.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-02-20common: splash_source: fix -Wint-to-pointer-cast warningJaehoon Chung1-2/+2
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass1-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-05-20splash: Load internal and external data from FITLeo Ruan1-21/+34
2019-05-20splash: Use splashfile instead of location->nameLeo Ruan1-2/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-05splash_source: Verify FIT magicNiko Mauno1-0/+5
2017-09-01Revert "Merge git://git.denx.de/u-boot-video"Tom Rini1-5/+0
2017-08-29splash_source: Verify FIT magicNiko Mauno1-0/+5
2017-08-19Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+1
2017-08-17dm: sata: Support driver model with the 'sata' commandSimon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-07-12common: use get_nand_dev_by_index()Grygorii Strashko1-2/+3
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-02-27splash: Prevent splash_load_fs from writing to 0x0Jonathan Golder1-1/+2
2017-01-13splash: fix splash source flags checktomas.melin@vaisala.com1-2/+2
2017-01-13splash: add support for loading splash from a FIT imagetomas.melin@vaisala.com1-1/+71
2017-01-13splash: sort include filestomas.melin@vaisala.com1-6/+7
2016-07-25splash: Accommodate DM_USB in splash_init_usb()Alexey Brodkin1-1/+5
2016-06-14splash_source: add support for ubifs formatted nandEran Matityahu1-4/+55
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood1-2/+2
2015-11-16splash_source: add support for filesystem formatted sataNikita Kiryanov1-0/+20
2015-11-16splash_source: add support for filesystem formatted usbNikita Kiryanov1-1/+30
2015-11-16splash_source: add support for filesystem formatted mmcNikita Kiryanov1-1/+57
2015-11-16splash_source: rename *_read() to *_read_raw()Nikita Kiryanov1-9/+9
2015-01-29common: convert compulab splash load code to common codeNikita Kiryanov1-0/+176