aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)Author
2018-10-10net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger
2018-10-10net: sandbox: Share the priv structure with testsJoe Hershberger
2018-10-10net: sandbox: Make the fake eth driver response configurableJoe Hershberger
2018-10-10net: sandbox: Refactor sandbox send functionJoe Hershberger
2018-09-28video_osd: Add osd sandbox driver and testsMario Six
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf
2018-09-23sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada
2018-08-11axi: Add AXI sandbox driver and simple emulatorMario Six
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng
2018-08-08pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng
2018-08-03clk: add clk_valid()Fabrice Gasnier
2018-07-26sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger
2018-07-26sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger
2018-07-26sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger
2018-07-26net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger
2018-06-03SPDX: Fixup tags from latest EFI PRTom Rini
2018-06-03sandbox: Add a setjmp() implementationSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-10clk: add sandbox test for bulk APINeil Armstrong
2018-04-10reset: add sandbox test for bulk APINeil Armstrong
2018-02-18sandbox: Add 64-bit sandboxMario Six
2018-02-13SystemACE: RemoveTom Rini
2017-11-16sandbox: Add clrbits/setbits macrosTom Rini
2017-10-03sandbox: Expand list of IO accessorsMaxime Ripard
2017-10-02sandbox: Use asm-generic/io.hPaul Burton
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-05-08dm: Simple Watchdog uclassmaxims@google.com
2017-04-13sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-codedTom Rini
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-10-11sandbox: Use the address in readl/writel() functionsSimon Glass
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-07-27Add a power domain framework/uclassStephen Warren
2016-07-14sandbox: Add basic SPL implementationSimon 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-15sandbox: Enable many more commandsTom Rini
2016-03-08sandbox: Fix building with LLVMTom Rini
2015-11-19usb: sandbox: Add a USB emulation driverSimon Glass
2015-11-19test: Record and silence console in testsSimon Glass
2015-11-19sandbox: Add a way to skip time delaysSimon Glass
2015-11-05sandbox: Use the generic bitops headersFabio Estevam