f5a95d9a07
NANDFS has been broken for years. Remove it. The NAND drivers that remain are for ancient parts that are no longer relevant. They are polled, have terrible performance and just for ancient arm hardware. NAND parts have evolved significantly from this early work and little to none of it would be relevant should someone need to update to support raw nand. This code has been off by default for years and has violated the vnode protocol leading to panics since it was committed. Numerous posts to arch@ and other locations have found no actual users for this software. Relnotes: Yes No Objection From: arch@ Differential Revision: https://reviews.freebsd.org/D20745
11 lines
383 B
Plaintext
11 lines
383 B
Plaintext
$FreeBSD$
|
|
|
|
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
|
file is important. Make sure the current version number is on line 6.
|
|
|
|
1.3: Remove NAND FS support.
|
|
1.2: Extended with NAND FS support.
|
|
1.1: Flattened Device Tree blob support.
|
|
1.0: Added storage support. Booting from HDD, USB, etc. is now possible.
|
|
0.5: Initial U-Boot/arm version (netbooting only).
|