summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass2020-08-031-0/+10
* Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford2020-07-281-0/+7
* Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford2020-07-281-0/+12
* Convert CONFIG_SPL_NAND_DRIVERS et al to KconfigAdam Ford2020-07-281-0/+14
* riscv: Make SiFive HiFive Unleashed board boot againBin Meng2020-07-241-5/+0
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* spl: fix ext4fs_mount return code handlingThomas Schaefer2020-07-171-1/+1
* spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi2020-07-081-5/+5
* spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi2020-07-081-1/+4
* spl: fit: fail fit loading in case of FDT appending errorDario Binacchi2020-07-081-3/+6
* Merge branch 'next'Tom Rini2020-07-062-8/+49
|\
| * riscv: Clean up IPI initialization codeSean Anderson2020-07-011-0/+5
| * spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-0/+20
| * Add support for SHA384 and SHA512Reuben Dowle2020-06-121-8/+24
* | riscv: sbi: Add newline to error messageSean Anderson2020-07-021-1/+1
|/
* sifive: fu540: Add U-Boot proper sector startJagan Teki2020-06-041-1/+2
* spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner2020-05-311-6/+13
* 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...WIP/07Apr2020-nextTom 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-sunxiWIP/26Jan2020Tom 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