summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass2017-04-051-0/+7
* dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass2017-02-081-0/+5
* spl: sandbox: Drop spl_board_announce_boot_device()Simon Glass2016-12-091-14/+3
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+1
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+5
* drivers/pci/Kconfig: Add PCITom Rini2016-10-271-7/+0
* efi: Use asmlinkage for EFIAPISimon Glass2016-10-191-0/+0
* sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns2016-10-111-0/+2
* sandbox: Use the address in readl/writel() functionsSimon Glass2016-10-111-6/+6
* sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns2016-10-111-8/+11
* sandbox/fs: Use correct size path name bufferStefan Brüns2016-10-111-3/+10
* sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns2016-10-111-2/+2
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-1/+2
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-061-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-061-1/+1
* spl: Move spl_board_load_image() into a generic headerSimon Glass2016-10-061-8/+0
* sandbox, x86: select DM_KEYBOARD instead of default y entryMasahiro Yamada2016-10-011-3/+0
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-231-1/+0
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-201-0/+1
* Add a power domain framework/uclassStephen Warren2016-07-272-0/+31
* Merge git://git.denx.de/u-boot-dmTom Rini2016-07-1511-3/+217
|\