~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* spl: spl-nor: return error if no valid image was loadedMario Kicherer2023-06-20
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-05
* spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros2022-10-26
* treewide: Drop image_header_t typedefSimon Glass2022-09-29
* Convert CONFIG_SYS_SPL_ARGS_ADDR to KconfigTom Rini2022-06-06
* spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMATAndrew Davis2022-05-11
* SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár2022-01-20
* spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini2021-11-05
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Drop image.h from common headerSimon Glass2020-05-18
* spl: spl_nor: Remove unused variable 'ret' warningStefan Roese2020-04-27
* spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese2020-04-27
* spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski2019-11-03
* spl: nor: support loading i.MX container format filePeng Fan2019-10-08
* spl: nor: introduce spl_nor_get_uboot_basePeng Fan2019-10-08
* spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun2018-07-19
* spl: nor: Add FIT supportYork Sun2018-07-19
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* spl: make image arg or fdt blob address reconfigurableVikas Manocha2017-05-08
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-09
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-06
* spl: Convert spl_nor_load_image() to use linker listSimon Glass2016-10-06
* spl: Convert boot_device into a structSimon Glass2016-10-06
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-06
* spl_nor.c: Support devicetree sizes different from 16kMike Looijmans2016-08-08
* SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-17
* spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada2016-03-15
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-18
* spl, spl_nor: fix compiler warningHeiko Schocher2015-02-16
* spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada2015-01-14
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* SPL: Add NOR flash booting supportStefan Roese2012-09-27