History log of /openbsd/sys/arch/armv7/marvell/mvacc.c (Results 1 – 6 of 6)
Revision Date Author Comments
# a78270f8 13-Feb-2024 jsg <jsg@openbsd.org>

fix off-by-one in bounds test

found by "buffer overflow 'mvacc_cpu_freqs' 13 <= 13" smatch error
ok miod@


# 201a398d 11-Jul-2022 jmatthew <jmatthew@openbsd.org>

r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply by
1000 to pass the rate to amptimer_set_clockrate(). Fixes the system clock
running too slow for ntpd to keep in sync.

ok pa

r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply by
1000 to pass the rate to amptimer_set_clockrate(). Fixes the system clock
running too slow for ntpd to keep in sync.

ok patrick@

show more ...


# 9fdf0c62 24-Oct-2021 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


# ef50e23a 24-Mar-2017 patrick <patrick@openbsd.org>

Bump resolution of frequencies from kHz to Hz, since that is what the
clock frequency API expects. Fixes login prompt over serial console.


# 605273d6 07-Oct-2016 patrick <patrick@openbsd.org>

Don't forget to add the CVS Id tag.


# 4c0aa8c6 07-Oct-2016 patrick <patrick@openbsd.org>

Add a driver for the Marvell Armada 380 core clock. This driver
provides information about the four big clocks that are part of
this SoC. Attach it early as the serial console needs it and the
core

Add a driver for the Marvell Armada 380 core clock. This driver
provides information about the four big clocks that are part of
this SoC. Attach it early as the serial console needs it and the
core clock is after the console in the device tree.

ok kettenis@

show more ...