History log of /src/sys/arch/evbppc/ev64260/ev64260_locore.S |
Revision | | Date | Author | Comments |
1.21 |
| 26-Feb-2021 |
thorpej | Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than in N different locore.S files.
|
1.20 |
| 15-Jul-2018 |
maxv | branches: 1.20.12; Retire ipkdb entirely. The option was removed from the config files yesterday.
ok kamil christos
|
1.19 |
| 20-Jun-2011 |
matt | branches: 1.19.52; 1.19.54; Don't include *pmap.h in assembly files. Get the needed definitions from "assym.h".
|
1.18 |
| 18-Jun-2011 |
matt | Make a common genassym.cf (powerpc/genassym.cf) and then only put specific stuff in foo/genassym.cf
|
1.17 |
| 01-Feb-2011 |
matt | branches: 1.17.2; Add a call to cpu_model_init to set oeacpufeat before calling initppc
|
1.16 |
| 17-Jan-2011 |
matt | branches: 1.16.2; Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it soon will.
|
1.15 |
| 03-Mar-2010 |
pooka | branches: 1.15.2; 1.15.4; Fix some historical powerpc curiocity which had kernfs depend on startsym/endsym, and which crept into most powerpc ports.
|
1.14 |
| 27-Feb-2010 |
snj | Spell "exception" properly.
|
1.13 |
| 25-Feb-2010 |
matt | Adapt to <spr.h> breakup.
|
1.12 |
| 26-Nov-2009 |
matt | branches: 1.12.2; Kill proc0paddr. Use lwp0.l_addr instead.
|
1.11 |
| 13-Feb-2009 |
apb | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" in all kernel sources that use the MODULAR option. Proposed in tech-kern on 18 Jan 2009.
|
1.10 |
| 13-Nov-2008 |
ad | branches: 1.10.4; LKM -> MODULAR
|
1.9 |
| 05-Feb-2008 |
garbled | branches: 1.9.6; 1.9.10; 1.9.16; 1.9.18; 1.9.28; Ifdef out all the MPC601 code with PPC_OEA601. Now only arches that have the possibility of running on an MPC601, are infected with all the extra code and nops that it added.
Also, fix compilation that I broke with the pmap code, by adding oeacpufeat to the locores of various ppc arches. Noted by mlelstv.
|
1.8 |
| 11-Dec-2005 |
christos | branches: 1.8.50; 1.8.56; merge ktrace-lwp.
|
1.7 |
| 31-May-2005 |
chs | branches: 1.7.2; remove vestigal {,e}intr{names,cnt} symbols now that vmstat doesn't need them.
|
1.6 |
| 31-Jul-2003 |
matt | Add #define _NOREGNAMES (to suppress asm.h from #define r1 1 ...)
|
1.5 |
| 27-Apr-2003 |
ragge | branches: 1.5.2; Preserve the symbol table in the LKM || KSYMS cases also.
|
1.4 |
| 24-Mar-2003 |
matt | Make PCI interrupts -> GPP mapping configured via config file. Add bus_spaces for all possile obios. Add gt_halt to make sure the discovery is not doing dma as soon as possible. Read the SDRAM register to figure out how much physical RAM is available.
|
1.3 |
| 18-Mar-2003 |
matt | work around a cache problem. (flush both caches and disable the D-cache).
|
1.2 |
| 16-Mar-2003 |
matt | EV64260 now gets to single user prompt using COM1 (2nd uart) as console with PPCBOOT as firmware. XXX PCI devices are not found.
|
1.1 |
| 05-Mar-2003 |
matt | Add preliminary support Marvell (Galileo) Discovery System Controllers. This code was contributed by Allegro Networks.
|
1.5.2.4 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.5.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.7.2.1 |
| 11-Feb-2008 |
yamt | sync with head.
|
1.8.56.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.8.50.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.9.28.1 |
| 07-Jan-2011 |
matt | Deal with the splitting of <spr.h>
|
1.9.18.2 |
| 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.9.18.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.9.16.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.9.10.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.9.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.9.6.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.10.4.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.12.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.15.4.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.15.2.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.16.2.1 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.17.2.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.19.54.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.19.52.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.20.12.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|