summaryrefslogtreecommitdiff
path: root/arch/sandbox/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+2
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+1
2020-04-17test: dm: update test for pins configuration in gpioPatrick Delaunay1-0/+20
2020-04-17gpio: remove the open_drain API and opsPatrick Delaunay1-20/+0
2020-04-16acpi: Add a simple sandbox testSimon Glass1-0/+9
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada1-0/+1
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini4-3/+40
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass1-0/+4
2020-02-06sandbox: sdl: Add an option to double the screen sizeSimon Glass2-3/+7
2020-02-06sound: Add a new stop_play() methodSimon Glass1-0/+7
2020-02-06sandbox: Add a new header for the system malloc()Simon Glass1-0/+26
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini1-0/+2
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett1-0/+3
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett1-0/+4
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass1-0/+1
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass1-0/+1
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2-6/+16
2019-10-27sandbox: test: Add a prototype for sandbox_set_enable_memio()Simon Glass1-0/+11
2019-10-27sandbox: Drop 'const' from sandbox_write()Simon Glass1-6/+5
2019-10-22test: clk: Update tests to also check the managed APIJean-Jacques Hiblot1-0/+33
2019-10-15sandbox: fix build error due to missing struct udevice definitionAKASHI Takahiro1-0/+2
2019-10-08sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass1-0/+15
2019-10-08sandbox: Allow use of real I/O with readl(), etc.Simon Glass2-9/+20
2019-10-08sandbox: Add support for clrsetio_32() and friendsSimon Glass1-6/+36
2019-10-08sandbox: Rename PCI ID for swap_case to be more specificSimon Glass1-1/+1
2019-07-29doc: arch: sandbox: Replace all the instances of README.sandboxKeerthy1-1/+1
2019-07-12Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-0/+13
2019-07-11test: pci_ep: add basic pci_ep testsRamon Fried1-0/+8
2019-07-11test: dm: Add a test for PCI Enhanced AllocationAlex Marginean1-0/+13
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini1-0/+1
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini1-8/+0
2019-04-24sandbox: Improve debugging in initcall_run_list()Simon Glass1-0/+1
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong1-8/+0
2019-04-12dm: sound: make all functions static inlineChristian Gmeiner1-2/+2
2019-04-12sandbox: 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-15sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)Christian GMEINER1-0/+12
2018-12-14dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-2/+4
2018-12-14dm: sound: Complete migration to driver modelSimon Glass2-25/+9
2018-12-14dm: sandbox: sound: Convert to use driver modelSimon Glass1-0/+8
2018-12-14dm: sound: Create a uclass for soundSimon Glass1-0/+20
2018-12-14dm: sound: Create a uclass for i2sSimon Glass1-0/+10
2018-12-14dm: sound: Create a uclass for audio codecsSimon Glass1-0/+10
2018-12-07dm: 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