summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2025-10-22spl: split spl_board_fixups to arch/board specificAnshul Dalal
2025-10-20spl: Restore args file being default in falcon modeTom Rini
2025-10-20spl: set fdt address as spl_image arg in falcon modeAnshul Dalal
2025-10-20spl: prevent loading args file in secure falcon modeAnshul Dalal
2025-10-20spl: make args file optional in falcon modeAnshul Dalal
2025-10-20spl: falcon: disable fallback to U-Boot on failureAnshul Dalal
2025-10-20spl: nand: refactor spl_nand_load_image for falcon modeAnshul Dalal
2025-10-20spl: nor: refactor spl_nor_load_image for falcon modeAnshul Dalal
2025-10-20spl: spi: refactor spl_spi_load_image for falcon modeAnshul Dalal
2025-10-20spl: ubi: refactor spl_ubi_load_image for falcon modeAnshul Dalal
2025-10-20spl: mmc: split spl_mmc_do_fs_boot into regular/os_bootAnshul Dalal
2025-10-20spl: Kconfig: add SPL_OS_BOOT_SECURE config symbolAnshul Dalal
2025-10-13global: Disable xPL phases when we have enabled COMPILE_TESTTom Rini
2025-10-13spl: FIT: Make SPL_LOAD_FIT_FULL depend on SPL_LOAD_FITTom Rini
2025-10-13SPL: Make SPL_OS depend on supported architecturesTom Rini
2025-10-10iotrace: Finish migrating this to KconfigTom Rini
2025-10-10spl: spl_sata: Add __maybe_unused decoratorTom Rini
2025-10-08common: Make MMU_PGPROT depend on !SANDBOXTom Rini
2025-10-08spl: Correct dependency for SPL_SYS_REPORT_STACK_F_USAGETom Rini
2025-10-08Kconfig: Make further use of testing for !COMPILE_TESTTom Rini
2025-10-07Merge patch series "Add support for secure falcon mode: load kernel image bef...Tom Rini
2025-10-07spl: ext, fat: cleanup use of CONFIG_SPL_LIBCOMMON_SUPPORTAnshul Dalal
2025-10-07spl: mmc: load kernel image before args in falconAnshul Dalal
2025-10-07spl: ext: load kernel image before args in falconAnshul Dalal
2025-10-07spl: fat: load kernel image before args in falconAnshul Dalal
2025-10-05usb: onboard-hub: Make i2c-bus optionalMichal Simek
2025-09-30Merge tag 'u-boot-socfpga-next-20250930' of https://source.denx.de/u-boot/cus...Tom Rini
2025-09-30cache: Check dcache availability before calling cache functionsBoon Khai Ng
2025-09-26Merge patch series "exports overhaul"Tom Rini
2025-09-26exports.c: drop unused dummy functionRasmus Villemoes
2025-09-23Merge tag 'v2025.10-rc5' into nextTom Rini
2025-09-12bloblist: adjust default bloblist size after relocHeinrich Schuchardt
2025-09-12bloblist: use correct types for physical addressesHeinrich Schuchardt
2025-09-12spl: spi: fix falcon mode for spi bootAnshul Dalal
2025-09-10spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPIHeinrich Schuchardt
2025-09-09common/spl: use memmove() in load_simple_fit()Rasmus Villemoes
2025-08-21Kconfig: Convert SYS_EARLY_PCI_INIT to KconfigFabio Estevam
2025-08-21common: spl: fix compilation warningLeo Yu-Chi Liang
2025-08-14common: spl: fix compilation warningLeo Yu-Chi Liang
2025-07-30Merge patch series "Extend usb_onboard_hub driver to support Cypress HX3 hub ...Tom Rini
2025-07-30usb: onboard-hub: Add support for Cypress HX3 familyLukasz Czechowski
2025-07-30usb: onboard-hub: Add support for multiple power suppliesLukasz Czechowski
2025-07-30usb: onboard-hub: Set the reset gpio pin before freeingLukasz Czechowski
2025-07-30usb: onboard-hub: Use devm API do automatically free the reset GPIOLukasz Czechowski
2025-07-30usb: onboard-hub: Use the ofnode to check if the peer-hub was probedLukasz Czechowski
2025-07-29spl: NULL check variable before dereferenceAndrew Goodbody
2025-07-28treewide: fix Casey's nameCasey Connolly
2025-07-27sunxi: add basic A523 supportAndre Przywara
2025-07-24spl: spl_imx_container: Delete uninitialized variableYe Li
2025-07-17spl: imx: Add support for new PQC containerYe Li