History log of /src/sys/arch/mipsco/stand/common/boot.c |
Revision | | Date | Author | Comments |
1.11 |
| 06-Mar-2024 |
andvar | s/lader/loader/ in comments.
|
1.10 |
| 14-Feb-2014 |
christos | make sure kernel is initialized properly.
|
1.9 |
| 22-Jan-2011 |
joerg | branches: 1.9.4; 1.9.14; 1.9.18; Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly disabled by -D) from the output of newvers_stand.sh. Change -D to the inverted logic, so that it adds the date to bootprog_rev in ().
Change all platforms accordingly. -D is added if MKREPRO is not yes and wasn't present before. Platforms that didn't use -D don't depend on MKREPRO now either.
|
1.8 |
| 14-Mar-2009 |
dsl | branches: 1.8.4; 1.8.6; 1.8.8; ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
|
1.7 |
| 14-Mar-2009 |
dsl | Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
|
1.6 |
| 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.5 |
| 28-Apr-2008 |
martin | branches: 1.5.8; 1.5.14; Remove clause 3 and 4 from TNF licenses
|
1.4 |
| 11-Dec-2005 |
christos | branches: 1.4.74; 1.4.76; 1.4.78; merge ktrace-lwp.
|
1.3 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.2 |
| 26-Sep-2000 |
wdk | branches: 1.2.2; 1.2.26; Parse boot string intelligently to extract the boot device options.
This permits boot from any SCSI ID
|
1.1 |
| 18-Sep-2000 |
wdk | Initial commit of a 2 stage bootloader for NetBSD/mipsco. Based on pmax and alpha ports.
Uses PROM standalone I/O functions but due to the lack of a lseek function it currently only works with version 5.40 of the firmware. A more portable solution is being worked on.
installboot utility requires several changes in order to correctly install the bootstrap code - there is a "volume directory" which contains a list of filenames, start sectors and length. We need to add a "boot" entry of the correct length starting at block 2. The boot file has to be ecoff which means we waste another 0.5k
Normally the Mips filesystem has a ~500k partition for this purpose but it should be possible to squeeze it all into the first 7k "BSD Style" (1k is required for 2 different copies of the partition table)
Only the bootxx_ffs first stage bootstrap has been tested via bootp() which loads the second stage off disk and then boots the kernel.
|
1.2.26.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.2.26.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.2.26.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.2.2.2 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.2.2.1 |
| 26-Sep-2000 |
bouyer | file boot.c was added on branch thorpej_scsipi on 2000-11-20 20:14:13 +0000
|
1.4.78.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.4.78.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.4.76.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.4.74.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.5.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.5.8.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.8.8.1 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.8.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.8.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.9.18.1 |
| 18-May-2014 |
rmind | sync with head
|
1.9.14.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.9.4.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")
|