1 /* $Id: progress.h,v 1.1.1.1 2006/09/14 01:59:06 root Exp $ */
3 * PMON Written for LSI LOGIC Corp. by Phil Bunce.
4 * Phil Bunce, 100 Dolores St. Ste 242, Carmel CA 93923
6 * PMON Ported/rewritten for PowerPC by Per Fogelstrom, Opsycon AB.
10 * ID's for progress indicator during bootup.
12 #define CHKPNT_SBDR 0x01 /* in sbdreset */
13 #define CHKPNT_CACH 0x02 /* calling init_cache */
14 #define CHKPNT_ITLB 0x03 /* calling init_tlb */
15 #define CHKPNT_DATA 0x04 /* copying data area */
16 #define CHKPNT_ZBSS 0x05 /* clearing bss */
17 #define CHKPNT_HAND 0x06 /* installing exception handlers */
18 #define CHKPNT_SBDM 0x07 /* calling sbdmachinit */
19 #define CHKPNT_CREG 0x08 /* setting initial client conditions */
20 #define CHKPNT_DBGI 0x09 /* calling dbginit */
21 #define CHKPNT_MAIN 0x0a /* calling main */
22 #define CHKPNT_EXIT 0x0b /* calling exit */
23 #define CHKPNT_FREQ 0x0c /* determining CPU frequency */
24 #define CHKPNT_0MEM 0x0d /* no memory detected */
25 #define CHKPNT_WAIT 0x20 /* waiting for debugger connect */
26 #define CHKPNT_RDBG 0x21 /* entering remote debug mode */
27 #define CHKPNT_AUTO 0x22 /* waiting for autoboot timeout */
28 #define CHKPNT_ENVI 0x23 /* calling envinit */
29 #define CHKPNT_SBDD 0x24 /* calling sbddevinit */
30 #define CHKPNT_DEVI 0x25 /* calling devinit */
31 #define CHKPNT_NETI 0x26 /* calling init_net */
32 #define CHKPNT_HSTI 0x27 /* calling histinit */
33 #define CHKPNT_SYMI 0x28 /* calling syminit */
34 #define CHKPNT_DEMO 0x29 /* calling demoinit */
35 #define CHKPNT_MACH 0x2a /* calling getmachtype */
36 #define CHKPNT_SBDE 0x2b /* calling sbdenable */
37 #define CHKPNT_LOGO 0x2c /* printing PMON signon */
38 #define CHKPNT_SHRC 0x2d /* calling shrc */
39 #define CHKPNT_PMON 0x2e /* set state */
40 #define CHKPNT_PRAM 0x2f /* set state */
41 #define CHKPNT_RUN 0x30 /* set state */
42 #define CHKPNT_MAPV 0x31 /* calling sbd_mapenv */
43 #define CHKPNT_STDV 0x32 /* setting env defaults */
45 #define CHKPNT_PCIH 0x40 /* calling pci_hwinit */
46 #define CHKPNT_PCIS 0x41 /* scanning PCI bus */
47 #define CHKPNT_PCIR 0x42 /* calling pci_hwreinit */
48 #define CHKPNT_PCIW 0x43 /* configuring PCI windows */
49 #define CHKPNT_PCID 0x44 /* calling pci_setup_devices */