#
a63915c2 |
| 28-Jul-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @r350386
Sponsored by: The FreeBSD Foundation
|
#
e52acf6a |
| 15-Jul-2019 |
Emmanuel Vadot <manu@FreeBSD.org> |
Remove duplicated device firmware entry in generic arm kernel config added in r333191
Submitted by: Daniel Engberg (daniel.engberg.lists@pyret.net) MFC after: 3 days Differential Revision: https://r
Remove duplicated device firmware entry in generic arm kernel config added in r333191
Submitted by: Daniel Engberg (daniel.engberg.lists@pyret.net) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D20680
show more ...
|
Revision tags: release/11.3.0 |
|
#
7f49ce7a |
| 28-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @349476
Sponsored by: The FreeBSD Foundation
|
#
83b31910 |
| 21-Jun-2019 |
Ian Lepore <ian@FreeBSD.org> |
Add pwm to the armv7 GENERIC kernel, it's now used by TI and Allwinner.
|
#
c363b16c |
| 21-Jun-2019 |
Conrad Meyer <cem@FreeBSD.org> |
sys: Remove DEV_RANDOM device option
Remove 'device random' from kernel configurations that reference it (most). Replace perhaps mistaken 'nodevice random' in two MIPS configs with 'options RANDOM_L
sys: Remove DEV_RANDOM device option
Remove 'device random' from kernel configurations that reference it (most). Replace perhaps mistaken 'nodevice random' in two MIPS configs with 'options RANDOM_LOADABLE' instead. Document removal in UPDATING; update NOTES and random.4.
Reviewed by: delphij, markm (previous version) Approved by: secteam(delphij) Differential Revision: https://reviews.freebsd.org/D19918
show more ...
|
#
e532a999 |
| 20-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @349234
Sponsored by: The FreeBSD Foundation
|
#
6e14f601 |
| 16-Jun-2019 |
Ian Lepore <ian@FreeBSD.org> |
Build SoC-specific modules with GENERIC for the SoCs that have them.
|
#
5935e646 |
| 16-Jun-2019 |
Ian Lepore <ian@FreeBSD.org> |
Split the dtb MODULES_EXTRA line to a series of += lines, making it easier to maintain and keep in alphabetical order, and paving the way for adding some other modules that aren't dtb-related.
|
#
7648bc9f |
| 13-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @347527
Sponsored by: The FreeBSD Foundation
|
#
f52ce032 |
| 17-Apr-2019 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: allwinner: Makes more device optional
MFC after: 2 weeks
|
Revision tags: release/12.0.0 |
|
#
3d5db455 |
| 24-Nov-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340427 through r340868.
|
#
2e82757c |
| 14-Nov-2018 |
Luiz Otavio O Souza <loos@FreeBSD.org> |
Add the driver for the SPI controller on ARMADA38X.
Tested on Clearfog (Pro) and SG-3100.
Sponsored by: Rubicon Communications, LLC (Netgate)
|
#
3c8efd61 |
| 18-Oct-2018 |
Ruslan Bukin <br@FreeBSD.org> |
Revert r339421 due to unintended files included to commit.
Reported by: ian Approved by: re (gjb) Sponsored by: DARPA, AFRL
|
#
53c6ad1d |
| 18-Oct-2018 |
Ruslan Bukin <br@FreeBSD.org> |
Support RISC-V implementations that do not manage the A and D bits (e.g. RocketChip, lowRISC and derivatives).
RISC-V page table entries support A (accessed) and D (dirty) bits. The spec makes hardw
Support RISC-V implementations that do not manage the A and D bits (e.g. RocketChip, lowRISC and derivatives).
RISC-V page table entries support A (accessed) and D (dirty) bits. The spec makes hardware support for these bits optional. Implementations that do not manage these bits in hardware raise page faults for accesses to a valid page without A set and writes to a writable page without D set. Check for these types of faults when handling a page fault and fixup the PTE without calling vm_fault if they occur.
Reviewed by: jhb, markj Approved by: re (gjb) Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17424
show more ...
|
#
7847e041 |
| 24-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338026 through r338297, and resolve conflicts.
|
#
49a49b37 |
| 20-Aug-2018 |
Warner Losh <imp@FreeBSD.org> |
Move options INTRNG into std.armv6 and std.armv7
INTRNG is required on all armv6 and armv7 systems, so make it standard.
|
#
14b841d4 |
| 11-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
MFH @ r337607, in preparation for boarding
|
#
bbd7a929 |
| 04-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r336870 through r337285, and resolve conflicts.
|
#
cfe196fb |
| 31-Jul-2018 |
Emmanuel Vadot <manu@FreeBSD.org> |
nvmem: Add nvmem interface and helpers
The nvmem interface helps provider of nvmem data to expose themselves to consumer. NVMEM is generally present on some embedded board in a form of eeprom or fus
nvmem: Add nvmem interface and helpers
The nvmem interface helps provider of nvmem data to expose themselves to consumer. NVMEM is generally present on some embedded board in a form of eeprom or fuses. The nvmem api are helpers for consumer to read/write the cell data from a provider.
Differential Revision: https://reviews.freebsd.org/D16419
show more ...
|
#
0592ad02 |
| 08-Jul-2018 |
Ian Lepore <ian@FreeBSD.org> |
Oops, fix a typo: imx_snvs should be imx6_snvs.
|
#
638a5afd |
| 08-Jul-2018 |
Ian Lepore <ian@FreeBSD.org> |
Move device statements out of std.imx* and into kernel config files.
In the armv4/5 world device statements in these files were common, but in the v6/7 world, other socs don't put device statements
Move device statements out of std.imx* and into kernel config files.
In the armv4/5 world device statements in these files were common, but in the v6/7 world, other socs don't put device statements into those files, so this just brings imx5 and imx6 into line with the current conventions.
show more ...
|
Revision tags: release/11.2.0 |
|
#
10ebf666 |
| 03-May-2018 |
Marcin Wojtas <mw@FreeBSD.org> |
Add Marvell ArmadaXP and Armada38X to GENERIC config
Include source files and drivers for Marvell ArmadaXP and Armada38X in GENERIC kernel config.
Submitted by: Michal Mazur <mkm@semihalf.com>
Add Marvell ArmadaXP and Armada38X to GENERIC config
Include source files and drivers for Marvell ArmadaXP and Armada38X in GENERIC kernel config.
Submitted by: Michal Mazur <mkm@semihalf.com> Rafal Kozik <rk@semihalf.com> Reviewed by: manu Tested by: manu Obtained from: Semihalf Sponsored by: Stormshield
show more ...
|
#
f1012f03 |
| 27-Apr-2018 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: dts: overlays: Remove the overlay module
Move the DTSO variables in the main SoC dtb file
Discussed with: ian
|
#
a3b3bb87 |
| 27-Apr-2018 |
Marcin Wojtas <mw@FreeBSD.org> |
Revert r333035 due broken booting on !Marvell GENERIC platforms
Reported by: manu
|
#
e3b287fc |
| 26-Apr-2018 |
Marcin Wojtas <mw@FreeBSD.org> |
Add Marvell ArmadaXP and Armada38X to GENERIC config
Include source files and drivers for Marvell ArmadaXP and Armada38X in GENERIC kernel config.
Submitted by: Michal Mazur <mkm@semihalf.com>
Add Marvell ArmadaXP and Armada38X to GENERIC config
Include source files and drivers for Marvell ArmadaXP and Armada38X in GENERIC kernel config.
Submitted by: Michal Mazur <mkm@semihalf.com> Rafal Kozik <rk@semihalf.com> Obtained from: Semihalf Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D14747
show more ...
|