History log of /netbsd-src/sys/arch/Makefile (Results 1 – 25 of 48)
Revision Date Author Comments
# 5e4c239c 03-Jan-2024 thorpej <thorpej@NetBSD.org>

Add virt68k to a list of machines in a comment.


# fe33aa27 01-Apr-2018 ryo <ryo@NetBSD.org>

Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sun

Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)

show more ...


# ac344355 24-Jan-2018 skrll <skrll@NetBSD.org>

Remove port-acorn26

OK core@


# 1a508cd5 03-Sep-2014 matt <matt@NetBSD.org>

Fix SUBDIR commit


# 547b3a3b 10-Aug-2014 matt <matt@NetBSD.org>

Changes to existing files to enable building AARCH64 userland.
evbarm64-el
This is clang only. While gcc4.8 supports aarch64, no netbsd support has
been written for aarch64 with gcc4.8.


# aad6ef8b 31-Mar-2014 martin <martin@NetBSD.org>

Bring back the playstation2 port - now that a toolchain for it is
available again.


# 5f058922 02-May-2013 matt <matt@NetBSD.org>

This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr

This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr/include/arm

show more ...


# 3eb244d8 17-Jul-2011 joerg <joerg@NetBSD.org>

Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce a

Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.

show more ...


# 1c54a66d 13-Dec-2009 nakayama <nakayama@NetBSD.org>

System utilities, boot programs and kernel modules are machine
(port) specific not CPU, so use MACHINE not MACHINE_ARCH.


# d6224f45 05-Dec-2009 pooka <pooka@NetBSD.org>

Remove support for NetBSD/playstation2.


# 515e5215 14-Feb-2009 abs <abs@NetBSD.org>

Convert more MACHINE tests to MACHINE_ARCH


# d8de5b10 09-Jan-2008 simonb <simonb@NetBSD.org>

Remove support for NetBSD/pc532.


# 68fe5b6f 17-Dec-2007 garbled <garbled@NetBSD.org>

Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. Th

Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.

show more ...


# 5764a768 08-Apr-2007 scw <scw@NetBSD.org>

Remove support for NetBSD/{,evb}sh5.


# d2bbe532 17-Dec-2006 peter <peter@NetBSD.org>

Add zaurus.


# b43d4219 28-Sep-2006 skrll <skrll@NetBSD.org>

Remove a debug message.

Hi Ross!


# 9e051a80 25-Aug-2006 matt <matt@NetBSD.org>

Add enough configury glue so that src/tools can build a N64 mips toolchain.


# 5a664ca5 01-Jul-2006 ross <ross@NetBSD.org>

Map powerpc64 to powerpc


# 07ff9461 29-Dec-2005 tsutsui <tsutsui@NetBSD.org>

Add ews4800mips and xen (in comment).


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

merge ktrace-lwp.


# 0560d8b9 13-Oct-2004 gavan <gavan@NetBSD.org>

Initial import of iyonix port.

The Iyonix is a desktop machine from Castle Technology, based on a 600MHz
XScale[tm] 80321 processor.

* Uses the bootloader from NetBSD/acorn32, which is now 32-bit c

Initial import of iyonix port.

The Iyonix is a desktop machine from Castle Technology, based on a 600MHz
XScale[tm] 80321 processor.

* Uses the bootloader from NetBSD/acorn32, which is now 32-bit compatible.
* Currently boots multiuser with a serial console.
* Device support is not yet complete.

With help from abs.

show more ...


# 885c0b6f 12-May-2004 cl <cl@NetBSD.org>

``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen
for i386. The resulting release consists of:
- NetBSD/xen for i386 kernel, loader and docuemntation
- NetBSD/i386 userland sets


# b7fd7792 14-Nov-2003 christos <christos@NetBSD.org>

We really don't want frame.h...


# 162ada1c 14-Oct-2003 tron <tron@NetBSD.org>

Replace symbolic link "/usr/include/varargs.h" (pointing to
"/usr/include/machine/varargs.h") by a stub include file which will
emit an error if GCC 3.3 or newer is used and include "machine/varargs.

Replace symbolic link "/usr/include/varargs.h" (pointing to
"/usr/include/machine/varargs.h") by a stub include file which will
emit an error if GCC 3.3 or newer is used and include "machine/varargs.h"
otherwise.

Based on a suggestion by Richard Earnshaw. This fixes PR toolchain/22888
by myself.

show more ...


# 64b5a0fe 03-Aug-2003 lukem <lukem@NetBSD.org>

Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of
SYMLINKS to install symlinked header files. INCSYMLINKS are installed with
'make includes'. This avoids using SYMLINKS and

Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of
SYMLINKS to install symlinked header files. INCSYMLINKS are installed with
'make includes'. This avoids using SYMLINKS and hacks with the 'linkinstall'
target in <bsd.links.mk>, as linksinstall occurs in 'make install' and hacks
to get it to occur in 'make includes' weren't robust, as seen in lib/libdes.

Yet more improvements to bsd.README.

show more ...


12