summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_nor.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* spl: spl_nor: Remove unused variable 'ret' warningStefan Roese2020-04-271-6/+6
* spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese2020-04-271-8/+7
* spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski2019-11-031-0/+5
* spl: nor: support loading i.MX container format filePeng Fan2019-10-081-2/+7
* spl: nor: introduce spl_nor_get_uboot_basePeng Fan2019-10-081-4/+9
* spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun2018-07-191-1/+2
* spl: nor: Add FIT supportYork Sun2018-07-191-2/+40
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spl: make image arg or fdt blob address reconfigurableVikas Manocha2017-05-081-7/+1
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+1
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-8/+9
* spl: Convert spl_nor_load_image() to use linker listSimon Glass2016-10-061-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-061-1/+1
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-061-2/+2
* spl_nor.c: Support devicetree sizes different from 16kMike Looijmans2016-08-081-2/+2
* SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-171-2/+7
* spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada2016-03-151-1/+1
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-181-2/+4
* spl, spl_nor: fix compiler warningHeiko Schocher2015-02-161-1/+1
* spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada2015-01-141-25/+39
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-12/+1
* SPL: Add NOR flash booting supportStefan Roese2012-09-271-0/+62