summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/lib
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-241-4/+5
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* sandbox: add handler for exceptionsHeinrich Schuchardt2020-12-131-0/+35
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* Merge tag 'efi-2020-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-11-142-0/+64
|\
| * efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt2019-11-122-0/+64
|/
* sandbox: Add support for clrsetio_32() and friendsSimon Glass2019-10-081-6/+6
* sandbox: Properly print physical addressesThierry Reding2019-04-111-1/+1
* efi: sandbox: Add required linker sectionsSimon Glass2018-06-032-1/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-074-8/+4
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini2018-01-101-2/+0
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+5
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-201-0/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-07-151-0/+2
|\
| * sandbox: Don't use PCI in SPLSimon Glass2016-07-141-0/+2
* | sandbox: Don't exit when bootm completesSimon Glass2016-07-141-1/+1
|/
* sandbox: Add support for bootzSjoerd Simons2015-04-191-0/+42
* sandbox: Split bootm code out into lib/bootmSjoerd Simons2015-04-192-0/+22
* dm: sandbox: pci: Add PCI support for sandboxSimon Glass2015-04-162-1/+139
* Revert "sandbox: move source files from board/ to arch/sandbox/"Masahiro Yamada2014-05-162-84/+1
* sandbox: move source files from board/ to arch/sandbox/Masahiro Yamada2014-05-092-1/+84
* sandbox: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-24/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-242-34/+2
* sandbox: Switch over to generic boardSimon Glass2013-05-012-286/+0
* sandbox: Move ram_buf to arch_global_dataSimon Glass2013-02-041-3/+3
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-151-3/+0
* sandbox: add getopt supportSimon Glass2012-03-121-0/+1
* sandbox: allow processing before main loopSimon Glass2012-03-121-0/+2
* sandbox: fdt: add support for CONFIG_OF_CONTROLSimon Glass2012-03-121-0/+8
* sandbox: Add improved RAM simulationMatthias Weisser2011-12-101-7/+10
* cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger2011-10-271-1/+1
* sandbox: Add architecture lib filesSimon Glass2011-10-173-0/+366