aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett1-0/+4
2019-12-15sandbox: Add a test for IRQSimon Glass1-0/+4
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass2-0/+14
2019-12-15sandbox: Disable mmio by default in testsSimon Glass1-0/+1
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass3-0/+29
2019-12-10sandbox: add missing compatible property in device treeHeinrich Schuchardt2-0/+2
2019-12-02common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-11-17Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini1-2/+2
2019-11-14Merge tag 'efi-2020-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-0/+92
2019-11-14sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt1-2/+2
2019-11-12efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt3-0/+92
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini3-8/+17
2019-10-27sandbox: test: Add a prototype for sandbox_set_enable_memio()Simon Glass1-0/+11
2019-10-27sandbox: Drop 'const' from sandbox_write()Simon Glass2-8/+6
2019-10-22test: clk: test clock self assignmentJean-Jacques Hiblot1-0/+2
2019-10-22test: clk: Update tests to also check the managed APIJean-Jacques Hiblot2-2/+37
2019-10-15sandbox: fix build error due to missing struct udevice definitionAKASHI Takahiro1-0/+2
2019-10-15sandbox: fix cpu property in test.dts for pytestAKASHI Takahiro1-11/+13
2019-10-13dm: Add a dsi host uclassYannick Fertré2-1/+9
2019-10-08sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass1-0/+15
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass1-2/+5
2019-10-08pci: sandbox: Move the emulators into their own nodeSimon Glass2-16/+33
2019-10-08sandbox: Allow use of real I/O with readl(), etc.Simon Glass3-9/+72
2019-10-08sandbox: pci: Increase the memory spaceSimon Glass1-1/+1
2019-10-08sandbox: Add a -T flag to use the test device treeSimon Glass1-0/+25
2019-10-08sandbox: Add support for clrsetio_32() and friendsSimon Glass2-12/+42
2019-10-08sandbox: Rename PCI ID for swap_case to be more specificSimon Glass1-1/+1
2019-10-08sandbox: spmi: Add ranges property for address translationSimon Glass1-0/+2
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass1-0/+7
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko1-1/+0
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-18test: dm: add a test for MDIO MUX DM uclassAlex Marginean1-1/+22
2019-07-15test: dm: add MDIO testAlex Marginean1-0/+4
2019-07-11Merge 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-10test: dm: Add a test for PCI Enhanced AllocationAlex Marginean2-0/+21