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 |
|
#
78c1387f |
| 02-Apr-2020 |
Ian Lepore <ian@FreeBSD.org> |
Add the Cadence GEM ethernet driver to NOTES so that it gets built with LINT kernels. Move the config for it from files.<arch> files into the main config (conf/files), because it works on multiple p
Add the Cadence GEM ethernet driver to NOTES so that it gets built with LINT kernels. Move the config for it from files.<arch> files into the main config (conf/files), because it works on multiple platforms now.
show more ...
|
#
91019ea7 |
| 29-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r358400 through r358465.
|
#
3f9309e5 |
| 28-Feb-2020 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: zynq: An SPI driver for Zynq platforms
Submitted by: Thomas Skibo Differential Revision: https://reviews.freebsd.org/D23319
|
#
53d2936c |
| 20-Jan-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r356848 through r356919.
|
#
2de9b4d3 |
| 19-Jan-2020 |
Emmanuel Vadot <manu@FreeBSD.org> |
zilinx/zy7_qspi: Add a qspi driver for Zynq platforms.
This is a qspi driver for the Xilinx Zynq-7000 chip. It could be useful for anyone wanting to boot a system from flash memory instead of SD car
zilinx/zy7_qspi: Add a qspi driver for Zynq platforms.
This is a qspi driver for the Xilinx Zynq-7000 chip. It could be useful for anyone wanting to boot a system from flash memory instead of SD cards.
Submitted by: Thomas Skibo (thomasskibo@yahoo.com) Differential Revision: https://reviews.freebsd.org/D14698
show more ...
|
Revision tags: release/12.1.0, release/11.3.0 |
|
#
7648bc9f |
| 13-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @347527
Sponsored by: The FreeBSD Foundation
|
#
dbfb4063 |
| 16-Apr-2019 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: Add kern_clocksource.c directly in files.arm
This files is needed and included in all our config so move it to a common location.
MFC after: 2 weeks
|
Revision tags: release/12.0.0, release/11.2.0 |
|
#
5823f6fb |
| 25-Jan-2018 |
Ruslan Bukin <br@FreeBSD.org> |
o Move sdhci_fdt to the generic files list. o Include Qualcomm EHCI and UART drivers to the build.
Sponsored by: DARPA, AFRL
|
#
ee070097 |
| 28-Dec-2017 |
Emmanuel Vadot <manu@FreeBSD.org> |
Revert r327250 as it broke the build for some armv6 kernel and all armv4/5
Reported by: ian
|
#
d06955f9 |
| 27-Dec-2017 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: Add kern/kern_clocksource.c to files.arm
Instead of adding it to every files.vendor, add it to the common arch file.
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
#
b626f5a7 |
| 04-Jan-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH r289384-r293170
Sponsored by: The FreeBSD Foundation
|
#
8d4f972b |
| 26-Nov-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head.
|
#
ed18006c |
| 21-Nov-2015 |
Andrew Turner <andrew@FreeBSD.org> |
Create device options for the two common ARM timers.
Sponsored by: ABT Systems Ltd
|
#
210d6af7 |
| 21-Nov-2015 |
Andrew Turner <andrew@FreeBSD.org> |
Move more bus_space_* files to be built by files.arm. This leaves the definition in a file.* file under sys/arm/arm in the few cases we need it for non-fdt platforms.
Sponsored by: ABT Systems Ltd
|
#
80547157 |
| 20-Nov-2015 |
Andrew Turner <andrew@FreeBSD.org> |
Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already in files.arm.
Sponsored by: ABT Systems Ltd
|
#
09f44939 |
| 20-Nov-2015 |
Andrew Turner <andrew@FreeBSD.org> |
Remove pl310.c from the SoC std.* files, it's in files.arm
Sponsored by: ABT Systems Ltd
|
Revision tags: release/10.2.0 |
|
#
416ba5c7 |
| 22-Jun-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with HEAD (r280229-r284686).
|
#
37a48d40 |
| 28-May-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r282615-r283655
Sponsored by: The FreeBSD Foundation
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
#
ace157c3 |
| 10-May-2015 |
Andrew Turner <andrew@FreeBSD.org> |
Use the new gic option on all configs that need it.
|
#
7263c8c0 |
| 22-Apr-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r280643-r281852
Sponsored by: The FreeBSD Foundation
|
#
4bf53d0b |
| 04-Apr-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from HEAD
|
#
0ebebb12 |
| 30-Mar-2015 |
Andrew Turner <andrew@FreeBSD.org> |
Build the cpufunc_asm_* files based on the cpu type, not which config file we happen to be building.
|
#
d9d02715 |
| 29-Mar-2015 |
Andrew Turner <andrew@FreeBSD.org> |
Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.
|