summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2019-07-29doc: arch: sandbox: Replace all the instances of README.sandboxKeerthy1-1/+1
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+10
2019-07-23Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-0/+4
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+4
2019-07-19clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]Lukasz Majewski1-0/+4
2019-07-19dts: sandbox: Add 'osc' clock for Common Clock Framework [CCF] testingLukasz Majewski1-0/+6
2019-07-19test: dm: add a test for MDIO MUX DM uclassAlex Marginean1-1/+22
2019-07-15test: dm: add MDIO testAlex Marginean1-0/+4
2019-07-12Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini8-599/+406
2019-07-11test: pci_ep: add basic pci_ep testsRamon Fried1-0/+8
2019-07-11pci_ep: add pci endpoint sandbox driverRamon Fried1-0/+4
2019-07-11test: dm: Add a test for PCI Enhanced AllocationAlex Marginean2-0/+21
2019-07-11test: check u-boot properties in SPL device treePatrick Delaunay1-0/+18
2019-07-11sandbox: Correct spi flash operationSimon Glass1-1/+1
2019-07-11sandbox: Add a memory {} nodeSimon Glass2-0/+12
2019-07-11sandbox: Allo sdl-config to be overriddenSimon Glass1-2/+3
2019-07-11sandbox: Add a comment to board_init_f()Simon Glass1-0/+1
2019-07-11sandbox: spl: Lower priority of standard loaderSimon Glass1-1/+1
2019-07-11sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass1-0/+1
2019-07-11sandbox: Add an alias for SPISimon Glass2-2/+4
2019-07-11sandbox: Create a common sandbox DTSimon Glass3-664/+348
2019-07-11sandbox: Sync up sandbox64.dts with main DTSimon Glass1-0/+67
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot1-0/+12
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini3-14/+62
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini1-8/+0
2019-04-24sandbox: Drop the printf() in setup_ram_buf()Simon Glass1-3/+1
2019-04-24sandbox: Correct maths in allocation routinesSimon Glass1-9/+13
2019-04-24sandbox: Improve debugging in initcall_run_list()Simon Glass3-2/+48
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong1-8/+0
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+1
2019-04-12dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong1-1/+1
2019-04-12dm: sound: make all functions static inlineChristian Gmeiner1-2/+2
2019-04-12sandbox: Properly print physical addressesThierry Reding1-1/+1
2019-04-12sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=yThierry Reding1-6/+6
2019-04-12syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay1-1/+2
2019-02-27clk: Add fixed-factor clock driverAnup Patel1-0/+8
2019-02-20sandbox: sound: Silence sound for testingSimon Glass1-0/+1
2019-02-20sound: Add uclass operations for beepingSimon Glass1-0/+16
2019-02-20sandbox: pch: Add a test for the PCH uclassSimon Glass2-0/+12
2019-02-20sandbox: Add a note about the growing state_info structSimon Glass1-0/+9
2019-01-16Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini5-11/+21
2019-01-15sandbox: i2c_emul_find() No emulators for device 'rtc@43'Heinrich Schuchardt2-8/+8
2019-01-15sandbox: Correct SDL build flagsSimon Glass2-3/+1
2019-01-15sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)Christian GMEINER1-0/+12
2019-01-15test: bootcount: add bootcount-uclass testPhilipp Tomsich1-0/+6
2018-12-14dm: sandbox: Allow selection of sample rate and channelsSimon Glass2-9/+7
2018-12-14dm: sound: Complete migration to driver modelSimon Glass3-26/+9
2018-12-14dm: sandbox: sound: Convert to use driver modelSimon Glass3-11/+55
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+2
2018-12-14dm: sound: Create a uclass for soundSimon Glass2-0/+31