summaryrefslogtreecommitdiff
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada2020-02-201-0/+1
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1113-196/+338
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
| * sandbox: Support changing the LCD colour depthSimon Glass2020-02-051-0/+1
| * sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-054-5/+32
| * sandbox: sdl: Move to use SDL2Simon Glass2020-02-052-125/+156
| * sandbox: sdl: Support waiting for audio to completeWIP/bisectSimon Glass2020-02-051-2/+13
| * sandbox: sdl: Improve error handlingSimon Glass2020-02-051-5/+9
| * sandbox: Add comments to the sdl structSimon Glass2020-02-051-1/+16
| * sound: Add a new stop_play() methodSimon Glass2020-02-051-0/+7
| * sandbox: Add a new header for the system malloc()Simon Glass2020-02-053-11/+38
| * sandbox: Ensure that long-options array is terminatedSimon Glass2020-02-051-1/+2
| * sandbox: Drop os_realloc()Simon Glass2020-02-051-23/+0
| * sandbox: Drop use of special os_malloc() where possibleSimon Glass2020-02-052-15/+15
| * sandbox: Rename 'free' variableSimon Glass2020-02-051-3/+3
| * sandbox: Sort the help optionsSimon Glass2020-02-051-1/+45
| * cli: Make the sandbox board_run_command the defaultSean Anderson2020-02-051-7/+0
| * dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+1
| * dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+2
* | dm: irq: Add support for requesting interruptsSimon Glass2020-02-071-1/+4
* | dm: irq: Add support for interrupt controller typesSimon Glass2020-02-071-0/+4
|/
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmWIP/09Jan2020Tom Rini2020-01-091-0/+4
|\
| * dm: test: Add a test driver for devresSimon Glass2020-01-071-0/+4
* | sandbox: rng: Add a random number generator(rng) driverSughosh Ganu2020-01-071-0/+4
|/
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini2019-12-184-0/+48
|\
| * sandbox: Add a test for IRQSimon Glass2019-12-151-0/+4
| * sandbox: Add PCI driver and test for p2sbSimon Glass2019-12-152-0/+14
| * sandbox: Disable mmio by default in testsSimon Glass2019-12-151-0/+1
| * x86: sandbox: Add a PMC emulator and testSimon Glass2019-12-153-0/+29
* | dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett2019-12-171-0/+3
* | dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett2019-12-171-0/+4
|/
* sandbox: add missing compatible property in device treeHeinrich Schuchardt2019-12-102-0/+2
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini2019-11-171-2/+2
|\
| * sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt2019-11-141-2/+2
* | Merge tag 'efi-2020-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-11-143-0/+92
|\ \ | |/ |/|
| * efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt2019-11-123-0/+92
|/
* Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-013-8/+17
|\
| * sandbox: test: Add a prototype for sandbox_set_enable_memio()Simon Glass2019-10-271-0/+11
| * sandbox: Drop 'const' from sandbox_write()Simon Glass2019-10-272-8/+6
* | test: clk: test clock self assignmentJean-Jacques Hiblot2019-10-221-0/+2
* | test: clk: Update tests to also check the managed APIJean-Jacques Hiblot2019-10-222-2/+37
|/
* sandbox: fix build error due to missing struct udevice definitionAKASHI Takahiro2019-10-151-0/+2
* sandbox: fix cpu property in test.dts for pytestAKASHI Takahiro2019-10-151-11/+13
* dm: Add a dsi host uclassYannick Fertré2019-10-132-1/+9
* sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass2019-10-081-0/+15
* dm: pci: Add a function to read a PCI BARSimon Glass2019-10-081-2/+5