aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-18sandbox: Add a test for disabling CONFIG_CMDLINETEST/v4-tidy-up-use-of-CONFIG_CMDLINESimon Glass1-0/+20
2023-10-18boot: Make preboot and bootcmd require CMDLINETom Rini1-0/+2
2023-10-18bootmeth_script: Depend on CMDLINETom Rini1-1/+2
2023-10-18bootmeth_cros: Require bootm.o and bootm_os.oTom Rini1-1/+1
2023-10-18boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini2-11/+11
2023-10-18sandbox: Avoid requiring CMDLINESimon Glass1-3/+3
2023-10-18sandbox: Disable CONFIG_DISTRO_DEFAULTSSimon Glass7-6/+3
2023-10-18cmd: Make most commands depend on CMDLINESimon Glass2-13/+9
2023-10-18boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabledTom Rini1-8/+15
2023-10-18cli_simple: Rework this support slightlyTom Rini2-39/+40
2023-10-18boot: Make DISTRO_DEFAULTS select CMDLINETom Rini1-0/+1
2023-10-18video: Don't require the font commandSimon Glass2-2/+1
2023-10-18efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass3-5/+14
2023-10-18sifive: Drop an unnecessary #ifdefSimon Glass1-1/+1
2023-10-18test: Make UNIT_TEST depend on CMDLINESimon Glass1-0/+1
2023-10-18autoboot: Correct dependencies on CMDLINESimon Glass1-10/+19
2023-10-18bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFITom Rini1-2/+2
2023-10-18env: Move env_set out of cmd/nvedit.c and in to env/common.cTom Rini3-116/+113
2023-10-18common: Reword CONSOLE_RECORD_.*SIZE help textsTom Rini1-8/+8
2023-10-18Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/KconfigTom Rini2-14/+23
2023-10-18qemu: Correct CMD_QFW dependencies in KconfigTom Rini3-3/+4
2023-10-18version: Separate our version string from the version commandTom Rini3-9/+17
2023-10-18dfu: Make DFU_TFTP depend on NETDEVICESTom Rini1-0/+1
2023-10-18virtio: Make VIRTIO_NET depend on NETDEVICESTom Rini1-1/+1
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
2023-10-17test: spl: Add a test for the NET load methodSean Anderson6-1/+272
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson6-5/+137
2023-10-17test: spl: Add a test for spl_blk_load_imageSean Anderson3-1/+67
2023-10-17test: spl: Add functions to create filesystemsSean Anderson5-0/+328
2023-10-17test: spl: Add functions to create imagesSean Anderson8-3/+493
2023-10-17test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson2-4/+3
2023-10-17test: spl: Split tests up and use some configsSean Anderson6-79/+106
2023-10-17sandbox: Support -T in splSean Anderson1-2/+7
2023-10-17spl: Use map_sysmem where appropriateSean Anderson11-35/+69
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson3-1/+34
2023-10-17net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson1-0/+6
2023-10-17net: bootp: Move port numbers to headerSean Anderson2-3/+3
2023-10-17net: Fix compiling SPL when fastboot is enabledSean Anderson2-4/+4
2023-10-17fs: ext4: Add some defines for testingSean Anderson2-0/+15
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson3-0/+8
2023-10-17fs: Disable sandbox filesystem in SPLSean Anderson1-1/+1
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson2-2/+2
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson6-7/+10
2023-10-17Move i.MX8 container image loading support to common/splSean Anderson6-14/+17
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson18-14/+34
2023-10-17arm: imx: Add function to validate i.MX8 containersSean Anderson6-5/+15
2023-10-17arm: imx: Use log_err for errors in read_auth_containerSean Anderson1-2/+3
2023-10-17arm: imx: Add newlines after error messagesSean Anderson1-2/+2