summaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)AuthorFilesLines
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass1-0/+8
2018-10-11Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+93
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger1-0/+10
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger1-0/+10
2018-10-10net: sandbox: Add a priv ptr for tests to useJoe Hershberger1-0/+9
2018-10-10net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger1-4/+6
2018-10-10net: sandbox: Share the priv structure with testsJoe Hershberger1-0/+19
2018-10-10net: sandbox: Make the fake eth driver response configurableJoe Hershberger1-0/+17
2018-10-10net: sandbox: Refactor sandbox send functionJoe Hershberger1-0/+26
2018-10-09test: panel: Add a test for the panel uclassSimon Glass1-0/+15
2018-10-09dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass1-1/+0
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass1-0/+1
2018-09-28video_osd: Add osd sandbox driver and testsMario Six1-0/+8
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf1-0/+5
2018-09-23sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass1-0/+21
2018-09-11arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-31/+2
2018-09-11Remove CONFIG_USE_STDINTMasahiro Yamada1-5/+0
2018-08-11axi: Add AXI sandbox driver and simple emulatorMario Six1-0/+66
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng1-0/+8
2018-08-08pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng1-0/+4
2018-08-04clk: add clk_valid()Fabrice Gasnier1-0/+8
2018-07-26sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger1-0/+11
2018-07-26sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger1-0/+9
2018-07-26sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger1-0/+8
2018-07-26net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger1-2/+8
2018-06-03SPDX: Fixup tags from latest EFI PRTom Rini1-1/+1
2018-06-03sandbox: Add a setjmp() implementationSimon Glass1-0/+30
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini26-49/+26
2018-04-10clk: add sandbox test for bulk APINeil Armstrong1-0/+32
2018-04-10reset: add sandbox test for bulk APINeil Armstrong1-0/+4
2018-02-19sandbox: Add 64-bit sandboxMario Six2-4/+19
2018-02-14SystemACE: RemoveTom Rini1-4/+0
2017-11-17sandbox: Add clrbits/setbits macrosTom Rini1-0/+57
2017-10-03sandbox: Expand list of IO accessorsMaxime Ripard1-0/+47
2017-10-03sandbox: Use asm-generic/io.hPaul Burton1-9/+9
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 Glass1-0/+7
2017-05-08dm: Simple Watchdog uclassmaxims@google.com1-0/+9
2017-04-13sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-codedTom Rini1-1/+5
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-10-11sandbox: Use the address in readl/writel() functionsSimon Glass1-6/+6
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass1-8/+0
2016-09-24Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-07-28Add a power domain framework/uclassStephen Warren1-0/+21
2016-07-15sandbox: Add basic SPL implementationSimon Glass1-0/+23
2016-06-20clk: convert API to match reset/mailbox styleStephen Warren2-9/+111
2016-06-20reset: implement a reset testStephen Warren1-0/+21
2016-06-20sandbox: gpio: doc: Fix parameter documentationmario.six@gdsys.cc1-6/+10
2016-06-04dm: test: Add GPIO open drain testsmario.six@gdsys.cc1-0/+20
2016-05-27mailbox: implement a sandbox testStephen Warren1-0/+21