summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko2019-08-191-1/+0
* doc: arch: sandbox: Replace all the instances of README.sandboxKeerthy2019-07-291-1/+1
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-271-0/+10
|\
| * clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]Lukasz Majewski2019-07-191-0/+4
| * dts: sandbox: Add 'osc' clock for Common Clock Framework [CCF] testingLukasz Majewski2019-07-191-0/+6
* | Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-231-0/+4
|\ \
| * | dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-221-0/+4
| |/
* / test: dm: add a test for MDIO MUX DM uclassAlex Marginean2019-07-181-1/+22
|/
* test: dm: add MDIO testAlex Marginean2019-07-151-0/+4
* Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-118-599/+406
|\
| * test: dm: Add a test for PCI Enhanced AllocationAlex Marginean2019-07-102-0/+21
| * test: check u-boot properties in SPL device treePatrick Delaunay2019-07-101-0/+18
| * sandbox: Correct spi flash operationSimon Glass2019-07-101-1/+1
| * sandbox: Add a memory {} nodeSimon Glass2019-07-102-0/+12
| * sandbox: Allo sdl-config to be overriddenSimon Glass2019-07-101-2/+3
| * sandbox: Add a comment to board_init_f()Simon Glass2019-07-101-0/+1
| * sandbox: spl: Lower priority of standard loaderSimon Glass2019-07-101-1/+1
| * sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass2019-07-101-0/+1
| * sandbox: Add an alias for SPISimon Glass2019-07-102-2/+4
| * sandbox: Create a common sandbox DTSimon Glass2019-07-103-664/+348
| * sandbox: Sync up sandbox64.dts with main DTSimon Glass2019-07-101-0/+67
* | test: pci_ep: add basic pci_ep testsRamon Fried2019-07-111-0/+8
* | pci_ep: add pci endpoint sandbox driverRamon Fried2019-07-111-0/+4
|/
* dm: Add a No-op uclassJean-Jacques Hiblot2019-07-051-0/+12
* Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-243-14/+62
|\
| * sandbox: Drop the printf() in setup_ram_buf()Simon Glass2019-04-231-3/+1
| * sandbox: Correct maths in allocation routinesSimon Glass2019-04-231-9/+13
| * sandbox: Improve debugging in initcall_run_list()Simon Glass2019-04-233-2/+48
* | Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini2019-04-241-8/+0
|\ \ | |/ |/|
| * regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong2019-04-231-8/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-141-1/+1
|\ \
| * | dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong2019-04-121-1/+1
| |/
* | dm: sound: make all functions static inlineChristian Gmeiner2019-04-111-2/+2
* | sandbox: Properly print physical addressesThierry Reding2019-04-111-1/+1
* | sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=yThierry Reding2019-04-111-6/+6
* | syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-1/+2
|/
* clk: Add fixed-factor clock driverAnup Patel2019-02-271-0/+8
* sandbox: sound: Silence sound for testingSimon Glass2019-02-201-0/+1
* sound: Add uclass operations for beepingSimon Glass2019-02-201-0/+16
* sandbox: pch: Add a test for the PCH uclassSimon Glass2019-02-202-0/+12
* sandbox: Add a note about the growing state_info structSimon Glass2019-02-201-0/+9
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-155-11/+21
|\
| * sandbox: i2c_emul_find() No emulators for device 'rtc@43'Heinrich Schuchardt2019-01-142-8/+8
| * sandbox: Correct SDL build flagsSimon Glass2019-01-142-3/+1
| * sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)Christian GMEINER2019-01-141-0/+12
* | test: bootcount: add bootcount-uclass testPhilipp Tomsich2019-01-141-0/+6
|/
* dm: sandbox: Allow selection of sample rate and channelsSimon Glass2018-12-132-9/+7
* dm: sound: Complete migration to driver modelSimon Glass2018-12-133-26/+9
* dm: sandbox: sound: Convert to use driver modelSimon Glass2018-12-133-11/+55
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+2