summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)Author
2016-10-27drivers/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-01sandbox, 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-14sandbox: Add a test device that uses of-platdataSimon Glass
2016-07-14sandbox: Add a new sandbox_spl boardSimon Glass
2016-07-14sandbox: Add basic SPL implementationSimon Glass
2016-07-14sandbox: Don't include the main loop in SPLSimon Glass
2016-07-14sandbox: Don't use PCI in SPLSimon Glass
2016-07-14sandbox: Add some missing headers in cpu.cSimon Glass
2016-07-14sandbox: Correct header file order in cpu.cSimon Glass
2016-07-14sandbox: Support building an SPL imageSimon Glass
2016-07-14sandbox: 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
2016-06-19sandbox: gpio: doc: Fix parameter documentationmario.six@gdsys.cc
2016-06-03dm: test: Add GPIO open drain testsmario.six@gdsys.cc
2016-05-26mailbox: implement a sandbox testStephen Warren
2016-05-26Rename reset to sysresetStephen Warren
2016-05-17sandbox: Add string and 16-bit I/O functionsSimon Glass
2016-04-18sandbox: Set CONFIG_SYS_CPUTom Rini
2016-04-15sandbox: Enable many more commandsTom Rini
2016-04-01spmi: Add sandbox test driverMateusz Kulikowski
2016-03-22sandbox: Avoid calling commands when not availableSimon Glass
2016-03-08sandbox: Fix building with LLVMTom Rini
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass
2016-01-15eth-raw-os.c: Add cast to bind(2) callTom Rini
2016-01-12sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini
2016-01-07test: add sandbox timer to test.dtsThomas Chou
2015-12-01timer: sandbox: Use device tree to pass the clock frequencyBin Meng
2015-11-19dm: test: usb: sandbox: Add keyboard tests for sandboxSimon Glass
2015-11-19usb: sandbox: Add a USB emulation driverSimon Glass
2015-11-19dm: test: usb: Add tests for the 'usb tree' commandSimon Glass
2015-11-19test: Record and silence console in testsSimon Glass
2015-11-19sandbox: Add a way to skip time delaysSimon Glass
2015-11-19sandbox: add a sandbox timer and basic testThomas Chou