History log of /freebsd/sys/arm64/conf/NOTES (Results 1 – 25 of 38)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/15.0.0-p3
# e506af08 09-Feb-2026 Tom Jones <thj@FreeBSD.org>

aw_gpio: Add support for H616

This adds padconf files for the two gpio ranges on the H616 SOC and adds
the SOC include.

Reviewed by: manu
Sponsored by: The FreeBSD Foundation
Differential Revisio

aw_gpio: Add support for H616

This adds padconf files for the two gpio ranges on the H616 SOC and adds
the SOC include.

Reviewed by: manu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54915

show more ...


Revision tags: release/13.5.0-p9, release/15.0.0-p2, release/14.3.0-p8
# a3d47221 09-Jan-2026 Krzysztof Galazka <kgalazka@FreeBSD.org>

ixl(4): Enable building driver on ARM64

For consistency with other drivers enable building ixl
on ARM64 target.

Please be advised that it is only compile tested.
Intel will continue to test Etherne

ixl(4): Enable building driver on ARM64

For consistency with other drivers enable building ixl
on ARM64 target.

Please be advised that it is only compile tested.
Intel will continue to test Ethernet drivers only on x86-64
platforms, and is not going to provide support for issues,
which cannot be reproduced in such environment.

Signed-off-by: Krzysztof Galazka <krzysztof.galazka@intel.com>

Suggested by: Dave Cottlehuber <dch@FreeBSD.org>
Reviewed by: manu
Approved by: kbowling (mentor)
MFC after: 2 weeks
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D54289

show more ...


Revision tags: release/15.0.0-p1, release/13.5.0-p8, release/14.3.0-p7, release/15.0.0, release/14.3.0-p6, release/13.5.0-p7, release/13.5.0-p6, release/14.3.0-p5, release/13.5.0-p5, release/14.2.0-p7, release/14.3.0-p4, release/14.3.0-p3, release/14.2.0-p6, release/13.5.0-p4, release/13.5.0-p3, release/14.2.0-p5, release/14.3.0-p2, release/14.3.0-p1, release/14.2.0-p4, release/13.5.0-p2
# b3d0562d 17-Jun-2025 Gleb Smirnoff <glebius@FreeBSD.org>

LINT: add KDTRACE_MIB_SDT to catch inconsistencies with struct tcpstat

Why only arm64? We want LINT coverage for kernels with DTrace and
without. Global NOTES doesn't have KDTRACE_HOOKS, but most

LINT: add KDTRACE_MIB_SDT to catch inconsistencies with struct tcpstat

Why only arm64? We want LINT coverage for kernels with DTrace and
without. Global NOTES doesn't have KDTRACE_HOOKS, but most machine
dependent NOTES have it. Except the x86 NOTES, which intentionally
doesn't have KDTRACE_HOOKS, so that there is coverage for a kernel without
DTrace. So lets use arm64, our second Tier 1 platform, to have a LINT
with maximum DTrace features enabled.

See also: daad0b6501359, 2f915345634e

show more ...


Revision tags: release/14.3.0
# 2f721943 28-Apr-2025 Warner Losh <imp@FreeBSD.org>

mpi3mr: Broadcom's MPT-Fusion version 4 is amd64 and aarch64 only

Broadcom's MPT-Fusion version 4 driver only works on 64-bit systems, and
has only been tested in amd64 and aarch64, so move it's bui

mpi3mr: Broadcom's MPT-Fusion version 4 is amd64 and aarch64 only

Broadcom's MPT-Fusion version 4 driver only works on 64-bit systems, and
has only been tested in amd64 and aarch64, so move it's building to just
those. I didn't notice this in the review and neglected to test those
cases (since I knew it didn't work there, so was a blind spot).

Pointy-hat: imp
Fixes: 9cdd40759617
Sponsored-by: Netflix

Sponsored by: Netflix

show more ...


Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3
# 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


12