aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/lib
AgeCommit message (Expand)AuthorFilesLines
2021-10-21sandbox: provide /chosen/boot-hartid propertyHeinrich Schuchardt2-1/+26
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-4/+5
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt1-0/+35
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2019-12-02common: 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-12efi_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-11sandbox: 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-02libfdt: 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-14sandbox: Don't use PCI in SPLSimon Glass1-0/+2
2016-07-14sandbox: 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-16dm: 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-09sandbox: 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-14Coding 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-15net: 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-10sandbox: Add improved RAM simulationMatthias Weisser1-7/+10
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger1-1/+1
2011-10-17sandbox: Add architecture lib filesSimon Glass3-0/+366