aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: Record the start and end of the tablesSimon Glass1-0/+4
2023-07-14expo: Add tests for the configuration editorSimon Glass2-0/+12
2023-07-14expo: Support building an expo from a description fileSimon Glass2-0/+69
2023-07-14expo: Add spacing around menus and itemsSimon Glass1-0/+2
2023-07-14sandbox: Fix quiting when the LCD window is closedSimon Glass1-1/+2
2023-07-07Kbuild: Fix cleanup of *.dtbo for sandboxTobias Deiminger1-1/+1
2023-06-21sandbox: Add a dummy dcache_status() functionEmanuele Ghidoli1-0/+5
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini1-3/+3
2023-06-01axi: fix definition of axi_sandbox_get_emul()Heinrich Schuchardt1-4/+4
2023-05-15drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou1-1/+1
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass1-2/+2
2023-05-02test: Add tests for the extconSvyatoslav Ryhel1-0/+4
2023-04-28sandbox: disable tracing before unmapping RAMPavel Skripkin1-0/+5
2023-04-28sandbox: correct posix_types.h defineHeinrich Schuchardt1-3/+4
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt1-2/+6
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt2-2/+2
2023-04-27sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi2-0/+27
2023-04-27sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi2-2/+2
2023-04-07sandbox: video: Fix building without SDLSimon Glass1-0/+8
2023-04-03sandbox: Update the VBE firmware locationSimon Glass1-1/+1
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini1-5/+1
2023-03-02sandbox: Use the generic VPL option to enable VPLSimon Glass1-1/+1
2023-03-02sandbox: Tidy up RTC optionsSimon Glass3-5/+5
2023-03-02sandbox: Expand size for VPL imageSimon Glass1-2/+2
2023-03-01sandbox: Correctly define BITS_PER_LONGMichal Suchanek1-5/+1
2023-02-28tpm: Separate out the TPM tests for v1 and v2Simon Glass1-0/+4
2023-02-14dm: dts: Convert driver model tags to use new schemaSimon Glass4-40/+40
2023-02-10dm: button: add support for linux_code in button-gpio.c driverDzmitry Sankouski1-0/+2
2023-02-10test: create dedicated fdt node for ofnode_for_each_prop testDzmitry Sankouski1-0/+14
2023-02-10dts: add missing linux,code in gpio-keysDzmitry Sankouski1-0/+4
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-07sandbox: Drop reference to CONFIG_ARCH_DEVICE_TREESimon Glass1-2/+0
2023-02-04test: dm: test-fdt: Add decode_panel_timing testNikhil M Jain1-0/+18
2023-01-27test: Add test for mapping IOMMUs for PCI devicesMark Kettenis1-0/+2
2023-01-23sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass3-0/+29
2023-01-23virtio: Add a block deviceSimon Glass1-0/+6
2023-01-23sandbox: Allow ethernet to be disabled at runtimeSimon Glass3-0/+33
2023-01-23vbe: sandbox: Drop VBE node in chosenSimon Glass1-13/+0
2023-01-16bootstd: Add a test for the bootstd menuSimon Glass1-0/+11
2022-12-23global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini1-1/+1
2022-12-22sandbox: Finish migration to KconfigTom Rini1-10/+0
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini2-6/+15
2022-12-05sandbox: Rework how SDL is enabled / disabledTom Rini2-3/+8
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini3-3/+3
2022-12-05sandbox: fix sound driverHeinrich Schuchardt1-6/+5
2022-12-05test: test sandbox sound driver more rigorouslyHeinrich Schuchardt1-0/+10
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass1-4/+0
2022-11-07test: Add a way to detect a test that breaks anotherSimon Glass1-1/+1
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu2-1/+12
2022-10-31vbe: Add a test for the VBE flow into U-Boot properWIP/2022-10-31-vbe-implement-the-full-firmware-flowSimon Glass1-0/+37