| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
4d2ff233
|
| 28-Jan-2021 |
Andrew Turner <andrew@FreeBSD.org> |
Remove the old ARMv4 memcpy
This was only used when building for ARMv4 or some ARMv5 or when _STANDALONE is defined. As ARMv4 and ARMv5 support has been removed, and we only define _STANDALONE in th
Remove the old ARMv4 memcpy
This was only used when building for ARMv4 or some ARMv5 or when _STANDALONE is defined. As ARMv4 and ARMv5 support has been removed, and we only define _STANDALONE in the bootloader where we don't use this version of memcpy we can remove it.
Differential Revision: https://reviews.freebsd.org/D28313
show more ...
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
4d2ff233
|
| 28-Jan-2021 |
Andrew Turner <andrew@FreeBSD.org> |
Remove the old ARMv4 memcpy
This was only used when building for ARMv4 or some ARMv5 or when _STANDALONE is defined. As ARMv4 and ARMv5 support has been removed, and we only define _STANDALONE in th
Remove the old ARMv4 memcpy
This was only used when building for ARMv4 or some ARMv5 or when _STANDALONE is defined. As ARMv4 and ARMv5 support has been removed, and we only define _STANDALONE in the bootloader where we don't use this version of memcpy we can remove it.
Differential Revision: https://reviews.freebsd.org/D28313
show more ...
|
| #
c81b12e0
|
| 27-Jul-2018 |
Warner Losh <imp@FreeBSD.org> |
Revert r336773: it removed too much.
r336773 removed all things xscale. However, some things xscale are really armv5. Revert that entirely. A more modest removal will follow.
Noticed by: andrew@
|
| #
626930c2
|
| 27-Jul-2018 |
Warner Losh <imp@FreeBSD.org> |
Remove xscale support
The OLD XSCALE stuff hasn't been useful in a while. The original committer (cognet@) was the only one that had boards for it. He's blessed this removal. Newer XSCALE (GUMSTIX)
Remove xscale support
The OLD XSCALE stuff hasn't been useful in a while. The original committer (cognet@) was the only one that had boards for it. He's blessed this removal. Newer XSCALE (GUMSTIX) is for hardware that's quite old. After discussion on arm@, it was clear there was no support for keeping it.
Differential Review: https://reviews.freebsd.org/D16313
show more ...
|
| #
c81b12e0
|
| 27-Jul-2018 |
Warner Losh <imp@FreeBSD.org> |
Revert r336773: it removed too much.
r336773 removed all things xscale. However, some things xscale are really armv5. Revert that entirely. A more modest removal will follow.
Noticed by: andrew@
|
| #
626930c2
|
| 27-Jul-2018 |
Warner Losh <imp@FreeBSD.org> |
Remove xscale support
The OLD XSCALE stuff hasn't been useful in a while. The original committer (cognet@) was the only one that had boards for it. He's blessed this removal. Newer XSCALE (GUMSTIX)
Remove xscale support
The OLD XSCALE stuff hasn't been useful in a while. The original committer (cognet@) was the only one that had boards for it. He's blessed this removal. Newer XSCALE (GUMSTIX) is for hardware that's quite old. After discussion on arm@, it was clear there was no support for keeping it.
Differential Review: https://reviews.freebsd.org/D16313
show more ...
|
| #
fa030de0
|
| 13-Oct-2007 |
Olivier Houchard <cognet@FreeBSD.org> |
MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd are available, use _ARM_ARCH_5/_ARM_ARCH_5E instead.
MFC After: 3 days
|
| #
2357939b
|
| 14-May-2004 |
Olivier Houchard <cognet@FreeBSD.org> |
Import the FreeBSD/arm libc bits.
Obtained from: NetBSD
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
4d2ff233
|
| 28-Jan-2021 |
Andrew Turner <andrew@FreeBSD.org> |
Remove the old ARMv4 memcpy
This was only used when building for ARMv4 or some ARMv5 or when _STANDALONE is defined. As ARMv4 and ARMv5 support has been removed, and we only define _STANDALONE in th
Remove the old ARMv4 memcpy
This was only used when building for ARMv4 or some ARMv5 or when _STANDALONE is defined. As ARMv4 and ARMv5 support has been removed, and we only define _STANDALONE in the bootloader where we don't use this version of memcpy we can remove it.
Differential Revision: https://reviews.freebsd.org/D28313
show more ...
|
| #
c81b12e0
|
| 27-Jul-2018 |
Warner Losh <imp@FreeBSD.org> |
Revert r336773: it removed too much.
r336773 removed all things xscale. However, some things xscale are really armv5. Revert that entirely. A more modest removal will follow.
Noticed by: andrew@
|
| #
626930c2
|
| 27-Jul-2018 |
Warner Losh <imp@FreeBSD.org> |
Remove xscale support
The OLD XSCALE stuff hasn't been useful in a while. The original committer (cognet@) was the only one that had boards for it. He's blessed this removal. Newer XSCALE (GUMSTIX)
Remove xscale support
The OLD XSCALE stuff hasn't been useful in a while. The original committer (cognet@) was the only one that had boards for it. He's blessed this removal. Newer XSCALE (GUMSTIX) is for hardware that's quite old. After discussion on arm@, it was clear there was no support for keeping it.
Differential Review: https://reviews.freebsd.org/D16313
show more ...
|
| #
fa030de0
|
| 13-Oct-2007 |
Olivier Houchard <cognet@FreeBSD.org> |
MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd are available, use _ARM_ARCH_5/_ARM_ARCH_5E instead.
MFC After: 3 days
|
| #
2357939b
|
| 14-May-2004 |
Olivier Houchard <cognet@FreeBSD.org> |
Import the FreeBSD/arm libc bits.
Obtained from: NetBSD
|
| #
fa030de0
|
| 13-Oct-2007 |
Olivier Houchard <cognet@FreeBSD.org> |
MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd are available, use _ARM_ARCH_5/_ARM_ARCH_5E instead.
MFC After: 3 days
|
| #
2357939b
|
| 14-May-2004 |
Olivier Houchard <cognet@FreeBSD.org> |
Import the FreeBSD/arm libc bits.
Obtained from: NetBSD
|