aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/io.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-27sandbox: Drop 'const' from sandbox_write()Simon Glass1-6/+5
2019-10-08sandbox: Allow use of real I/O with readl(), etc.Simon Glass1-9/+19
2019-10-08sandbox: Add support for clrsetio_32() and friendsSimon Glass1-6/+36
2019-01-14sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)Christian GMEINER1-0/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-18sandbox: Add 64-bit sandboxMario Six1-0/+6
2018-02-13SystemACE: RemoveTom Rini1-4/+0
2017-11-16sandbox: Add clrbits/setbits macrosTom Rini1-0/+57
2017-10-03sandbox: Expand list of IO accessorsMaxime Ripard1-0/+47
2017-10-02sandbox: Use asm-generic/io.hPaul Burton1-9/+9
2016-10-11sandbox: Use the address in readl/writel() functionsSimon Glass1-6/+6
2016-05-17sandbox: Add string and 16-bit I/O functionsSimon Glass1-0/+15
2016-04-15sandbox: Enable many more commandsTom Rini1-0/+1
2015-04-16dm: sandbox: pci: Add PCI support for sandboxSimon Glass1-4/+12
2014-06-20sandbox: Support iotrace featureSimon Glass1-0/+10
2013-11-21sandbox: Make map_to_sysmem() use a constant pointerSimon Glass1-1/+1
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-01sandbox: Switch over to generic boardSimon Glass1-0/+5
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass1-0/+3
2013-02-28sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass1-0/+10
2011-10-17sandbox: Add architecture header filesSimon Glass1-0/+41