summaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)Author
2019-01-14sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)Christian GMEINER
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass
2018-12-13dm: sound: Complete migration to driver modelSimon Glass
2018-12-13dm: sandbox: sound: Convert to use driver modelSimon Glass
2018-12-13dm: sound: Create a uclass for soundSimon Glass
2018-12-13dm: sound: Create a uclass for i2sSimon Glass
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass
2018-12-06dm: Add Hardware Spinlock classBenjamin Gaignard
2018-12-05sandbox: Zero the ram buffer on startupSimon Glass
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass
2018-11-26sandbox: Add a new 'sb' commandSimon Glass
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass
2018-10-11Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger
2018-10-10net: sandbox: Add a priv ptr for tests to useJoe Hershberger
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-10-09test: panel: Add a test for the panel uclassSimon Glass
2018-10-09dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass
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