summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-1816-0/+16
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-1812-0/+14
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2020-05-181-2/+2
* common: Drop part.h from common headerSimon Glass2020-05-182-0/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-182-3/+3
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* spl: Always define preloader_console_initSamuel Holland2020-05-151-4/+3
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-2/+2
* spl: sdp: Add DM gadget support for sdpSherry Sun2020-05-031-2/+2
* spl: sdp: Add a callback to clean up USB driverYe Li2020-05-031-0/+1
* spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB deviceYe Li2020-05-032-2/+10
* spl: sdp: call board_usb_init at spl_sdp_load_imageFrank Li2020-05-031-0/+2
* Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon ...Harald Seiler2020-05-011-9/+0
* spl: spl_legacy: Add lzma decompression support for legacy imageWeijie Gao2020-04-271-2/+60
* spl: spl_nor: Remove unused variable 'ret' warningStefan Roese2020-04-271-6/+6
* spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese2020-04-272-8/+27
* spl: spl_legacy: Use IS_ENABLED() to remove #ifdefStefan Roese2020-04-271-3/+2
* spl: Extract legacy image handling into separate fileStefan Roese2020-04-273-44/+67
* spl: fit: do not check argument of free()Heinrich Schuchardt2020-04-241-2/+1
* spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson2020-04-241-6/+0
* riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng2020-04-231-1/+1
* spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler2020-04-221-3/+2
* spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler2020-04-221-2/+2
* Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-04-071-4/+0
|\
| * Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li2020-04-031-4/+0
* | spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini2020-03-161-2/+2
|/
* spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas2020-03-091-7/+4
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2020-01-261-0/+1
|\
| * sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfigAndre Przywara2020-01-241-0/+1
| * common: Move hang() to the same header as panic()Simon Glass2020-01-242-0/+2
| * image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-241-2/+2
* | spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen2020-01-221-5/+3
* | common: Move hang() to the same header as panic()Simon Glass2020-01-172-0/+2
* | image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-2/+2
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-01-162-2/+25
|\
| * spl: mmc: support uboot image offset on main partitionBaruch Siach2020-01-162-2/+25
* | Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-161-15/+2
|\ \
| * | spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek2020-01-141-14/+1
| * | spl: atf: Add missing ndepth initializationMichal Simek2020-01-141-1/+1
* | | Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra2020-01-151-1/+1
| |/ |/|
* | spl: fix entry_point equal to load_addrGiulio Benetti2020-01-141-2/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2020-01-081-0/+6
|\
| * spl: Allow cache drivers to be used in SPLLey Foon Tan2020-01-071-0/+6
* | spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot2020-01-071-3/+62
* | spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot2020-01-071-3/+3
* | spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot2020-01-071-2/+5
* | spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot2020-01-071-1/+5
* | spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot2020-01-071-5/+29