aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+2
2020-05-11test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong1-1/+3
2020-05-02test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun1-0/+11
2020-05-02test: dm: add test item for ofnode_get_child_count()Chunfeng Yun1-0/+18
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+1
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-0/+4
2020-04-16test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay1-22/+26
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay2-0/+36
2020-04-16gpio: sandbox: cleanup binding supportPatrick Delaunay1-4/+10
2020-04-16test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay1-0/+25
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay1-20/+0
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini5-8/+63
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+1
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi1-0/+1
2020-04-16sandbox: add reserved-memory node in device treeHeinrich Schuchardt2-0/+39
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes1-0/+9
2020-04-16sandbox: Update PCI nodes in dts filesTom Rini4-8/+13
2020-04-16acpi: Add a simple sandbox testSimon Glass2-0/+13
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 Rini13-196/+338
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass1-1/+4
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass1-0/+4
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05sandbox: Support changing the LCD colour depthSimon Glass1-0/+1
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass4-5/+32
2020-02-05sandbox: sdl: Move to use SDL2Simon Glass2-125/+156
2020-02-05sandbox: sdl: Support waiting for audio to completeSimon Glass1-2/+13
2020-02-05sandbox: sdl: Improve error handlingSimon Glass1-5/+9
2020-02-05sandbox: Add comments to the sdl structSimon Glass1-1/+16
2020-02-05sound: Add a new stop_play() methodSimon Glass1-0/+7
2020-02-05sandbox: Add a new header for the system malloc()Simon Glass3-11/+38
2020-02-05sandbox: Ensure that long-options array is terminatedSimon Glass1-1/+2
2020-02-05sandbox: Drop os_realloc()Simon Glass1-23/+0
2020-02-05sandbox: Drop use of special os_malloc() where possibleSimon Glass2-15/+15
2020-02-05sandbox: Rename 'free' variableSimon Glass1-3/+3
2020-02-05sandbox: Sort the help optionsSimon Glass1-1/+45
2020-02-05cli: Make the sandbox board_run_command the defaultSean Anderson1-7/+0
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass1-0/+1
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-0/+2
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini1-0/+4
2020-01-07dm: test: Add a test driver for devresSimon Glass1-0/+4
2020-01-07sandbox: rng: Add a random number generator(rng) driverSughosh Ganu1-0/+4
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini4-0/+48
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett1-0/+3