summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * spl: add support to booting with OP-TEEKever Yang2018-10-044-0/+27
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-022-2/+2
|\
| * mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-202-2/+2
* | spl: mmc: Report device number when we failAlex Kiernan2018-09-301-1/+2
* | Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-271-4/+1
|\ \
| * | spl: fit: Enable GZIP compression also for no kernel partitionsMichal Simek2018-09-261-4/+1
| |/
* / spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut2018-09-2510-20/+21
|/
* spl: Allow remoteproc drivers to be used within SPLLokesh Vutla2018-09-111-0/+6
* spl: Allow mailbox drivers to be used within SPLLokesh Vutla2018-09-111-0/+8
* arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla2018-09-111-1/+1
* spl: Kconfig: Fix typo in 'Upgrade'Fabio Estevam2018-08-311-2/+2
* spl: fix debug print in spl_common_init()Simon Goldschmidt2018-08-201-2/+4
* kconfig: fix typo 'parition'Simon Goldschmidt2018-08-171-1/+1
* power: Add CONFIG_SPL_POWER_DOMAIN configPeng Fan2018-08-061-0/+9
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-08-041-1/+1
|\
| * sunxi: add support for Allwinner H6 SoCIcenowy Zheng2018-07-311-1/+1
* | binman: Add a new 'image-pos' propertySimon Glass2018-08-012-3/+3
* | binman: Rename 'position' to 'offset'Simon Glass2018-08-012-3/+3
|/
* spl: Add option SPL_PAYLOADYork Sun2018-07-261-0/+10
* spl: remove dependency to "asm/utils.h"Paulo Zaneti2018-07-241-1/+0
* spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich2018-07-211-1/+11
* spl: Make the spl_nand_load_image staticMichael Trimarchi2018-07-201-1/+1
* spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun2018-07-201-1/+4
* spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun2018-07-191-1/+2
* spl: nor: Add FIT supportYork Sun2018-07-191-2/+40
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-1/+1
* spl: fit: display a message when an FPGA image is loadedLuis Araneda2018-07-191-0/+1
* spl: fit: verify images prior to post processingBen Whitten2018-07-101-12/+9
* spl: fit: Fix support for loading FPGA bitstreamMarek Vasut2018-07-101-5/+8