Import changeset
[gem5.git] / system / alpha / h / eb64l.h
1 #ifndef __EB64L_H_LOADED
2 #define __EB64L_H_LOADED
3 /*****************************************************************************
4
5 Copyright © 1993, 1994 Digital Equipment Corporation,
6 Maynard, Massachusetts.
7
8 All Rights Reserved
9
10 Permission to use, copy, modify, and distribute this software and its
11 documentation for any purpose and without fee is hereby granted, provided
12 that the copyright notice and this permission notice appear in all copies
13 of software and supporting documentation, and that the name of Digital not
14 be used in advertising or publicity pertaining to distribution of the software
15 without specific, written prior permission. Digital grants this permission
16 provided that you prominently mark, as not part of the original, any
17 modifications made to this software or documentation.
18
19 Digital Equipment Corporation disclaims all warranties and/or guarantees
20 with regard to this software, including all implied warranties of fitness for
21 a particular purpose and merchantability, and makes no representations
22 regarding the use of, or the results of the use of, the software and
23 documentation in terms of correctness, accuracy, reliability, currentness or
24 otherwise; and you rely on the software, documentation and results solely at
25 your own risk.
26
27 ******************************************************************************/
28
29 /*
30 * $Id: eb64l.h,v 1.1.1.1 1997/10/30 23:27:14 verghese Exp $;
31 */
32
33 /*
34 * $Log: eb64l.h,v $
35 * Revision 1.1.1.1 1997/10/30 23:27:14 verghese
36 * current 10/29/97
37 *
38 * Revision 1.2 1995/02/10 02:21:59 fdh
39 * Corrected AlphaPC64 banner and prompt.
40 *
41 * Revision 1.1 1994/12/08 16:42:29 fdh
42 * Initial revision
43 *
44 */
45
46 #ifdef EB64L
47 /*
48 * Declare special definitions for systems with only
49 * minor variations from the standard system described
50 * by this file. To build for a variant board, declare
51 * the variant definition in addition to the standard
52 * definition. example... -DEB64P -DEB64L
53 */
54 #include "eb64p.h"
55
56 #undef BANNER
57 #define BANNER "AlphaPC64 Evaluation Board Debug Monitor"
58 #undef PROMPT
59 #define PROMPT "AlphaPC64> "
60 #undef ROMSIZE
61 #define ROMSIZE 0x100000
62 #define NEEDFLASHMEMORY
63 #define INTEL_28F008SA
64
65 #endif /* EB64L */
66 #endif /* __EB64L_H_LOADED */