aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2018-10-20test: Add PCI device entry without compat string and with DT nodeMarek Vasut1-1/+5
2018-10-11Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+93
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger1-0/+10
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger1-0/+10
2018-10-10net: sandbox: Add a priv ptr for tests to useJoe Hershberger1-0/+9
2018-10-10net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger1-4/+6
2018-10-10net: sandbox: Share the priv structure with testsJoe Hershberger1-0/+19
2018-10-10net: sandbox: Make the fake eth driver response configurableJoe Hershberger1-0/+17
2018-10-10net: sandbox: Refactor sandbox send functionJoe Hershberger1-0/+26
2018-10-09test: panel: Add a test for the panel uclassSimon Glass3-2/+35
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass3-20/+49
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass1-8/+15
2018-10-09dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass1-1/+0
2018-10-09sandbox: Remove the old memory file laterSimon Glass2-6/+6
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass2-0/+14
2018-10-09sandbox: Support booting from TPL to SPLSimon Glass1-2/+27
2018-10-09sandbox: Add a way to write data to the host filesystemSimon Glass1-0/+20
2018-10-09sandbox: Support file truncation with os_open()Simon Glass1-0/+2
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass1-0/+11
2018-10-07sandbox: dt: add sandbox_tee nodeJens Wiklander3-0/+12
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini1-0/+10
2018-09-29Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-0/+13
2018-09-29dm: test: Add "/firmware" node scan testRajan Vaja1-0/+6
2018-09-29test: Add tests for board uclassMario Six1-0/+4
2018-09-28sandbox: DTS: w1: add node for one wire interface on GPIOEugen Hristev1-0/+20
2018-09-28video_osd: Add osd sandbox driver and testsMario Six2-0/+13
2018-09-23sandbox: Allow to execute from RAMAlexander Graf1-1/+2
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf3-34/+5
2018-09-23sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass3-9/+161
2018-09-23sandbox: Add support for calling abort()Simon Glass1-0/+5
2018-09-23sandbox: Align RAM buffer to the machine page sizeSimon Glass1-3/+4
2018-09-18test: Add tests for CPU uclassMario Six1-0/+12
2018-09-18sandbox: Build with -fPICAndy Shevchenko1-0/+1
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-31/+2
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada1-5/+0
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+11
2018-08-23Partially revert "efi_loader: Rename sections to allow for implicit data"Simon Glass2-8/+4
2018-08-21cmd: Add bind/unbind commands to bind a device to a driver from the command lineJean-Jacques Hiblot1-0/+11
2018-08-20sandbox: Move BSS after EFI sectionsAlexander Graf1-3/+2
2018-08-11Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-0/+4
2018-08-11test: Add tests for misc uclassMario Six1-0/+4
2018-08-11sandbox: Add and build AXI bus and deviceMario Six2-0/+22
2018-08-11axi: Add AXI sandbox driver and simple emulatorMario Six1-0/+66
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng1-0/+8
2018-08-08test: dm: pci: Add tests for mixed static and dynamic devices on the same busBin Meng1-0/+18
2018-08-08sandbox: Update test.dts for dynamic PCI device driver matchingBin Meng1-14/+2
2018-08-08pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng1-0/+4
2018-08-08test: dm: pci: Test more than one PCI host controllerBin Meng1-2/+26
2018-08-08test: dm: pci: Test more than one device on the same busBin Meng1-0/+7
2018-08-03clk: add clk_valid()Fabrice Gasnier1-0/+8