summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+1
2019-12-03spl: bootcount: Move code out of header fileSimon Glass1-0/+11
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner2-1/+9
2019-11-11Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-14/+34
2019-11-10common: spl: atf: support booting bl32 imageJoseph Chen1-14/+34
2019-11-08spl: fix SPI config dependenciesSimon Goldschmidt1-10/+11
2019-11-04Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+5
2019-11-03spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski1-0/+5
2019-11-03spl: Add a size check for TPLSimon Glass1-0/+8
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini1-4/+19
2019-10-29spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan1-2/+3
2019-10-27bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass1-1/+13
2019-10-27bootstage: Mark the start/end of TPL and SPL separatelySimon Glass1-3/+6
2019-10-18spl: mmc: make eMMC HW boot partition configuration optionalAnatolij Gustschin1-6/+22
2019-10-14Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini1-10/+4
2019-10-12Merge branch '2019-10-11-master-imports'Tom Rini3-20/+64
2019-10-11spl: Introduce SPL_DM_SPI Kconfig defineLukasz Majewski1-0/+7
2019-10-11spl: mmc: Add option to set eMMC HW boot partitionMans Rullgard2-0/+10
2019-10-11spl: mmc: Fix indentation in spl_mmc.c fileMans Rullgard1-20/+20
2019-10-11spl: add a generic function board_init_fPhilippe Reynes2-0/+27
2019-10-11spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg1-2/+2
2019-10-11spl: ymodem: Fix FIT loading termination handlingAndreas Dannenberg1-2/+3
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla1-10/+4
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+1
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini7-14/+89
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic1-1/+1
2019-10-08spl: nor: support loading i.MX container format filePeng Fan1-2/+7
2019-10-08spl: spi: support loading i.MX container format filePeng Fan1-0/+11
2019-10-08spl: nand: support loading i.MX container format filePeng Fan1-0/+9
2019-10-08spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan1-2/+7
2019-10-08spl: nor: introduce spl_nor_get_uboot_basePeng Fan1-4/+9
2019-10-08spl: spi: introduce spl_spi_get_uboot_offsPeng Fan1-1/+9
2019-10-08spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan1-0/+11
2019-10-08imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon modeLukasz Majewski1-0/+9
2019-10-08spl: mmc: support loading i.MX container format filePeng Fan1-0/+10
2019-10-08ARM: imx: Support larger SPL size on IMX6DQRobert Hancock1-1/+2
2019-10-08spl: pass args to board_return_to_bootromPeng Fan1-3/+4
2019-10-08arm64: zynqmp: Define default SPL_TEXT_BASE address in KconfigMichal Simek1-0/+1
2019-10-08spl: Convert CONFIG_SPL_SIZE_LIMIT to hexSimon Glass1-1/+1
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass1-1/+1
2019-10-08spl: Set up the bloblist in board_init_r()Simon Glass1-17/+18
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass1-3/+9
2019-10-08spl: handoff: Correct Kconfig condition for SPL and TPLSimon Glass1-2/+2
2019-08-27Merge branch '2019-08-26-master-imports'Tom Rini1-0/+1
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford1-0/+1
2019-08-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini5-14/+134
2019-08-26riscv: support SPL stack and global data relocationLukas Auer1-1/+1
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer4-0/+109
2019-08-26spl: fit: use U-Boot device tree when FIT image has no device treeLukas Auer1-13/+24