#
c4530dff |
| 27-Jan-2025 |
Mitchell Horne <mhorne@FreeBSD.org> |
aw_timer: rename driver from a10_timer
This reflects its expanded support for platforms other than the A10.
Functions specific to A10/A13 retain the a10 prefix, but the majority of names in the dri
aw_timer: rename driver from a10_timer
This reflects its expanded support for platforms other than the A10.
Functions specific to A10/A13 retain the a10 prefix, but the majority of names in the driver are changed, e.g. a10_timer_softc becomes aw_timer_softc.
Reviewed by: manu, ganbold MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48671
show more ...
|
#
73ad5af7 |
| 06-Jan-2025 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm64: Unbreak LINT build
Add the recently added options SOC_ROCKCHIP and device rk8xx. While here add options SOC_ROCKCHIP_RK3568 and device rk808/rk817 which where never added.
Fixes: 48db612d893
arm64: Unbreak LINT build
Add the recently added options SOC_ROCKCHIP and device rk8xx. While here add options SOC_ROCKCHIP_RK3568 and device rk808/rk817 which where never added.
Fixes: 48db612d8939 ("arm64: Add a new SOC_ROCKCHIP option") Fixes: ad1bf74705e4 ("arm64: rockchip: Add a new rk8xx device")
show more ...
|
Revision tags: release/14.2.0, release/13.4.0, release/14.1.0 |
|
#
971b77da |
| 22-May-2024 |
Dmitry Salychev <dsl@FreeBSD.org> |
arm64: Return newline at the end of NOTES back
It fixes LINT kernel build after ac4ddc467bfe.
MFC after: 3 days
|
#
ac4ddc46 |
| 21-May-2024 |
Dmitry Salychev <dsl@FreeBSD.org> |
arm64: Fixed IOMMU compilation errors
These are missing changes after 1228b93b410a when ref_count was removed from bus_dma_tag_common and 1e3f42b6bad5, when the address arguments were switched to po
arm64: Fixed IOMMU compilation errors
These are missing changes after 1228b93b410a when ref_count was removed from bus_dma_tag_common and 1e3f42b6bad5, when the address arguments were switched to pointers.
Reviewed by: jhb MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D45289
show more ...
|
#
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
|
#
bfd2ce2a |
| 10-Apr-2024 |
Stephen J. Kiernan <stevek@FreeBSD.org> |
efidev: Allow for optionally including efidev and efirtc into the kernel
Require both "efirt" and "efidev" in order to build in efidev Require both "efirt" and "efirtc" in order to build in efirtc
efidev: Allow for optionally including efidev and efirtc into the kernel
Require both "efirt" and "efidev" in order to build in efidev Require both "efirt" and "efirtc" in order to build in efirtc
Update FIRECRACKER, GENERIC, and NOTES for amd64 Update NOTES and std.arm for arm64
Reviewed by: imp Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D44745
show more ...
|
Revision tags: release/13.3.0, release/14.0.0 |
|
#
e1c4c8dd |
| 20-Oct-2023 |
Cristian Marussi <cristian.marussi@arm.com> |
vtscmi: Add a virtio-scmi driver
Add a new virtio backend to support SCMI VirtIO devices (type 32) as defined by the VirtIO specification since version v1.2.
https://docs.oasis-open.org/virtio/virt
vtscmi: Add a virtio-scmi driver
Add a new virtio backend to support SCMI VirtIO devices (type 32) as defined by the VirtIO specification since version v1.2.
https://docs.oasis-open.org/virtio/virtio/v1.2/cs01/virtio-v1.2-cs01.pdf
Reviewed by: andrew, bryanv Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D43047
show more ...
|
#
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 ...
|
#
a01dc140 |
| 27-Feb-2024 |
Mitchell Horne <mhorne@FreeBSD.org> |
conf: deduplicate dwc config logic
Move the core dwc(4) file entries to the MI conf/files. Platform-specific versions e.g. rk_dwc are retained in their current position. On arm64 this necessitates a
conf: deduplicate dwc config logic
Move the core dwc(4) file entries to the MI conf/files. Platform-specific versions e.g. rk_dwc are retained in their current position. On arm64 this necessitates adding an additional 'device dwc' option.
This hardware is found on several available/emerging RISC-V SoCs, so we will soon need it on this architecture.
Reviewed by: manu MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44103
show more ...
|
#
b889b90a |
| 08-Jan-2024 |
Andrew Turner <andrew@FreeBSD.org> |
arm64: Add EARLY_PRINTF and SOCDEV_PA to NOTES
This ensures they are build tested.
Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D43364
|
#
031beb4e |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
#
4d779448 |
| 05-Jun-2023 |
Xin LI <delphij@FreeBSD.org> |
gve: Fix build on i386 and enable LINT builds.
Reviewed-by: imp Differential Revision: https://reviews.freebsd.org/D40419
|
#
f8c451d2 |
| 26-Apr-2023 |
Andrew Turner <andrew@FreeBSD.org> |
Add vt_simplefb to the arm64 NOTES file
This will be picked up in the LINT-ACPI and LINT-FDT configs to check it builds with only one option enabled
Sponsored by: Arm Ltd
|
Revision tags: release/13.2.0 |
|
#
f12907d0 |
| 23-Feb-2023 |
Mike Karels <karels@FreeBSD.org> |
arm64 kernel config: clean up whitespace
Most options in kernel config files use "options<space><tab>OPTION". This allows the option to be commented out without shifting columns. A few options had t
arm64 kernel config: clean up whitespace
Most options in kernel config files use "options<space><tab>OPTION". This allows the option to be commented out without shifting columns. A few options had two tabs, and some had spaces. Make them consistent.
show more ...
|
Revision tags: release/12.4.0 |
|
#
b6a72a9f |
| 03-Nov-2022 |
Andrew Turner <andrew@FreeBSD.org> |
Enable hyperv in the arm64 NOTES
It now builds with all arm64 LINT kernels.
Sponsored by: The FreeBSD Foundation
|
#
402c04af |
| 03-Nov-2022 |
Andrew Turner <andrew@FreeBSD.org> |
Add more SOC options to the arm64 NOTES file
These are found in other config files. Include them in NOTES so they are used in the LINT configs.
|
#
2222b0e7 |
| 02-Nov-2022 |
Andrew Turner <andrew@FreeBSD.org> |
Sort the SOC options in the arm64 NOTES config
|
#
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
|
Revision tags: release/13.1.0 |
|
#
90288dcb |
| 11-Jan-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm64: conf: Remove options EXT_RESOURCES
It is now unused in kernel code.
MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33836
|
Revision tags: release/12.3.0, release/13.0.0 |
|
#
c3e77ab4 |
| 11-Jan-2021 |
John Baldwin <jhb@FreeBSD.org> |
arm64: Add armv8crpyto and ossl to NOTES.
Reviewed by: mhorne Differential Revision: https://reviews.freebsd.org/D28099
|
#
36a2f5b8 |
| 11-Jan-2021 |
John Baldwin <jhb@FreeBSD.org> |
arm64: Don't disable options GDB in LINT.
Reviewed by: mhorne Differential Revision: https://reviews.freebsd.org/D28098
|
#
0f0379fa |
| 09-Jan-2021 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
hid: Add recently imported drivers to NOTES
Reviewed by: hselasky Differential revision: https://reviews.freebsd.org/D28060
|
Revision tags: release/12.2.0 |
|
#
7113afc8 |
| 11-Oct-2020 |
Emmanuel Vadot <manu@FreeBSD.org> |
10Gigabit Ethernet driver for AMD SoC
This patch has the driver for 10Gigabit Ethernet controller in AMD SoC. This driver is written compatible to the Iflib framework. The existing driver is for the
10Gigabit Ethernet driver for AMD SoC
This patch has the driver for 10Gigabit Ethernet controller in AMD SoC. This driver is written compatible to the Iflib framework. The existing driver is for the old version of hardware. The submitted driver here is for the recent versions of the hardware where the Ethernet controller is PCI-E based.
Submitted by: Rajesh Kumar <rajesh1.kumar@amd.com> MFC after: 1 month Relnotes: yes Differential Revision: https://reviews.freebsd.org/D25793
show more ...
|
#
90b8c0ea |
| 02-Oct-2020 |
Emmanuel Vadot <manu@FreeBSD.org> |
Fix LINT: Add backlight to NOTES
|
#
6dfd7f4b |
| 28-Aug-2020 |
Matt Macy <mmacy@FreeBSD.org> |
ZFS: add to arm64 NOTES to minimize potential for missing symbols
|