| History log of /src/sys/arch/mvmeppc/stand/boot |
| Revision | Date | Author | Comments |
| 1.5 | 02-Jan-2011 |
tsutsui | Switch mvmeppc bootloader to using MI libsa and libkern for maintainability. Mostly taken from mvme68k.
Compile test only, but no functional changes.
|
| 1.4 | 11-Dec-2005 |
christos | branches: 1.4.100; merge ktrace-lwp.
|
| 1.3 | 24-Oct-2003 |
matt | use -ffreestanding
|
| 1.2 | 03-Mar-2002 |
scw | branches: 1.2.10; 1.2.16; Rename the bootstrap from netboot to just boot as eventually it will support both network and scsi devices in one binary. (There are no absolute size restrictions for a PReP-style one-stage bootloader).
|
| 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 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 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:10 +0000
|
| 1.2.16.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.2.16.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.2.16.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.2.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.2.10.1 | 03-Mar-2002 |
jdolecek | file Makefile was added on branch kqueue on 2002-06-23 17:38:38 +0000
|
| 1.4.100.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.7 | 11-Jun-2016 |
dholland | PR 51200 gets in libsa considered harmful: use kgets
|
| 1.6 | 06-Aug-2014 |
joerg | branches: 1.6.4; Give non-standard main in a freestanding environment a prototype.
|
| 1.5 | 28-Apr-2008 |
martin | branches: 1.5.44; 1.5.60; Remove clause 3 and 4 from TNF licenses
|
| 1.4 | 24-Jan-2007 |
hubertf | branches: 1.4.44; 1.4.46; 1.4.48; Remove duplicate #includes, patch contributed in private mail by Slava Semushin <slava.semushin@gmail.com>.
To verify that no nasty side effects of duplicate includes (or their removal) have an effect here, I've compiled an i386/ALL kernel with and without the patch, and the only difference in the resulting .o files was in shifted line numbers in some assert() calls. The comparison of the .o files was based on the output of "objdump -D".
Thanks to martin@ for the input on testing.
|
| 1.3 | 11-Dec-2005 |
christos | branches: 1.3.20; merge ktrace-lwp.
|
| 1.2 | 07-Aug-2003 |
agc | branches: 1.2.16; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
| 1.1 | 27-Feb-2002 |
scw | branches: 1.1.2; 1.1.14; 1.1.20; 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.20.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.1.20.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.1.20.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.1.14.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.1.14.1 | 27-Feb-2002 |
jdolecek | file boot.c was added on branch kqueue on 2002-06-23 17:38:38 +0000
|
| 1.1.2.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.1.2.1 | 27-Feb-2002 |
nathanw | file boot.c was added on branch nathanw_sa on 2002-02-28 04:11:10 +0000
|
| 1.2.16.1 | 26-Feb-2007 |
yamt | sync with head.
|
| 1.3.20.1 | 01-Feb-2007 |
ad | Sync with head.
|
| 1.4.48.1 | 16-May-2008 |
yamt | sync with head.
|
| 1.4.46.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.4.44.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.5.60.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.5.44.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.5.44.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.6.4.1 | 09-Jul-2016 |
skrll | Sync with HEAD
|
| 1.3 | 11-Dec-2005 |
christos | merge ktrace-lwp.
|
| 1.2 | 23-Jun-2005 |
junyoung | Use FS_OPS() macro.
|
| 1.1 | 27-Feb-2002 |
scw | branches: 1.1.2; 1.1.14; 1.1.20; 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.20.1 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.1.14.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.1.14.1 | 27-Feb-2002 |
jdolecek | file conf.c was added on branch kqueue on 2002-06-23 17:38:38 +0000
|
| 1.1.2.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.1.2.1 | 27-Feb-2002 |
nathanw | file conf.c was added on branch nathanw_sa on 2002-02-28 04:11:10 +0000
|
| 1.3 | 11-Dec-2005 |
christos | merge ktrace-lwp.
|
| 1.2 | 28-Jun-2005 |
junyoung | - ANSI & KNF. - #include <lib/libsa/stand.h> rather than <stand.h>.
|
| 1.1 | 27-Feb-2002 |
scw | branches: 1.1.2; 1.1.14; 1.1.20; 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.20.1 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.1.14.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.1.14.1 | 27-Feb-2002 |
jdolecek | file devopen.c was added on branch kqueue on 2002-06-23 17:38:38 +0000
|
| 1.1.2.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.1.2.1 | 27-Feb-2002 |
nathanw | file devopen.c was added on branch nathanw_sa on 2002-02-28 04:11:11 +0000
|