Revision tags: release/14.0.0 |
|
#
031beb4e |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0 |
|
#
bdc786cc |
| 07-Sep-2019 |
Philip Paeps <philip@FreeBSD.org> |
riscv: restore default HZ=1000, keep QEMU at HZ=100
This reverts r351918 and r351919.
Discussed with: br, ian, imp
|
#
7f0b9709 |
| 06-Sep-2019 |
Philip Paeps <philip@FreeBSD.org> |
QEMU: use default HZ
HZ=100 by default on riscv since r351918.
|
Revision tags: release/11.3.0 |
|
#
7b1e32a5 |
| 03-Jan-2019 |
Mark Johnston <markj@FreeBSD.org> |
Configure hz=100 in the QEMU target.
We currently don't have a good way to dynamically detect whether the kernel is running as a guest.
Reviewed by: jhb MFC after: 1 week Sponsored by: The FreeBSD
Configure hz=100 in the QEMU target.
We currently don't have a good way to dynamically detect whether the kernel is running as a guest.
Reviewed by: jhb MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D18715
show more ...
|
#
01cd6fba |
| 14-Dec-2018 |
Mark Johnston <markj@FreeBSD.org> |
Add a QEMU config for RISC-V.
Reviewed by: jhb MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D18560
|
Revision tags: release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
#
27067774 |
| 16-Aug-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r303250 through r304235.
|
#
569e9018 |
| 13-Aug-2016 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead @ r304038
|
#
5f8228b2 |
| 10-Aug-2016 |
Ruslan Bukin <br@FreeBSD.org> |
o Remove operation in machine mode. Machine privilege level was specially designed to use in vendor's firmware or bootloader. We have implemented operation in machine mode in FreeBSD as part of
o Remove operation in machine mode. Machine privilege level was specially designed to use in vendor's firmware or bootloader. We have implemented operation in machine mode in FreeBSD as part of understanding RISC-V ISA, but it is time to remove it. We now use BBL (Berkeley Boot Loader) -- standard RISC-V firmware, which provides operation in machine mode for us. We now use standard SBI calls to machine mode, instead of handmade 'syscalls'. o Remove HTIF bus. HTIF bus is now legacy and no longer exists in RISC-V specification. HTIF code still exists in Spike simulator, but BBL do not provide raw interface to it. Memory disk is only choice for now to have multiuser booted in Spike, until Spike has implemented more devices (e.g. Virtio, etc).
Sponsored by: DARPA, AFRL Sponsored by: HEIF5
show more ...
|
#
3f8f5599 |
| 26-Apr-2016 |
Ruslan Bukin <br@FreeBSD.org> |
o Add device tree files and kernel configuration files for RISC-V cpus synthesized on FPGA hardware. o Include new files to the build.
|
Revision tags: release/10.3.0 |
|
#
0fe0fe11 |
| 15-Feb-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
#
4156ce4f |
| 11-Feb-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r295351 through r295543.
|
#
cfddfe4c |
| 11-Feb-2016 |
Ruslan Bukin <br@FreeBSD.org> |
o Move non-generic kernel configuration out from GENERIC. o Add kernel configuration for QEMU.
Both SPIKE and QEMU kernel configs are temporary (until we will be able to obtain DTB from loader).
Sp
o Move non-generic kernel configuration out from GENERIC. o Add kernel configuration for QEMU.
Both SPIKE and QEMU kernel configs are temporary (until we will be able to obtain DTB from loader).
Sponsored by: DARPA, AFRL Sponsored by: HEIF5
show more ...
|