summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* of: propagate errors inside barebox_register_{of, fdt} into initcallsAhmad Fatoum2021-06-021-3/+1
* sandbox: watchdog: don't return positive values from set_timeoutAhmad Fatoum2021-05-031-1/+2
* sandbox: state: reword warning about initial state errorsAhmad Fatoum2021-04-131-4/+5
* sandbox: env: set nv.autoboot=abort to drop to shellAhmad Fatoum2021-04-131-0/+1
* Merge branch 'for-next/virtio'Sascha Hauer2021-03-231-11/+0
|\
| * dma: move dma_map/unmap_single from ARM to common codeAhmad Fatoum2021-03-041-11/+0
* | Merge branch 'for-next/misc'Sascha Hauer2021-03-233-0/+72
|\ \
| * | sandbox: add Xterm escape sequence backed LED driverAhmad Fatoum2021-03-163-0/+72
| |/
* | Merge branch 'for-next/bthreads'Sascha Hauer2021-03-235-4/+207
|\ \
| * | bthread: disable ASan accounting for fibers on 32-bit sandboxAhmad Fatoum2021-03-221-0/+3
| * | sandbox: asm: implement setjmp/longjmp/initjmpAhmad Fatoum2021-03-175-4/+204
| |/
* / sandbox: fix use of initialized variable in error pathAhmad Fatoum2021-03-221-2/+2
|/
* Merge branch 'for-next/sound'Sascha Hauer2021-02-227-77/+147
|\
| * sound: add SDL 2.0 sound driverAhmad Fatoum2021-02-084-0/+54
| * sandbox: migrate to SDL 2.0Ahmad Fatoum2021-02-085-80/+96
* | Merge branch 'for-next/misc'Sascha Hauer2021-02-225-13/+11
|\ \
| * | sandbox: support 64-bit file IO in 32-bit buildAhmad Fatoum2021-02-164-13/+10
| * | sandbox: increase MALLOC_SIZE from 4M to 16MAhmad Fatoum2021-02-161-0/+1
* | | block: use 64-bit types for sector offset and count on all platformsAhmad Fatoum2021-02-181-2/+2
* | | sandbox: fix unreliable block device detectionAhmad Fatoum2021-02-121-1/+1
| |/ |/|
* | sandbox: Kconfig: select all of PARTITION_DISK's dependenciesAhmad Fatoum2021-02-041-0/+1
|/
* sandbox: retire CONFIG_LINUX symbol in favor of CONFIG_SANDBOXAhmad Fatoum2020-11-271-5/+1
* Merge branch 'for-next/misc'Sascha Hauer2020-11-101-1/+0
|\
| * sandbox: remove MXS tools from hosttools_defconfigRoland Hieber2020-11-091-1/+0
* | sandbox: fix link error when UBSAN is selected without ASANAhmad Fatoum2020-10-191-6/+1
|/
* Merge branch 'for-next/sandbox' into masterSascha Hauer2020-10-1417-184/+513
|\
| * sandbox: defconfig: enable new generic featuresAhmad Fatoum2020-10-131-2/+43
| * sandbox: dts: include state node by defaultAhmad Fatoum2020-10-133-50/+47
| * sandbox: add watchdog driverAhmad Fatoum2020-10-135-0/+117
| * sandbox: dts: implement reboot modeAhmad Fatoum2020-10-131-1/+11
| * sandbox: power: implement reset source supportAhmad Fatoum2020-10-132-1/+25
| * sandbox: poweroff: migrate to driver probed from device treeAhmad Fatoum2020-10-134-43/+66
| * sandbox: dts: define default environment nodeAhmad Fatoum2020-10-131-0/+20
| * sandbox: hostfile: maintain created temp files over resetAhmad Fatoum2020-10-133-9/+39
| * sandbox: hostfile: support anonymous hostfiles in device treeAhmad Fatoum2020-10-133-5/+41
| * sandbox: hostfile: unify --image and direct device tree probeAhmad Fatoum2020-10-134-40/+90
| * sandbox: dts: retire skeleton.dtsiAhmad Fatoum2020-10-122-15/+14
| * sandbox: fix behavior with images >= 4G on 32-bitAhmad Fatoum2020-10-121-5/+7
| * sandbox: compile in a fallback device treeAhmad Fatoum2020-10-124-26/+9
| * of: Add common device tree register functionSascha Hauer2020-10-121-4/+1
* | sandbox: add dummy memory-mapped I/O port regionAhmad Fatoum2020-10-012-1/+8
|/
* Merge branch 'for-next/misc' into masterSascha Hauer2020-09-2513-49/+220
|\
| * sandbox: unwind: fix indentationAhmad Fatoum2020-09-151-1/+1
| * sandbox: hostfile: support registering images as barebox block devicesAhmad Fatoum2020-09-154-26/+109
| * sandbox: implement actual sandbox reset via exec(2)Ahmad Fatoum2020-09-156-11/+63
| * sandbox: implement simple, ^C-interruptible, restart handlerAhmad Fatoum2020-09-143-0/+19
| * sandbox: fix SANDBOX_UNWIND dependency to be KASAN onlyAhmad Fatoum2020-09-141-1/+1
| * sandbox: support escaping commas in --image filenamesAhmad Fatoum2020-09-141-4/+6
| * sandbox: add_image: support mmaping block devices on 32-bit hostsAhmad Fatoum2020-09-146-8/+13
| * sandbox: hostfile: error out if file couldn't be openedAhmad Fatoum2020-09-141-0/+3