diff options
author | 2020-04-15 11:41:08 +0000 | |
---|---|---|
committer | 2020-04-15 11:41:08 +0000 | |
commit | a5f5e9ff7d7486071b39067035374ea83c480538 (patch) | |
tree | 2538ad206b6b14d49bb8bbb7516af8fcfef256f9 | |
parent | Update. (diff) | |
download | wireguard-openbsd-a5f5e9ff7d7486071b39067035374ea83c480538.tar.xz wireguard-openbsd-a5f5e9ff7d7486071b39067035374ea83c480538.zip |
Indicate that ACPI is supported as well.
-rw-r--r-- | distrib/notes/arm64/prep | 12 | ||||
-rw-r--r-- | distrib/notes/arm64/whatis | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep index ea6234bdbda..5ffd54879aa 100644 --- a/distrib/notes/arm64/prep +++ b/distrib/notes/arm64/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.8 2020/01/10 08:37:31 jsg Exp $ +dnl $OpenBSD: prep,v 1.9 2020/04/15 11:41:08 kettenis Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -8,11 +8,11 @@ BeagleBone will not function as a console. You need to be able to interact with the firmware on the console. Often this requires a 3.3V TTL level adapter connected to pins or a header on the board. -Firmware which provides an EFI interface with a Device Tree Blob (DTB) -file is required to boot. In most cases this is provided by images of -U-Boot 2016.07 or newer on SD/MMC devices or in SPI flash. If the -miniroot images are used, U-Boot and DTB files are distributed as part -of the miniroot disk images. +Firmware which provides an UEFI interface with a Device Tree Blob +(DTB) file or ACPI support is required to boot. In most cases this is +provided by images of U-Boot 2016.07 or newer on SD/MMC devices or in +SPI flash. If the miniroot images are used, U-Boot and DTB files are +distributed as part of the miniroot disk images. OpenBSD can be installed onto a disk by copying the miniroot for your board "miniroot{:--:}OSrev.fs" image to an SD card. diff --git a/distrib/notes/arm64/whatis b/distrib/notes/arm64/whatis index 362dd049315..6ace5c1138e 100644 --- a/distrib/notes/arm64/whatis +++ b/distrib/notes/arm64/whatis @@ -1,4 +1,6 @@ -dnl $OpenBSD: whatis,v 1.2 2017/01/25 03:10:06 patrick Exp $ +dnl $OpenBSD: whatis,v 1.3 2020/04/15 11:41:08 kettenis Exp $ -OpenBSD/MACHINE runs on the Pine64 and the Raspberry Pi 3. Hardware support -is currently limited, but this port is a heavy work in progress. +OpenBSD/MACHINE runs on a wide variety of hardware that integrates +64-bit ARMv8 processors. OpenBSD/MACHINE requires a minimal UEFI +firmware (including U-Boot) and supports both ACPI and device-tree +based hardware enumeration. |