aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge patch series "cmd: add scmi command"WIP/10Nov2023-nextTom Rini9-33/+638
2023-11-10test: dm: add scmi command testAKASHI Takahiro2-0/+82
2023-11-10doc: cmd: add documentation for scmiAKASHI Takahiro2-0/+127
2023-11-10cmd: add scmi command for SCMI firmwareAKASHI Takahiro3-0/+345
2023-11-10firmware: scmi: support protocols on sandbox only if enabledAKASHI Takahiro2-33/+72
2023-11-10test: dm: skip scmi tests against disabled protocolsAKASHI Takahiro1-0/+12
2023-11-10Merge branch '2023-11-10-improve-semihosting-armv6' into nextTom Rini4-3/+59
2023-11-10arm: semihosting: Support semihosting fallback on 32-bit ARMSean Anderson3-2/+40
2023-11-10arm: semihosting: Fix returning from traps on ARMv6 and lowerSean Anderson1-0/+6
2023-11-10arm: Fix software interrupt handlerSean Anderson1-1/+13
2023-11-10Merge branch '2023-11-10-populate-kaslr-seed-with-rng' into nextTom Rini8-46/+130
2023-11-10fdt: Fix compile error for !OFNODE_MULTI_TREESean Edmond1-6/+6
2023-11-10dm: core: Modify default for OFNODE_MULTI_TREESean Edmond1-1/+2
2023-11-10cmd: kaslrseed: Use common API to fixup FDTSean Edmond1-14/+8
2023-11-10fdt: kaslr seed from RNG deviceDhananjay Phadke2-0/+43
2023-11-10fdt: common API to populate kaslr seedDhananjay Phadke5-25/+71
2023-11-07scsi: Forceably finish migration to DM_SCSIWIP/07Nov2023-nextTom Rini42-952/+34
2023-11-07Merge branch '2023-11-07-assorted-big-cleanups' into nextTom Rini134-5200/+381
2023-11-07x86: Drop <common.h> from remaining header filesWIP/2023-11-07-assorted-big-cleanupsTom Rini2-2/+0
2023-11-07arm: Drop <common.h> from remaining header filesTom Rini6-8/+0
2023-11-07sandbox: Drop <common.h>Tom Rini4-7/+0
2023-11-07ti: k3: Drop <common.h> usageTom Rini15-15/+0
2023-11-07include: Drop <common.h> from include listsTom Rini28-28/+0
2023-11-07include/linux/mii.h: Add <linux/types.h>Tom Rini1-0/+2
2023-11-07fsl-mc: Add prototype for bd_infoTom Rini1-0/+2
2023-11-07ls2080aqds: Add missing headers to eth_ls1088aqds.cTom Rini1-0/+2
2023-11-07ls1088a: Add missing headers to eth_ls1088aqds.cTom Rini1-0/+2
2023-11-07pg-wcom-ls102xa: Include <config.h> in the board fileTom Rini1-0/+1
2023-11-07powerpc: Rework <asm/fsl_lbc.h> includesTom Rini1-3/+0
2023-11-07qe: Add <asm/ppc.h> on PowerPCTom Rini1-0/+3
2023-11-07mpc85xx: Add missing include in mpc85xx_sleep.cTom Rini1-0/+1
2023-11-07powerpc: mpc83xx: Rework includes slightlyTom Rini3-2/+3
2023-11-07spi: Add <errno.h> to spi-mem-nodm.cTom Rini1-0/+1
2023-11-07omap3: Add <asm/arch/omap3.h> to <asm/arch/cpu.h>Tom Rini1-0/+1
2023-11-07fsl_qe: Drop common.hTom Rini14-14/+0
2023-11-07display_options.h: Correct includesTom Rini1-1/+2
2023-11-07powerpc: Switch <asm/global_data.h> to <linux/types.h>Tom Rini1-1/+1
2023-11-07m68k: Remove CONFIG_FSLDMAFECTom Rini14-4841/+2
2023-11-07CI, pytest: Add a test for sandbox without LTOTom Rini3-15/+10
2023-11-07sandbox: Add a test for disabling CONFIG_CMDLINESimon Glass1-0/+20
2023-11-07clk_k210.c: Clean up how we handle nopTom Rini2-3/+1
2023-11-07sandbox: Add <asm/barrier.h>Tom Rini1-0/+3
2023-11-07sandbox: Avoid requiring CMDLINESimon Glass1-3/+3
2023-11-07sandbox: Disable CONFIG_DISTRO_DEFAULTSSimon Glass7-6/+3
2023-11-07block: rkmtd: select CONFIG_RANDOM_UUID explicitlyAKASHI Takahiro1-0/+1
2023-11-07lib: uuid: move CONFIG_RANDOM_UUIDAKASHI Takahiro2-7/+7
2023-11-07fastboot: Depend on CMDLINETom Rini1-0/+1
2023-11-07cmd: Make most commands depend on CMDLINESimon Glass2-13/+9
2023-11-07boot: Make preboot and bootcmd require CMDLINETom Rini1-0/+2
2023-11-07bootmeth_script: Depend on CMDLINETom Rini1-1/+2