Now that we have proper .text and .data sections we need to move dt_blob to
authorpatrick <patrick@openbsd.org>
Sat, 30 Jul 2022 21:06:54 +0000 (21:06 +0000)
committerpatrick <patrick@openbsd.org>
Sat, 30 Jul 2022 21:06:54 +0000 (21:06 +0000)
commitfd00aceb18b1211889e4340948e3d6683182b0ee
tree8a6259bf77939b0846400ba41a41027b84ff4df8
parentbc7a52a35035a3acebc908bbb6638a6a5b1a9675
Now that we have proper .text and .data sections we need to move dt_blob to
.data.  dt_blob is a basic device tree that is populated from ACPI tables
when booting with ACPI instead of DT.  Since we're modifying its content we
need to put it somewhere writeable.

Found and proposed by mlarkin@
ok kettenis@ mlarkin@
sys/arch/arm64/stand/efiboot/Makefile
sys/arch/arm64/stand/efiboot/conf.c
sys/arch/arm64/stand/efiboot/start.S