summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0720-42/+20
* spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan2018-04-281-0/+4
* spl: Add dependency on serial to YmodemAlex Kiernan2018-04-281-0/+2
* spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan2018-04-281-0/+2
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-275-10/+0
* spl: ram: Add TPL Kconfig symbolsMarek Vasut2018-04-111-0/+14
* spl: ram: Convert to CONFIG_IS_ENABLEDMarek Vasut2018-04-111-3/+3
* tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to KconfigMarek Vasut2018-04-111-0/+8
* tpl: spi: Add CONFIG_TPL_SPI_LOAD to KconfigMarek Vasut2018-04-111-0/+7
* spl: spi: Move CONFIG_SPL_SPI_LOAD to KconfigMarek Vasut2018-04-111-0/+7
* image: fit: Show firmware configuration property if presentMichal Simek2018-04-061-1/+2
* spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay2018-04-061-2/+13
* Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan2018-04-061-0/+7
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-041-2/+8
|\
| * spl: fix binman_sym output checkMiquel Raynal2018-04-031-2/+8
* | spl: add SPL_RESET_SUPPORTPatrick Delaunay2018-03-191-0/+9
* | SPL: Add signature verification when loading imageJun Nie2018-03-191-0/+12
|/
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-056-6/+6
* spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas2018-03-052-3/+3
* 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