History log of /src/sys/arch/evbmips/rasoc |
Revision | Date | Author | Comments |
1.6 | 05-Oct-2016 |
ryo | add support MT7628/MediaTek LinkIt Smart 7688 by @hiroshi and me.
|
1.5 | 30-Apr-2014 |
matt | branches: 1.5.4; 1.5.8; Add common support for bringing devices out of reset or enabling their clocks to device_register. Add code to switch USB to host mode.
|
1.4 | 27-Oct-2012 |
chs | branches: 1.4.2; 1.4.10; split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.3 | 29-Jul-2012 |
mlelstv | branches: 1.3.2; 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.
|
1.2 | 28-Jul-2011 |
matt | branches: 1.2.2; 1.2.8; Bring forward from matt-nb5-mips64. Support for Ralink RT3883 MIPS 74K SoC from CradlePoint Technology.
|
1.1 | 01-Jul-2011 |
matt | branches: 1.1.2; file autoconf.c was initially added on branch matt-nb5-mips64.
|
1.1.2.1 | 01-Jul-2011 |
matt | Add basic support for the Ralink RT3883 SOC. No support for the wireless interfaces is present but i2c, uart, ethernet, gpio, ehci, ohci are supported. This support was contributed by Cradlepoint Technology.
|
1.2.8.1 | 08-Aug-2012 |
martin | Pull up following revision(s) (requested by mlelstv in ticket #466): sys/arch/amiga/amiga/autoconf.c: revision 1.113 sys/arch/rs6000/rs6000/autoconf.c: revision 1.4 sys/arch/emips/emips/autoconf.c: revision 1.6 sys/arch/sandpoint/sandpoint/autoconf.c: revision 1.27 sys/arch/evbmips/alchemy/autoconf.c: revision 1.18 sys/arch/sgimips/sgimips/autoconf.c: revision 1.43 sys/arch/atari/atari/autoconf.c: revision 1.63 sys/arch/powerpc/oea/ofw_autoconf.c: revision 1.17 sys/arch/mmeye/mmeye/autoconf.c: revision 1.9 distrib/sets/lists/comp/mi: revision 1.1771 sys/arch/mipsco/mipsco/autoconf.c: revision 1.25 sys/arch/iyonix/iyonix/autoconf.c: revision 1.14 sys/arch/hp300/hp300/autoconf.c: revision 1.100 sys/kern/init_main.c: revision 1.445 sys/arch/pmax/pmax/autoconf.c: revision 1.79 sys/arch/netwinder/netwinder/autoconf.c: revision 1.11 sys/arch/dreamcast/dreamcast/autoconf.c: revision 1.10 sys/arch/ibmnws/ibmnws/autoconf.c: revision 1.12 sys/arch/evbppc/ev64260/autoconf.c: revision 1.17 sys/arch/evbmips/gdium/autoconf.c: revision 1.5 sys/arch/algor/algor/autoconf.c: revision 1.21 share/man/man9/Makefile: revision 1.367 sys/arch/ews4800mips/ews4800mips/autoconf.c: revision 1.9 sys/arch/amigappc/amigappc/autoconf.c: revision 1.5 sys/arch/x86/x86/x86_autoconf.c: revision 1.65 sys/arch/acorn26/acorn26/autoconf.c: revision 1.9 sys/arch/mvmeppc/mvmeppc/autoconf.c: revision 1.13 sys/arch/vax/vax/autoconf.c: revision 1.94 sys/arch/usermode/dev/cpu.c: revision 1.72 sys/arch/evbppc/virtex/autoconf.c: revision 1.5 sys/arch/next68k/next68k/autoconf.c: revision 1.26 sys/arch/mac68k/mac68k/autoconf.c: revision 1.73 sys/arch/ia64/ia64/autoconf.c: revision 1.6 sys/arch/evbppc/obs405/obs405_autoconf.c: revision 1.6 share/man/man9/cpu_rootconf.9: revision 1.7 sys/arch/landisk/landisk/autoconf.c: revision 1.6 sys/arch/evbmips/malta/autoconf.c: revision 1.16 sys/arch/sun3/sun3/autoconf.c: revision 1.76 sys/arch/evbppc/explora/autoconf.c: revision 1.13 sys/arch/sun3/sun3/autoconf.c: revision 1.77 sys/arch/evbmips/loongson/autoconf.c: revision 1.3 sys/arch/evbmips/atheros/autoconf.c: revision 1.11 sys/arch/sparc64/sparc64/autoconf.c: revision 1.188 sys/arch/acorn32/acorn32/autoconf.c: revision 1.18 sys/arch/evbarm/evbarm/autoconf.c: revision 1.13 sys/arch/cobalt/cobalt/autoconf.c: revision 1.30 sys/arch/mvme68k/mvme68k/autoconf.c: revision 1.46 sys/arch/hp700/hp700/autoconf.c: revision 1.48 sys/arch/evbmips/adm5120/autoconf.c: revision 1.5 sys/arch/hpcmips/hpcmips/autoconf.c: revision 1.25 sys/arch/alpha/alpha/autoconf.c: revision 1.52 sys/arch/sparc/sparc/autoconf.c: revision 1.244 sys/arch/evbppc/pmppc/autoconf.c: revision 1.7 sys/arch/bebox/bebox/autoconf.c: revision 1.25 sys/arch/luna68k/luna68k/autoconf.c: revision 1.13 sys/arch/hpcarm/hpcarm/autoconf.c: revision 1.20 sys/arch/evbppc/walnut/autoconf.c: revision 1.21 sys/arch/cesfic/cesfic/autoconf.c: revision 1.26 sys/arch/cats/cats/autoconf.c: revision 1.17 sys/arch/x68k/x68k/autoconf.c: revision 1.67 sys/arch/news68k/news68k/autoconf.c: revision 1.21 sys/arch/arc/arc/autoconf.c: revision 1.34 sys/arch/evbsh3/evbsh3/autoconf.c: revision 1.11 sys/sys/conf.h: revision 1.143 sys/arch/evbmips/rasoc/autoconf.c: revision 1.3 sys/arch/hpcsh/hpcsh/autoconf.c: revision 1.26 sys/arch/sun68k/sun68k/autoconf.c: revision 1.29 sys/arch/evbmips/rmixl/autoconf.c: revision 1.6 sys/arch/zaurus/zaurus/autoconf.c: revision 1.12 sys/arch/xen/x86/autoconf.c: revision 1.15 sys/arch/evbppc/mpc85xx/autoconf.c: revision 1.6 sys/arch/shark/shark/autoconf.c: revision 1.18 sys/arch/prep/prep/autoconf.c: revision 1.25 sys/arch/newsmips/newsmips/autoconf.c: revision 1.36 sys/arch/sbmips/sbmips/autoconf.c: revision 1.8 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. add rootconf(9) as a link to cpu_rootconf(9) make this compile again
|
1.2.2.2 | 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.2.1 | 30-Oct-2012 |
yamt | sync with head
|
1.3.2.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.3.2.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.3.2.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.4.10.1 | 10-Aug-2014 |
tls | Rebase.
|
1.4.2.1 | 18-May-2014 |
rmind | sync with head
|
1.5.8.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.5.4.1 | 05-Dec-2016 |
skrll | Sync with HEAD
|
1.3 | 05-Oct-2016 |
ryo | add support MT7628/MediaTek LinkIt Smart 7688 by @hiroshi and me.
|
1.2 | 28-Jul-2011 |
matt | branches: 1.2.12; 1.2.30; 1.2.34; Bring forward from matt-nb5-mips64. Support for Ralink RT3883 MIPS 74K SoC from CradlePoint Technology.
|
1.1 | 01-Jul-2011 |
matt | branches: 1.1.2; file console.c was initially added on branch matt-nb5-mips64.
|
1.1.2.1 | 01-Jul-2011 |
matt | Add basic support for the Ralink RT3883 SOC. No support for the wireless interfaces is present but i2c, uart, ethernet, gpio, ehci, ohci are supported. This support was contributed by Cradlepoint Technology.
|
1.2.34.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.2.30.1 | 05-Dec-2016 |
skrll | Sync with HEAD
|
1.2.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.15 | 05-Mar-2024 |
thorpej | Move the at-shutdown call to resettodr() from cpu_reboot() to kern_reboot().
It's a small step, but it's a step.
|
1.14 | 22-Jul-2020 |
msaitoh | s/reseting/resetting/
|
1.13 | 22-Dec-2016 |
cherry | switch all ports to use uvm_init.c:uvm_md_init()
uvm_setpagesize() is now subsumed within this funciton.
|
1.12 | 05-Oct-2016 |
ryo | add support MT7628/MediaTek LinkIt Smart 7688 by @hiroshi and me.
|
1.11 | 26-Jun-2015 |
matt | branches: 1.11.2; Remove pmapdebug stuff
|
1.10 | 30-Apr-2014 |
matt | branches: 1.10.4; Add some MT7620 support.
|
1.9 | 24-Mar-2014 |
christos | branches: 1.9.2; use cpu_{g,s}etmodel
|
1.8 | 11-Mar-2012 |
mrg | branches: 1.8.2; 1.8.4; normalise RCSID handling some.
|
1.7 | 02-Mar-2012 |
matt | Remove reduntant/conflicting common declarations.
|
1.6 | 01-Feb-2012 |
matt | Fix early console support.
|
1.5 | 16-Aug-2011 |
matt | branches: 1.5.2; 1.5.6; Use cpu_startup_command (and now HWRENA gets properly initialized).
|
1.4 | 03-Aug-2011 |
matt | Deal with RTMEMSIZE no longer being defined
|
1.3 | 03-Aug-2011 |
matt | Get memsize from SYSCTL_CFG0 register.
|
1.2 | 28-Jul-2011 |
matt | Bring forward from matt-nb5-mips64. Support for Ralink RT3883 MIPS 74K SoC from CradlePoint Technology.
|
1.1 | 01-Jul-2011 |
matt | branches: 1.1.2; file machdep.c was initially added on branch matt-nb5-mips64.
|
1.1.2.2 | 14-Feb-2012 |
matt | mem_cluster_cnt on mips is now a u_int.
|
1.1.2.1 | 01-Jul-2011 |
matt | Add basic support for the Ralink RT3883 SOC. No support for the wireless interfaces is present but i2c, uart, ethernet, gpio, ehci, ohci are supported. This support was contributed by Cradlepoint Technology.
|
1.5.6.4 | 06-Mar-2012 |
mrg | sync to -current
|
1.5.6.3 | 06-Mar-2012 |
mrg | sync to -current
|
1.5.6.2 | 04-Mar-2012 |
mrg | sync to latest -current.
|
1.5.6.1 | 18-Feb-2012 |
mrg | merge to -current.
|
1.5.2.2 | 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.5.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.8.4.1 | 18-May-2014 |
rmind | sync with head
|
1.8.2.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.8.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.9.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.10.4.3 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.10.4.2 | 05-Dec-2016 |
skrll | Sync with HEAD
|
1.10.4.1 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.11.2.2 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.11.2.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|