summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2020-07-02riscv: sbi: Add newline to error messageSean Anderson
2020-06-04sifive: fu540: Add U-Boot proper sector startJagan Teki
2020-05-31spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-15spl: Always define preloader_console_initSamuel Holland
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner
2020-05-03spl: sdp: Add DM gadget support for sdpSherry Sun
2020-05-03spl: sdp: Add a callback to clean up USB driverYe Li
2020-05-03spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB deviceYe Li
2020-05-03spl: sdp: call board_usb_init at spl_sdp_load_imageFrank Li
2020-05-01Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon ...Harald Seiler
2020-04-27spl: spl_legacy: Add lzma decompression support for legacy imageWeijie Gao
2020-04-27spl: spl_nor: Remove unused variable 'ret' warningStefan Roese
2020-04-27spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese
2020-04-27spl: spl_legacy: Use IS_ENABLED() to remove #ifdefStefan Roese
2020-04-27spl: Extract legacy image handling into separate fileStefan Roese
2020-04-24spl: fit: do not check argument of free()Heinrich Schuchardt
2020-04-24spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-04-03Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li
2020-03-16spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini
2020-03-09spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2020-01-24sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfigAndre Przywara
2020-01-24common: Move hang() to the same header as panic()Simon Glass
2020-01-24image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-22spl_fit.c: enable loading compressed u-boot from fit imageKlaus H. Sorensen
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-16spl: mmc: support uboot image offset on main partitionBaruch Siach
2020-01-15Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra
2020-01-14spl: fix entry_point equal to load_addrGiulio Benetti
2020-01-14spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek
2020-01-14spl: atf: Add missing ndepth initializationMichal Simek
2020-01-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2020-01-07spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot
2020-01-07spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot
2020-01-07spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot