summaryrefslogtreecommitdiff
path: root/common/spl/spl_nand.c
AgeCommit message (Expand)Author
2024-08-23spl: Create a function to init spl_load_infoSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06common: Remove <common.h> and add needed includesTom Rini
2023-11-16spl: Convert nand to spl_loadSean Anderson
2023-11-16spl: nand: Remove spl_nand_legacy_readSean Anderson
2023-11-16spl: Only support bl_len when we have toSean Anderson
2023-11-16spl: Remove filename from spl_load_infoSean Anderson
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson
2023-11-16spl: nand: Map memory before accessing itSean Anderson
2023-11-16spl: nand: Set bl_len to page sizeSean Anderson
2023-11-16spl: nand: Fix NULL-pointer dereferenceSean Anderson
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass
2022-12-05global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-07-13spl: nand: support loading legacy image with payload compressedWeijie Gao
2022-05-20spl: spl_nand: Fix bad block handling in fitImageMichael Trimarchi
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini
2021-04-08spl: fit: nand: allow for non-page-aligned elementsTim Harvey
2021-04-08spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey
2020-07-08spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi
2020-07-08spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2019-10-08spl: nand: support loading i.MX container format filePeng Fan
2019-10-08spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan
2019-04-23spl: spl_nand.c: Add NAND loading messageStefan Roese
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut
2018-07-20spl: Make the spl_nand_load_image staticMichael Trimarchi
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass
2016-06-19spl: nand: support redundant u-boot imageBoris Brezillon
2016-05-27spl: Support loading a FIT from NANDLokesh Vutla
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut
2016-04-01Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-11-18spl: nand: remove code duplicationNikita Kiryanov
2015-04-23armv8/ls2085aqds: NAND boot supportScott Wood