summaryrefslogtreecommitdiff
path: root/arch/sandbox
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 requesting interruptsSimon Glass
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05sandbox: Support changing the LCD colour depthSimon Glass
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass
2020-02-05sandbox: sdl: Move to use SDL2Simon Glass
2020-02-05sandbox: sdl: Support waiting for audio to completeSimon Glass
2020-02-05sandbox: sdl: Improve error handlingSimon Glass
2020-02-05sandbox: Add comments to the sdl structSimon Glass
2020-02-05sound: Add a new stop_play() methodSimon Glass
2020-02-05sandbox: Add a new header for the system malloc()Simon Glass
2020-02-05sandbox: Ensure that long-options array is terminatedSimon Glass
2020-02-05sandbox: Drop os_realloc()Simon Glass
2020-02-05sandbox: Drop use of special os_malloc() where possibleSimon Glass
2020-02-05sandbox: Rename 'free' variableSimon Glass
2020-02-05sandbox: Sort the help optionsSimon Glass
2020-02-05cli: Make the sandbox board_run_command the defaultSean Anderson
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini
2020-01-07dm: test: Add a test driver for devresSimon Glass
2020-01-07sandbox: rng: Add a random number generator(rng) driverSughosh Ganu
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 a test for IRQSimon Glass
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass
2019-12-15sandbox: Disable mmio by default in testsSimon Glass
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass
2019-12-10sandbox: add missing compatible property in device treeHeinrich Schuchardt
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-11-17Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini
2019-11-14Merge tag 'efi-2020-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2019-11-14sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt
2019-11-12efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt
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: test clock self assignmentJean-Jacques Hiblot
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-15sandbox: fix cpu property in test.dts for pytestAKASHI Takahiro
2019-10-13dm: Add a dsi host uclassYannick Fertré
2019-10-08sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass