summaryrefslogtreecommitdiff
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* bootcount: add a new driver with syscon as backendNandor Han2021-08-221-0/+14
* dtoc: Support widening a bool valueSimon Glass2021-08-011-0/+2
* sandbox: Reduce keyed autoboot delaySimon Glass2021-08-013-0/+28
* reboot-mode: read the boot mode from RTC memoryNandor Han2021-07-231-0/+10
* reboot-mode: read the boot mode from GPIOs statusNandor Han2021-07-231-0/+8
* sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt2021-07-211-1/+1
* sandbox: mmc: Support fixed MMC devicesSimon Glass2021-07-211-0/+1
* sandbox: Use hinting with the displaySimon Glass2021-07-211-0/+3
* sandbox: Add work-around for SDL2 displaySimon Glass2021-07-211-1/+22
* sandbox: Support executables for more phasesSimon Glass2021-07-213-36/+56
* sandbox: Silence coverity warning in state_read_file()Simon Glass2021-07-151-0/+4
* sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak2021-07-062-0/+16
* sandbox: fix sandbox_reset()Heinrich Schuchardt2021-07-061-3/+0
* sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt2021-07-061-4/+8
* sandbox: Support signal handling only when requestedSimon Glass2021-07-062-3/+16
* net: use the same alias stem for ethernet as linuxMichael Walle2021-06-181-5/+5
* 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 pinsWIP/2021-03-03-gpio-improvementsSimon Glass2021-03-031-1/+4