History log of /openbsd/sys/arch/armv7/exynos/exdog.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 9fdf0c62 24-Oct-2021 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


# a4a50d96 25-Mar-2021 jsg <jsg@openbsd.org>

remove uneeded includes in md armv7 files

based on include-what-you-use suggestions


# 954d5a70 09-Mar-2017 kettenis <kettenis@openbsd.org>

Only set cpuresetfn if it isn't set already such that other reboot mechanisms
(like psci or syscon) are preferred over letting the watchdog fire.

ok patrick@


# fe1242bb 04-Mar-2017 kettenis <kettenis@openbsd.org>

Convert a few exynos drivers to attach using the FDT.


# b7952965 26-Jul-2016 patrick <patrick@openbsd.org>

Rename struct fdt_memory to fdt_reg to match the member name
used in the fdt attach args and the device tree.

ok kettenis@


# b6219457 24-Apr-2016 patrick <patrick@openbsd.org>

New FDT-enabled busses will use a new "fdt" attribute. Unfortunately
this attribute is currently already defined. This define is only used
to disable the unused FDT functionality in the exynos and

New FDT-enabled busses will use a new "fdt" attribute. Unfortunately
this attribute is currently already defined. This define is only used
to disable the unused FDT functionality in the exynos and virtio code.
As the FDT code will be developed in a different manner than the way
those drivers are written today and the functionality has never been
enabled, simply remove the attribute and its users.

ok jsg@

show more ...


# ae88ccfd 27-May-2015 jsg <jsg@openbsd.org>

make the exynos code compile without fdt
ok bmercer@


# 07829fe8 26-Jan-2015 bmercer <bmercer@openbsd.org>

Import the exynos work into tree. This is from Bitrig. Discussed with and OK jsg, also OK from krw.