Home | History | Annotate | Download | only in arm32
History log of /src/sys/arch/arm/arm32/arm32_reboot.c
RevisionDateAuthorComments
 1.13  20-Jun-2020  skrll KNF #includes

Remove some unnecessary ones while I'm here.
 1.12  20-Jun-2020  skrll Trailing whitespace
 1.11  31-May-2018  mrg docpureset() doesn't return anything, so mark it void.
(probably could also be __dead.)
 1.10  11-Nov-2015  jmcneill branches: 1.10.16;
fix RB_POWERDOWN test
 1.9  11-Nov-2015  jmcneill add support for optional RB_POWERDOWN handler
 1.8  05-Jan-2015  joerg Mark end of cpu_reboot as unreachable.
 1.7  02-Jan-2015  christos - 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.
 1.6  18-Aug-2013  matt branches: 1.6.2; 1.6.6; 1.6.8;
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>
 1.5  11-May-2013  skrll branches: 1.5.2;
Move pmf_system_shutdown earlier and ensure interrupts are enabled.
 1.4  05-May-2013  skrll Sprinkle cnpollc for correct (usb) keyboard handling.
 1.3  19-Jan-2013  skrll Avoid warning from cngetc byt doing the proper cnpollc dance
 1.2  05-Sep-2012  skrll branches: 1.2.2; 1.2.4; 1.2.6;
Call pmf_system_shutdown in cpu_reboot. OK matt
 1.1  31-Aug-2012  matt 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
 1.2.6.2  28-Nov-2012  matt Merge improved arm support (especially Cortex) from HEAD
including OMAP and BCM53xx support.
 1.2.6.1  05-Sep-2012  matt file arm32_reboot.c was added on branch matt-nb6-plus on 2012-11-28 22:40:17 +0000
 1.2.4.4  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.4.3  23-Jan-2013  yamt sync with head
 1.2.4.2  30-Oct-2012  yamt sync with head
 1.2.4.1  05-Sep-2012  yamt file arm32_reboot.c was added on branch yamt-pagecache on 2012-10-30 17:18:56 +0000
 1.2.2.4  03-Dec-2017  jdolecek update from HEAD
 1.2.2.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.2.2  23-Jun-2013  tls resync from head
 1.2.2.1  25-Feb-2013  tls resync with head
 1.5.2.1  28-Aug-2013  rmind sync with head
 1.6.8.2  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.6.8.1  06-Apr-2015  skrll Sync with HEAD
 1.6.6.1  17-Jul-2015  snj Pull up following revision(s) (requested by christos in ticket #876):
sys/arch/arm/arm32/arm32_reboot.c: revisions 1.7, 1.8
- 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.
--
Mark end of cpu_reboot as unreachable.
 1.6.2.2  15-Feb-2014  matt Merge armv7 support from HEAD, specifically support for the BCM5301X
and BCM56340 evbarm kernels.
 1.6.2.1  18-Aug-2013  matt file arm32_reboot.c was added on branch matt-nb5-mips64 on 2014-02-15 16:18:36 +0000
 1.10.16.1  25-Jun-2018  pgoyette Sync with HEAD

RSS XML Feed