summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2414-235/+14
* sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass2013-05-011-0/+1
* sandbox: Switch over to generic boardSimon Glass2013-05-012-20/+7
* sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass2013-05-011-0/+3
* Introduce generic link section.h symbol filesSimon Glass2013-03-151-0/+2
* sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass2013-02-281-0/+10
* sandbox: Use generic global_dataSimon Glass2013-02-041-24/+1
* sandbox: Move ram_buf to arch_global_dataSimon Glass2013-02-041-1/+1
* Add architecture-specific global dataSimon Glass2013-02-011-0/+6
* sandbox: Change global data baudrate to intSimon Glass2012-10-191-1/+1
* sandbox: Add asm/errno.hSimon Glass2012-09-291-0/+1
OpenPOWER on IntegriCloud