blob: 27796ede842e2512337f202c615cdbc0c5f33e60 [file] [log] [blame]
Wolfgang Denkba94a1b2006-05-30 15:56:48 +02001/**
2 * @file IxVersionId.h
3 *
4 * @date 22-Aug-2002
5 *
6 * @brief This file contains the IXP400 Software version identifier
7 *
8 *
9 * @par
10 * IXP400 SW Release version 2.0
11 *
12 * -- Copyright Notice --
13 *
14 * @par
15 * Copyright 2001-2005, Intel Corporation.
16 * All rights reserved.
17 *
18 * @par
19 * Redistribution and use in source and binary forms, with or without
20 * modification, are permitted provided that the following conditions
21 * are met:
22 * 1. Redistributions of source code must retain the above copyright
23 * notice, this list of conditions and the following disclaimer.
24 * 2. Redistributions in binary form must reproduce the above copyright
25 * notice, this list of conditions and the following disclaimer in the
26 * documentation and/or other materials provided with the distribution.
27 * 3. Neither the name of the Intel Corporation nor the names of its contributors
28 * may be used to endorse or promote products derived from this software
29 * without specific prior written permission.
30 *
31 * @par
32 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
33 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
34 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
35 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
36 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
38 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
40 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
41 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
42 * SUCH DAMAGE.
43 *
44 * @par
45 * -- End of Copyright Notice --
46 */
47
48/**
49 * @defgroup IxVersionId IXP400 Version ID (IxVersionId)
50 *
51 * @brief Version Identifiers
52 *
53 * @{
54 */
55
56#ifndef IXVERSIONID_H
57#define IXVERSIONID_H
58
59/**
60 * @brief Version Identifier String
61 *
62 * This string will be updated with each customer release of the IXP400
63 * Software.
64 */
65#define IX_VERSION_ID "2_0"
66
67/**
68 * This string will be updated with each customer release of the IXP400
69 * ADSL driver package.
70 */
71#define IX_VERSION_ADSL_ID "1_12"
72
73
74/**
75 * This string will be updated with each customer release of the IXP400
76 * USB Client driver package.
77 */
78#define IX_VERSION_USBRNDIS_ID "1_9"
79
80/**
81 * This string will be updated with each customer release of the IXP400
82 * I2C Linux driver package.
83 */
84#define IX_VERSION_I2C_LINUX_ID "1_0"
85
86/**
87 * @brief Linux Ethernet Driver Patch Version Identifier String
88 *
89 * This string will be updated with each release of Linux Ethernet Patch
90 */
91#define LINUX_ETHERNET_DRIVER_PATCH_ID "1_4"
92
93/**
94 * @brief Linux Integration Patch Version Identifier String
95 *
96 * This String will be updated with each release of Linux Integration Patch
97 */
98#define LINUX_INTEGRATION_PATCH_ID "1_3"
99
100/**
101 * @brief Linux Ethernet Readme version Identifier String
102 *
103 * This string will be updated with each release of Linux Ethernet Readme
104 */
105#define LINUX_ETHERNET_README_ID "1_3"
106
107/**
108 * @brief Linux Integration Readme version Identifier String
109 *
110 * This string will be updated with each release of Linux Integration Readme
111 */
112
113#define LINUX_INTEGRATION_README_ID "1_3"
114
115/**
116 * @brief Linux I2C driver Readme version Identifier String
117 *
118 * This string will be updated with each release of Linux I2C Driver Readme
119 */
120#define LINUX_I2C_DRIVER_README_ID "1_0"
121
122/**
123 * @brief ixp425_eth_update_nf_bridge.patch version Identifier String
124 *
125 * This string will be updated with each release of ixp425_eth_update_nf_bridge.
126patch
127 *
128 */
129
130#define IXP425_ETH_UPDATE_NF_BRIDGE_ID "1_3"
131
132/**
133 * @brief Internal Release Identifier String
134 *
135 * This string will be updated with each internal release (SQA drop)
136 * of the IXP400 Software.
137 */
138#define IX_VERSION_INTERNAL_ID "SQA3_5"
139
140/**
141 * @brief Compatible Tornado Version Identifier
142 */
143#define IX_VERSION_COMPATIBLE_TORNADO "Tornado2_2_1-PNE2_0"
144
145/**
146 * @brief Compatible Linux Version Identifier
147 */
148#define IX_VERSION_COMPATIBLE_LINUX "MVL3_1"
149
150
151#endif /* IXVERSIONID_H */
152
153/**
154 * @} addtogroup IxVersionId
155 */