summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2026-03-18Merge patch series "bootm: Clean up arch-specific, pre-OS clean-up"Tom Rini
2026-03-18riscv: Call bootm_final()Simon Glass
2026-03-17riscv: Add support for BeagleV-FireJamie Gibbons
2026-03-17eeprom: starfive: Correct get_pcb_revision_from_eeprom()Hal Feng
2026-03-17eeprom: starfive: Simplify get_ddr_size_from_eeprom()Hal Feng
2026-03-13riscv: mpfs: SIFIVE_CLINT and SPL_SIFIVE_CLINT don't existHeinrich Schuchardt
2026-03-13driver: cache: Remove SiFive PL2 driverNick Hu
2026-03-13sifive: switch to OF_UPSTREAMAndreas Schwab
2026-02-17treewide: Clean up DECLARE_GLOBAL_DATA_PTR usagePeng Fan
2026-01-20riscv: Update linker scripts to ensure appended device tree is alignedTom Rini
2025-12-08RISC-V: implement private GCC libraryHeinrich Schuchardt
2025-12-08riscv: mpfs: move SoC level options to the CPU KconfigConor Dooley
2025-12-08riscv: create a custom CPU implementation for PolarFire SoCConor Dooley
2025-12-08configs: Change default baud rate to 115200Che-Wei Chuang
2025-12-08riscv: cpu: Beautify the warning messageLeo Yu-Chi Liang
2025-11-03Merge patch series "Remove usage of CMD_BOOTx from SPL code"Tom Rini
2025-11-03spl: remove usage of CMD_BOOTx from image parsingAnshul Dalal
2025-10-28riscv: dts: starfive: prune redundant jh7110 overridesE Shattow
2025-10-27sunxi: switch the Allwinner T113 SoC to OF_UPSTREAMAndre Przywara
2025-10-16Revert "riscv: Add a Zalrsc-only alternative for synchronization in start.S"Yao Zi
2025-09-19configs: starfive: Use visionfive2 DEVICE_TREE_INCLUDES dtsi named similar to...E Shattow
2025-09-19riscv: dts: starfive: visionfive2 depend on SYS_CPU automatic dtsi inclusionE Shattow
2025-09-19riscv: dts: starfive: sync visionfive2 overrides with upstream Linux for-nextE Shattow
2025-09-19riscv: dts: starfive: prune redundant jh7110-common overridesE Shattow
2025-09-19arch/riscv: Remove unused macro in encoding.hGreentime Hu
2025-09-19board: microchip: icicle: rename all icicle files to genericJamie Gibbons
2025-09-19riscv: Add a Zalrsc-only alternative for synchronization in start.SYao Zi
2025-09-19riscv: Add Kconfig options to distinguish Zaamo and ZalrscYao Zi
2025-09-19dts: th1520: Switch to upstream devicetreeYao Zi
2025-08-14arch/riscv/lib: update memmove and memcpy for big-endianBen Dooks
2025-08-14riscv: dts: andes: Add Voyager device treeLeo Yu-Chi Liang
2025-08-14riscv: board: Add Andes Voyager board Kconfig supportLeo Yu-Chi Liang
2025-08-14xilinx: mbv: Use separate DTB for binman nodesMichal Simek
2025-08-14xilinx: mbv: Fix dt properties in interrupt controller nodeMichal Simek
2025-08-14xilinx: mbv: Add missing mmu-type cpu propertyMichal Simek
2025-08-14riscv: cpu: Use CONFIG_IS_ENABLED(CPU) instead of plain ifdefMichal Simek
2025-07-17riscv: dts: th1520: Describe GMACs and enable them on Lichee Pi 4AYao Zi
2025-07-17riscv: cpu: th1520: Limit upper RAM boundary to 4 GiBYao Zi
2025-07-03riscv: cpu: th1520: Enable pinctrl by defaultYao Zi
2025-07-03riscv: dts: th1520: Add pin controllersYao Zi
2025-07-03riscv: byteorder: add test for big-endianBen Dooks
2025-07-03riscv: add build support for big-endianBen Dooks
2025-07-03riscv: dts: th1520: Preserve CLINT node for SPLYao Zi
2025-07-03riscv: cpu: th1520: Add a routine to bring up secondary coresYao Zi
2025-07-03riscv: cpu: th1520: Setup CPU feature CSRs in harts_early_initYao Zi
2025-07-03riscv: aclint_ipi: Support T-Head C900 CLINTYao Zi
2025-06-19dtc: Add Kconfig option to pad device tree blobEric Schikschneit
2025-06-13Merge patch series "drop volatile from global data"Tom Rini
2025-06-13riscv: remove volatile from set_gd prototypeRasmus Villemoes
2025-06-13spl: Rename jump_to_image_no_args()Simon Glass