aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-17sandbox: Add LCD driverSimon Glass2-0/+4
2014-03-17sandbox: Add a simple sound driverSimon Glass1-0/+14
2014-03-17sandbox: Add SDL library for LCD, keyboard, audioSimon Glass1-0/+118
2014-03-17sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass1-1/+2
2014-03-04sandbox: Convert GPIOs to use driver modelSimon Glass1-9/+5
2014-01-08sandbox: Add a prototype for cleanup_before_linux()Simon Glass1-0/+2
2014-01-08sandbox: Add facility to save/restore sandbox stateSimon Glass1-0/+114
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass2-1/+13
2014-01-08sandbox: Add -i option to enter interactive modeSimon Glass1-0/+2
2013-12-09sandbox: spi: Add SPI emulation busMike Frysinger3-0/+75
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass2-13/+14
2013-11-21sandbox: Make map_to_sysmem() use a constant pointerSimon Glass1-1/+1
2013-11-21sandbox: config: Don't use 64-bit physical memorySimon Glass1-2/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk7-7/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk14-235/+14
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass1-0/+1
2013-05-01sandbox: Switch over to generic boardSimon Glass2-20/+7
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass1-0/+3
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+2
2013-02-28sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass1-0/+10
2013-02-04sandbox: Use generic global_dataSimon Glass1-24/+1
2013-02-04sandbox: Move ram_buf to arch_global_dataSimon Glass1-1/+1
2013-02-01Add architecture-specific global dataSimon Glass1-0/+6
2012-10-19sandbox: Change global data baudrate to intSimon Glass1-1/+1
2012-09-29sandbox: Add asm/errno.hSimon Glass1-0/+1
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-1/+0
2012-03-12sandbox: add getopt supportSimon Glass4-0/+99
2012-03-12sandbox: allow processing before main loopSimon Glass1-0/+3
2012-03-12sandbox: add concept of sandbox stateSimon Glass1-0/+57