aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2018-01-10build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini1-2/+0
2017-12-12power: extend prefix match to regulator-name propertyFelix Brack1-0/+6
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass1-0/+11
2017-11-16sandbox: Add clrbits/setbits macrosTom Rini1-0/+57
2017-10-08sandbox: avoid memory leak in os_dirent_lsHeinrich Schuchardt1-6/+14
2017-10-03sandbox: Expand list of IO accessorsMaxime Ripard1-0/+47
2017-10-02sandbox: Use asm-generic/io.hPaul Burton2-10/+20
2017-09-11dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard1-4/+6
2017-09-11sandbox: Convert SANDBOX_BITS_PER_LONG to KconfigBin Meng1-0/+5
2017-09-11sandbox: Introduce Kconfig option for 32/64 bit hostBin Meng1-0/+17
2017-08-28sandbox: Add a dummy invalidate_dcache_range() functionBin Meng1-0/+4
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada1-11/+0
2017-07-27sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan1-1/+1
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass1-11/+0
2017-07-11sandbox: Enable more console optionsSimon Glass1-0/+1
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass1-0/+19
2017-06-08sandbox: Fix comparison of unsigned enum expression warningTom Rini1-1/+1
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass1-0/+11
2017-06-05sandbox: Make u-boot-sandbox.h a private headerSimon Glass1-0/+1
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass2-4/+18
2017-06-01dm: blk: Improve block device claimingSimon Glass1-1/+11
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-0/+1
2017-05-09dm: test: Add tests for the generic PHY uclassJean-Jacques Hiblot1-0/+17
2017-05-08dm: Simple Watchdog uclassmaxims@google.com2-0/+13
2017-04-27dm: sandbox: pwm: Add a basic pwm testSimon Glass1-0/+8
2017-04-14sandbox: Add some test LEDsSimon Glass1-0/+14
2017-04-13sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-codedTom Rini1-1/+5
2017-04-05board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass1-0/+5
2017-04-05board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass1-0/+7
2017-02-08dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass1-0/+5
2016-12-09spl: sandbox: Drop spl_board_announce_boot_device()Simon Glass1-14/+3
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-10-27drivers/pci/Kconfig: Add PCITom Rini1-7/+0
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-10-11sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns1-0/+2
2016-10-11sandbox: Use the address in readl/writel() functionsSimon Glass1-6/+6
2016-10-11sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns1-8/+11
2016-10-11sandbox/fs: Use correct size path name bufferStefan Brüns1-3/+10
2016-10-11sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns1-2/+2
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-1/+2
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass1-1/+2
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass1-8/+0
2016-10-01sandbox, x86: select DM_KEYBOARD instead of default y entryMasahiro Yamada1-3/+0
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-0/+1
2016-07-27Add a power domain framework/uclassStephen Warren2-0/+31
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini11-3/+217
2016-07-14sandbox: Add a test device that uses of-platdataSimon Glass2-0/+48