summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-17Remove including timestamp.h in version.hPali Rohár
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc
2021-09-04net: Move network rules to drivers/netSimon Glass
2021-09-04net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass
2021-09-04power: Refactor Makefile rulesSimon Glass
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass
2021-09-04ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDRSimon Glass
2021-09-04Rename CACHE_SUPPORT to CACHESimon Glass
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass
2021-09-04rtc: Rename RTC_SUPPORT to RTCSimon Glass
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-07-31arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár
2021-07-31SPL: Add support for parsing board / BootROM specific image typesPali Rohár
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass
2021-07-28Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass
2021-07-27spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc
2021-07-27spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping
2021-07-21spl: Provide more information on boot failureSimon Glass
2021-07-17Merge branch '2021-07-16-cleanup-image-support'Tom Rini
2021-07-16Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass
2021-07-16Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass
2021-07-10spl: mmc: Factor out eMMC boot partition selection codeMarek Vasut
2021-07-07bootstage: Eliminate when not enabledTom Rini
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan
2021-05-26spl: Kconfig: Use tabs instead of space for alignmentMichal Simek
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc