OpenGrok
Cross Reference: bootinfo.h
xref
: /
src
/
sys
/
arch
/
cobalt
/
include
/
bootinfo.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/sys/arch/cobalt/include/bootinfo.h
Revision
Date
Author
Comments
1.10
20-Feb-2011
matt
Merge forward from matt-nb5-mips64.
(XXX generic kernels on raq2 die after interrupts are enabled but gxemul
works fine).
1.9
30-Dec-2009
he
branches: 1.9.4; 1.9.6; 1.9.8;
Change prototype of lookup_bootinfo() so that it matches the
implementation again.
1.8
17-Dec-2009
matt
Enable mips64 support for cobalt.
1.7
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.6
17-Oct-2007
garbled
branches: 1.6.20; 1.6.28; 1.6.34;
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.
TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.
NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
1.5
10-Aug-2007
tsutsui
branches: 1.5.2;
Parse boot_flags specified on boot prompt and
pass decoded boothowto value to kernel via bootinfo.
1.4
15-Apr-2006
tsutsui
branches: 1.4.12; 1.4.18; 1.4.26; 1.4.28; 1.4.32; 1.4.36;
u_intNN_t -> uintNN_t
1.3
11-Dec-2005
christos
branches: 1.3.4; 1.3.6; 1.3.8; 1.3.10; 1.3.12;
merge ktrace-lwp.
1.2
24-Mar-2004
drochner
branches: 1.2.4; 1.2.18;
remove license clauses 3 and 4 from my cpoyright notices
1.1
07-Jan-2004
cdi
Pass some info from the boot loader to the kernel:
- Kernel image name
- Symbol table
- A flag indicating console presence (could be clobbered if not passed)
Add _rtt() entry to the boot loader code.
1.2.18.2
03-Sep-2007
yamt
sync with head.
1.2.18.1
21-Jun-2006
yamt
sync with head.
1.2.4.4
21-Sep-2004
skrll
Fix the sync with head I botched.
1.2.4.3
18-Sep-2004
skrll
Sync with HEAD.
1.2.4.2
03-Aug-2004
skrll
Sync with HEAD
1.2.4.1
24-Mar-2004
skrll
file bootinfo.h was added on branch ktrace-lwp on 2004-08-03 10:33:46 +0000
1.3.12.1
24-May-2006
tron
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
1.3.10.1
19-Apr-2006
elad
sync with head - hopefully this will work
1.3.8.1
24-May-2006
yamt
sync with head.
1.3.6.1
22-Apr-2006
simonb
Sync with head.
1.3.4.1
09-Sep-2006
rpaulo
sync with head
1.4.36.1
16-Aug-2007
jmcneill
Sync with HEAD.
1.4.32.1
15-Aug-2007
skrll
Sync with HEAD.
1.4.28.1
03-Sep-2007
wrstuden
Sync w/ NetBSD-4-RC_1
1.4.26.1
03-Oct-2007
garbled
Sync with HEAD
1.4.18.1
20-Aug-2007
ad
Sync with HEAD.
1.4.12.1
28-Aug-2007
liamjfoy
Pull up following revision(s) (requested by tsutsui in ticket #843):
sys/arch/cobalt/stand/boot/pciide.c: revision 1.6
sys/arch/cobalt/cobalt/machdep.c: revision 1.85
sys/arch/cobalt/stand/boot/com.c: revision 1.5
sys/arch/cobalt/include/bootinfo.h: revision 1.5
sys/arch/cobalt/stand/boot/boot.c: revision 1.6
sys/arch/cobalt/stand/boot/boot.h: revision 1.4
sys/arch/cobalt/stand/boot/boot.c: revision 1.7
sys/arch/cobalt/stand/boot/boot.c: revision 1.8
sys/arch/cobalt/stand/boot/wdvar.h: revision 1.7
sys/arch/cobalt/stand/boot/wd.c: revision 1.6
sys/arch/cobalt/stand/boot/wd.c: revision 1.7
sys/arch/cobalt/stand/boot/prf.c: revision 1.2
sys/arch/cobalt/stand/boot/devopen.c: revision 1.2
sys/arch/cobalt/stand/boot/bootinfo.c: revision 1.3
sys/arch/cobalt/stand/boot/bootinfo.h: revision 1.3
sys/arch/cobalt/stand/boot/wdc.c: revision 1.8
sys/arch/cobalt/stand/boot/version: revision 1.3
sys/arch/cobalt/stand/boot/version: revision 1.4
sys/arch/cobalt/stand/boot/cons.c: revision 1.4
sys/arch/cobalt/stand/boot/ns16550.c: revision 1.2
sys/arch/cobalt/stand/boot/tgets.c: revision 1.3
sys/arch/cobalt/stand/boot/ns16550.h: revision 1.2
Add support for booting off raidframe RAID1 mirrors.
Misc KNF and cosmetics.
Parse boot_flags specified on boot prompt and
pass decoded boothowto value to kernel via bootinfo.
Lookup boothowto flags in bootinfo.
Parse "root=/dev/hdXN" args passed from the firmware and
set default boot device accordingly.
Requested and okay'ed by cyber@.
1.5.2.1
06-Nov-2007
matt
sync with HEAD
1.6.34.1
13-May-2009
jym
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
1.6.28.1
28-Apr-2009
skrll
Sync with HEAD.
1.6.20.2
11-Mar-2010
yamt
sync with head
1.6.20.1
04-May-2009
yamt
sync with head.
1.9.8.1
05-Mar-2011
bouyer
Sync with HEAD
1.9.6.1
06-Jun-2011
jruoho
Sync with HEAD.
1.9.4.1
05-Mar-2011
rmind
sync with head
Indexes created Sun Oct 19 01:09:53 GMT 2025