Commit Graph

15 Commits

Author SHA1 Message Date
cherry
e08917ef90 switch all ports to use uvm_init.c:uvm_md_init()
uvm_setpagesize() is now subsumed within this funciton.
2016-12-22 14:47:53 +00:00
ryo
4613293a54 add support MT7628/MediaTek LinkIt Smart 7688
by @hiroshi and me.
2016-10-05 15:54:58 +00:00
matt
250ae0730b Remove pmapdebug stuff 2015-06-26 22:14:01 +00:00
matt
1b6521b490 Add common support for bringing devices out of reset or enabling their clocks
to device_register.  Add code to switch USB to host mode.
2014-04-30 01:02:40 +00:00
matt
6c389f60a2 Add some MT7620 support. 2014-04-30 01:01:47 +00:00
christos
b2543b9136 use cpu_{g,s}etmodel 2014-03-24 20:06:31 +00:00
chs
cbab9cadce split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
2012-10-27 17:17:22 +00:00
mlelstv
8ce4433821 Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.

No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().

Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().

Make cpu_rootconf(9) describe the calling order.
2012-07-29 18:05:39 +00:00
mrg
c42ab07995 normalise RCSID handling some. 2012-03-11 00:02:04 +00:00
matt
60d563110f Remove reduntant/conflicting common declarations. 2012-03-02 16:20:55 +00:00
matt
645c524104 Fix early console support. 2012-02-01 02:05:14 +00:00
matt
7cc51d2c6a Use cpu_startup_command (and now HWRENA gets properly initialized). 2011-08-16 06:59:19 +00:00
matt
22c9b287d1 Deal with RTMEMSIZE no longer being defined 2011-08-03 17:34:27 +00:00
matt
b8bb0531f6 Get memsize from SYSCTL_CFG0 register. 2011-08-03 16:25:02 +00:00
matt
9c6e0201a3 Bring forward from matt-nb5-mips64. Support for Ralink RT3883 MIPS 74K SoC
from CradlePoint Technology.
2011-07-28 15:50:13 +00:00