summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/spdx'Sascha Hauer2022-01-19920-29/+1805
|\
| * treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-051-0/+2
| * arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-05148-2/+296
| * arch: add SPDX-License-Identifier to all .S filesAhmad Fatoum2022-01-0539-6/+75
| * arch: add SPDX-License-Identifier to all headersAhmad Fatoum2022-01-05263-10/+520
| * ARM: i.MX: add SPDX-License-Identifier for DCDAhmad Fatoum2022-01-05159-2/+306
| * treewide: add SPDX-License-Identifier for .gitignoreAhmad Fatoum2022-01-0514-0/+28
| * treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-05296-9/+578
* | Merge branch 'for-next/riscv'Sascha Hauer2022-01-1918-107/+512
|\ \
| * | RISC-V: Virt: enable more useful optionsAhmad Fatoum2022-01-122-0/+12
| * | RISC-V: add stacktrace support via frame pointer walkingAhmad Fatoum2022-01-127-6/+106
| * | RISC-V: don't use x8/s0/fp in assemblyAhmad Fatoum2022-01-123-35/+35
| * | RISC-V: virt: riscvemu: clear frame buffer before jumping to reset vectorAhmad Fatoum2022-01-121-0/+3
| * | RISC-V: virt: riscvemu: be explicit about HTIF base addressAhmad Fatoum2022-01-121-0/+10
| * | RISC-V: virt: riscvemu: repurpose 64k low RAM for state/environmentAhmad Fatoum2022-01-125-0/+131
| * | RISC-V: virt: riscvemu: add HTIF DEBUG_LL supportAhmad Fatoum2022-01-122-0/+20
| * | power: reset: add RISC-V/UC Berkely HTIF poweroff driver supportAhmad Fatoum2022-01-124-15/+33
| * | RISC-V: virt: activate all consolesAhmad Fatoum2022-01-122-0/+2
| * | include: <asm/csr.h>: sync with upstreamAhmad Fatoum2022-01-101-52/+161
* | | Merge branch 'for-next/misc'Sascha Hauer2022-01-1921-180/+95
|\ \ \
| * | | ARM: mnt-reform: switch to deep-probeLucas Stach2022-01-181-0/+2
| * | | ARM: rpi: set uart0-pl0110 clk to 48MHzOleksij Rempel2022-01-171-1/+1
| * | | clk: rockchip: extend for rk3399 supportAhmad Fatoum2022-01-171-0/+1
| * | | ARM64: rockchip: add config symbol for ARMv8-based rk3399 SoCAhmad Fatoum2022-01-175-1/+51
| * | | ARM: rockchip: add new ARCH_ROCKCHIP_{V7,V8} symbolsAhmad Fatoum2022-01-142-8/+14
| * | | ARM64: qemu-virt64: disable MMUAhmad Fatoum2022-01-101-3/+0
| * | | x86: remove reference to empty fileAhmad Fatoum2022-01-051-1/+0
| * | | arm: mvebu: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2022-01-0311-166/+26
* | | | Merge branch 'for-next/kvx'Sascha Hauer2022-01-197-53/+39
|\ \ \ \
| * | | | kvx: add kvx_sfr_field_valClement Leger2022-01-181-0/+4
| * | | | kvx: enable FITIMAGE supportClement Leger2022-01-182-1/+32
| * | | | kvx: Accept LINUX_BOOT_PARAM_MAGIC as a valid magic valueJules Maselbas2022-01-181-1/+1
| * | | | kvx: Move LINUX_BOOT_PARAM_MAGIC in asm/common.hJules Maselbas2022-01-183-13/+2
| * | | | kvx: dma: Remove arch dma_map/unmap_singleJules Maselbas2022-01-181-38/+0
| | |/ / | |/| |
* | | | ARM: rpi: use ENTRY_FUNCTION_WITHSTACK to prepare for ARM64 supportAhmad Fatoum2022-01-171-18/+17
* | | | ARM: turn arm_mem_stack_top into a macroAhmad Fatoum2022-01-171-7/+6
* | | | ARM: implement ENTRY_FUNCTION_WITHSTACKAhmad Fatoum2022-01-173-5/+49
|/ / /
* | | x86: <asm/io.h>: fix outl/outsl access sizeAhmad Fatoum2022-01-101-2/+2
* | | Revert "ARM: beaglebone: init MPU speed to 800Mhz"Ahmad Fatoum2022-01-071-1/+1
| |/ |/|
* | RISC-V: cpu: fix build with CONFIG_RISCV_EXCEPTIONS=nAhmad Fatoum2022-01-051-0/+2
|/
* Merge branch 'for-next/x86'Sascha Hauer2021-12-156-26/+12
|\
| * x86_64: do not pass the EFI image handle or system table to relocationMasahiro Yamada2021-11-172-7/+3
| * x86: reuse cmd_objcopy to generate barebox.efiMasahiro Yamada2021-11-171-6/+5
| * x86: stop copying unneeded sections to barebox.efiMasahiro Yamada2021-11-171-2/+1
| * x86: remove x86-specific cmd_barebox__Masahiro Yamada2021-11-171-8/+3
| * kbuild: remove unneeded -nostdlib flagMasahiro Yamada2021-11-174-5/+2
* | Merge branch 'for-next/rockchip'Sascha Hauer2021-12-159-0/+105
|\ \
| * | ARM: rockchip_v8_defconfig: Enable Quartz64 boardSascha Hauer2021-11-171-0/+1
| * | arm: rockchip: add support for the quartz64 boardMichael Riesch2021-11-178-0/+104
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2021-12-1526-189/+582
|\ \