aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_nor.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-27spl: spl_nor: Remove unused variable 'ret' warningStefan Roese1-6/+6
2020-04-27spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese1-8/+7
2019-11-03spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski1-0/+5
2019-10-08spl: nor: support loading i.MX container format filePeng Fan1-2/+7
2019-10-08spl: nor: introduce spl_nor_get_uboot_basePeng Fan1-4/+9
2018-07-19spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun1-1/+2
2018-07-19spl: nor: Add FIT supportYork Sun1-2/+40
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha1-7/+1
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-8/+9
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass1-1/+2
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-2/+2
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans1-2/+2
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut1-2/+7
2016-03-15spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada1-1/+1
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-2/+4
2015-02-16spl, spl_nor: fix compiler warningHeiko Schocher1-1/+1
2015-01-14spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada1-25/+39
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-12/+1
2012-09-27SPL: Add NOR flash booting supportStefan Roese1-0/+62