History log of /netbsd-src/distrib/notes/Makefile (Results 1 – 25 of 46)
Revision Date Author Comments
# e1ab8bbb 07-Aug-2018 martin <martin@NetBSD.org>

Remove leftovers from the separate xen port (which is now part of i386
and amd64)


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

Remove port-acorn26

OK core@


# 6d3ceb1d 24-Feb-2014 skrll <skrll@NetBSD.org>

Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.


# ba87b849 29-Jan-2012 phx <phx@NetBSD.org>

Introduce some initial documentation for NetBSD/ofppc.


# 5f7e80a8 26-Jan-2011 pooka <pooka@NetBSD.org>

Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Rese

Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.

show more ...


# c2918ce6 13-Nov-2010 kiyohara <kiyohara@NetBSD.org>

Add INSTALL.{html,more,ps,txt} for bebox.


# c07124b6 13-Sep-2008 tsutsui <tsutsui@NetBSD.org>

First cut at INSTALL notes for NetBSD/arc.
Finally we could close another ancient PR port-arc/11443.

After several years, we got the native bootloader and then had
sysinst which would do apprpriate

First cut at INSTALL notes for NetBSD/arc.
Finally we could close another ancient PR port-arc/11443.

After several years, we got the native bootloader and then had
sysinst which would do apprpriate partitioning for the bootloader,
so I've noted the last difficult part, how to specify boot commands
on the ARC BIOS.

I still wonder how many possible users of NetBSD/arc are there
who will need this topic though... ;-p

show more ...


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

Remove support for NetBSD/pc532.


# 81d85de6 17-Oct-2007 garbled <garbled@NetBSD.org>

Part 1 of pmppc removal as a port. (the machine is still supported, but
now under the evbppc port)
Note, have not touched the set lists yet, as I would like to preserve the
manpages.


# 05302ae7 15-Apr-2007 uwe <uwe@NetBSD.org>

Descend into landisk for ALLNOTES.


# 338eb2ab 05-Apr-2006 garbled <garbled@NetBSD.org>

Add an initial set of install notes for the prep port.


# c632ba3d 21-Aug-2005 riz <riz@NetBSD.org>

Create the release notes framework for the amd64 port. These are,
for the most part, skeleton files that allow the amd64 INSTALL document
to have all the platform-independent bits, with very little

Create the release notes framework for the amd64 port. These are,
for the most part, skeleton files that allow the amd64 INSTALL document
to have all the platform-independent bits, with very little MD stuff.

The MD pieces will have to wait for someone familiar with the platform
to add them.

show more ...


# 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


# 3f7d80c9 10-Oct-2003 mbw <mbw@NetBSD.org>

add hp700 to list of INSTALL notes to create


# 3838a93e 09-Dec-2002 scw <scw@NetBSD.org>

The walnut port has been subsumed by the new evbppc port.

XXX: There is some work to do here to allow for different
installation notes for different eval boards...


# 3e3b24dd 29-Jun-2002 lukem <lukem@NetBSD.org>

remove obsolete arm32. comment out incomplete arc


# f96c603d 17-Jun-2002 augustss <augustss@NetBSD.org>

Add (bare bone) installation instructions.


# 3afc88a5 16-Jun-2002 wiz <wiz@NetBSD.org>

Add walnut installation notes.
Information to fill them mostly provided by eeh and simonb.

Fix some random buglets I stumbled over.


# a8a1edfa 15-Jun-2002 itojun <itojun@NetBSD.org>

add arc and arm32


# a38f323c 15-Jun-2002 itojun <itojun@NetBSD.org>

add newsmips


# 99da2a72 15-Jun-2002 itojun <itojun@NetBSD.org>

add mmeye and hpcsh to "ALLNOTES" build


# 3ac418b3 18-May-2002 pooka <pooka@NetBSD.org>

add sgimips


# ed8e534c 02-May-2002 lukem <lukem@NetBSD.org>

yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions tri

yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}

show more ...


# f99120f1 02-Apr-2002 skrll <skrll@NetBSD.org>

Updates for the ALLNOTES case:

- add cats and shark
- remove arc (it doesn't have a Makefile)


12