aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-26CI, pytest: Add a test for sandbox without LTOWIP/v5-tidy-up-use-of-CONFIG_CMDLINETom Rini3-15/+10
2023-10-26sandbox: Add a test for disabling CONFIG_CMDLINESimon Glass1-0/+20
2023-10-26clk_k210.c: Clean up how we handle nopTom Rini2-3/+1
2023-10-26sandbox: Add <asm/barrier.h>Tom Rini1-0/+3
2023-10-26sandbox: Avoid requiring CMDLINESimon Glass1-3/+3
2023-10-26sandbox: Disable CONFIG_DISTRO_DEFAULTSSimon Glass7-6/+3
2023-10-26block: rkmtd: select CONFIG_RANDOM_UUID explicitlyAKASHI Takahiro1-0/+1
2023-10-26lib: uuid: move CONFIG_RANDOM_UUIDAKASHI Takahiro2-7/+7
2023-10-26fastboot: Depend on CMDLINETom Rini1-0/+1
2023-10-26cmd: Make most commands depend on CMDLINESimon Glass2-13/+9
2023-10-26boot: Make preboot and bootcmd require CMDLINETom Rini1-0/+2
2023-10-26bootmeth_script: Depend on CMDLINETom Rini1-1/+2
2023-10-26bootmeth_cros: Require bootm.o and bootm_os.oTom Rini1-1/+1
2023-10-26boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini2-11/+11
2023-10-26boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabledTom Rini1-8/+15
2023-10-26boot: Make DISTRO_DEFAULTS select CMDLINETom Rini1-0/+1
2023-10-26autoboot: Correct dependencies on CMDLINESimon Glass1-10/+19
2023-10-26bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFITom Rini1-2/+2
2023-10-26efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass3-5/+14
2023-10-26cli_simple: Rework this support slightlyTom Rini2-39/+40
2023-10-26video: Don't require the font commandSimon Glass2-2/+1
2023-10-26test: Make UNIT_TEST depend on CMDLINESimon Glass1-0/+1
2023-10-26env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini5-124/+135
2023-10-26Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/KconfigTom Rini2-14/+23
2023-10-26qemu: Correct CMD_QFW dependencies in KconfigTom Rini3-3/+4
2023-10-26version: Separate our version string from the version commandTom Rini3-9/+17
2023-10-26dfu: Make DFU_TFTP depend on NETDEVICESTom Rini1-0/+1
2023-10-26virtio: Make VIRTIO_NET depend on NETDEVICESTom Rini1-1/+1
2023-10-26buildman: Use oldconfig when adjusting the configSimon Glass3-2/+10
2023-10-26sandbox: eliminate unused functions from binariesHeinrich Schuchardt2-3/+3
2023-10-24Merge branch '2023-10-24-assorted-general-fixes-and-updates'Tom Rini179-160/+1657
2023-10-24serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINERasmus Villemoes2-2/+16
2023-10-24serial: serial-uclass.c: move definition of _serial_flush up a bitRasmus Villemoes1-12/+12
2023-10-24test: dm: add SCMI power domain protocol testAKASHI Takahiro1-0/+103
2023-10-24sandbox: add SCMI power domain protocol support for testingAKASHI Takahiro5-1/+302
2023-10-24power: domain: add SCMI driverAKASHI Takahiro5-0/+213
2023-10-24firmware: scmi: add power domain protocol supportAKASHI Takahiro3-0/+367
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin10-4/+506
2023-10-24pstore: Use root address-cells/size-cells as defaults for reserved-memoryAndrey Skvortsov1-2/+8
2023-10-24.gitignore: ignore misc include, simple-bin, and tools/generated build artifactsJohn Clark1-1/+6
2023-10-24Makefile: remove misc include and simple-bin build artifacts on cleanJohn Clark1-3/+3
2023-10-24riscv: Remove common.h usageTom Rini34-32/+9
2023-10-24mips: Remove common.h usageTom Rini46-47/+4
2023-10-24microblaze: Remove common.h usageTom Rini10-9/+7
2023-10-24m68k: Remove common.h usageTom Rini39-30/+17
2023-10-24arc: Remove common.h usageTom Rini16-15/+3
2023-10-24include: Add <linux/types.h> in a few placesTom Rini3-0/+5
2023-10-24patman: Add a little documentation on the checkpatch testsSimon Glass1-0/+49
2023-10-24checkpatch.pl: Make common.h check boarderTom Rini2-4/+15
2023-10-24cli: Consume invalid escape sequences earlyYurii Monakov2-0/+14