Home | History | Annotate | Download | only in oea
History log of /src/sys/arch/powerpc/oea/prep_machdep.c
RevisionDateAuthorComments
 1.13  27-Feb-2021  thorpej Don't put #ifdefs in prep_initppc(). Instead, let callers specify the
additional BAT-mapped regions they care about.
 1.12  06-Jul-2020  rin branches: 1.12.2;
Style and cosmetic changes. No binary changes intended.
 1.11  22-Dec-2016  cherry switch all ports to use uvm_init.c:uvm_md_init()

uvm_setpagesize() is now subsumed within this funciton.
 1.10  11-Feb-2012  kiyohara branches: 1.10.6; 1.10.24; 1.10.28;
Fix panic() on KASSERT(len >= BAT_BL_8M) in oea_iobat_add(). Thanks phx@.
 1.9  01-Feb-2012  matt Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes.
 1.8  07-Aug-2011  kiyohara branches: 1.8.2; 1.8.6;
Set BeBox Mainboard Registers space to BAT register.
 1.7  01-Jul-2011  dyoung #include <sys/bus.h> instead of <machine/bus.h>.
 1.6  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.5  30-Nov-2008  martin branches: 1.5.4;
As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap
phases, so move the initialization of the ksyms mutex back into main via
a function called ksyms_init. Rename the existing (but quite different)
ksyms_init* variations into ksyms_addsyms_elf() and ksyms_addsyms_explicit()
and adapt machdep code accordingly.
 1.4  12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.3  28-Apr-2008  martin branches: 1.3.6; 1.3.8;
Remove clause 3 and 4 from TNF licenses
 1.2  17-Oct-2007  garbled branches: 1.2.2; 1.2.4; 1.2.8; 1.2.22; 1.2.24; 1.2.26;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
 1.1  09-May-2007  garbled branches: 1.1.2; 1.1.6; 1.1.8; 1.1.10;
file prep_machdep.c was initially added on branch ppcoea-renovation.
 1.1.10.1  25-Oct-2007  bouyer Sync with HEAD.
 1.1.8.1  18-Oct-2007  yamt sync with head.
 1.1.6.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.1.2.2  10-May-2007  garbled More cleanup. mvmeppc and ibmnws are machines that have a PReP memory
map. Rather than have each port roll it's own code, use
oea/prep_machdep.c instead.
 1.1.2.1  09-May-2007  garbled Add a prep_bus.h and prep_machdep.c. These files contain a number of
common routines that all machines with a PReP memory map should have in
common. Note that the machine does not need to be a fully PReP compliant
machine to use these functions, just use the memory map.
 1.2.26.2  04-May-2009  yamt sync with head.
 1.2.26.1  16-May-2008  yamt sync with head.
 1.2.24.1  18-May-2008  yamt sync with head.
 1.2.22.2  17-Jan-2009  mjf Sync with HEAD.
 1.2.22.1  02-Jun-2008  mjf Sync with HEAD.
 1.2.8.2  06-Nov-2007  matt sync with HEAD
 1.2.8.1  17-Oct-2007  matt file prep_machdep.c was added on branch matt-armv6 on 2007-11-06 23:20:47 +0000
 1.2.4.2  27-Oct-2007  yamt sync with head.
 1.2.4.1  17-Oct-2007  yamt file prep_machdep.c was added on branch yamt-lazymbuf on 2007-10-27 11:27:55 +0000
 1.2.2.2  23-Oct-2007  ad Sync with head.
 1.2.2.1  17-Oct-2007  ad file prep_machdep.c was added on branch vmlocking on 2007-10-23 20:36:11 +0000
 1.3.8.2  03-Mar-2009  skrll Sync with HEAD.
 1.3.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.3.6.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.5.4.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.8.6.1  18-Feb-2012  mrg merge to -current.
 1.8.2.1  17-Apr-2012  yamt sync with head
 1.10.28.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.10.24.1  05-Feb-2017  skrll Sync with HEAD
 1.10.6.1  03-Dec-2017  jdolecek update from HEAD
 1.12.2.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed