summaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)Author
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini
2019-04-23sandbox: Improve debugging in initcall_run_list()Simon Glass
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong
2019-04-11dm: sound: make all functions static inlineChristian Gmeiner
2019-04-11sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=yThierry Reding
2019-02-20sound: Add uclass operations for beepingSimon Glass
2019-02-20sandbox: pch: Add a test for the PCH uclassSimon Glass
2019-02-20sandbox: Add a note about the growing state_info structSimon Glass
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