summaryrefslogtreecommitdiff
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-04-181-0/+72
|\
| * test: pinmux: add test for 'pinctrl-single' driverDario Binacchi2021-04-121-0/+72
* | test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng2021-04-151-5/+1
* | sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil2021-04-151-0/+48
* | firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere2021-04-121-2/+3
* | firmware: scmi: sandbox test for voltage regulatorEtienne Carriere2021-04-122-0/+43
* | sandbox: define __dyn_sym_start, dyn_sym_endHeinrich Schuchardt2021-03-271-0/+7
* | sandbox: Correct uninit conflictSimon Glass2021-03-271-5/+1
* | sandbox: Only delete the executable if requestedSimon Glass2021-03-271-9/+15
* | sandbox: dtsi: add rngVincent Stehlé2021-03-271-0/+4
* | sandbox: Define a region for device priv/plat dataSimon Glass2021-03-261-0/+8
* | Revert "sandbox: Disable I2C emulators in SPL"Simon Glass2021-03-261-7/+3
* | sandbox: i2c: Move platdata structs to header filesSimon Glass2021-03-262-0/+39
* | clk: sandbox: Create a special fixed-rate driverSimon Glass2021-03-262-1/+9
* | clk: sandbox: Move priv/plat data to a header fileSimon Glass2021-03-261-0/+16
* | sandbox: Drop debug message in os_spl_to_uboot()Simon Glass2021-03-221-1/+0
* | sandbox: i2c: Rename driver names to work with of-platdataSimon Glass2021-03-221-2/+2
* | sandbox: Make sandbox,emul more conventionalSimon Glass2021-03-221-1/+5
* | sandbox: enable cros-ec-keyb in test.dtbHeinrich Schuchardt2021-03-221-0/+1
* | sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2021-03-122-4/+6
* | test: Allow SPL to run any available testSimon Glass2021-03-121-2/+5
* | test: Rename test-main.c to test-dm.cSimon Glass2021-03-121-1/+1
* | sandbox: Drop the 'starting...' messageSimon Glass2021-03-121-1/+0
* | gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass2021-03-031-1/+4
* | gpio: sandbox: Track whether a GPIO is drivenSimon Glass2021-03-031-1/+2
* | gpio: sandbox: Use a separate flag for the valueSimon Glass2021-03-031-0/+5
* | gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-4/+4
* | sandbox: Write out bloblist when exitingSimon Glass2021-03-021-0/+5
* | sandbox: Avoid using malloc() for system stateSimon Glass2021-03-024-29/+35
* | sandbox: Add os_realloc()Simon Glass2021-03-021-0/+48
* | reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-2/+2
|/
* Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-221-1/+27
|\
| * test: add a simple test for the adc-keys button driverMarek Szyprowski2021-02-181-1/+27
* | Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-221-13/+13
|\ \
| * | arch: sandbox: fix typo in clk.hDario Binacchi2021-02-221-13/+13
| |/
* | dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne2021-02-181-0/+4
* | dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne2021-02-181-0/+17
|/
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-024-0/+4
* sandbox: keep time offset when resettingHeinrich Schuchardt2021-01-301-0/+25
* dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass2021-01-301-0/+10
* sandbox: Disable I2C emulators in SPLSimon Glass2021-01-301-3/+7
* cros_ec: Add support for switchesSimon Glass2021-01-301-0/+1
* cros_ec: Add a function for the hello messageSimon Glass2021-01-301-0/+14
* sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt2021-01-301-1/+1
* test: add test for dropped trace before log_initPatrick Delaunay2021-01-151-0/+5
* dm: core: add a function to decode display timingsDario Binacchi2021-01-121-0/+46
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-121-0/+21
* clk: add clk_round_rate()Dario Binacchi2021-01-121-0/+9
* sandbox: Update dts files to reduce SPL sizeSimon Glass2021-01-052-8/+7
* sandbox: i2c: Move priv into a header fileSimon Glass2021-01-051-0/+14