diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-04-17 21:19:42 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-04-17 21:19:42 +0000 |
commit | 1895a4caa0e82370d172a109f4cf0a5c04a08af4 (patch) | |
tree | 498b30fb1f8bd971aafc7804873478c8273d842f /sys | |
parent | e7b999812c3e68871c6b81c1f08c5114435a3307 (diff) |
Embiggen arm64 ramdisk kernel and miniroot/install img files. Provide
U-Boot binaries that work on Raspberry Pi 3 and 4 (and possibly others)
and firmware for Raspberry Pi 4. This allows the same installation
method as used on Raspberry Pi 3 without separate UEFI firmware
(although UEFI can still be used). Help from kettenis@ jsg@ deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 361f9bf3e32..3d6381b2ac5 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.146 2021/03/08 20:56:10 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.147 2021/04/17 21:19:40 sthen Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ option NO_PROPOLICE option BOOT_CONFIG option RAMDISK_HOOKS -option MINIROOTSIZE=16384 +option MINIROOTSIZE=24576 option FFS option FFS2 |