summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Add string and 16-bit I/O functionsSimon Glass2016-05-171-0/+15
* sandbox: Enable many more commandsTom Rini2016-04-152-0/+2
* sandbox: Fix building with LLVMTom Rini2016-03-081-0/+6
* usb: sandbox: Add a USB emulation driverSimon Glass2015-11-191-0/+2
* test: Record and silence console in testsSimon Glass2015-11-191-0/+1
* sandbox: Add a way to skip time delaysSimon Glass2015-11-191-0/+19
* sandbox: Use the generic bitops headersFabio Estevam2015-11-051-0/+4
* dm: test: Add a test for the system controller uclassSimon Glass2015-07-211-0/+8
* sandbox: Use the reset driver to handle resetSimon Glass2015-07-211-0/+3
* sandbox: Support multiple reset typesSimon Glass2015-07-211-0/+3
* dm: test: Add tests for the clk uclassSimon Glass2015-07-211-0/+11
* sandbox: Don't try distro_bootcmd by defaultSjoerd Simons2015-05-061-0/+1
* dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass2015-05-052-0/+49
* dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass2015-05-051-0/+10
* sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger2015-05-051-0/+2
* sandbox: Add test function to advance timeJoe Hershberger2015-05-051-0/+8
* fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-231-0/+8
* exynos: sandbox: ti: Add SPDX license identifiers and notesSimon Glass2015-04-221-0/+2
* sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger2015-04-181-1/+9
* sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger2015-04-181-0/+32
* sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger2015-04-181-0/+15
* dm: sandbox: pci: Add PCI support for sandboxSimon Glass2015-04-164-5/+78
* sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger2015-02-151-15/+0
* common: Move dram_init() declaration to common locationMichal Simek2015-02-091-1/+0
* dm: i2c: Add an I2C EEPROM simulatorSimon Glass2014-12-111-0/+26
* Provide option to avoid defining a custom version of uintptr_t.Gabe Black2014-10-271-0/+5
* dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass2014-10-222-14/+0
* dm: sandbox: spi: Move to driver modelSimon Glass2014-10-221-0/+1
* sandbox: Set up global data before board_init_f()Simon Glass2014-07-231-1/+0
* build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada2014-07-071-0/+0
* sandbox: change local_irq_save() to macroMasahiro Yamada2014-06-232-6/+4
* sandbox: Support iotrace featureSimon Glass2014-06-201-0/+10
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-4/+4
* common/board_f: Initialized global data for generic boardYork Sun2014-05-121-0/+1
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-171-1/+2
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-171-0/+24
* sandbox: Add LCD driverSimon Glass2014-03-172-0/+4
* sandbox: Add a simple sound driverSimon Glass2014-03-171-0/+14
* sandbox: Add SDL library for LCD, keyboard, audioSimon Glass2014-03-171-0/+118
* sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2014-03-171-1/+2
* sandbox: Convert GPIOs to use driver modelSimon Glass2014-03-041-9/+5
* sandbox: Add a prototype for cleanup_before_linux()Simon Glass2014-01-081-0/+2
* sandbox: Add facility to save/restore sandbox stateSimon Glass2014-01-081-0/+114
* sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-082-1/+13
* sandbox: Add -i option to enter interactive modeSimon Glass2014-01-081-0/+2
* sandbox: spi: Add SPI emulation busMike Frysinger2013-12-093-0/+75
* sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass2013-12-092-13/+14
* sandbox: Make map_to_sysmem() use a constant pointerSimon Glass2013-11-211-1/+1
* sandbox: config: Don't use 64-bit physical memorySimon Glass2013-11-211-2/+2
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-147-7/+7
OpenPOWER on IntegriCloud