summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2018-02-14configs: Migrate CONFIG_SPL_FRAMEWORKTom Rini
2018-02-07spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski
2018-01-29spl: include timezone in bannerKlaus Goger
2018-01-28Merge git://git.denx.de/u-boot-rockchipTom Rini
2018-01-28spl: add option to disable SPL banner outputAnatolij Gustschin
2018-01-28spl: use different BOARD_INIT MACRO for spl and tplKever Yang
2018-01-28spl: atf: pass NULL for bl32_ep pcKever Yang
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot
2018-01-03spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich
2017-12-14Merge git://git.denx.de/u-boot-dmTom Rini
2017-12-12binman: Add binman support to spl_ram.cSimon Glass
2017-12-12binman: Add binman symbol support to SPLSimon Glass
2017-12-12SPL: Add FIT data-position property supportPeng Fan
2017-11-27spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabledTom Rini
2017-11-26spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich
2017-11-26spl: atf: drop the SPL_ATF_TEXT_BASE configuration itemPhilipp Tomsich
2017-11-26spl: rename config item SPL_ATF_SUPPORT to SPL_ATFPhilipp Tomsich
2017-11-26spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich
2017-11-26spl: fit: implement recording of loadables into /fit-imagesPhilipp Tomsich
2017-11-26spl: fit: simplify logic for FDT loading for non-OS bootsPhilipp Tomsich
2017-11-21thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas
2017-11-16SPL: fix printing of image nameAndré Draszik
2017-11-07spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchipKever Yang
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard
2017-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-10-09spl: fix assignment of board info to global dataYork Sun
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-29TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default valueTom Rini
2017-09-29spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()Seung-Woo Kim
2017-09-22spl: Fix compiling warning on gunzip argumentYork Sun
2017-09-22spl: stash bootstage info before jump to next stageKever Yang
2017-09-13spl: add newline in debug outputAnatolij Gustschin
2017-09-11spl: fit: Add booting OS firstYork Sun
2017-09-11spl: fit: Support both external and embedded dataYork Sun
2017-09-11spl: fit: Eanble GZIP support for image decompressionYork Sun
2017-09-07spl: typo fix for SPL_ATF_SUPPORT descriptionKever Yang
2017-08-29spl: do not repeat timer init on i.MX6Anatolij Gustschin
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner
2017-08-20spl: spl_mmc.c Correct blk_dread() return value checkTom Rini
2017-08-17spl: fix Makefile for NOR, XIP and YMODEMPhilipp Tomsich
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich
2017-08-13moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich
2017-08-13spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich
2017-08-13spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich
2017-08-13spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich
2017-08-13spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich
2017-08-13spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich