summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)Author
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada
2017-07-27sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass
2017-07-11sandbox: Enable more console optionsSimon Glass
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass
2017-06-09sandbox: Fix comparison of unsigned enum expression warningTom Rini
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass
2017-06-05sandbox: Make u-boot-sandbox.h a private headerSimon Glass
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass
2017-06-01dm: blk: Improve block device claimingSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-05-09dm: test: Add tests for the generic PHY uclassJean-Jacques Hiblot
2017-05-08dm: Simple Watchdog uclassmaxims@google.com
2017-04-27dm: sandbox: pwm: Add a basic pwm testSimon Glass
2017-04-15sandbox: Add some test LEDsSimon Glass
2017-04-13sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-codedTom Rini
2017-04-05board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass
2017-04-05board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass
2017-02-08dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass
2016-12-09spl: sandbox: Drop spl_board_announce_boot_device()Simon Glass
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-10-28drivers/pci/Kconfig: Add PCITom Rini
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-10-11sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns
2016-10-11sandbox: Use the address in readl/writel() functionsSimon Glass
2016-10-11sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns
2016-10-11sandbox/fs: Use correct size path name bufferStefan Brüns
2016-10-11sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass
2016-10-02sandbox, x86: select DM_KEYBOARD instead of default y entryMasahiro Yamada
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini
2016-07-27Add a power domain framework/uclassStephen Warren
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini
2016-07-15sandbox: Add a test device that uses of-platdataSimon Glass
2016-07-15sandbox: Add a new sandbox_spl boardSimon Glass
2016-07-15sandbox: Add basic SPL implementationSimon Glass
2016-07-15sandbox: Don't include the main loop in SPLSimon Glass
2016-07-15sandbox: Don't use PCI in SPLSimon Glass
2016-07-15sandbox: Add some missing headers in cpu.cSimon Glass
2016-07-15sandbox: Correct header file order in cpu.cSimon Glass
2016-07-15sandbox: Support building an SPL imageSimon Glass
2016-07-15sandbox: Allow chaining from SPL to U-Boot properSimon Glass
2016-07-14sandbox: Don't exit when bootm completesSimon Glass
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-06-19reset: implement a reset testStephen Warren