summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini11-14/+14
2021-10-31bootstage: Add SPL supportMarek Vasut1-1/+1
2021-10-26arm: spl: prepare for jumping to OPTEERicardo Salveti1-2/+9
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-1/+17
2021-10-08image: Use the correct checks for CRC32Simon Glass1-1/+12
2021-10-07imx: spl: fix imx8m secure bootHeiko Schocher1-1/+6
2021-10-07spl_fit. add hook to make fixes after fit header is loadedHeiko Schocher1-0/+11
2021-10-05lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay3-5/+5
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-2/+0
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass2-5/+5
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-5/+3
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+3
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-64/+1
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc1-22/+1
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc1-42/+0
2021-09-04net: Move network rules to drivers/netSimon Glass1-0/+2
2021-09-04net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass2-6/+6
2021-09-04power: Refactor Makefile rulesSimon Glass1-0/+13
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass2-4/+4
2021-09-04ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDRSimon Glass1-3/+3
2021-09-04Rename CACHE_SUPPORT to CACHESimon Glass1-7/+1
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass1-5/+5
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass2-8/+8
2021-09-04rtc: Rename RTC_SUPPORT to RTCSimon Glass1-2/+2
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass1-2/+2
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass2-7/+7
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-7/+0
2021-07-31arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár1-1/+3
2021-07-31SPL: Add support for parsing board / BootROM specific image typesPali Rohár1-0/+9
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár3-3/+27
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass1-3/+3
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass1-2/+2
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-2/+2
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass1-2/+2
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2-2/+2
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass1-1/+1
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2-5/+5
2021-07-28Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass1-1/+1
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass1-1/+1
2021-07-27spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc1-0/+5
2021-07-27spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc1-2/+2
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping1-2/+2
2021-07-21spl: Provide more information on boot failureSimon Glass2-16/+42
2021-07-17Merge branch '2021-07-16-cleanup-image-support'Tom Rini1-7/+7
2021-07-16Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass1-1/+1
2021-07-16Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass1-2/+2
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass1-4/+4
2021-07-10spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut1-13/+24
2021-07-07bootstage: Eliminate when not enabledTom Rini1-0/+2