Home | History | Annotate | Download | only in libsa
History log of /src/sys/arch/mvmeppc/stand/libsa/Makefile
RevisionDateAuthorComments
 1.11  21-Sep-2013  tsutsui Explicitly link srt0.o (Standalone RunTime startup code) first.

Taken from the similar fix of mvme68k:
http://mail-index.netbsd.org/source-changes/2013/09/21/msg047819.html
> MVME PROM requires raw binaries (by objcopy -O binary) so we have to
> make sure the entry point is located at the first address of the binaries.
The original changes to switch to using MI libsa is:
http://mail-index.netbsd.org/source-changes/2011/01/02/msg016563.html

Should be pulled up to netbsd-6 branches.
(though untested since there seems no users of mvmeppc)
 1.10  02-Jan-2011  tsutsui branches: 1.10.8; 1.10.14; 1.10.18; 1.10.20; 1.10.22; 1.10.28;
Switch mvmeppc bootloader to using MI libsa and libkern for maintainability.
Mostly taken from mvme68k.

Compile test only, but no functional changes.
 1.9  16-Mar-2010  mrg include strncpy.c, like mvme68k libsa/Makefile rev 1.32.
 1.8  13-Dec-2009  tsutsui branches: 1.8.2; 1.8.4;
Put srt0.S to SRCS, not in dependencies for target all.
 1.7  19-Mar-2009  tsutsui Remove bcmp() from MD libsa.

XXX: These ports should be rewritten to use MI libsa for maintainability.
 1.6  26-Jan-2006  he branches: 1.6.76; 1.6.84; 1.6.90;
Follow up the rename of in_cksum.c to ip_cksum.c.
 1.5  27-Dec-2005  he branches: 1.5.2;
Make this build again after the libc/libkern consolidation by referring
to common/lib/libc/Makefile.inc via ${S}/../
 1.4  11-Dec-2005  christos merge ktrace-lwp.
 1.3  10-Aug-2003  chs branches: 1.3.16;
track changes in libsa Makefile.
 1.2  08-Apr-2002  bjh21 branches: 1.2.6; 1.2.12;
Add files.c to SRCS_sa, so at to get stuff to link again.
 1.1  27-Feb-2002  scw branches: 1.1.2;
New port: NetBSD/mvmeppc

Based mostly on NetBSD/prep at this time since the earlier mvme160x
boards are pretty much PReP compliant. Later boards in the range
diverge somewhat from the reference platform, hence the separate port.

Still needs *lots* of bashing into shape, but at this time it will
boot to multi-user over ethernet on an MVME1603-051.
 1.1.2.3  17-Apr-2002  nathanw Catch up to -current.
 1.1.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.2.1  27-Feb-2002  nathanw file Makefile was added on branch nathanw_sa on 2002-02-28 04:11:11 +0000
 1.2.12.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.12.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.12.1  03-Aug-2004  skrll Sync with HEAD
 1.2.6.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.2.6.1  08-Apr-2002  jdolecek file Makefile was added on branch kqueue on 2002-06-23 17:38:38 +0000
 1.3.16.1  21-Jun-2006  yamt sync with head.
 1.5.2.1  01-Feb-2006  yamt sync with head.
 1.6.90.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.6.84.1  28-Apr-2009  skrll Sync with HEAD.
 1.6.76.3  11-Aug-2010  yamt sync with head.
 1.6.76.2  11-Mar-2010  yamt sync with head
 1.6.76.1  04-May-2009  yamt sync with head.
 1.8.4.2  05-Mar-2011  rmind sync with head
 1.8.4.1  30-May-2010  rmind sync with head
 1.8.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.10.28.1  23-Sep-2013  riz Pull up following revision(s) (requested by tsutsui in ticket #955):
sys/arch/mvmeppc/stand/libsa/Makefile.inc: revision 1.2
sys/arch/mvmeppc/stand/Makefile.booters: revision 1.13
sys/arch/mvmeppc/stand/libsa/Makefile: revision 1.11
Explicitly link srt0.o (Standalone RunTime startup code) first.
Taken from the similar fix of mvme68k:
http://mail-index.netbsd.org/source-changes/2013/09/21/msg047819.html
MVME PROM requires raw binaries (by objcopy -O binary) so we have to
make sure the entry point is located at the first address of the binaries.
The original changes to switch to using MI libsa is:
http://mail-index.netbsd.org/source-changes/2011/01/02/msg016563.html
Should be pulled up to netbsd-6 branches.
(though untested since there seems no users of mvmeppc)
 1.10.22.1  18-May-2014  rmind sync with head
 1.10.20.1  23-Sep-2013  riz Pull up following revision(s) (requested by tsutsui in ticket #955):
sys/arch/mvmeppc/stand/libsa/Makefile.inc: revision 1.2
sys/arch/mvmeppc/stand/Makefile.booters: revision 1.13
sys/arch/mvmeppc/stand/libsa/Makefile: revision 1.11
Explicitly link srt0.o (Standalone RunTime startup code) first.
Taken from the similar fix of mvme68k:
http://mail-index.netbsd.org/source-changes/2013/09/21/msg047819.html
MVME PROM requires raw binaries (by objcopy -O binary) so we have to
make sure the entry point is located at the first address of the binaries.
The original changes to switch to using MI libsa is:
http://mail-index.netbsd.org/source-changes/2011/01/02/msg016563.html
Should be pulled up to netbsd-6 branches.
(though untested since there seems no users of mvmeppc)
 1.10.18.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.10.14.1  23-Sep-2013  riz Pull up following revision(s) (requested by tsutsui in ticket #955):
sys/arch/mvmeppc/stand/libsa/Makefile.inc: revision 1.2
sys/arch/mvmeppc/stand/Makefile.booters: revision 1.13
sys/arch/mvmeppc/stand/libsa/Makefile: revision 1.11
Explicitly link srt0.o (Standalone RunTime startup code) first.
Taken from the similar fix of mvme68k:
http://mail-index.netbsd.org/source-changes/2013/09/21/msg047819.html
MVME PROM requires raw binaries (by objcopy -O binary) so we have to
make sure the entry point is located at the first address of the binaries.
The original changes to switch to using MI libsa is:
http://mail-index.netbsd.org/source-changes/2011/01/02/msg016563.html
Should be pulled up to netbsd-6 branches.
(though untested since there seems no users of mvmeppc)
 1.10.8.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed