History log of /src/sys/arm/conf/NOTES (Results 1 – 25 of 288)
Revision Date Author Comments
# 5aefe9f1 20-Oct-2025 Mitchell Horne <mhorne@FreeBSD.org>

arm: tweak imx module build logic

Add the subdirectory in the Makefile, not the config.

No functional change intended.

MFC after: 3 days
Sponsored by: The FreeBSD Foundation


# 55225197 18-Sep-2024 Mitchell Horne <mhorne@FreeBSD.org>

modules: enable allwinner kmods on riscv

While here, standardize the place they are enabled in the Makefile. For
armv7 the module subdirectory was added explicitly in the config file,
but this is no

modules: enable allwinner kmods on riscv

While here, standardize the place they are enabled in the Makefile. For
armv7 the module subdirectory was added explicitly in the config file,
but this is not idiomatic.

MFC after: 3 days
Sponsored by: The FreeBSD Foundation

show more ...


# b8a75483 29-May-2024 Warner Losh <imp@FreeBSD.org>

LINT: Don't build bnxt on 32-bit platforms

Sponsored by: Netflix
Fixes: acd884dec99a ("RDMA/bnxt_re: Add bnxt_re RoCE driver")


# 76f22e35 09-Apr-2024 John Baldwin <jhb@FreeBSD.org>

NOTES: Add devices for iSCSI support

Reviewed by: imp
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D44688


# 973d3a82 09-Apr-2024 John Baldwin <jhb@FreeBSD.org>

NOTES: Move OFED options to MI NOTES

Disable in armv7 NOTES to match sys/modules/Makefile

Reviewed by: imp
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D4

NOTES: Move OFED options to MI NOTES

Disable in armv7 NOTES to match sys/modules/Makefile

Reviewed by: imp
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D44686

show more ...


# fb393d22 28-Mar-2024 Emmanuel Vadot <manu@FreeBSD.org>

arm: Remove TI from NOTES

TI support was removed so remove it from NOTES too.

Sponsored by: Beckhoff Automation GmbH & Co. KG


# 69e4b35e 13-Feb-2024 Andrew Turner <andrew@FreeBSD.org>

arm: Add EARLY_PRINTF and SOCDEV_PA/VA to NOTES

This ensures they are build tested.

Sponsored by: Arm Ltd


# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 58d487c3 02-Mar-2023 Emmanuel Vadot <manu@FreeBSD.org>

arm: Add PCI and Annapurna devices drivers to LINT

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D38847
Reviewed by: imp


# 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


# 34223f74 11-Jan-2022 Emmanuel Vadot <manu@FreeBSD.org>

arm: conf: Remove options EXT_RESOURCES

It is now unused in kernel code.

MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D33837


# 7c6c12eb 29-Nov-2020 Michal Meloun <mmel@FreeBSD.org>

Remove unused options.

Marvell files and their related SOC_MV_<foo> options should be cleaned up
in another pass.


# 90b8c0ea 02-Oct-2020 Emmanuel Vadot <manu@FreeBSD.org>

Fix LINT: Add backlight to NOTES


# 310fc6c5 02-Feb-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r357389 through r357407.


# 6b29cf33 02-Feb-2020 Warner Losh <imp@FreeBSD.org>

Move arm back to having one LINT

Now that armv5 is gone, we no longer need multiple LINT files. Kill
the odd-ball support here. From now on, we just have LINT built from
notes like all the other pla

Move arm back to having one LINT

Now that armv5 is gone, we no longer need multiple LINT files. Kill
the odd-ball support here. From now on, we just have LINT built from
notes like all the other platforms. Keep the removal of LINT-V5/7
to remove stale files for a while still..

show more ...


# fce985b0 02-Jan-2020 Ian Lepore <ian@FreeBSD.org>

Add the xdma framework and pl330 dma drivers to arm and arm64 lint builds.


# c1ab04fc 12-Aug-2019 Warner Losh <imp@FreeBSD.org>

Floppy driver really only works on x86

Move the floppy driver to the x86 specific notes file.

Reviewed by: jhb, manu, jhibbits, emaste
Differential Revision: https://reviews.freebsd.org/D21208


# 99e1c5ab 12-Aug-2019 Warner Losh <imp@FreeBSD.org>

Move sc out of the global file

x86 needs sc, as does sparc64. powerpc doesn't use it by default, but some old
powermac notebooks do not work with vt yet for reasons unknonw. Even so, I've
removed it

Move sc out of the global file

x86 needs sc, as does sparc64. powerpc doesn't use it by default, but some old
powermac notebooks do not work with vt yet for reasons unknonw. Even so, I've
removed it from powerpc LINT. It's not in daily use there, and the intent is to
100% switch to vt now that it works for that platform to limit support burden.

All the other architectures omit some or all of the screen savers from their
lint config. Move them to the x86 NOTES files and remove the exclusions. This
reduces slightly the number of savers sparc64 compiles, but since they are in
GENERIC, the overage is adequate and if someone reaelly wants to sort them out
in sparc64 they can sweat the details and the testing.

Reviewed by: jhb (earlier version), manu (earlier version), jhibbits
Differential Revision: https://reviews.freebsd.org/D21233

show more ...


# 7f49ce7a 27-Jun-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @349476

Sponsored by: The FreeBSD Foundation


# 5364951d 24-Jun-2019 Ian Lepore <ian@FreeBSD.org>

Build an armv7 LINT kernel in addition to armv5 LINT. You might think this
had been done years ago. I did. All this time we've only compiled a LINT
kernel for TARGET_ARCH=arm. Now separate LINT-V

Build an armv7 LINT kernel in addition to armv5 LINT. You might think this
had been done years ago. I did. All this time we've only compiled a LINT
kernel for TARGET_ARCH=arm. Now separate LINT-V5 and LINT-V7 configs are
generated and built.

There are two new files in arm/conf, NOTES.armv5 and NOTES.armv7, containing
some of what used to be in the arm NOTES file. That file now contains only
the bits that are common to v5 and v7.

The makeLINT.mk file now creates the LINT-V5 and LINT-V7 files by concatening
sys/conf/NOTES, arm/conf/NOTES, and arm/conf/NOTES.armv{5,7} in that order.

show more ...


# 7648bc9f 13-May-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @347527

Sponsored by: The FreeBSD Foundation


# f7ab0158 13-Apr-2019 Warner Losh <imp@FreeBSD.org>

Move mpr/mps drivers from per-arch NOTES files into the MI notes
file. They are in more arches they they aren't. Add appropriate
nodevice directives in powerpc and arm.


# 3611ec60 18-Aug-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r337646 through r338014.


# f9c0a512 10-Aug-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r337286 through r337585.


# 5aefe9f1 20-Oct-2025 Mitchell Horne <mhorne@FreeBSD.org>

arm: tweak imx module build logic

Add the subdirectory in the Makefile, not the config.

No functional change intended.

MFC after: 3 days
Sponsored by: The FreeBSD Foundation


12345678910>>...12