summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: sdp: add missing line breaksAndre Heider2018-02-211-2/+2
* configs: Migrate CONFIG_SPL_FRAMEWORKTom Rini2018-02-141-1/+9
* spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski2018-02-071-0/+11
* spl: include timezone in bannerKlaus Goger2018-01-291-1/+1
* Merge git://git.denx.de/u-boot-rockchipTom Rini2018-01-281-1/+2
|\
| * spl: atf: pass NULL for bl32_ep pcKever Yang2018-01-281-1/+2
* | spl: add option to disable SPL banner outputAnatolij Gustschin2018-01-282-0/+9
* | spl: use different BOARD_INIT MACRO for spl and tplKever Yang2018-01-282-1/+8
|/
* mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot2018-01-121-0/+9
* spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich2018-01-032-3/+27
* Merge git://git.denx.de/u-boot-dmTom Rini2017-12-142-6/+29
|\
| * binman: Add binman support to spl_ram.cSimon Glass2017-12-121-4/+15
| * binman: Add binman symbol support to SPLSimon Glass2017-12-121-2/+14
* | SPL: Add FIT data-position property supportPeng Fan2017-12-121-2/+9
|/
* spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabledTom Rini2017-11-271-1/+0
* spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich2017-11-262-3/+33
* spl: atf: drop the SPL_ATF_TEXT_BASE configuration itemPhilipp Tomsich2017-11-261-6/+0
* spl: rename config item SPL_ATF_SUPPORT to SPL_ATFPhilipp Tomsich2017-11-262-2/+2
* spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich2017-11-262-13/+82
* spl: fit: implement recording of loadables into /fit-imagesPhilipp Tomsich2017-11-261-14/+81
* spl: fit: simplify logic for FDT loading for non-OS bootsPhilipp Tomsich2017-11-261-30/+56
* thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas2017-11-211-0/+8
* SPL: fix printing of image nameAndré Draszik2017-11-161-1/+1
* spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchipKever Yang2017-11-071-1/+2
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-1/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-10-121-1/+9
|\
| * spl: fix assignment of board info to global dataYork Sun2017-10-091-1/+9
* | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-042-4/+4
|/
* TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default valueTom Rini2017-09-291-0/+1
* spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()Seung-Woo Kim2017-09-291-2/+3
* spl: Fix compiling warning on gunzip argumentYork Sun2017-09-221-1/+4
* spl: stash bootstage info before jump to next stageKever Yang2017-09-221-7/+7
* spl: add newline in debug outputAnatolij Gustschin2017-09-131-2/+2
* spl: fit: Add booting OS firstYork Sun2017-09-111-19/+41
* spl: fit: Support both external and embedded dataYork Sun2017-09-111-19/+33
* spl: fit: Eanble GZIP support for image decompressionYork Sun2017-09-111-2/+30
* spl: typo fix for SPL_ATF_SUPPORT descriptionKever Yang2017-09-071-1/+1
* spl: do not repeat timer init on i.MX6Anatolij Gustschin2017-08-291-1/+1
* spl: add serial download protocol (SDP) supportStefan Agner2017-08-233-0/+44
* spl: spl_mmc.c Correct blk_dread() return value checkTom Rini2017-08-201-1/+1
* spl: fix Makefile for NOR, XIP and YMODEMPhilipp Tomsich2017-08-171-3/+3
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-164-6/+6
* env: Rename setenv() to env_set()Simon Glass2017-08-163-4/+4
* dm: timer: normalise SPL and TPL supportPhilipp Tomsich2017-08-131-8/+0
* moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich2017-08-131-0/+1
* spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich2017-08-131-0/+39
* spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich2017-08-131-0/+19
* spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich2017-08-131-0/+8
* spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich2017-08-131-18/+18
* spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich2017-08-131-0/+9