aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini5-11/+21
2019-01-14sandbox: i2c_emul_find() No emulators for device 'rtc@43'Heinrich Schuchardt2-8/+8
2019-01-14sandbox: Correct SDL build flagsSimon Glass2-3/+1
2019-01-14sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)Christian GMEINER1-0/+12
2019-01-14test: bootcount: add bootcount-uclass testPhilipp Tomsich1-0/+6
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass2-9/+7
2018-12-13dm: sound: Complete migration to driver modelSimon Glass3-26/+9
2018-12-13dm: sandbox: sound: Convert to use driver modelSimon Glass3-11/+55
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass1-0/+2
2018-12-13dm: sound: Create a uclass for soundSimon Glass2-0/+31
2018-12-13dm: sandbox: Update sound to use two buffersSimon Glass1-25/+63
2018-12-13dm: sound: Create a uclass for i2sSimon Glass2-1/+16
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass2-1/+16
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-2/+4
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot1-2/+4
2018-12-07test: dma: add dma-uclass testGrygorii Strashko1-0/+8
2018-12-06dm: Add Hardware Spinlock classBenjamin Gaignard2-0/+5
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas1-0/+1
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