aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-03-19Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...WIP/19Mar2024-nextTom Rini4-8/+22
2024-03-13Kconfig: move CONFIG_32/64BIT to arch/KconfigDan Carpenter1-6/+0
2024-03-12riscv: dts: jh7110: Enable PLL node in SPLBo Gan1-0/+4
2024-03-12riscv: cpu: improve multi-letter extension detection in supports_extension()Conor Dooley1-6/+16
2024-03-12riscv: dts: jh7110: fix indentationLeon M. Busch-George1-1/+1
2024-03-12riscv: sifive: fu740: reduce DDR speed from 1866MT/s to 1600MT/sThomas Perrot1-1/+1
2024-02-28efi_loader: set IMAGE_DLLCHARACTERISTICS_NX_COMPATHeinrich Schuchardt1-0/+4
2024-01-31riscv: dts: starfive: add regulator deviceNam Cao1-0/+5
2024-01-31riscv: dts: jh7110: add power management unit controller nodeNam Cao1-0/+6
2024-01-31riscv: sophgo: milkv_duo: initial support addedKongyang Liu1-0/+4
2024-01-31riscv: dts: sophgo: add basic device tree for Milk-V Duo boardKongyang Liu4-0/+249
2024-01-31riscv: Support building with Clangkleines Filmröllchen1-1/+1
2024-01-31cmd: sbi: add support for Debug Trigger ExtensionHeinrich Schuchardt1-0/+1
2024-01-31board: sifive: spl: Initialized the PWM setting in the SPL stageVincent Chen1-0/+15
2024-01-29riscv: separate .data and .text sections of EFI binariesHeinrich Schuchardt3-23/+58
2024-01-29riscv: page align EFI binary sectionHeinrich Schuchardt1-1/+1
2024-01-29riscv: conflicting SPDX license linker scriptsHeinrich Schuchardt2-6/+2
2024-01-07riscv: add ACPI fields to global dataHeinrich Schuchardt1-0/+6
2023-12-27andes: cpu: Enable cache and TLB ECC supportLeo Yu-Chi Liang2-1/+5
2023-12-27andes: cpu: Enable memboost featureLeo Yu-Chi Liang2-1/+14
2023-12-27andes: ae350: Implement cache switch via KconfigLeo Yu-Chi Liang1-9/+16
2023-12-27andes: csr.h: Clean up CSR definitionLeo Yu-Chi Liang2-12/+9
2023-12-27riscv: Extend board compatible string with "qemu,mbv"Michal Simek1-1/+1
2023-12-27riscv: cache: support cache enable in SPL stageZong Li1-0/+21
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini3-10/+21
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-5/+6
2023-12-21riscv: Add a reset_cpu() functionSimon Glass2-5/+15
2023-12-21global: Rework architecture global_data.h to include <linux/types.h>Tom Rini1-0/+1
2023-12-18Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...WIP/18Dec2023-nextTom Rini4-0/+117
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini3-28/+29
2023-12-18riscv: Add support for AMD/Xilinx MicroBlaze VMichal Simek3-0/+112
2023-12-18riscv: dts: jh7110: Add a gpio-restart nodeJaehoon Chung1-0/+5
2023-12-06riscv: binman: fix the load field formatRandolph1-10/+4
2023-12-06riscv: andes: Fix enable register settings of PLICSWYu Chien Peter Lin1-18/+15
2023-12-05riscv: dts: jh7110: Add watchdog device tree nodeChanho Park1-0/+10
2023-11-28riscv: io.h: Fix signatures of reads/writes functionsIgor Prusov1-6/+12
2023-11-28riscv: io.h: Add defines for reads/writes functionsIgor Prusov1-0/+8
2023-11-02riscv: dts: jh7110: Add rng device tree nodeChanho Park1-0/+10
2023-11-02riscv: import read/write_relaxed functionsChanho Park1-0/+45
2023-11-02riscv: allow resume after exceptionHeinrich Schuchardt1-0/+13
2023-11-02riscv: cpu: jh7110: Add gpio helper macrosChanho Park1-0/+85
2023-11-02riscv: Weakly define invalidate_icache_range()Samuel Holland1-1/+1
2023-11-02riscv: Align the trap handler to 64 bytesSamuel Holland1-1/+1
2023-11-02riscv: Sort target configs alphabeticallySamuel Holland1-9/+9
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2023-10-24riscv: Remove common.h usageTom Rini31-29/+8
2023-10-22sunxi: dts: arm: add T113s/D1 DT files from Linux-v6.6-rc6Andre Przywara2-0/+942
2023-10-19riscv: Add Zbb support for building U-BootYu Chien Peter Lin7-1/+392
2023-10-19riscv: dts: binman: add condition for opensbi os bootRandolph1-0/+24
2023-10-19riscv: kconfig: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbolRandolph1-0/+8