aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-12sandbox: gpio: add basic driver for simulating GPIOsSimon Glass1-0/+81
2012-03-12sandbox: fdt: add support for CONFIG_OF_CONTROLSimon Glass1-0/+1
2011-11-03sandbox: Add asm/cache.h for sandboxAnton staaf1-0/+33
2011-10-17sandbox: Add architecture image supportSimon Glass1-0/+3
2011-10-17sandbox: Add architecture header filesSimon Glass13-0/+683