summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* 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
* spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich2017-08-131-2/+3
* spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich2017-08-131-5/+5
* spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich2017-08-131-1/+1
* spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich2017-08-131-0/+11
* spl: add a 'return to bootrom' boot methodPhilipp Tomsich2017-08-133-0/+39
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-2/+2
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-4/+4
* mmc: add static to spl_mmc_get_device_index()Masahiro Yamada2017-07-191-1/+1
* dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-111-1/+1
* spl: fit: Break out some functions into a common fileCooper Jr., Franklin2017-07-101-53/+1
* spl: Make UBI fastmap support Kconfig selectableLadislav Michl2017-07-061-1/+1
* SPL: Add XIP booting supportVikas Manocha2017-06-093-0/+38
* spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha2017-06-081-3/+3
* common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini2017-06-051-72/+24
* bootstage: Support SPLSimon Glass2017-06-051-0/+18
* fs: fat: add kbuild configuration supportSekhar Nori2017-06-031-0/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-05-221-105/+196
|\
| * SPL: FIT: allow loading multiple imagesAndre Przywara2017-05-171-2/+40
| * SPL: FIT: factor out spl_load_fit_image()Andre Przywara2017-05-171-82/+80
| * SPL: FIT: improve error handlingAndre Przywara2017-05-171-2/+13