summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
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
2017-08-13spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich
2017-08-13spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich
2017-08-13spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich
2017-08-13spl: add a 'return to bootrom' boot methodPhilipp Tomsich
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-19mmc: add static to spl_mmc_get_device_index()Masahiro Yamada
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin
2017-07-06spl: Make UBI fastmap support Kconfig selectableLadislav Michl
2017-06-09SPL: Add XIP booting supportVikas Manocha
2017-06-09spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha
2017-06-05common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini
2017-06-05bootstage: Support SPLSimon Glass
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori
2017-05-22Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-05-22lib: move hash CONFIG options to KconfigTom Rini
2017-05-22Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan
2017-05-17SPL: FIT: allow loading multiple imagesAndre Przywara
2017-05-17SPL: FIT: factor out spl_load_fit_image()Andre Przywara
2017-05-17SPL: FIT: improve error handlingAndre Przywara
2017-05-17SPL: FIT: rework U-Boot image loadingAndre Przywara