summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* sandbox: correct determination of the text baseHeinrich Schuchardt2021-06-051-1/+4
* sandbox: make LTO availableMarek Behún2021-05-241-0/+4
* sandbox: use sections instead of symbols for getopt array boundariesMarek Behún2021-05-245-11/+32
* build: use thin archives instead of incremental linkingMarek Behún2021-05-241-3/+7
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-242-5/+6
* pytest: add sandbox test for "extension" commandKory Maincent2021-05-133-0/+19
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-121-21/+0
* sandbox: add test of CONFIG_ENV_IMPORT_FDTRasmus Villemoes2021-05-041-0/+7
* test: Add gpio-sysinfo testSean Anderson2021-05-041-0/+7
* test: reset: Extend base reset test to catch errorNeil Armstrong2021-04-271-2/+2
* 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 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