summaryrefslogtreecommitdiff
path: root/arch/sandbox/lib
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-11-14Merge tag 'efi-2020-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-0/+64
2019-11-13efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt2-0/+64
2019-10-08sandbox: Add support for clrsetio_32() and friendsSimon Glass1-6/+6
2019-04-12sandbox: Properly print physical addressesThierry Reding1-1/+1
2018-06-03efi: sandbox: Add required linker sectionsSimon Glass2-1/+13
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-8/+4
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2018-01-10build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini1-2/+0
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