Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/cobalt/stand/boot/cons.c
RevisionDateAuthorComments
 1.10  08-Feb-2011  rmind Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.
 1.9  29-Apr-2008  tsutsui branches: 1.9.22; 1.9.28; 1.9.30;
- reorganize com console code
- remove unused functions
 1.8  23-Mar-2008  tsutsui branches: 1.8.2; 1.8.4;
Use macro defined in <machine/cpu.h> for cobalt_id and device addresses etc.
since <machine/leds.h> has been removed.
Also remove redundant address definitions in Makefile and local headers.
Pointed out by dieter roelants.
 1.7  16-Mar-2008  tsutsui Add support for optional Z85C30 serial console on Cobalt Qube 2700.
Bump version.
 1.6  01-Mar-2008  tsutsui cnscan() should return -1 (no input) if there is no console device.
Now wd boot works on Qube2700 (which doesn't have serial console).
 1.5  17-Oct-2007  garbled branches: 1.5.12; 1.5.16;
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.4  03-Aug-2007  tsutsui branches: 1.4.2; 1.4.4;
Misc KNF and cosmetics.
 1.3  11-Dec-2005  christos branches: 1.3.24; 1.3.30; 1.3.38; 1.3.40; 1.3.42; 1.3.44;
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  25-Jun-2003  cdi branches: 1.1.2;
Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting off
the hard drive is supported at the moment.
 1.1.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.1.2.1  03-Aug-2004  skrll Sync with HEAD
 1.2.16.3  24-Mar-2008  yamt sync with head.
 1.2.16.2  17-Mar-2008  yamt sync with head.
 1.2.16.1  03-Sep-2007  yamt sync with head.
 1.3.44.1  15-Aug-2007  skrll Sync with HEAD.
 1.3.42.1  07-Aug-2007  matt Sync with HEAD.
 1.3.40.2  03-Jun-2008  skrll Sync with netbsd-4.
 1.3.40.1  03-Sep-2007  wrstuden Sync w/ NetBSD-4-RC_1
 1.3.38.1  03-Oct-2007  garbled Sync with HEAD
 1.3.30.1  20-Aug-2007  ad Sync with HEAD.
 1.3.24.2  09-Mar-2008  bouyer Pull up following revision(s) (requested by tsutsui in ticket #1096):
sys/arch/cobalt/pci/pci_machdep.c: revision 1.25
sys/arch/cobalt/stand/boot/cons.c: revision 1.6
According to info from Byron Servies on port-cobalt,
the interrupt line from the primary (and only) tulip Ethernet
on Qube2700 is connected to CPU INT2, so handle it properly
in pci_intr_map(9).
cnscan() should return -1 (no input) if there is no console device.
Now wd boot works on Qube2700 (which doesn't have serial console).
 1.3.24.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.4.4.2  23-Mar-2008  matt sync with HEAD
 1.4.4.1  06-Nov-2007  matt sync with HEAD
 1.4.2.2  03-Aug-2007  tsutsui Misc KNF and cosmetics.
 1.4.2.1  03-Aug-2007  tsutsui file cons.c was added on branch jmcneill-pm on 2007-08-03 13:15:57 +0000
 1.5.16.2  02-Jun-2008  mjf Sync with HEAD.
 1.5.16.1  03-Apr-2008  mjf Sync with HEAD.
 1.5.12.1  24-Mar-2008  keiichi sync with head.
 1.8.4.1  16-May-2008  yamt sync with head.
 1.8.2.1  18-May-2008  yamt sync with head.
 1.9.30.1  17-Feb-2011  bouyer Sync with HEAD
 1.9.28.1  06-Jun-2011  jruoho Sync with HEAD.
 1.9.22.1  05-Mar-2011  rmind sync with head

RSS XML Feed