aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2023-11-07-assorted-big-cleanups' into nextTom Rini2023-11-07134-5200/+381
|\
| * x86: Drop <common.h> from remaining header filesWIP/2023-11-07-assorted-big-cleanupsTom Rini2023-11-072-2/+0
| * arm: Drop <common.h> from remaining header filesTom Rini2023-11-076-8/+0
| * sandbox: Drop <common.h>Tom Rini2023-11-074-7/+0
| * ti: k3: Drop <common.h> usageTom Rini2023-11-0715-15/+0
| * include: Drop <common.h> from include listsTom Rini2023-11-0728-28/+0
| * include/linux/mii.h: Add <linux/types.h>Tom Rini2023-11-071-0/+2
| * fsl-mc: Add prototype for bd_infoTom Rini2023-11-071-0/+2
| * ls2080aqds: Add missing headers to eth_ls1088aqds.cTom Rini2023-11-071-0/+2
| * ls1088a: Add missing headers to eth_ls1088aqds.cTom Rini2023-11-071-0/+2
| * pg-wcom-ls102xa: Include <config.h> in the board fileTom Rini2023-11-071-0/+1
| * powerpc: Rework <asm/fsl_lbc.h> includesTom Rini2023-11-071-3/+0
| * qe: Add <asm/ppc.h> on PowerPCTom Rini2023-11-071-0/+3
| * mpc85xx: Add missing include in mpc85xx_sleep.cTom Rini2023-11-071-0/+1
| * powerpc: mpc83xx: Rework includes slightlyTom Rini2023-11-073-2/+3
| * spi: Add <errno.h> to spi-mem-nodm.cTom Rini2023-11-071-0/+1
| * omap3: Add <asm/arch/omap3.h> to <asm/arch/cpu.h>Tom Rini2023-11-071-0/+1
| * fsl_qe: Drop common.hTom Rini2023-11-0714-14/+0
| * display_options.h: Correct includesTom Rini2023-11-071-1/+2
| * powerpc: Switch <asm/global_data.h> to <linux/types.h>Tom Rini2023-11-071-1/+1
| * m68k: Remove CONFIG_FSLDMAFECTom Rini2023-11-0714-4841/+2
| * CI, pytest: Add a test for sandbox without LTOTom Rini2023-11-073-15/+10
| * sandbox: Add a test for disabling CONFIG_CMDLINESimon Glass2023-11-071-0/+20
| * clk_k210.c: Clean up how we handle nopTom Rini2023-11-072-3/+1
| * sandbox: Add <asm/barrier.h>Tom Rini2023-11-071-0/+3
| * sandbox: Avoid requiring CMDLINESimon Glass2023-11-071-3/+3
| * sandbox: Disable CONFIG_DISTRO_DEFAULTSSimon Glass2023-11-077-6/+3
| * block: rkmtd: select CONFIG_RANDOM_UUID explicitlyAKASHI Takahiro2023-11-071-0/+1
| * lib: uuid: move CONFIG_RANDOM_UUIDAKASHI Takahiro2023-11-072-7/+7
| * fastboot: Depend on CMDLINETom Rini2023-11-071-0/+1
| * cmd: Make most commands depend on CMDLINESimon Glass2023-11-072-13/+9
| * boot: Make preboot and bootcmd require CMDLINETom Rini2023-11-071-0/+2
| * bootmeth_script: Depend on CMDLINETom Rini2023-11-071-1/+2
| * bootmeth_cros: Require bootm.o and bootm_os.oTom Rini2023-11-071-1/+1
| * boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini2023-11-072-11/+11
| * boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabledTom Rini2023-11-071-8/+15
| * boot: Make DISTRO_DEFAULTS select CMDLINETom Rini2023-11-071-0/+1
| * autoboot: Correct dependencies on CMDLINESimon Glass2023-11-071-10/+19
| * bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFITom Rini2023-11-071-2/+2
| * efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass2023-11-073-5/+14
| * cli_simple: Rework this support slightlyTom Rini2023-11-072-39/+40
| * video: Don't require the font commandSimon Glass2023-11-072-1/+1
| * test: Make UNIT_TEST depend on CMDLINESimon Glass2023-11-071-0/+1
| * env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini2023-11-075-124/+135
| * Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/KconfigTom Rini2023-11-072-14/+23
| * qemu: Correct CMD_QFW dependencies in KconfigTom Rini2023-11-073-3/+4
| * version: Separate our version string from the version commandTom Rini2023-11-073-9/+17
| * dfu: Make DFU_TFTP depend on NETDEVICESTom Rini2023-11-071-0/+1
| * virtio: Make VIRTIO_NET depend on NETDEVICESTom Rini2023-11-071-1/+1
| * buildman: Use oldconfig when adjusting the configSimon Glass2023-11-073-2/+10
|/