summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-1/+2
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek1-1/+2
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla1-1/+1
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan1-2/+2
2021-05-27spl: Kconfig: Use tabs instead of space for alignmentMichal Simek1-12/+12
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson1-0/+4
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2-21/+8
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc1-1/+18
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc1-1/+11
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc1-2/+3
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc1-3/+1
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc1-0/+24
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc1-0/+8
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc1-25/+45
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc1-2/+9
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+18
2021-04-08spl: fit: nand: allow for non-page-aligned elementsTim Harvey1-5/+15
2021-04-08spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey1-1/+3
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng1-2/+3
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass1-1/+1
2021-03-27spl: Split out bootstage ID into a functionSimon Glass1-4/+19
2021-03-26dm: core: Add an option to support SPL in read-only memorySimon Glass1-0/+24
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass2-13/+17
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass1-2/+1
2021-02-18spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc1-3/+15
2021-02-18spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc1-29/+24