summaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)Author
2017-06-05sandbox: Make u-boot-sandbox.h a private headerSimon Glass
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass
2017-05-08dm: Simple Watchdog uclassmaxims@google.com
2017-04-13sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-codedTom Rini
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-10-11sandbox: Use the address in readl/writel() functionsSimon Glass
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-07-27Add a power domain framework/uclassStephen Warren
2016-07-15sandbox: Add basic SPL implementationSimon Glass
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-06-19reset: implement a reset testStephen Warren
2016-06-19sandbox: gpio: doc: Fix parameter documentationmario.six@gdsys.cc
2016-06-04dm: test: Add GPIO open drain testsmario.six@gdsys.cc
2016-05-27mailbox: implement a sandbox testStephen Warren
2016-05-27Rename reset to sysresetStephen Warren
2016-05-17sandbox: Add string and 16-bit I/O functionsSimon Glass
2016-04-15sandbox: Enable many more commandsTom Rini
2016-03-08sandbox: Fix building with LLVMTom Rini
2015-11-20usb: sandbox: Add a USB emulation driverSimon Glass
2015-11-20test: Record and silence console in testsSimon Glass
2015-11-20sandbox: Add a way to skip time delaysSimon Glass
2015-11-05sandbox: Use the generic bitops headersFabio Estevam
2015-07-21dm: test: Add a test for the system controller uclassSimon Glass
2015-07-21sandbox: Use the reset driver to handle resetSimon Glass
2015-07-21sandbox: Support multiple reset typesSimon Glass
2015-07-21dm: test: Add tests for the clk uclassSimon Glass
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons
2015-05-06dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass
2015-05-06dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass
2015-05-06sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger
2015-05-06sandbox: Add test function to advance timeJoe Hershberger
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass
2015-04-22exynos: sandbox: ti: Add SPDX license identifiers and notesSimon Glass
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger
2015-04-17dm: sandbox: pci: Add PCI support for sandboxSimon Glass
2015-02-15sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger
2015-02-09common: Move dram_init() declaration to common locationMichal Simek
2014-12-11dm: i2c: Add an I2C EEPROM simulatorSimon Glass
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black
2014-10-22dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass
2014-10-22dm: sandbox: spi: Move to driver modelSimon Glass
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass
2014-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada
2014-06-23sandbox: change local_irq_save() to macroMasahiro Yamada
2014-06-20sandbox: Support iotrace featureSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-05-12common/board_f: Initialized global data for generic boardYork Sun