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 /etc | |
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 'etc')
-rw-r--r-- | etc/etc.arm64/disktab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.arm64/disktab b/etc/etc.arm64/disktab index 79f8c3ea378..87ee80c8281 100644 --- a/etc/etc.arm64/disktab +++ b/etc/etc.arm64/disktab @@ -1,10 +1,10 @@ -# $OpenBSD: disktab,v 1.3 2019/06/28 13:28:21 deraadt Exp $ +# $OpenBSD: disktab,v 1.4 2021/04/17 21:19:40 sthen Exp $ # Leave nc=16; adjust size using: ns rdroot|ramdiskroot|RAM-disk root FS image:\ - :dt=rdroot:se#512:nc#16:nt#2:ns#512:\ - :ta=4.2BSD:oa#0:pa#16384:fa#512:ba#4096:\ - :ob#0:pb#0:oc#0:pc#16384: + :dt=rdroot:se#512:nc#16:nt#2:ns#768:\ + :ta=4.2BSD:oa#0:pa#24576:fa#512:ba#4096:\ + :ob#0:pb#0:oc#0:pc#24576: miniroot:\ :dt=rdroot:se#512:nc#33:nt#16:ns#128:\ |