aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2019-12-10spl: opensbi: wait for ack from secondary harts before entering OpenSBILukas Auer
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer
2019-12-10spl: opensbi: specify main hart as preferred boot hartLukas Auer
2019-12-10spl: cache: Allow cache drivers in SPLRick Chen
2019-12-06Revert "spl: fix entry_point equal to load_addr"Tom Rini
2019-12-05spl: fix entry_point equal to load_addrGiulio Benetti
2019-12-05spl: Introduce SPL_DM_GPIO Kconfig defineLukasz Majewski
2019-12-03spl: ymodem: Fix loading of fit imageLokesh Vutla
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move serial functions out of common.hSimon Glass
2019-12-02spl: bootcount: Move code out of header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner
2019-11-11Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2019-11-10common: spl: atf: support booting bl32 imageJoseph Chen
2019-11-07spl: fix SPI config dependenciesSimon Goldschmidt
2019-11-04Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-11-03spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski
2019-11-03spl: Add a size check for TPLSimon Glass
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini
2019-10-29spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan
2019-10-27bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass
2019-10-27bootstage: Mark the start/end of TPL and SPL separatelySimon Glass
2019-10-18spl: mmc: make eMMC HW boot partition configuration optionalAnatolij Gustschin
2019-10-14Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini
2019-10-12Merge branch '2019-10-11-master-imports'Tom Rini
2019-10-11spl: Introduce SPL_DM_SPI Kconfig defineLukasz Majewski
2019-10-11spl: mmc: Add option to set eMMC HW boot partitionMans Rullgard
2019-10-11spl: mmc: Fix indentation in spl_mmc.c fileMans Rullgard
2019-10-11spl: add a generic function board_init_fPhilippe Reynes
2019-10-11spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg
2019-10-11spl: ymodem: Fix FIT loading termination handlingAndreas Dannenberg
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic
2019-10-08spl: nor: support loading i.MX container format filePeng Fan
2019-10-08spl: spi: support loading i.MX container format filePeng Fan
2019-10-08spl: nand: support loading i.MX container format filePeng Fan
2019-10-08spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan
2019-10-08spl: nor: introduce spl_nor_get_uboot_basePeng Fan
2019-10-08spl: spi: introduce spl_spi_get_uboot_offsPeng Fan
2019-10-08spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan
2019-10-08imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon modeLukasz Majewski
2019-10-08spl: mmc: support loading i.MX container format filePeng Fan
2019-10-08ARM: imx: Support larger SPL size on IMX6DQRobert Hancock
2019-10-08spl: pass args to board_return_to_bootromPeng Fan