summaryrefslogtreecommitdiff
path: root/common/spl/spl_nand.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08spl: fit: nand: allow for non-page-aligned elementsTim Harvey1-5/+15
2021-04-08spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey1-1/+3
2020-07-09spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi1-5/+5
2020-07-09spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi1-1/+4
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+2
2019-10-08spl: nand: support loading i.MX container format filePeng Fan1-0/+9
2019-10-08spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan1-2/+7
2019-04-24spl: spl_nand.c: Add NAND loading messageStefan Roese1-0/+4
2018-09-26spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-2/+2
2018-07-20spl: Make the spl_nand_load_image staticMichael Trimarchi1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-1/+1
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-14/+19
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass1-1/+3
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-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass1-1/+1
2016-06-20spl: nand: support redundant u-boot imageBoris Brezillon1-0/+7
2016-05-27spl: Support loading a FIT from NANDLokesh Vutla1-5/+32
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut1-2/+7
2016-04-02Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil1-0/+4
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-6/+12
2015-11-18spl: nand: remove code duplicationNikita Kiryanov1-15/+16
2015-04-24armv8/ls2085aqds: NAND boot supportScott Wood1-1/+1
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher1-0/+13
2014-07-22spl: nand: read only in the size of image_header on the first accessMasahiro Yamada1-3/+3
2014-05-15nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-09-27SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini1-0/+100