aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini3-14/+62
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini1-8/+0
2019-04-23sandbox: Drop the printf() in setup_ram_buf()Simon Glass1-3/+1
2019-04-23sandbox: Correct maths in allocation routinesSimon Glass1-9/+13
2019-04-23sandbox: Improve debugging in initcall_run_list()Simon Glass3-2/+48
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong1-8/+0
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+1
2019-04-12dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong1-1/+1
2019-04-11dm: sound: make all functions static inlineChristian Gmeiner1-2/+2
2019-04-11sandbox: Properly print physical addressesThierry Reding1-1/+1
2019-04-11sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=yThierry Reding1-6/+6
2019-04-11syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay1-1/+2
2019-02-27clk: Add fixed-factor clock driverAnup Patel1-0/+8
2019-02-20sandbox: sound: Silence sound for testingSimon Glass1-0/+1
2019-02-20sound: Add uclass operations for beepingSimon Glass1-0/+16
2019-02-20sandbox: pch: Add a test for the PCH uclassSimon Glass2-0/+12
2019-02-20sandbox: Add a note about the growing state_info structSimon Glass1-0/+9
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