History log of /netbsd-src/sys/arch/arm/arm32/arm32_reboot.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 79ef8ec5 20-Jun-2020 skrll <skrll@NetBSD.org>

KNF #includes

Remove some unnecessary ones while I'm here.


# a7bcdf31 20-Jun-2020 skrll <skrll@NetBSD.org>

Trailing whitespace


# 8be7f282 31-May-2018 mrg <mrg@NetBSD.org>

docpureset() doesn't return anything, so mark it void.
(probably could also be __dead.)


# 36039cde 11-Nov-2015 jmcneill <jmcneill@NetBSD.org>

fix RB_POWERDOWN test


# 6c9f6128 11-Nov-2015 jmcneill <jmcneill@NetBSD.org>

add support for optional RB_POWERDOWN handler


# 2080303b 05-Jan-2015 joerg <joerg@NetBSD.org>

Mark end of cpu_reboot as unreachable.


# 242d3e9b 02-Jan-2015 christos <christos@NetBSD.org>

- print a warning about powerdown not supported like other ports do
- merge duplicated code
- if halt is requested and there is no console, keep looping instead of
rebooting.


# ab152917 18-Aug-2013 matt <matt@NetBSD.org>

Move parts of cpu.h that are not needed by MI code in <arm/locore.h>
Don't include <machine/cpu.h> or <machine/frame.h>, use <arm/locore.h>
Use <arm/asm.h> instead of <machine/arm.h>


# 58f97d34 11-May-2013 skrll <skrll@NetBSD.org>

Move pmf_system_shutdown earlier and ensure interrupts are enabled.


# 64cba60a 05-May-2013 skrll <skrll@NetBSD.org>

Sprinkle cnpollc for correct (usb) keyboard handling.


# 1da0646f 19-Jan-2013 skrll <skrll@NetBSD.org>

Avoid warning from cngetc byt doing the proper cnpollc dance


# 6c456018 05-Sep-2012 skrll <skrll@NetBSD.org>

Call pmf_system_shutdown in cpu_reboot. OK matt


# 1f4278e1 31-Aug-2012 matt <matt@NetBSD.org>

Make cpu_reset, most of initarm and the kvm init code common.
Add MP hooks for cpu_need_resced
Add idlestck which is allocated in arm32_kvminit