OpenBSD cvs log

created 2021-07-04T06:46:29Z
begin 2021-06-27T00:00:00Z
end 2021-06-28T00:00:00Z
path src/sys
commits 6

date 2021-06-27T01:58:51Z
author jsg
files src/sys/dev/fdt/if_cad.c log diff annotate
message match on sifive,fu540-c000-gem

used by the hifive unmatched device tree in mainline linux and u-boot
ok visa@

date 2021-06-27T04:32:31Z
author visa
files src/sys/dev/fdt/if_cad.c log diff annotate
message Use config register to determine if 64-bit DMA is available.

Suggested by and OK kettenis@

date 2021-06-27T04:33:40Z
author visa
files src/sys/dev/fdt/if_cad.c log diff annotate
message Create DMA maps with 64-bit capability when appropriate.

OK kettenis@

date 2021-06-27T15:02:25Z
author kettenis
files src/sys/arch/riscv64/include/sbi.h log diff annotate
src/sys/arch/riscv64/riscv64/sbi.c log diff annotate
message Add Hart State Management functions. These will be needed to spin up
the secondary cores. From FreeBSD.

ok mlarkin@

date 2021-06-27T20:36:57Z
author kettenis
files src/sys/arch/riscv64/include/mplock.h log diff annotate
message Using the MI mplock should be fine on riscv64.

date 2021-06-27T21:39:55Z
author kettenis
files src/sys/arch/arm64/conf/kern.ldscript log diff annotate
src/sys/arch/riscv64/conf/kern.ldscript log diff annotate
message Make sure __bss_start is aligned on an 8-byte boundary. This makes sure
zeroing out .bss doesn't overrun and overwrite the ELF symbol table.

ok patrick@