History log of /netbsd/sys/arch/cobalt/include/bootinfo.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 15465a7e 20-Feb-2011 matt <matt@NetBSD.org>

Merge forward from matt-nb5-mips64.
(XXX generic kernels on raq2 die after interrupts are enabled but gxemul
works fine).


# 09583f6e 30-Dec-2009 he <he@NetBSD.org>

Change prototype of lookup_bootinfo() so that it matches the
implementation again.


# 4c499c34 17-Dec-2009 matt <matt@NetBSD.org>

Enable mips64 support for cobalt.


# 02cdf4d2 14-Mar-2009 dsl <dsl@NetBSD.org>

Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.


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

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 v

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.

show more ...


# 17c3dbc6 10-Aug-2007 tsutsui <tsutsui@NetBSD.org>

Parse boot_flags specified on boot prompt and
pass decoded boothowto value to kernel via bootinfo.


# 6abe9ac9 15-Apr-2006 tsutsui <tsutsui@NetBSD.org>

u_intNN_t -> uintNN_t


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# cf8b697c 24-Mar-2004 drochner <drochner@NetBSD.org>

remove license clauses 3 and 4 from my cpoyright notices


# ceb721fd 07-Jan-2004 cdi <cdi@NetBSD.org>

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

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.

show more ...