aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2021-06-05sandbox: correct determination of the text baseHeinrich Schuchardt1-1/+4
2021-05-24sandbox: make LTO availableMarek Behún1-0/+4
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek Behún5-11/+32
2021-05-24build: use thin archives instead of incremental linkingMarek Behún1-3/+7
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2-5/+6
2021-05-13pytest: add sandbox test for "extension" commandKory Maincent3-0/+19
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-21/+0
2021-05-04sandbox: add test of CONFIG_ENV_IMPORT_FDTRasmus Villemoes1-0/+7
2021-05-04test: Add gpio-sysinfo testWIP/2021-04-04-gpio-sysinfo-updateSean Anderson1-0/+7
2021-04-27test: reset: Extend base reset test to catch errorNeil Armstrong1-2/+2
2021-04-18Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+72
2021-04-15test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng1-5/+1
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil1-0/+48
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere1-2/+3
2021-04-12firmware: scmi: sandbox test for voltage regulatorEtienne Carriere2-0/+43
2021-04-12test: pinmux: add test for 'pinctrl-single' driverDario Binacchi1-0/+72
2021-03-27sandbox: define __dyn_sym_start, dyn_sym_endHeinrich Schuchardt1-0/+7
2021-03-27sandbox: Correct uninit conflictSimon Glass1-5/+1
2021-03-27sandbox: Only delete the executable if requestedSimon Glass1-9/+15
2021-03-27sandbox: dtsi: add rngVincent Stehlé1-0/+4
2021-03-26sandbox: Define a region for device priv/plat dataSimon Glass1-0/+8
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass1-7/+3
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass2-0/+39
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass2-1/+9
2021-03-26clk: sandbox: Move priv/plat data to a header fileSimon Glass1-0/+16
2021-03-22sandbox: Drop debug message in os_spl_to_uboot()Simon Glass1-1/+0
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass1-2/+2
2021-03-22sandbox: Make sandbox,emul more conventionalSimon Glass1-1/+5
2021-03-22sandbox: enable cros-ec-keyb in test.dtbHeinrich Schuchardt1-0/+1
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2-4/+6
2021-03-12test: Allow SPL to run any available testSimon Glass1-2/+5
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass1-1/+1
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass1-1/+0
2021-03-03gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass1-1/+4
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass1-1/+2
2021-03-03gpio: sandbox: Use a separate flag for the valueSimon Glass1-0/+5
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass1-4/+4
2021-03-02sandbox: Write out bloblist when exitingSimon Glass1-0/+5
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass4-29/+35
2021-03-02sandbox: Add os_realloc()Simon Glass1-0/+48
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-2/+2
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-1/+27
2021-02-22Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-13/+13
2021-02-22arch: sandbox: fix typo in clk.hDario Binacchi1-13/+13
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne1-0/+4
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne1-0/+17
2021-02-18test: add a simple test for the adc-keys button driverMarek Szyprowski1-1/+27
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass4-0/+4
2021-01-30sandbox: keep time offset when resettingHeinrich Schuchardt1-0/+25
2021-01-30dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass1-0/+10