aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini27-202/+444
2023-12-21bootm: Create a new boot_run() function to handle bootingSimon Glass2-26/+32
2023-12-21bootm: Create a function to run through the booti statesSimon Glass2-0/+26
2023-12-21stm32: Use bootm_run() and bootz_run()Simon Glass1-9/+11
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass3-7/+28
2023-12-21stm32: Use local vars in stm32prog for initrd and fdtSimon Glass1-9/+14
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass3-13/+31
2023-12-21bootm: Tidy up boot_selected_os()Simon Glass3-14/+6
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass6-11/+11
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass5-65/+105
2023-12-21bootz: Avoid use of #ifdefSimon Glass1-9/+8
2023-12-21booti: Avoid use of #ifdefSimon Glass1-13/+11
2023-12-21bootm: Move do_bootm_states() comment to header fileSimon Glass2-25/+25
2023-12-21bootm: Add more fields to bootm_infoSimon Glass2-0/+43
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass15-72/+100
2023-12-21bootm: Create a struct for argument informationSimon Glass1-1/+15
2023-12-21sandbox: bootm: Enable more bootm OS methodsSimon Glass2-1/+10
2023-12-21bootm: Adjust how the board is resetSimon Glass1-3/+5
2023-12-21riscv: Add a reset_cpu() functionSimon Glass2-5/+15
2023-12-21nios2: Add a reset_cpu() functionSimon Glass1-1/+7
2023-12-21ppc: Add a reset_cpu() functionSimon Glass1-0/+10
2023-12-21m68k: Add a reset_cpu() functionSimon Glass1-0/+7
2023-12-21mips: Add a reset_cpu() functionSimon Glass1-1/+7
2023-12-21Merge branch '2023-12-21-assorted-updates-and-fixes' into nextTom Rini12-10/+471
2023-12-21lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution...Csókás Bence1-1/+2
2023-12-21board/keymile/kmcent2: fix update-nor indentationTomas Alvarez Vanoli1-1/+1
2023-12-21iommu: add qcom-hyp-smmuCaleb Connolly3-0/+413
2023-12-21iommu: add a connect opCaleb Connolly2-0/+20
2023-12-21iommu: fix compilation when CONFIG_PCI disabledCaleb Connolly1-2/+3
2023-12-21configs: verdin-am62: Disable SPL FIT OverlayFrancesco Dolcini1-1/+1
2023-12-21boot: add support for fdt_fixup command in environmentMatthias Schiffer2-3/+26
2023-12-21include: env: ti: ti_common: Run main_cpsw0_qsgmii_phyinit conditionallyManorit Chawdhry1-1/+4
2023-12-21fs: Fix SPL build if FS_LOADER is enabledMayuresh Chitale1-1/+1
2023-12-21Merge branch '2023-12-21-header-inclusion-cleanup' into nextTom Rini253-284/+102
2023-12-21lib: Remove <common.h> inclusion from these filesWIP/2023-12-21-header-inclusion-cleanupTom Rini97-103/+36
2023-12-21include: Further cleanup includesTom Rini6-0/+9
2023-12-21display_options: Clean up headersTom Rini1-1/+2
2023-12-21efi_loader: Remove <common.h>Tom Rini42-42/+1
2023-12-21rmobile: Add <mach/rmobile.h> to cpu_info-rzg2l.cTom Rini1-0/+1
2023-12-21lib/sha*.c: Update header listTom Rini3-15/+5
2023-12-21global: Rework architecture global_data.h to include <linux/types.h>Tom Rini7-2/+8
2023-12-21m68k: Rework asm/global_data.h slightlyTom Rini3-3/+4
2023-12-21sandbox: Add <linux/types.h> to asm/global_data.h and asm/io.hTom Rini1-0/+2
2023-12-21arm: Remove <asm/types.h> from asm/global_data.hTom Rini1-1/+0
2023-12-21global: Remove duplicate common.h inclusionsTom Rini7-7/+0
2023-12-21global: Drop common.h inclusionTom Rini31-40/+7
2023-12-21sandbox: Audit config.h and common.h usageTom Rini13-13/+6
2023-12-21arm: Partial cleanup and audit usage of <config.h>Tom Rini17-15/+7
2023-12-21arc: Cleanup and audit usage of <config.h>Tom Rini6-26/+5
2023-12-21qe: Add <config.h> to linux/immap_qe.hTom Rini1-0/+2