summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGETJean-Jacques Hiblot2019-01-101-2/+2
* Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2019-01-012-2/+20
|\
| * imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8MYe Li2019-01-011-0/+1
| * SPL: Add HAB image authentication to FITYe Li2019-01-011-2/+19
* | spl: net: dm: usb: bind the gadget before attempting to load the imageJean-Jacques Hiblot2018-12-141-1/+3
|/
* spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2018-12-121-2/+2
* blk: Rework guard around part_init callTom Rini2018-12-121-0/+3
* spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-262-12/+95
* spl: Add a comment to spl_set_bd()Simon Glass2018-11-261-0/+4
* spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass2018-11-262-5/+14
* spl: Add a define for SPL_TPL_PROMPTSimon Glass2018-11-261-12/+15
* spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass2018-11-261-1/+47
* spl: Set up the bloblist in SPLSimon Glass2018-11-261-2/+16
* spl: Add support for logging in SPL and TPLSimon Glass2018-11-261-0/+7
* spl: fix debug prints for tiny printfSimon Goldschmidt2018-11-091-8/+6
* spl: fpga: Implement fpga bistream loading with fpga_loadMichal Simek2018-10-161-18/+16
* spl: spi: Do not hardcode fixed size for headerMichal Simek2018-10-061-3/+3
* spl: ram: Fix u_boot_pos calculationMichal Simek2018-10-061-3/+2
* Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchipTom Rini2018-10-054-0/+27
|\