CVS log for src/sys/arch/riscv/riscv/cpu.c
Up to [cvs.NetBSD.org] / src / sys / arch / riscv / riscv
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 10 07:27:04 2024 UTC (4 months ago) by skrll
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +17 -2
lines
Recognise the T-Head 9-Series CPU^Whart.
From Rui-Xiang Guo.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 7 22:52:53 2024 UTC (8 months ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2
lines
riscv: Make sure cpu0->ci_cpu_freq is initialized by cpu_attach.
Otherwise this stays zero, which screws up cpu_ipi_wait.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 3 08:48:20 2023 UTC (15 months, 1 week ago) by skrll
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +24 -25
lines
Fix and enable MULTIPROCESSOR
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 28 11:12:42 2023 UTC (15 months, 2 weeks ago) by skrll
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
Remove duplicate .ci_cpl initialiser.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 24 07:23:07 2023 UTC (17 months, 2 weeks ago) by skrll
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
Always initialise ci_tlb_info in cpu_info_store[0].
Fixes non-MP boot for me.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 12 19:04:14 2023 UTC (18 months ago) by skrll
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +121 -12
lines
risc-v: MULTIPROCESSOR support
Add MULTIPROCESSOR support for RISC-V, but leave disabled for the moment
as it's not 100% stable.
Some other improvements to spl and cpu identification / reporting.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 7 12:41:48 2023 UTC (19 months, 1 week ago) by skrll
Branches: MAIN
RISC-V support that works on QEMU with a single hart.
Thanks for Simon Burge for plic(4).
CVSweb <webmaster@jp.NetBSD.org>