summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Tom Rini2020-07-062-2/+33
|\
| * reset: Add generic reset driverSean Anderson2020-07-011-0/+15
| * dm: Add support for simple-pm-busSean Anderson2020-07-012-0/+7
| * dm: uclass: don't assign aliased seq numbersMichael Walle2020-06-111-2/+2
| * usb: provide a device tree node to USB devicesMichael Walle2020-06-111-0/+9
* | sandbox, test: add test for GPIO_HOG functionHeiko Schocher2020-07-051-0/+20
|/
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+2
* test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong2020-05-111-1/+3
* test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun2020-05-021-0/+11
* test: dm: add test item for ofnode_get_child_count()Chunfeng Yun2020-05-021-0/+18
* acpi: Add an acpi commandSimon Glass2020-04-301-0/+1
* acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-0/+4
* test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-161-22/+26
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-162-0/+36
* gpio: sandbox: cleanup binding supportPatrick Delaunay2020-04-161-4/+10
* test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay2020-04-161-0/+25
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-20/+0
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-165-8/+63
|\
| * dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-161-0/+1
| * dm: test: add test case for dev_read_u64 functionDario Binacchi2020-04-161-0/+1
| * sandbox: add reserved-memory node in device treeHeinrich Schuchardt2020-04-162-0/+39
| * sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes2020-04-161-0/+9
| * sandbox: Update PCI nodes in dts filesTom Rini2020-04-164-8/+13
* | acpi: Add a simple sandbox testSimon Glass2020-04-162-0/+13
|/
* 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 completeSimon 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
|/