CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2023/03/30 09:09:01
Modified files: sys/arch/arm64/arm64: machdep.c Log message: Map device tree read/write to unbreak root on softraid Since r1.76 "Get rid of pmap_map_early()" the FDT was mapped read-only, but CRYPTO softraid code writes it to zero out the key. Found and tested by me; explanation and fix from kettenis. OK kettenis