summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2024-03-12riscv: sifive: fu740: reduce DDR speed from 1866MT/s to 1600MT/sThomas Perrot
2024-03-01riscv: mbv: Enable SPL and binmanMichal Simek
2024-02-28efi_loader: set IMAGE_DLLCHARACTERISTICS_NX_COMPATHeinrich Schuchardt
2024-01-31riscv: dts: starfive: add regulator deviceNam Cao
2024-01-31riscv: dts: jh7110: add power management unit controller nodeNam Cao
2024-01-31riscv: sophgo: milkv_duo: initial support addedKongyang Liu
2024-01-31riscv: dts: sophgo: add basic device tree for Milk-V Duo boardKongyang Liu
2024-01-31riscv: Support building with Clangkleines Filmröllchen
2024-01-31cmd: sbi: add support for Debug Trigger ExtensionHeinrich Schuchardt
2024-01-31board: sifive: spl: Initialized the PWM setting in the SPL stageVincent Chen
2024-01-29riscv: separate .data and .text sections of EFI binariesHeinrich Schuchardt
2024-01-29riscv: page align EFI binary sectionHeinrich Schuchardt
2024-01-29riscv: conflicting SPDX license linker scriptsHeinrich Schuchardt
2024-01-07riscv: add ACPI fields to global dataHeinrich Schuchardt
2023-12-27andes: cpu: Enable cache and TLB ECC supportLeo Yu-Chi Liang
2023-12-27andes: cpu: Enable memboost featureLeo Yu-Chi Liang
2023-12-27andes: ae350: Implement cache switch via KconfigLeo Yu-Chi Liang
2023-12-27andes: csr.h: Clean up CSR definitionLeo Yu-Chi Liang
2023-12-27riscv: Extend board compatible string with "qemu,mbv"Michal Simek
2023-12-27riscv: cache: support cache enable in SPL stageZong Li
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-12-21riscv: Add a reset_cpu() functionSimon Glass
2023-12-21global: Rework architecture global_data.h to include <linux/types.h>Tom Rini
2023-12-18Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-18riscv: Add support for AMD/Xilinx MicroBlaze VMichal Simek
2023-12-18riscv: dts: jh7110: Add a gpio-restart nodeJaehoon Chung
2023-12-06riscv: binman: fix the load field formatRandolph
2023-12-06riscv: andes: Fix enable register settings of PLICSWYu Chien Peter Lin
2023-12-05riscv: dts: jh7110: Add watchdog device tree nodeChanho Park
2023-11-28riscv: io.h: Fix signatures of reads/writes functionsIgor Prusov
2023-11-28riscv: io.h: Add defines for reads/writes functionsIgor Prusov
2023-11-02riscv: dts: jh7110: Add rng device tree nodeChanho Park
2023-11-02riscv: import read/write_relaxed functionsChanho Park
2023-11-02riscv: allow resume after exceptionHeinrich Schuchardt
2023-11-02riscv: cpu: jh7110: Add gpio helper macrosChanho Park
2023-11-02riscv: Weakly define invalidate_icache_range()Samuel Holland
2023-11-02riscv: Align the trap handler to 64 bytesSamuel Holland
2023-11-02riscv: Sort target configs alphabeticallySamuel Holland
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek
2023-10-24riscv: Remove common.h usageTom Rini
2023-10-22sunxi: dts: arm: add T113s/D1 DT files from Linux-v6.6-rc6Andre Przywara
2023-10-19riscv: Add Zbb support for building U-BootYu Chien Peter Lin
2023-10-19riscv: dts: binman: add condition for opensbi os bootRandolph
2023-10-19riscv: kconfig: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbolRandolph
2023-10-19riscv: andes: Rearrange Andes PLICSW to single-bit-per-hart strategyRandolph
2023-10-19riscv: binman: Fix compilation errorMayuresh Chitale
2023-10-19riscv: remove dram_init_banksize()Heinrich Schuchardt
2023-10-04riscv: andesv5: Prefer using the generic RISC-V timer driver in S-modeYu Chien Peter Lin