aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_nand.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-11-16spl: Convert nand to spl_loadSean Anderson1-54/+16
2023-11-16spl: nand: Remove spl_nand_legacy_readSean Anderson1-18/+11
2023-11-16spl: Only support bl_len when we have toSean Anderson1-3/+3
2023-11-16spl: Remove filename from spl_load_infoSean Anderson1-3/+0
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson1-5/+3
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson1-4/+0
2023-11-16spl: nand: Map memory before accessing itSean Anderson1-2/+5
2023-11-16spl: nand: Set bl_len to page sizeSean Anderson1-8/+3
2023-11-16spl: nand: Fix NULL-pointer dereferenceSean Anderson1-1/+1
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson1-1/+3
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass1-5/+5
2022-12-05global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini1-4/+4
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-3/+3
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros1-1/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-07-13spl: nand: support loading legacy image with payload compressedWeijie Gao1-0/+27
2022-05-20spl: spl_nand: Fix bad block handling in fitImageMichael Trimarchi1-4/+1
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-6/+7
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini1-1/+1
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-08spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi1-5/+5
2020-07-08spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi1-1/+4
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-23spl: spl_nand.c: Add NAND loading messageStefan Roese1-0/+4
2018-09-25spl: 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-19spl: 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-01Common: 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-23armv8/ls2085aqds: NAND boot supportScott Wood1-1/+1
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher1-0/+13