summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)Author
2021-10-31sandbox: Migrate ARCH_MAP_SYSMEM to KconfigTom Rini
2021-10-31test: Add tests for IOMMU uclassMark Kettenis
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas
2021-10-21sandbox: provide /chosen/boot-hartid propertyHeinrich Schuchardt
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt
2021-09-25dm: gpio: Add of-platdata supportSimon Glass
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-16sandbox: Add a way to map a file into memorySimon Glass
2021-09-16sandbox: Add a way to find the size of a fileSimon Glass
2021-09-16sandbox: Add license headers to the dts filesSimon Glass
2021-09-16sandbox: Correct handling of --rm_memorySimon Glass
2021-08-31Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvel...Tom Rini
2021-08-31Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini
2021-08-31sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes
2021-08-31sandbox: add test of wdt_gpio driverRasmus Villemoes
2021-08-22bootcount: add a new driver with syscon as backendNandor Han
2021-08-01dtoc: Support widening a bool valueSimon Glass
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han
2021-07-23reboot-mode: read the boot mode from GPIOs statusNandor Han
2021-07-21sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt
2021-07-21sandbox: mmc: Support fixed MMC devicesSimon Glass
2021-07-21sandbox: Use hinting with the displaySimon Glass
2021-07-21sandbox: Add work-around for SDL2 displaySimon Glass
2021-07-21sandbox: Support executables for more phasesSimon Glass
2021-07-15sandbox: Silence coverity warning in state_read_file()Simon Glass
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak
2021-07-06sandbox: fix sandbox_reset()Heinrich Schuchardt
2021-07-06sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt
2021-07-06sandbox: Support signal handling only when requestedSimon Glass
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle
2021-06-05sandbox: correct determination of the text baseHeinrich Schuchardt
2021-05-24sandbox: make LTO availableMarek Behún
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek Behún
2021-05-24build: use thin archives instead of incremental linkingMarek Behún
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-05-13pytest: add sandbox test for "extension" commandKory Maincent
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi
2021-05-04sandbox: add test of CONFIG_ENV_IMPORT_FDTRasmus Villemoes
2021-05-04test: Add gpio-sysinfo testSean Anderson
2021-04-27test: reset: Extend base reset test to catch errorNeil Armstrong
2021-04-18Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-04-15test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere
2021-04-12firmware: scmi: sandbox test for voltage regulatorEtienne Carriere
2021-04-12test: pinmux: add test for 'pinctrl-single' driverDario Binacchi
2021-03-27sandbox: define __dyn_sym_start, dyn_sym_endHeinrich Schuchardt