aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-08dm: Simple Watchdog uclassmaxims@google.com1-0/+9
2017-04-13sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-codedTom Rini1-1/+5
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-10-11sandbox: Use the address in readl/writel() functionsSimon Glass1-6/+6
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass1-8/+0
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-07-27Add a power domain framework/uclassStephen Warren1-0/+21
2016-07-14sandbox: Add basic SPL implementationSimon Glass1-0/+23
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren2-9/+111
2016-06-19reset: implement a reset testStephen Warren1-0/+21
2016-06-19sandbox: gpio: doc: Fix parameter documentationmario.six@gdsys.cc1-6/+10
2016-06-03dm: test: Add GPIO open drain testsmario.six@gdsys.cc1-0/+20
2016-05-26mailbox: implement a sandbox testStephen Warren1-0/+21
2016-05-26Rename reset to sysresetStephen Warren1-3/+3
2016-05-17sandbox: Add string and 16-bit I/O functionsSimon Glass1-0/+15
2016-04-15sandbox: Enable many more commandsTom Rini2-0/+2
2016-03-08sandbox: Fix building with LLVMTom Rini1-0/+6
2015-11-19usb: sandbox: Add a USB emulation driverSimon Glass1-0/+2
2015-11-19test: Record and silence console in testsSimon Glass1-0/+1
2015-11-19sandbox: Add a way to skip time delaysSimon Glass1-0/+19
2015-11-05sandbox: Use the generic bitops headersFabio Estevam1-0/+4
2015-07-21dm: test: Add a test for the system controller uclassSimon Glass1-0/+8
2015-07-21sandbox: Use the reset driver to handle resetSimon Glass1-0/+3
2015-07-21sandbox: Support multiple reset typesSimon Glass1-0/+3
2015-07-21dm: test: Add tests for the clk uclassSimon Glass1-0/+11
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons1-0/+1
2015-05-05dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass2-0/+49
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-0/+10
2015-05-05sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger1-0/+2
2015-05-05sandbox: Add test function to advance timeJoe Hershberger1-0/+8
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass1-0/+8
2015-04-22exynos: sandbox: ti: Add SPDX license identifiers and notesSimon Glass1-0/+2
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger1-1/+9
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger1-0/+32
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger1-0/+15
2015-04-16dm: sandbox: pci: Add PCI support for sandboxSimon Glass4-5/+78
2015-02-15sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger1-15/+0
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-1/+0
2014-12-11dm: i2c: Add an I2C EEPROM simulatorSimon Glass1-0/+26
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black1-0/+5
2014-10-22dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass2-14/+0
2014-10-22dm: sandbox: spi: Move to driver modelSimon Glass1-0/+1
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass1-1/+0
2014-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada1-0/+0
2014-06-23sandbox: change local_irq_save() to macroMasahiro Yamada2-6/+4
2014-06-20sandbox: Support iotrace featureSimon Glass1-0/+10
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-4/+4
2014-05-12common/board_f: Initialized global data for generic boardYork Sun1-0/+1
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass1-1/+2
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass1-0/+24