History log of /netbsd/sys/arch/evbarm/integrator/intmmu.S (Results 1 – 12 of 12)
Revision Date Author Comments
# 5efe6865 12-Aug-2013 matt <matt@NetBSD.org>

Convert to unified syntax


# e4fa8f1d 31-Jan-2011 matt <matt@NetBSD.org>

Add RCSID when needed.
Don't include pmap.h or pte.h, include "assym.h" instead.
Use assym.h provided values.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 2de4086f 03-Jun-2005 rearnsha <rearnsha@NetBSD.org>

Enable use of the CM1136J-s core module on the Integrator.


# 4987034e 25-May-2005 rearnsha <rearnsha@NetBSD.org>

Fix the v6 boot check: A '6' in the architecture field really means
Architecture v5TEJ.


# c28a4270 21-May-2005 rearnsha <rearnsha@NetBSD.org>

Add a couple of sanity checks in case someone tries to boot the kernel
on a CM board that we can't support. In essence that means any board
without an MMU. For now also fault v6 based CPUs since th

Add a couple of sanity checks in case someone tries to boot the kernel
on a CM board that we can't support. In essence that means any board
without an MMU. For now also fault v6 based CPUs since the kernel
doesn't know how to handle these yet.

show more ...


# d20841bb 13-Feb-2004 wiz <wiz@NetBSD.org>

Uppercase CPU, plural is CPUs.


# 20ea379e 08-Jul-2002 rearnsha <rearnsha@NetBSD.org>

Map the low 4M of memory at 0xc0000000.


# 991426d3 05-Apr-2002 thorpej <thorpej@NetBSD.org>

* Rewrite the 32-bit ARM pte.h based on the ARM architecture manual.
Significant cleanup, here, including better PTE bit names.
* Add XScale PTE extensions (ECC enable, write-allocate cache mode).

* Rewrite the 32-bit ARM pte.h based on the ARM architecture manual.
Significant cleanup, here, including better PTE bit names.
* Add XScale PTE extensions (ECC enable, write-allocate cache mode).
* Mechanical changes everywhere else to update for new pte.h. While
doing this, two bugs (as a result of typos) were fixed in

arm/arm32/bus_dma.c
evbarm/integrator/int_bus_dma.c

show more ...


# e0ea6966 03-Mar-2002 thorpej <thorpej@NetBSD.org>

* Add support for running the IQ80310 kernel where KERNEL_BASE !=
physical memory start. Garbage-collect some cruft while here.
* Move the kernel up to 0xc0000000, giving a 1G/3G kernel/user split

* Add support for running the IQ80310 kernel where KERNEL_BASE !=
physical memory start. Garbage-collect some cruft while here.
* Move the kernel up to 0xc0000000, giving a 1G/3G kernel/user split.
* Adjust the Integrator startup code accordingly.

show more ...


# 15c76e3c 23-Nov-2001 thorpej <thorpej@NetBSD.org>

- Move more contents of various <machine/vmparam.h> files into
<arm/arm32/vmparam.h> (mostly the stuff that's tied to the pmap
implementation).
- Since the MMU definitions in pte.h are specific t

- Move more contents of various <machine/vmparam.h> files into
<arm/arm32/vmparam.h> (mostly the stuff that's tied to the pmap
implementation).
- Since the MMU definitions in pte.h are specific to ARM processors
that support 32-bit mode, move pte.h to <arm/arm32/pte.h>.
- Make the Netwinder startup file build again (use PT_B|PT_C, rather
than PT_CACHEABLE, since the latter expands to a variable these days).

show more ...


# 65f54d13 27-Oct-2001 rearnsha <rearnsha@NetBSD.org>

Basic support for the Integrator/AP board.