summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* 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 pinsSimon 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 headerSimon 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
* sandbox: serial: Move priv into a header fileSimon Glass2021-01-051-0/+30
* sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay2021-01-053-4/+12
* sandbox: Drop unnecessary test nodeSimon Glass2021-01-051-5/+0
* test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait2020-12-221-0/+16
* sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait2020-12-221-1/+9
* sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait2020-12-221-10/+0
* sandbox: implement invalidate_icache_all()Heinrich Schuchardt2020-12-222-1/+24
* sandbox: implement runtime system resetHeinrich Schuchardt2020-12-221-0/+10
* dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass2020-12-181-0/+13
* dm: Switch over to use new sequence number for dev_seq()Simon Glass2020-12-181-1/+1
* sandbox: add handler for exceptionsHeinrich Schuchardt2020-12-134-0/+88
* Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini2020-11-065-5/+56
|\
| * sandbox: implement resetHeinrich Schuchardt2020-11-054-0/+43
| * sandbox: use O_CLOEXEC in os_open()Heinrich Schuchardt2020-11-051-0/+5
| * sandbox: eth-raw: do not close the console inputHeinrich Schuchardt2020-11-052-5/+8