summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2020-08-08fs/squashfs: new filesystemJoao Marcos Costa1-0/+9
2020-08-04spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass1-0/+10
2020-07-28Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford1-0/+7
2020-07-28Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford1-0/+12
2020-07-28Convert CONFIG_SPL_NAND_DRIVERS et al to KconfigAdam Ford1-0/+14
2020-07-24riscv: Make SiFive HiFive Unleashed board boot againBin Meng1-5/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-17spl: fix ext4fs_mount return code handlingThomas Schaefer1-1/+1
2020-07-09spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi1-5/+5
2020-07-09spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi1-1/+4
2020-07-09spl: fit: fail fit loading in case of FDT appending errorDario Binacchi1-3/+6
2020-07-06Merge branch 'next'Tom Rini2-8/+49
2020-07-02riscv: sbi: Add newline to error messageSean Anderson1-1/+1
2020-07-01riscv: Clean up IPI initialization codeSean Anderson1-0/+5
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-0/+20
2020-06-12Add support for SHA384 and SHA512Reuben Dowle1-8/+24
2020-06-04sifive: fu540: Add U-Boot proper sector startJagan Teki1-1/+2
2020-05-31spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner1-6/+13
2020-05-19common: Drop log.h from common headerSimon Glass16-0/+16
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass12-0/+14
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass1-2/+2
2020-05-19common: Drop part.h from common headerSimon Glass2-0/+2
2020-05-19part: Drop disk_partition_t typedefSimon Glass2-3/+3
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-05-15spl: Always define preloader_console_initSamuel Holland1-4/+3
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-2/+2
2020-05-03spl: sdp: Add DM gadget support for sdpSherry Sun1-2/+2
2020-05-03spl: sdp: Add a callback to clean up USB driverYe Li1-0/+1
2020-05-03spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB deviceYe Li2-2/+10
2020-05-03spl: sdp: call board_usb_init at spl_sdp_load_imageFrank Li1-0/+2
2020-05-01Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon ...Harald Seiler1-9/+0
2020-04-27spl: spl_legacy: Add lzma decompression support for legacy imageWeijie Gao1-2/+60
2020-04-27spl: spl_nor: Remove unused variable 'ret' warningStefan Roese1-6/+6
2020-04-27spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese2-8/+27
2020-04-27spl: spl_legacy: Use IS_ENABLED() to remove #ifdefStefan Roese1-3/+2
2020-04-27spl: Extract legacy image handling into separate fileStefan Roese3-44/+67
2020-04-24spl: fit: do not check argument of free()Heinrich Schuchardt1-2/+1
2020-04-24spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson1-6/+0
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng1-1/+1
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler1-3/+2
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-2/+2
2020-04-08Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-4/+0
2020-04-03Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li1-4/+0
2020-03-16spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini1-2/+2
2020-03-09spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas1-7/+4
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+1
2020-01-24sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfigAndre Przywara1-0/+1
2020-01-24common: Move hang() to the same header as panic()Simon Glass2-0/+2