aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2022-10-31sandbox: Add an image for VPLSimon Glass3-1/+96
2022-10-31vbe: Add info about the VBE device to the fwupd nodeSimon Glass1-15/+14
2022-10-31vbe: Support reading the next SPL phase via VBESimon Glass2-1/+3
2022-10-31sandbox: Support obtaining the next phase from an imageSimon Glass1-1/+51
2022-10-31sandbox: Add a way to specify the sandbox executableSimon Glass2-1/+32
2022-10-31sandbox: Generalise SPL bootingSimon Glass2-12/+24
2022-10-31sandbox: Drop message about writing sandbox stateSimon Glass1-1/+1
2022-10-31test: Support tests which can only be run manuallySimon Glass1-1/+1
2022-10-29tests: Build correct sandbox configuration on 32bitMichal Suchanek1-15/+3
2022-10-26dm: memory: Introduce new uclassRoger Quadros1-0/+4
2022-10-26Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini2-0/+23
2022-10-24sandbox.dtsi: add a sandbox,alarm-wdt instanceRasmus Villemoes1-0/+6
2022-10-24sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes1-0/+17
2022-10-21sandbox: Initialize sysreset before relocationMichal Suchanek2-0/+3
2022-10-17sandbox: Support FDT fixupsSimon Glass1-0/+17
2022-10-11thermal: add sandbox driverRobert Marko2-0/+8
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl1-0/+4
2022-09-29sandbox: Support setting up the other FDT for testingSimon Glass2-3/+50
2022-09-29sandbox: Support loading the other FDTSimon Glass4-1/+78
2022-09-29sandbox: Add a function to load a relative file pathSimon Glass3-9/+43
2022-09-29test: Support testing malloc() failuresSimon Glass1-0/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-09-25sandbox: Add a test for SCSISimon Glass2-0/+9
2022-09-25sandbox: unblock signal before calling execv()Heinrich Schuchardt1-0/+16
2022-09-24sandbox: Add function os_flush()Pali Rohár1-0/+5
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier1-0/+2
2022-09-02test: Allow running tests multiple timesSimon Glass1-1/+1
2022-08-12bootstd: Add vbe bootmeth into sandboxSimon Glass2-0/+28
2022-08-12bootstd: Allow EFI bootmgr to support an invalid bootflowSimon Glass1-0/+11
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle1-1/+10
2022-07-11Merge branch 'next'Tom Rini16-50/+215
2022-06-28sandbox: raise SANDBOX_RAM_SIZE_MB default to 256Heinrich Schuchardt1-2/+2
2022-06-28sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt1-4/+4
2022-06-28sandbox: add function os_printf()Heinrich Schuchardt1-0/+13
2022-06-25sandbox: sdl: Add stub sandbox_sdl_remove_display()Andrew Scull1-0/+5
2022-06-23sandbox: Implement fuzzing engine driverAndrew Scull1-0/+4
2022-06-23sandbox: Add libfuzzer integrationAndrew Scull3-0/+98
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull3-1/+25
2022-06-23sandbox: Add support for Address SanitizerAndrew Scull1-2/+12
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull3-6/+6
2022-06-23sandbox: Rename getopt sectionsAndrew Scull4-9/+9
2022-06-23sandbox: Rename EFI runtime sectionsAndrew Scull2-16/+14
2022-06-08test: Load mac address using misc deviceWIP/2022-06-08-add-support-for-nvmem-apiSean Anderson1-1/+8
2022-06-08test: Load mac address using RTCSean Anderson1-1/+8
2022-06-08test: Load mac address with i2c eepromSean Anderson1-1/+8
2022-06-08sandbox: Move some mac addresses to device treeSean Anderson1-0/+4
2022-06-08sandbox: net: Remove fake-host-hwaddrSean Anderson3-8/+0
2022-06-08sandbox: net: Add aliases for ethernet devicesSean Anderson1-0/+3
2022-06-06spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGETom Rini1-2/+0
2022-05-05sandbox: Avoid binman error when run without device treeSimon Glass1-1/+26