summaryrefslogtreecommitdiff
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* ARM: drop CONFIG_HAS_ASM_DEBUG_LLSascha Hauer2023-03-031-1/+1
* Revert "sandbox: fix linker warnings with newer ld"Sascha Hauer2023-02-221-1/+0
* sandbox: fix linker warnings with newer ldAhmad Fatoum2023-02-211-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-105-5/+5
* Rename struct device_d to deviceSascha Hauer2023-01-108-16/+16
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-104-5/+7
* treewide: rename CONFIG_HAS_ARCH_SJLJ to CONFIG_ARCH_HAS_SJLJAhmad Fatoum2022-12-071-1/+1
* kvx,openrisc,riscv,sandbox/dts: harmonize clean-files definitionUwe Kleine-König2022-12-021-1/+1
* sandbox: configs: enable new uptime commandAhmad Fatoum2022-11-021-1/+1
* lds: introduce <asm/barebox.lds.h>Ahmad Fatoum2022-10-112-1/+4
* sandbox: implement DEBUG_LL supportAhmad Fatoum2022-10-053-1/+19
* asm-generic: provide phys_to_virt() and virt_to_phys()Antony Pavlov2022-08-081-10/+0
* gitignore: add device tree blobs to top-level .gitignoreAhmad Fatoum2022-08-081-1/+0
* Merge branch 'for-next/rpi4'Sascha Hauer2022-06-291-0/+5
|\
| * dma: avoid clash between static inline and extern dma_alloc declarationsAhmad Fatoum2022-06-171-0/+5
* | treewide: Remove duplicate incudesAlexander Shiyan2022-06-103-4/+0
|/
* clocksource: assign non-zero priorities to all clocksourcesAhmad Fatoum2022-04-251-0/+1
* sandbox: board: add stickypage.bin into .gitignoreAhmad Fatoum2022-03-281-0/+1
* sandbox: symlink stickypage.bin into build directoryAhmad Fatoum2022-02-071-0/+6
* arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-053-0/+6
* arch: add SPDX-License-Identifier to all .S filesAhmad Fatoum2022-01-051-0/+2
* arch: add SPDX-License-Identifier to all headersAhmad Fatoum2022-01-0514-0/+28
* treewide: add SPDX-License-Identifier for .gitignoreAhmad Fatoum2022-01-051-0/+2
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-056-0/+12
* scripts: add target tool for rk-usb-loaderAhmad Fatoum2021-11-101-0/+1
* scripts: Add rk-usb-loader toolSascha Hauer2021-11-101-0/+1
* sandbox: Fix stickypage.bin dependenciesSascha Hauer2021-10-112-8/+6
* Merge branch 'for-next/targettools'Sascha Hauer2021-10-071-0/+9
|\
| * scripts: allow building USB loader tools for target as wellAhmad Fatoum2021-10-021-0/+9
* | asm-generic: include bitio.h from io.hAhmad Fatoum2021-08-231-1/+0
|/
* Revert "sandbox: hostfile: move initcall to earlier postcore level"Ahmad Fatoum2021-07-181-1/+1
* sandbox: turn into deep probe platformAhmad Fatoum2021-07-181-2/+14
* sandbox: fix probe order dependency between watchdog and powerAhmad Fatoum2021-07-181-8/+6
* sandbox: power: set $global.system.reset=POR on poweroffAhmad Fatoum2021-07-181-3/+11
* sandbox: ship sample environmentAhmad Fatoum2021-07-039-70/+84
* sandbox: hostfile: move initcall to earlier postcore levelAhmad Fatoum2021-06-211-1/+1
* sandbox: dts: fix unit-address for state partitionAhmad Fatoum2021-06-211-1/+1
* sandbox: use nvmem-reboot-mode instead of syscon-reboot-modeAhmad Fatoum2021-06-212-6/+11
* sandbox: use nvmem on top of stickypage for reset reasonAhmad Fatoum2021-06-213-28/+45
* 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
| |/