#
88d81453 |
| 08-Jul-2024 |
Mitchell Horne <mhorne@FreeBSD.org> |
riscv: support PV_STATS pmap option
It is rarely used but trivially supported; add the missing stat calls and enable it in LINT.
Reviewed by: markj, br (previous version), jhb (previous version) Sp
riscv: support PV_STATS pmap option
It is rarely used but trivially supported; add the missing stat calls and enable it in LINT.
Reviewed by: markj, br (previous version), jhb (previous version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45475
show more ...
|
Revision tags: release/14.1.0 |
|
#
1f678b6b |
| 14-Apr-2024 |
John Baldwin <jhb@FreeBSD.org> |
NOTES: Move the VirtIO entries to the MI NOTES file
While here, add virtio_gpu
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D44782
|
#
8f7105a2 |
| 10-Apr-2024 |
John Baldwin <jhb@FreeBSD.org> |
NOTES: Move NVMe entries to MI file
While here, adjust the sample setting for NVME_USE_NVD to use a non-default setting as is typical in entries in NOTES.
Discussed with: imp Reviewed by: manu Spon
NOTES: Move NVMe entries to MI file
While here, adjust the sample setting for NVME_USE_NVD to use a non-default setting as is typical in entries in NOTES.
Discussed with: imp Reviewed by: manu Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D44691
show more ...
|
Revision tags: release/13.3.0 |
|
#
036ce936 |
| 27-Feb-2024 |
Mitchell Horne <mhorne@FreeBSD.org> |
riscv: add dwc, dwmmc to NOTES
In the future these drivers will be enabled in GENERIC. For now, ensure they build with LINT.
Sponsored by: The FreeBSD Foundation
|
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/
|
#
c32b6c74 |
| 25-Apr-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
riscv: retire the FPE kernel option
We always build the kernel floating point support. Now that the riscv64sf userspace variant has been removed the option is required for correct operation.
Review
riscv: retire the FPE kernel option
We always build the kernel floating point support. Now that the riscv64sf userspace variant has been removed the option is required for correct operation.
Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D39851
show more ...
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
91f45a3c |
| 25-Oct-2022 |
Warner Losh <imp@FreeBSD.org> |
intrng: Remove from NOTES file
INTRNG is required on these platforms. Remove it from the NOTES file since it is now in the DEFAULTS file.
Suggested by: mhorne Sponsored by: Netflix
|
#
100f7956 |
| 13-Sep-2022 |
Jessica Clarke <jrtc27@FreeBSD.org> |
riscv: Add da9063_pmic and da9063_rtc to GENERIC and NOTES
This is the PMIC on SiFive's HiFive Unmatched; add it and the RTC child device driver so we have a working RTC.
Reviewed by: mhorne, imp M
riscv: Add da9063_pmic and da9063_rtc to GENERIC and NOTES
This is the PMIC on SiFive's HiFive Unmatched; add it and the RTC child device driver so we have a working RTC.
Reviewed by: mhorne, imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D36201
show more ...
|
Revision tags: release/13.1.0 |
|
#
092a42a6 |
| 11-Jan-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
riscv: conf: Remove options EXT_RESOURCES
It is now unused in kernel code.
Reviewed by: mhorne MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33838
|
#
e9e7bc82 |
| 04-Feb-2022 |
Navdeep Parhar <np@FreeBSD.org> |
cxgbe(4): Changes to the fatal error handler.
* New error_flags that can be used from the error ithread and elsewhere without a synch_op. * Stop the adapter immediately in t4_fatal_err but defer m
cxgbe(4): Changes to the fatal error handler.
* New error_flags that can be used from the error ithread and elsewhere without a synch_op. * Stop the adapter immediately in t4_fatal_err but defer most of the rest of the handling to a task. The task is allowed to sleep, unlike the ithread. Remove async_event_task as it is no longer needed. * Dump the devlog, CIMLA, and PCIE_FW exactly once on any fatal error involving the firmware or the CIM block. While here, dump some additional info (see dump_cim_regs) for these errors. * If both reset_on_fatal_err and panic_on_fatal_err are set then attempt a reset first and do not panic the system if it is successful.
MFC after: 1 week Sponsored by: Chelsio Communications
show more ...
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
d72e9448 |
| 11-Sep-2020 |
Mitchell Horne <mhorne@FreeBSD.org> |
riscv: gdb(4) support
Add the MD portion required for the gdb stub.
Reviewed by: jhb (earlier version) Discussed with: jrtc27 MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D3
riscv: gdb(4) support
Add the MD portion required for the gdb stub.
Reviewed by: jhb (earlier version) Discussed with: jrtc27 MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D33734
show more ...
|
#
4cc167a3 |
| 12-Oct-2021 |
Konstantin Belousov <kib@FreeBSD.org> |
Restore PPS_SYNC in NOTES
This partially reverts e81e77c5a055, leaving the option both in GENERICs on amd64/arm64/arm, and in global NOTES file. Apparently this better matches existing practice, wh
Restore PPS_SYNC in NOTES
This partially reverts e81e77c5a055, leaving the option both in GENERICs on amd64/arm64/arm, and in global NOTES file. Apparently this better matches existing practice, where we do not try to hard to make LINT and GENERIC complimentary.
Requested and reviewed by: jhb Sponsored by: The FreeBSD Foundation MFC after: 1 week
show more ...
|
#
e81e77c5 |
| 10-Oct-2021 |
Konstantin Belousov <kib@FreeBSD.org> |
Enable PPS_SYNC on amd64, arm64 and armv7
Remove the option from NOTES/LINT, and add to NOTES for powerpc and riscv.
PR: 259036 Requested by: John Hay <john@sanren.ac.za> Discussed with: ian, imp S
Enable PPS_SYNC on amd64, arm64 and armv7
Remove the option from NOTES/LINT, and add to NOTES for powerpc and riscv.
PR: 259036 Requested by: John Hay <john@sanren.ac.za> Discussed with: ian, imp Sponsored by: The FreeBSD Foundation MFC after: 1 week
show more ...
|
#
c5e5202a |
| 08-Aug-2021 |
Jessica Clarke <jrtc27@FreeBSD.org> |
riscv: Sync NOTES with GENERIC changes
USB is already in sys/conf/NOTES, but NVMe is not, nor of course are the new SiFive device drivers.
MFC after: 1 week
|
#
0a4cb545 |
| 08-Aug-2021 |
Jessica Clarke <jrtc27@FreeBSD.org> |
riscv: Add hwreset to NOTES to fix LINT build
Fixes: 8e7e0690ecd7 ("sifive_prci: Add reset support for the FU540 and FU740") MFC after: 1 week
|
#
90a089cf |
| 07-Aug-2021 |
Jessica Clarke <jrtc27@FreeBSD.org> |
fu540_spi: Rename to sifive_spi
The FU740 also uses the same SPI controller.
Reviewed by: kp, philip MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31026
|
#
eff4c46e |
| 09-Oct-2020 |
Mitchell Horne <mhorne@FreeBSD.org> |
RISC-V LINT kernel config
Create the RISC-V NOTES and LINT files. As of r366559, LINT configs are no longer generated but checked in to the tree.
Reviewed by: imp Differential Revision: https://rev
RISC-V LINT kernel config
Create the RISC-V NOTES and LINT files. As of r366559, LINT configs are no longer generated but checked in to the tree.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D26502
show more ...
|