aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2021-12-28Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...WIP/28Dec2021-nextTom Rini3-11/+112
2021-12-27Convert CONFIG_ARCH_MAP_SYSMEM to KconfigTom Rini1-3/+0
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass1-0/+18
2021-12-26video: sandbox: Avoid duplicate display windowsSimon Glass2-6/+34
2021-12-26sandbox: video: Support 8bpp depthSimon Glass1-5/+60
2021-12-20Merge tag 'v2022.01-rc4' into nextWIP/20Dec2021-nextTom Rini1-0/+4
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass1-0/+4
2021-12-05Convert CONFIG_SYS_FDT_LOAD_ADDR to KconfigSimon Glass1-0/+10
2021-12-02sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt1-1/+1
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-2/+4
2021-11-28dm: core: Add tests for stringlist functionsSimon Glass1-0/+1
2021-11-28sandbox: Support unmapping a fileSimon Glass1-0/+10
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt1-2/+4
2021-10-31sandbox: Migrate ARCH_MAP_SYSMEM to KconfigTom Rini2-1/+3
2021-10-31test: Add tests for IOMMU uclassMark Kettenis1-0/+6
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas2-18/+17
2021-10-21sandbox: provide /chosen/boot-hartid propertyHeinrich Schuchardt2-1/+26
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt1-3/+11
2021-09-25dm: gpio: Add of-platdata supportSimon Glass1-1/+7
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass2-0/+33
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+3
2021-09-16sandbox: Add a way to map a file into memorySimon Glass1-0/+29
2021-09-16sandbox: Add a way to find the size of a fileSimon Glass1-6/+16
2021-09-16sandbox: Add license headers to the dts filesSimon Glass6-0/+29
2021-09-16sandbox: Correct handling of --rm_memorySimon Glass1-1/+0
2021-08-31Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvel...WIP/31Aug2021-nextTom Rini1-0/+8
2021-08-31Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini1-1/+0
2021-08-31sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes1-0/+2
2021-08-31sandbox: add test of wdt_gpio driverRasmus Villemoes1-0/+6
2021-08-22bootcount: add a new driver with syscon as backendNandor Han1-0/+14
2021-08-01dtoc: Support widening a bool valueSimon Glass1-0/+2
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass3-0/+28
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han1-0/+10
2021-07-23reboot-mode: read the boot mode from GPIOs statusNandor Han1-0/+8
2021-07-21sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt1-1/+1
2021-07-21sandbox: mmc: Support fixed MMC devicesSimon Glass1-0/+1
2021-07-21sandbox: Use hinting with the displaySimon Glass1-0/+3
2021-07-21sandbox: Add work-around for SDL2 displaySimon Glass1-1/+22
2021-07-21sandbox: Support executables for more phasesSimon Glass3-36/+56
2021-07-15sandbox: Silence coverity warning in state_read_file()Simon Glass1-0/+4
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak2-0/+16
2021-07-06sandbox: fix sandbox_reset()Heinrich Schuchardt1-3/+0
2021-07-06sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt1-4/+8
2021-07-06sandbox: Support signal handling only when requestedSimon Glass2-3/+16
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle1-5/+5
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