aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-20CI, pytest: Add a test for sandbox without LTOTEST/v4.1-tidy-up-use-of-CONFIG_CMDLINETom Rini3-15/+10
2023-10-20sandbox: Add a test for disabling CONFIG_CMDLINESimon Glass1-0/+20
2023-10-20clk_k210.c: Clean up how we handle nopTom Rini2-3/+1
2023-10-20sandbox: Add <asm/barrier.h>Tom Rini1-0/+3
2023-10-20sandbox: Avoid requiring CMDLINESimon Glass1-3/+3
2023-10-20sandbox: Disable CONFIG_DISTRO_DEFAULTSSimon Glass7-6/+3
2023-10-20cmd: Make most commands depend on CMDLINESimon Glass2-13/+9
2023-10-20boot: Make preboot and bootcmd require CMDLINETom Rini1-0/+2
2023-10-20bootmeth_script: Depend on CMDLINETom Rini1-1/+2
2023-10-20bootmeth_cros: Require bootm.o and bootm_os.oTom Rini1-1/+1
2023-10-20boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini2-11/+11
2023-10-20boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabledTom Rini1-8/+15
2023-10-20boot: Make DISTRO_DEFAULTS select CMDLINETom Rini1-0/+1
2023-10-20autoboot: Correct dependencies on CMDLINESimon Glass1-10/+19
2023-10-20bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFITom Rini1-2/+2
2023-10-20efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass3-5/+14
2023-10-20cli_simple: Rework this support slightlyTom Rini2-39/+40
2023-10-20video: Don't require the font commandSimon Glass2-2/+1
2023-10-20test: Make UNIT_TEST depend on CMDLINESimon Glass1-0/+1
2023-10-20env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini5-124/+135
2023-10-20Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/KconfigTom Rini2-14/+23
2023-10-20qemu: Correct CMD_QFW dependencies in KconfigTom Rini3-3/+4
2023-10-20version: Separate our version string from the version commandTom Rini3-9/+17
2023-10-20dfu: Make DFU_TFTP depend on NETDEVICESTom Rini1-0/+1
2023-10-20virtio: Make VIRTIO_NET depend on NETDEVICESTom Rini1-1/+1
2023-10-20buildman: Use oldconfig when adjusting the configSimon Glass3-2/+10
2023-10-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-0/+1
2023-10-20arm: kirkwood: Pogo v4: Enable LTOTony Dinh1-0/+1
2023-10-19Merge branch 'master_uart_test' of https://source.denx.de/u-boot/custodians/u...WIP/19Oct2023Tom Rini3-3/+48
2023-10-19serial: sh: Add RZ/G2L SCIF supportPaul Barker3-1/+34
2023-10-19serial: sh: Fix error handlingPaul Barker1-2/+14
2023-10-19Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini19-46/+738
2023-10-19Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watc...Tom Rini3-5/+11
2023-10-19riscv: Add Zbb support for building U-BootYu Chien Peter Lin7-1/+392
2023-10-19riscv: spl: andes: Move the DTB in front of kernelRandolph1-0/+25
2023-10-19andes: config: add riscv falcon mode for ae350 platformRandolph4-0/+242
2023-10-19spl: riscv: add os type for next booting stageRandolph2-3/+9
2023-10-19Makefile: delete file *.itb when make cleanRandolph1-1/+1
2023-10-19riscv: dts: binman: add condition for opensbi os bootRandolph1-0/+24
2023-10-19riscv: kconfig: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbolRandolph1-0/+8
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph1-10/+16
2023-10-19riscv: andes: Rearrange Andes PLICSW to single-bit-per-hart strategyRandolph1-13/+11
2023-10-19riscv: binman: Fix compilation errorMayuresh Chitale1-4/+10
2023-10-19configs: visionfive2: enable bootstage configsChanho Park1-0/+2
2023-10-19riscv: remove dram_init_banksize()Heinrich Schuchardt1-16/+0
2023-10-19wdt: nuvoton: Fix reset/expire function errorJim Liu1-2/+8
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass2-3/+3
2023-10-18Merge branch '2023-10-17-spl-test-some-load-methods'Tom Rini70-161/+1994
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson8-0/+78
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson8-6/+316