summaryrefslogtreecommitdiff
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-243-14/+62
|\
| * sandbox: Drop the printf() in setup_ram_buf()Simon Glass2019-04-231-3/+1
| * sandbox: Correct maths in allocation routinesSimon Glass2019-04-231-9/+13
| * sandbox: Improve debugging in initcall_run_list()Simon Glass2019-04-233-2/+48
* | Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini2019-04-241-8/+0
|\ \ | |/ |/|
| * regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong2019-04-231-8/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-141-1/+1
|\ \
| * | dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong2019-04-121-1/+1
| |/
* | dm: sound: make all functions static inlineChristian Gmeiner2019-04-111-2/+2
* | sandbox: Properly print physical addressesThierry Reding2019-04-111-1/+1
* | sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=yThierry Reding2019-04-111-6/+6
* | syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-1/+2
|/
* clk: Add fixed-factor clock driverAnup Patel2019-02-271-0/+8
* sandbox: sound: Silence sound for testingSimon Glass2019-02-201-0/+1
* sound: Add uclass operations for beepingSimon Glass2019-02-201-0/+16
* sandbox: pch: Add a test for the PCH uclassSimon Glass2019-02-202-0/+12
* sandbox: Add a note about the growing state_info structSimon Glass2019-02-201-0/+9
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-155-11/+21
|\
| * sandbox: i2c_emul_find() No emulators for device 'rtc@43'Heinrich Schuchardt2019-01-142-8/+8
| * sandbox: Correct SDL build flagsSimon Glass2019-01-142-3/+1
| * sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)Christian GMEINER2019-01-141-0/+12
* | test: bootcount: add bootcount-uclass testPhilipp Tomsich2019-01-141-0/+6
|/
* dm: sandbox: Allow selection of sample rate and channelsSimon Glass2018-12-132-9/+7
* dm: sound: Complete migration to driver modelSimon Glass2018-12-133-26/+9
* dm: sandbox: sound: Convert to use driver modelSimon Glass2018-12-133-11/+55
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+2
* dm: sound: Create a uclass for soundSimon Glass2018-12-132-0/+31
* dm: sandbox: Update sound to use two buffersSimon Glass2018-12-131-25/+63
* dm: sound: Create a uclass for i2sSimon Glass2018-12-132-1/+16
* dm: sound: Create a uclass for audio codecsSimon Glass2018-12-132-1/+16
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-101-2/+4
|\
| * syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot2018-12-071-2/+4
* | test: dma: add dma-uclass testGrygorii Strashko2018-12-071-0/+8
* | dm: Add Hardware Spinlock classBenjamin Gaignard2018-12-062-0/+5
|/
* dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-051-0/+1
* sandbox: Use 'extras' to specify 'head' filesSimon Glass2018-12-053-5/+7
* sandbox: Zero the ram buffer on startupSimon Glass2018-12-052-0/+8
* sandbox: Check the filename in jump_to_image_no_args()Simon Glass2018-12-051-2/+6
* sandbox: Fix up the debug message for the image filenameSimon Glass2018-12-051-1/+1
* sandbox: Use memmove() to move overlapping regionsSimon Glass2018-11-291-2/+3
* sandbox: Enable soundSimon Glass2018-11-291-19/+0
* sound: sandbox: Use the correct frequencySimon Glass2018-11-291-2/+9
* sound: Add sample rate as a parameter for square waveSimon Glass2018-11-291-1/+1
* dm: sandbox: i2c: Use new emulator parent uclassSimon Glass2018-11-294-60/+85
* spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-261-0/+18
* sandbox: Boot in U-Boot through the standard callSimon Glass2018-11-262-14/+20
* sandbox: Filter arguments when starting U-BootSimon Glass2018-11-261-6/+26
* sandbox: Use malloc() and free() from os layerSimon Glass2018-11-262-12/+15
* sandbox: Refactor code to create os_jump_to_file()Simon Glass2018-11-261-10/+38
* sandbox: Add a new 'sb' commandSimon Glass2018-11-262-0/+17