summaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)Author
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass
2020-02-05sound: Add a new stop_play() methodSimon Glass
2020-02-05sandbox: Add a new header for the system malloc()Simon Glass
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini
2019-10-27sandbox: test: Add a prototype for sandbox_set_enable_memio()Simon Glass
2019-10-27sandbox: Drop 'const' from sandbox_write()Simon Glass
2019-10-22test: clk: Update tests to also check the managed APIJean-Jacques Hiblot
2019-10-15sandbox: fix build error due to missing struct udevice definitionAKASHI Takahiro
2019-10-08sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass
2019-10-08sandbox: Allow use of real I/O with readl(), etc.Simon Glass
2019-10-08sandbox: Add support for clrsetio_32() and friendsSimon Glass
2019-10-08sandbox: Rename PCI ID for swap_case to be more specificSimon Glass
2019-07-29doc: arch: sandbox: Replace all the instances of README.sandboxKeerthy
2019-07-11Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2019-07-11test: pci_ep: add basic pci_ep testsRamon Fried
2019-07-10test: dm: Add a test for PCI Enhanced AllocationAlex Marginean
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