aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2018-04-28spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan1-0/+4
2018-04-28spl: Add dependency on serial to YmodemAlex Kiernan1-0/+2
2018-04-28spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan1-0/+2
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini5-10/+0
2018-04-11spl: ram: Add TPL Kconfig symbolsMarek Vasut1-0/+14
2018-04-11spl: ram: Convert to CONFIG_IS_ENABLEDMarek Vasut1-3/+3
2018-04-11tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to KconfigMarek Vasut1-0/+8
2018-04-11tpl: spi: Add CONFIG_TPL_SPI_LOAD to KconfigMarek Vasut1-0/+7
2018-04-11spl: spi: Move CONFIG_SPL_SPI_LOAD to KconfigMarek Vasut1-0/+7
2018-04-06image: fit: Show firmware configuration property if presentMichal Simek1-1/+2
2018-04-06spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay1-2/+13
2018-04-06Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan1-0/+7
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini1-2/+8
2018-04-03spl: fix binman_sym output checkMiquel Raynal1-2/+8
2018-03-19spl: add SPL_RESET_SUPPORTPatrick Delaunay1-0/+9
2018-03-19SPL: Add signature verification when loading imageJun Nie1-0/+12
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada6-6/+6
2018-03-05spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas2-3/+3
2018-02-21usb: gadget: sdp: add missing line breaksAndre Heider1-2/+2
2018-02-14configs: Migrate CONFIG_SPL_FRAMEWORKTom Rini1-1/+9
2018-02-07spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-0/+11
2018-01-29spl: include timezone in bannerKlaus Goger1-1/+1
2018-01-28Merge git://git.denx.de/u-boot-rockchipTom Rini1-1/+2
2018-01-28spl: add option to disable SPL banner outputAnatolij Gustschin2-0/+9
2018-01-28spl: use different BOARD_INIT MACRO for spl and tplKever Yang2-1/+8
2018-01-28spl: atf: pass NULL for bl32_ep pcKever Yang1-1/+2
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot1-0/+9
2018-01-03spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich2-3/+27
2017-12-14Merge git://git.denx.de/u-boot-dmTom Rini2-6/+29
2017-12-12binman: Add binman support to spl_ram.cSimon Glass1-4/+15
2017-12-12binman: Add binman symbol support to SPLSimon Glass1-2/+14
2017-12-12SPL: Add FIT data-position property supportPeng Fan1-2/+9
2017-11-27spl: 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-16SPL: 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