aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2024-04-12sandbox: improve description of CONFIG_SANDBOX_CRASH_RESETHeinrich Schuchardt1-4/+9
2024-04-12sandbox: move sandbox specifics to booti_setup()Heinrich Schuchardt1-1/+3
2024-04-12sandbox: missing return value checks in eth-raw-osHeinrich Schuchardt1-2/+12
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini1-1/+1
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass1-1/+1
2024-04-08efi_loader: move HOST_ARCH to version_autogenerated.hHeinrich Schuchardt1-2/+0
2024-04-08sandbox: capsule: binman: generate some capsules as part of buildSughosh Ganu3-0/+177
2024-03-01sandbox: dts: fix qcom pmic gpioCaleb Connolly1-5/+4
2024-01-29clk: Remove rfreeSean Anderson1-8/+0
2024-01-16test: spmi: fix testsCaleb Connolly1-1/+1
2024-01-11Merge patch series "net fixes prior lwip"WIP/11Jan2024Tom Rini1-1/+1
2024-01-11sandbox: eth-raw-os: successful return code is 0Maxim Uvarov1-1/+1
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass1-0/+16
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini2-1/+12
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-1/+4
2023-12-21sandbox: bootm: Enable more bootm OS methodsSimon Glass1-0/+8
2023-12-21sandbox: Add <linux/types.h> to asm/global_data.h and asm/io.hTom Rini1-0/+2
2023-12-21sandbox: Audit config.h and common.h usageTom Rini12-12/+5
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini2-1/+4
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen2-1/+4
2023-12-13sandbox: Add a dummy booti commandSimon Glass1-0/+7
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini1-14/+14
2023-11-28sandbox: move asm-generic include to the end of fileIgor Prusov1-14/+14
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini2-5/+11
2023-11-16Merge patch series "nand: Add sandbox tests"Tom Rini3-0/+83
2023-11-16test: spl: Add a test for NANDSean Anderson1-0/+1
2023-11-16nand: Add sandbox driverSean Anderson1-0/+65
2023-11-16arch: sandbox: Add function to create temporary filesSean Anderson1-0/+17
2023-11-14sandbox: Close file after mmaping itSean Anderson1-5/+10
2023-11-07sandbox: Drop <common.h>Tom Rini4-7/+0
2023-11-07sandbox: Add <asm/barrier.h>Tom Rini1-0/+3
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar1-0/+1
2023-11-02sandbox: eliminate unused functions from binariesHeinrich Schuchardt2-3/+3
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2-0/+26
2023-10-27test: Add sandbox TPM boot measurementEddie James2-0/+26
2023-10-24sandbox: add SCMI power domain protocol support for testingAKASHI Takahiro2-0/+27
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin1-0/+8
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass1-1/+1
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson1-0/+1
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson1-0/+1
2023-10-17test: spl: Add a test for the NET load methodSean Anderson2-0/+5
2023-10-17test: spl: Add functions to create imagesSean Anderson1-0/+2
2023-10-17sandbox: Support -T in splSean Anderson1-2/+7
2023-10-16Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+4
2023-10-15sandbox: dts: add meson secure monitor nodeAlexey Romanov1-0/+4
2023-10-14Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/14Oct2023Tom Rini1-0/+3
2023-10-13sandbox: remove SCMI base node definition from test.dtsAKASHI Takahiro1-4/+0
2023-10-13test: dm: simplify SCMI unit test on sandboxAKASHI Takahiro1-2/+4
2023-10-13test: dm: add protocol-specific channel testAKASHI Takahiro1-0/+1
2023-10-13firmware: scmi: support dummy channels for sandbox agentAKASHI Takahiro1-0/+13