summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-02-09sandbox: fix build failure with musl and SDLHeinrich Schuchardt1-3/+8
2020-12-23sandbox: implement invalidate_icache_all()Heinrich Schuchardt1-1/+1
2018-12-05sandbox: Use 'extras' to specify 'head' filesSimon Glass1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2016-07-15sandbox: Add basic SPL implementationSimon Glass1-0/+1
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger1-0/+10
2014-03-18sandbox: Add SDL library for LCD, keyboard, audioSimon Glass1-0/+3
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-4/+7
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-2/+2
2014-01-30sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada1-4/+4
2013-11-22sandbox: Use system headers first for sandbox's os.cSimon Glass1-2/+4
2013-10-31sandbox: convert makefiles to Kbuild styleMasahiro Yamada1-22/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-03-12sandbox: add concept of sandbox stateSimon Glass1-1/+1
2011-12-11sandbox: fix compiling of cpu/os.cAndreas Bießmann1-3/+4
2011-10-18sandbox: Add main programSimon Glass1-1/+1
2011-10-18sandbox: Add OS dependent layerSimon Glass1-1/+4
2011-10-18sandbox: Add cpu filesSimon Glass1-0/+47