aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-13Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians...WIP/13Nov2023-nextTom Rini48-108/+1597
2023-11-13stm32mp2: initial supportPatrice Chotard27-71/+757
2023-11-13ARM: dts: stm32: Add STM32MP257F Evaluation board supportPatrice Chotard15-0/+788
2023-11-13pinctrl: pinctrl_stm32: Add stm32mp2 supportPatrice Chotard1-0/+2
2023-11-13serial: stm32: Fix AARCH64 compilation warningsPatrice Chotard2-11/+14
2023-11-13stm32mp: bsec: Fix AARCH64 compilation warningsPatrice Chotard1-14/+15
2023-11-13stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MPPatrice Chotard1-1/+7
2023-11-13stm32mp: dram_init: Fix AARCH64 compilation warningsPatrick Delaunay1-1/+1
2023-11-13stm32mp: dram_init: Get RAM size from DT if no RAM driver foundPatrice Chotard1-2/+5
2023-11-13arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 archPatrice Chotard1-8/+8
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-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
2023-11-07bootmeth_cros: Require bootm.o and bootm_os.oTom Rini1-1/+1
2023-11-07boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini2-11/+11