summaryrefslogtreecommitdiff
path: root/arch/sandbox/lib
AgeCommit message (Expand)AuthorFilesLines
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-0/+1
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini1-0/+2
2016-07-15sandbox: Don't use PCI in SPLSimon Glass1-0/+2
2016-07-15sandbox: Don't exit when bootm completesSimon Glass1-1/+1
2015-04-19sandbox: Add support for bootzSjoerd Simons1-0/+42
2015-04-19sandbox: Split bootm code out into lib/bootmSjoerd Simons2-0/+22
2015-04-17dm: sandbox: pci: Add PCI support for sandboxSimon Glass2-1/+139
2014-05-16Revert "sandbox: move source files from board/ to arch/sandbox/"Masahiro Yamada2-84/+1
2014-05-10sandbox: move source files from board/ to arch/sandbox/Masahiro Yamada2-1/+84
2013-10-31sandbox: convert makefiles to Kbuild styleMasahiro Yamada1-24/+1
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2-34/+2
2013-05-01sandbox: Switch over to generic boardSimon Glass2-286/+0
2013-02-04sandbox: Move ram_buf to arch_global_dataSimon Glass1-3/+3
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-3/+0
2012-03-12sandbox: add getopt supportSimon Glass1-0/+1
2012-03-12sandbox: allow processing before main loopSimon Glass1-0/+2
2012-03-12sandbox: fdt: add support for CONFIG_OF_CONTROLSimon Glass1-0/+8
2011-12-11sandbox: Add improved RAM simulationMatthias Weisser1-7/+10
2011-10-28cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger1-1/+1
2011-10-18sandbox: Add architecture lib filesSimon Glass3-0/+366