OpenBSD cvs log

created 2023-03-08T14:41:04Z
begin 2023-03-05T00:00:00Z
end 2023-03-06T00:00:00Z
path src/sys
commits 4

date 2023-03-05T04:30:08Z
author jmatthew
files src/sys/arch/armv7/marvell/mvmpic.c log diff annotate
message Mask off IPL flags before storing the IPL for an interrupt.
This fixes the IPL calculations in mpic_calc_mask() in the presence
of IPL_MPSAFE interrupts such as mvneta(4).

ok patrick@ kettenis@ dlg@

date 2023-03-05T09:57:32Z
author kettenis
files src/sys/dev/fdt/rktemp.c log diff annotate
message Add RK356x-specific initialization. Also initialize a few auto mode
related registers on all supported SoCs. Makes rktemp(4) work on
RK356x with U-Boot.

ok jmatthew@

date 2023-03-05T14:45:07Z
author patrick
files src/sys/arch/arm64/dev/apldc.c log diff annotate
src/sys/arch/arm64/dev/aplpinctrl.c log diff annotate
src/sys/arch/armv7/omap/omgpio.c log diff annotate
src/sys/dev/fdt/imxgpio.c log diff annotate
src/sys/dev/fdt/rkgpio.c log diff annotate
message Mask off IPL flags before storing the IPL for an interrupt.

ok kettenis@ jmatthew@

date 2023-03-05T16:21:52Z
author kettenis
files src/sys/arch/arm64/stand/efiboot/Makefile log diff annotate
message arm64 needs -DBOOT_STTY as well.

ok miod@