summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* spl: Make image loader infrastructure more universalAndreas Dannenberg2019-07-172-25/+65
* spl: Allow performing BSS init early before board_init_f()Andreas Dannenberg2019-07-171-0/+10
* sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to KconfigAndre Przywara2019-07-151-0/+3
* spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia2019-07-131-0/+17
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-07-111-3/+17
|\
| * spl: sata: don't force FS_FAT supportBaruch Siach2019-07-111-2/+6
| * spl: sata: fix build with DM_SCSIBaruch Siach2019-07-111-1/+3
| * spl: sata: add default partition and image nameBaruch Siach2019-07-111-0/+8
* | SPL: Default to disabling legacy image support when using FITTom Rini2019-07-111-1/+1
* | spl: Fix typo in kernel docMiquel Raynal2019-07-111-1/+1
|/
* ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSGMarkus Klotzbuecher2019-07-091-0/+6
* ubispl: add support for loading volumes by nameHamish Guthrie2019-07-092-0/+20
* ubispl: migrate configuration to KconfigMarkus Klotzbuecher2019-07-091-0/+79
* spl: atf: Fix uninitialized pointer to bl31_image_infoFrieder Schrempf2019-07-021-0/+1
* Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-06-281-4/+8
|\
| * usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf2019-06-271-4/+8
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-06-172-2/+6
|\ \ | |/ |/|
| * usb: gadget: error out if g_dnl registration failsSjoerd Simons2019-06-141-1/+5
| * spl: dfu: Fix printed variable nameMarek Vasut2019-06-141-1/+1
* | configs: Migrate the various SPL_BOOT_xxx choices for PowerPCTom Rini2019-06-141-0/+20
|/
* Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imxTom Rini2019-06-111-0/+1
|\
| * spl: imx6: Provide a SPL_SIZE_LIMIT defaultFabio Estevam2019-06-111-0/+1
* | Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmelTom Rini2019-06-101-0/+12
|\ \ | |/ |/|
| * spl: at91: add support for SPL_AT91_MCK_BYPASSEugen Hristev2019-06-061-0/+12
* | spl: Correct SPL_SIZE_LIMIT Kconfig optionTom Rini2019-06-081-1/+1
* | spl: add overall SPL size checkSimon Goldschmidt2019-06-071-0/+36
* | spl: Set spl_image->fdt_addr pointer for full fitImage configurationMarek Vasut2019-05-181-1/+3
* | Fix spelling of available.Vagrant Cascadian2019-05-091-1/+1
* | spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabledJean-Jacques Hiblot2019-05-051-1/+1
|/
* configs: move CONFIG_SPL_TEXT_BASE to KconfigSimon Goldschmidt2019-04-291-0/+7
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-261-0/+5
* spl: spl_nand.c: Add NAND loading messageStefan Roese2019-04-231-0/+4
* spl: ymodem: Add support for loading full fitImagesMarek Vasut2019-04-221-1/+19
* dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-121-0/+2
* spl: ymodem: Move GZ handling out of YModem sessionMarek Vasut2019-04-091-13/+15
* spl: ymodem: Terminate YModem session on errorMarek Vasut2019-04-091-2/+3
* common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabledAbel Vesa2019-03-221-0/+4
* spl: add debug print for early malloc usageSimon Goldschmidt2019-02-281-0/+2
* spl: implement CRC check on U-Boot uImageSimon Goldschmidt2019-02-192-7/+45
* usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa2019-02-153-7/+3
* spl: Kconfig: Enable SPI_FLASH_TINY by default for SPLVignesh R2019-02-071-0/+1
* mtd: spi: Add lightweight SPI flash stack for SPLVignesh R2019-02-071-1/+10
* mtd: spi: spi-nor-core: Add SFDP supportVignesh R2019-02-071-1/+12
* spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee2019-02-013-5/+5
* spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee2019-02-011-0/+7
* spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee2019-02-013-5/+5
* linker: Modify linker scripts to be more genericTom Rini2019-01-261-0/+2
* spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis2019-01-263-6/+6
* common: spl: Kconfig: spelling fixesChris Packham2019-01-181-1/+1
* spl: ymodem: Add support for loading gzip compressed uImageMarek Vasut2019-01-151-5/+24