aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-181-1/+0
* SPDX: Fixup tags from latest EFI PRTom Rini2018-06-031-1/+1
* efi: sandbox: Add required linker sectionsSimon Glass2018-06-033-1/+42
* sandbox: Add a setjmp() implementationSimon Glass2018-06-033-0/+66
* test: dm: Fix wrong aliases property namesEugeniu Rosca2018-05-311-4/+4
* sandbox: dts: add Sandbox TPMv2.x nodeMiquel Raynal2018-05-253-0/+12
* sandbox: Enable support for MC34708 PMIC in DTSLukasz Majewski2018-05-184-0/+45
* dm: led: add testcase for "default-state" propertyPatrick Bruenn2018-05-081-0/+12
* test: regmap: test Linux-compatible syscon_node_to_regmap()Masahiro Yamada2018-05-071-0/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0744-82/+44
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* clk: add sandbox test for bulk APINeil Armstrong2018-04-101-0/+32
* reset: add sandbox test for bulk APINeil Armstrong2018-04-101-0/+4
* core: ofnode: Fix translation for #size-cells == 0Mario Six2018-04-011-0/+48
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* sandbox: Add 64-bit sandboxMario Six2018-02-186-10/+352
* sandbox: Rename 'num-gpios' property to avoid dtc warningSimon Glass2018-02-182-4/+4
* sandbox: Correct dtc warning in /chosen nodeSimon Glass2018-02-181-0/+2
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* fix spelling of 'functions' in 2 places (was 'funtcions')Simon Goldschmidt2018-02-131-1/+1
* SystemACE: RemoveTom Rini2018-02-131-4/+0
* dm: core: parse chosen nodeRob Clark2018-01-151-0/+7
* build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini2018-01-101-2/+0
* power: extend prefix match to regulator-name propertyFelix Brack2017-12-121-0/+6
* Revert "sandbox: remove os_putc() and os_puts()"Simon Glass2017-12-071-0/+11
* sandbox: Add clrbits/setbits macrosTom Rini2017-11-161-0/+57
* sandbox: avoid memory leak in os_dirent_lsHeinrich Schuchardt2017-10-081-6/+14
* sandbox: Expand list of IO accessorsMaxime Ripard2017-10-031-0/+47
* sandbox: Use asm-generic/io.hPaul Burton2017-10-022-10/+20
* dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard2017-09-111-4/+6
* sandbox: Convert SANDBOX_BITS_PER_LONG to KconfigBin Meng2017-09-111-0/+5
* sandbox: Introduce Kconfig option for 32/64 bit hostBin Meng2017-09-111-0/+17
* sandbox: Add a dummy invalidate_dcache_range() functionBin Meng2017-08-281-0/+4
* sandbox: remove os_putc() and os_puts()Masahiro Yamada2017-07-281-11/+0
* sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan2017-07-271-1/+1
* sandbox: Stop printing platdata at the start of SPLSimon Glass2017-07-111-11/+0
* sandbox: Enable more console optionsSimon Glass2017-07-111-0/+1
* dm: core: Test uclass_first/next_device() on probe failureSimon Glass2017-07-111-0/+19
* sandbox: Fix comparison of unsigned enum expression warningTom Rini2017-06-081-1/+1
* bootstage: Require timer_get_boot_us() to be definedSimon Glass2017-06-051-0/+11
* sandbox: Make u-boot-sandbox.h a private headerSimon Glass2017-06-051-0/+1
* sandbox: Add a way to reset sandbox state for testsSimon Glass2017-06-012-4/+18
* dm: blk: Improve block device claimingSimon Glass2017-06-011-1/+11
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-0/+1
* dm: test: Add tests for the generic PHY uclassJean-Jacques Hiblot2017-05-091-0/+17
* dm: Simple Watchdog uclassmaxims@google.com2017-05-082-0/+13
* dm: sandbox: pwm: Add a basic pwm testSimon Glass2017-04-271-0/+8
* sandbox: Add some test LEDsSimon Glass2017-04-141-0/+14
* sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-codedTom Rini2017-04-131-1/+5
* board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass2017-04-051-0/+5