aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2018-12-05sandbox: Use 'extras' to specify 'head' filesSimon Glass3-5/+7
2018-12-05sandbox: Zero the ram buffer on startupSimon Glass2-0/+8
2018-12-05sandbox: Check the filename in jump_to_image_no_args()Simon Glass1-2/+6
2018-12-05sandbox: Fix up the debug message for the image filenameSimon Glass1-1/+1
2018-11-29sandbox: Use memmove() to move overlapping regionsSimon Glass1-2/+3
2018-11-29sandbox: Enable soundSimon Glass1-19/+0
2018-11-29sound: sandbox: Use the correct frequencySimon Glass1-2/+9
2018-11-29sound: Add sample rate as a parameter for square waveSimon Glass1-1/+1
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass4-60/+85
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass1-0/+18
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass2-14/+20
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass1-6/+26
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass2-12/+15
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass1-10/+38
2018-11-26sandbox: Add a new 'sb' commandSimon Glass2-0/+17
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass4-1/+25
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass1-0/+8
2018-11-20sandbox: Update some drivers to work in SPL/TPLSimon Glass1-0/+15
2018-11-20sandbox: Add a function to read a host fileSimon Glass1-3/+41
2018-11-20sandbox: remove stray DEBUGHeinrich Schuchardt1-4/+4
2018-11-16test/py: test pinmux commandPatrice Chotard1-0/+4
2018-11-14cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodesBin Meng1-0/+3
2018-11-14test: dm: virtio: Add test cases for virtio uclassBin Meng1-0/+8
2018-11-14sandbox: Try to start the RAM buffer at a particular addressSimon Glass1-1/+6
2018-11-14test: regmap: Increase size of syscon0 memoryMario Six1-1/+1
2018-11-14test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng1-0/+4
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