summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2017-12-14Merge git://git.denx.de/u-boot-dmTom Rini2-6/+29
2017-12-13binman: Add binman support to spl_ram.cSimon Glass1-4/+15
2017-12-13binman: Add binman symbol support to SPLSimon Glass1-2/+14
2017-12-13SPL: Add FIT data-position property supportPeng Fan1-2/+9
2017-11-28spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabledTom Rini1-1/+0
2017-11-26spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich2-3/+33
2017-11-26spl: atf: drop the SPL_ATF_TEXT_BASE configuration itemPhilipp Tomsich1-6/+0
2017-11-26spl: rename config item SPL_ATF_SUPPORT to SPL_ATFPhilipp Tomsich2-2/+2
2017-11-26spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich2-13/+82
2017-11-26spl: fit: implement recording of loadables into /fit-imagesPhilipp Tomsich1-14/+81
2017-11-26spl: fit: simplify logic for FDT loading for non-OS bootsPhilipp Tomsich1-30/+56
2017-11-21thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas1-0/+8
2017-11-17SPL: fix printing of image nameAndré Draszik1-1/+1
2017-11-07spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchipKever Yang1-1/+2
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-1/+2
2017-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+9
2017-10-09spl: fix assignment of board info to global dataYork Sun1-1/+9
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada2-4/+4
2017-09-29TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default valueTom Rini1-0/+1
2017-09-29spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()Seung-Woo Kim1-2/+3
2017-09-22spl: Fix compiling warning on gunzip argumentYork Sun1-1/+4
2017-09-22spl: stash bootstage info before jump to next stageKever Yang1-7/+7
2017-09-13spl: add newline in debug outputAnatolij Gustschin1-2/+2
2017-09-11spl: fit: Add booting OS firstYork Sun1-19/+41
2017-09-11spl: fit: Support both external and embedded dataYork Sun1-19/+33
2017-09-11spl: fit: Eanble GZIP support for image decompressionYork Sun1-2/+30
2017-09-07spl: typo fix for SPL_ATF_SUPPORT descriptionKever Yang1-1/+1
2017-08-29spl: do not repeat timer init on i.MX6Anatolij Gustschin1-1/+1
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner3-0/+44
2017-08-20spl: spl_mmc.c Correct blk_dread() return value checkTom Rini1-1/+1
2017-08-17spl: fix Makefile for NOR, XIP and YMODEMPhilipp Tomsich1-3/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass4-6/+6
2017-08-16env: Rename setenv() to env_set()Simon Glass3-4/+4
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich1-8/+0
2017-08-13moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich1-0/+1
2017-08-13spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich1-0/+39
2017-08-13spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich1-0/+19
2017-08-13spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich1-0/+8
2017-08-13spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich1-18/+18
2017-08-13spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich1-0/+9
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich1-2/+3
2017-08-13spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich1-5/+5
2017-08-13spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich1-1/+1
2017-08-13spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich1-0/+11
2017-08-13spl: add a 'return to bootrom' boot methodPhilipp Tomsich3-0/+39
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-2/+2
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-4/+4
2017-07-19mmc: add static to spl_mmc_get_device_index()Masahiro Yamada1-1/+1
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-1/+1
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin1-53/+1