summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* test: Add PCI device entry without compat string and with DT nodeMarek Vasut2018-10-201-1/+5
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2018-10-111-0/+93
|\
| * test: eth: Add a test for the target being pingedJoe Hershberger2018-10-101-0/+10
| * test: eth: Add a test for ARP requestsJoe Hershberger2018-10-101-0/+10
| * net: sandbox: Add a priv ptr for tests to useJoe Hershberger2018-10-101-0/+9
| * net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger2018-10-101-4/+6
| * net: sandbox: Share the priv structure with testsJoe Hershberger2018-10-101-0/+19
| * net: sandbox: Make the fake eth driver response configurableJoe Hershberger2018-10-101-0/+17
| * net: sandbox: Refactor sandbox send functionJoe Hershberger2018-10-101-0/+26
* | test: panel: Add a test for the panel uclassSimon Glass2018-10-093-2/+35
* | dm: core: Update ofnode to read binman-style flash entrySimon Glass2018-10-093-20/+49
* | sandbox: Restore blocking I/O on exitSimon Glass2018-10-091-8/+15
* | dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass2018-10-091-1/+0
* | sandbox: Remove the old memory file laterSimon Glass2018-10-092-6/+6
* | sandbox: Add a flag to set the default log levelSimon Glass2018-10-092-0/+14
* | sandbox: Support booting from TPL to SPLSimon Glass2018-10-091-2/+27
* | sandbox: Add a way to write data to the host filesystemSimon Glass2018-10-091-0/+20
* | sandbox: Support file truncation with os_open()Simon Glass2018-10-091-0/+2
* | sandbox: Unprotect DATA regions in bus testsSimon Glass2018-10-081-0/+11
|/
* sandbox: dt: add sandbox_tee nodeJens Wiklander2018-10-073-0/+12
* Merge git://git.denx.de/u-boot-dmTom Rini2018-09-301-0/+10
|\
| * dm: test: Add "/firmware" node scan testRajan Vaja2018-09-291-0/+6
| * test: Add tests for board uclassMario Six2018-09-291-0/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-09-292-0/+13
|\ \
| * | video_osd: Add osd sandbox driver and testsMario Six2018-09-282-0/+13
| |/
* / sandbox: DTS: w1: add node for one wire interface on GPIOEugen Hristev2018-09-281-0/+20
|/
* sandbox: Allow to execute from RAMAlexander Graf2018-09-231-1/+2
* sandbox: Fix setjmp/longjmpAlexander Graf2018-09-233-34/+5
* sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass2018-09-233-9/+161
* sandbox: Add support for calling abort()Simon Glass2018-09-231-0/+5
* sandbox: Align RAM buffer to the machine page sizeSimon Glass2018-09-231-3/+4
* test: Add tests for CPU uclassMario Six2018-09-181-0/+12
* sandbox: Build with -fPICAndy Shevchenko2018-09-181-0/+1
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-101-31/+2
* Remove CONFIG_USE_STDINTMasahiro Yamada2018-09-101-5/+0
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-241-0/+11
|\
| * cmd: Add bind/unbind commands to bind a device to a driver from the command lineJean-Jacques Hiblot2018-08-211-0/+11
* | Partially revert "efi_loader: Rename sections to allow for implicit data"Simon Glass2018-08-232-8/+4
* | sandbox: Move BSS after EFI sectionsAlexander Graf2018-08-201-3/+2
|/
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2018-08-111-0/+4
|\
| * test: Add tests for misc uclassMario Six2018-08-111-0/+4
* | sandbox: Add and build AXI bus and deviceMario Six2018-08-112-0/+22
* | axi: Add AXI sandbox driver and simple emulatorMario Six2018-08-111-0/+66
|/
* test: dm: pci: Add cases for finding PCI capability APIsBin Meng2018-08-081-0/+8
* test: dm: pci: Add tests for mixed static and dynamic devices on the same busBin Meng2018-08-081-0/+18
* sandbox: Update test.dts for dynamic PCI device driver matchingBin Meng2018-08-081-14/+2
* pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng2018-08-081-0/+4
* test: dm: pci: Test more than one PCI host controllerBin Meng2018-08-081-2/+26
* test: dm: pci: Test more than one device on the same busBin Meng2018-08-081-0/+7
* clk: add clk_valid()Fabrice Gasnier2018-08-031-0/+8