History log of /freebsd/sys/arm/include/asm.h (Results 76 – 91 of 91)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 24bf3585 04-Sep-2012 Gleb Smirnoff <glebius@FreeBSD.org>

Merge head r233826 through r240095.


# cf1a573f 15-Aug-2012 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Merging projects/armv6, part 1

Cummulative patch of changes that are not vendor-specific:
- ARMv6 and ARMv7 architecture support
- ARM SMP support
- VFP/Neon support
- ARM Generic Interrupt Cont

Merging projects/armv6, part 1

Cummulative patch of changes that are not vendor-specific:
- ARMv6 and ARMv7 architecture support
- ARM SMP support
- VFP/Neon support
- ARM Generic Interrupt Controller driver
- Simplification of startup code for all platforms

show more ...


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# 258f866c 13-Oct-2007 Olivier Houchard <cognet@FreeBSD.org>

Define _ARM_ARCH_5E too, so that we know if pld/strd/ldrd are available.

MFC After: 3 days


# 705fda84 19-May-2007 Olivier Houchard <cognet@FreeBSD.org>

Use __mcount() instead of _mcount() to reduce diffs with NetBSD.


Revision tags: release/6.2.0_cvs, release/6.2.0
# 4731df1e 30-Aug-2006 Olivier Houchard <cognet@FreeBSD.org>

Remove dead code, already defined in sys/cdef.h

Spotted out by: bde


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0
# d8315c79 05-Jan-2005 Warner Losh <imp@FreeBSD.org>

Start all license statements with /*-


# 5f2c6402 09-Nov-2004 Olivier Houchard <cognet@FreeBSD.org>

Import a RET macro, that will use bx if the arch supports it.

Obtained from: NetBSD


Revision tags: release/5.3.0_cvs, release/5.3.0
# a40d2bb6 24-Sep-2004 Olivier Houchard <cognet@FreeBSD.org>

We are using _mcount, not __mcount.
Remove the !__ELF__ case.


Revision tags: release/4.10.0_cvs, release/4.10.0
# 6fc729af 14-May-2004 Olivier Houchard <cognet@FreeBSD.org>

Import FreeBSD/arm kernel bits.
It only supports sa1110 (on simics) right now, but xscale support should come
soon.
Some of the initial work has been provided by :
Stephane Potvin <sepotvin at videot

Import FreeBSD/arm kernel bits.
It only supports sa1110 (on simics) right now, but xscale support should come
soon.
Some of the initial work has been provided by :
Stephane Potvin <sepotvin at videotron.ca>
Most of this comes from NetBSD.

show more ...


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# 258f866c 13-Oct-2007 Olivier Houchard <cognet@FreeBSD.org>

Define _ARM_ARCH_5E too, so that we know if pld/strd/ldrd are available.

MFC After: 3 days


# 705fda84 19-May-2007 Olivier Houchard <cognet@FreeBSD.org>

Use __mcount() instead of _mcount() to reduce diffs with NetBSD.


Revision tags: release/6.2.0_cvs, release/6.2.0
# 4731df1e 30-Aug-2006 Olivier Houchard <cognet@FreeBSD.org>

Remove dead code, already defined in sys/cdef.h

Spotted out by: bde


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0
# d8315c79 05-Jan-2005 Warner Losh <imp@FreeBSD.org>

Start all license statements with /*-


# 5f2c6402 09-Nov-2004 Olivier Houchard <cognet@FreeBSD.org>

Import a RET macro, that will use bx if the arch supports it.

Obtained from: NetBSD


Revision tags: release/5.3.0_cvs, release/5.3.0
# a40d2bb6 24-Sep-2004 Olivier Houchard <cognet@FreeBSD.org>

We are using _mcount, not __mcount.
Remove the !__ELF__ case.


Revision tags: release/4.10.0_cvs, release/4.10.0
# 6fc729af 14-May-2004 Olivier Houchard <cognet@FreeBSD.org>

Import FreeBSD/arm kernel bits.
It only supports sa1110 (on simics) right now, but xscale support should come
soon.
Some of the initial work has been provided by :
Stephane Potvin <sepotvin at videot

Import FreeBSD/arm kernel bits.
It only supports sa1110 (on simics) right now, but xscale support should come
soon.
Some of the initial work has been provided by :
Stephane Potvin <sepotvin at videotron.ca>
Most of this comes from NetBSD.

show more ...


1234