aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-13sandbox: fix spl_board_initHeinrich Schuchardt1-0/+3
2023-10-11expo: Update tests to include textlineSimon Glass1-0/+8
2023-10-11sandbox: rename overlay sources to .dtsoRasmus Villemoes2-0/+0
2023-10-06pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass1-3/+3
2023-10-06sandbox: Only read the state if we have a state fileSimon Glass2-3/+6
2023-10-06sandbox: Move reading the RAM buffer into a better placeSimon Glass2-8/+12
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-1/+1
2023-10-02Merge branch 'next'Tom Rini5-18/+84