summaryrefslogtreecommitdiff
path: root/arch/sandbox/include
Commit message (Expand)AuthorAgeLines
* sandbox: Don't try distro_bootcmd by defaultSjoerd Simons2015-05-06-0/+1
* dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass2015-05-05-0/+49
* dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass2015-05-05-0/+10
* sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger2015-05-05-0/+2
* sandbox: Add test function to advance timeJoe Hershberger2015-05-05-0/+8
* fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-23-0/+8
* exynos: sandbox: ti: Add SPDX license identifiers and notesSimon Glass2015-04-22-0/+2
* sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger2015-04-18-1/+9
* sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger2015-04-18-0/+32
* sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger2015-04-18-0/+15
* dm: sandbox: pci: Add PCI support for sandboxSimon Glass2015-04-16-5/+78
* sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger2015-02-15-15/+0
* common: Move dram_init() declaration to common locationMichal Simek2015-02-09-1/+0
* dm: i2c: Add an I2C EEPROM simulatorSimon Glass2014-12-11-0/+26
* Provide option to avoid defining a custom version of uintptr_t.Gabe Black2014-10-27-0/+5
* dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass2014-10-22-14/+0
* dm: sandbox: spi: Move to driver modelSimon Glass2014-10-22-0/+1
* sandbox: Set up global data before board_init_f()Simon Glass2014-07-23-1/+0
* build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada2014-07-07-0/+0
* sandbox: change local_irq_save() to macroMasahiro Yamada2014-06-23-6/+4
* sandbox: Support iotrace featureSimon Glass2014-06-20-0/+10
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-4/+4
* common/board_f: Initialized global data for generic boardYork Sun2014-05-12-0/+1
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-17-1/+2
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-17-0/+24
* sandbox: Add LCD driverSimon Glass2014-03-17-0/+4
* sandbox: Add a simple sound driverSimon Glass2014-03-17-0/+14
* sandbox: Add SDL library for LCD, keyboard, audioSimon Glass2014-03-17-0/+118
* sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2014-03-17-1/+2
* sandbox: Convert GPIOs to use driver modelSimon Glass2014-03-04-9/+5
* sandbox: Add a prototype for cleanup_before_linux()Simon Glass2014-01-08-0/+2
* sandbox: Add facility to save/restore sandbox stateSimon Glass2014-01-08-0/+114
* sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-08-1/+13
* sandbox: Add -i option to enter interactive modeSimon Glass2014-01-08-0/+2
* sandbox: spi: Add SPI emulation busMike Frysinger2013-12-09-0/+75
* sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass2013-12-09-13/+14
* sandbox: Make map_to_sysmem() use a constant pointerSimon Glass2013-11-21-1/+1
* sandbox: config: Don't use 64-bit physical memorySimon Glass2013-11-21-2/+2
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-7/+7
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-235/+14
* sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass2013-05-01-0/+1
* sandbox: Switch over to generic boardSimon Glass2013-05-01-20/+7
* sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass2013-05-01-0/+3
* Introduce generic link section.h symbol filesSimon Glass2013-03-15-0/+2
* sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass2013-02-28-0/+10
* sandbox: Use generic global_dataSimon Glass2013-02-04-24/+1
* sandbox: Move ram_buf to arch_global_dataSimon Glass2013-02-04-1/+1
* Add architecture-specific global dataSimon Glass2013-02-01-0/+6
* sandbox: Change global data baudrate to intSimon Glass2012-10-19-1/+1
* sandbox: Add asm/errno.hSimon Glass2012-09-29-0/+1