summaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)Author
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons
2015-05-05dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass
2015-05-05sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger
2015-05-05sandbox: 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-16dm: 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
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass
2014-03-17sandbox: Add LCD driverSimon Glass
2014-03-17sandbox: Add a simple sound driverSimon Glass
2014-03-17sandbox: Add SDL library for LCD, keyboard, audioSimon Glass
2014-03-17sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass
2014-03-04sandbox: Convert GPIOs to use driver modelSimon Glass
2014-01-08sandbox: Add a prototype for cleanup_before_linux()Simon Glass
2014-01-08sandbox: Add facility to save/restore sandbox stateSimon Glass
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass
2014-01-08sandbox: Add -i option to enter interactive modeSimon Glass
2013-12-09sandbox: spi: Add SPI emulation busMike Frysinger
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass
2013-11-21sandbox: Make map_to_sysmem() use a constant pointerSimon Glass
2013-11-21sandbox: config: Don't use 64-bit physical memorySimon Glass
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass
2013-05-01sandbox: Switch over to generic boardSimon Glass
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-02-28sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass
2013-02-04sandbox: Use generic global_dataSimon Glass
2013-02-04sandbox: Move ram_buf to arch_global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
2012-10-19sandbox: Change global data baudrate to intSimon Glass
2012-09-29sandbox: Add asm/errno.hSimon Glass