summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-06-19 03:08:17 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-06-19 03:08:17 +0000
commit164002d67622a6330519f4152d2e148419ca3876 (patch)
treeee188234c3071720bbe5fba7db374f82b4151c2c /distrib/notes
parent4a9902640d7c64ab4e0f56f881302aafe36bde18 (diff)
bootaa64.efi -> bootriscv64.efi
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/riscv64/prep6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/riscv64/prep b/distrib/notes/riscv64/prep
index 3fcb55daa88..781033c2570 100644
--- a/distrib/notes/riscv64/prep
+++ b/distrib/notes/riscv64/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.2 2021/06/18 21:32:06 drahn Exp $
+dnl $OpenBSD: prep,v 1.3 2021/06/19 03:08:16 jsg Exp $
Please be aware that OpenBSD support for this platform is far from
complete, however progress is being made.
@@ -33,7 +33,7 @@ Booting from an SD card:
Running EFI payloads with U-Boot:
If the U-Boot target supports "distro_bootcmd" efiboot will automatically
-be loaded by placing bootaa64.efi into /efi/boot/bootaa64.efi on a FAT
+be loaded by placing bootriscv64.efi into /efi/boot/bootriscv64.efi on a FAT
filesystem. With dtb files placed in in /vendor/, /dtbs/vendor/, or
/dtb/current/vendor/.
@@ -42,7 +42,7 @@ If the U-Boot target supports bootefi but not automatically finding it with
script.
=> run findfdt
=> load mmc 0:1 ${fdt_addr_r} ${fdtfile}
- => load mmc 0:1 ${kernel_addr_r} efi/boot/bootaa64.efi
+ => load mmc 0:1 ${kernel_addr_r} efi/boot/bootriscv64.efi
=> bootefi ${kernel_addr_r} ${fdt_addr_r}
The bootloader will then run and try to load sd0a:/bsd off an FFS
filesystem after a timeout.