aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)AuthorFilesLines
2019-04-11dm: sound: make all functions static inlineChristian Gmeiner1-2/+2
2019-04-11sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=yThierry Reding1-6/+6
2019-02-20sound: Add uclass operations for beepingSimon Glass1-0/+16
2019-02-20sandbox: pch: Add a test for the PCH uclassSimon Glass1-0/+8
2019-02-20sandbox: Add a note about the growing state_info structSimon Glass1-0/+9
2019-01-14sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)Christian GMEINER1-0/+12
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-2/+4
2018-12-13dm: sound: Complete migration to driver modelSimon Glass2-25/+9
2018-12-13dm: sandbox: sound: Convert to use driver modelSimon Glass1-0/+8
2018-12-13dm: sound: Create a uclass for soundSimon Glass1-0/+20
2018-12-13dm: sound: Create a uclass for i2sSimon Glass1-0/+10
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass1-0/+10
2018-12-06dm: Add Hardware Spinlock classBenjamin Gaignard1-0/+1
2018-12-05sandbox: Zero the ram buffer on startupSimon Glass1-0/+1
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass1-0/+18
2018-11-26sandbox: Add a new 'sb' commandSimon Glass1-0/+7
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass1-0/+1
2018-11-20sf: 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-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-31/+2
2018-09-10Remove 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-03clk: 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-18sandbox: Add 64-bit sandboxMario Six2-4/+19
2018-02-13SystemACE: RemoveTom Rini1-4/+0
2017-11-16sandbox: Add clrbits/setbits macrosTom Rini1-0/+57