Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 1 | /** |
| 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 |
Wolfgang Denk | c57eadc | 2013-07-28 22:12:47 +0200 | [diff] [blame^] | 19 | * SPDX-License-Identifier: BSD-3-Clause |
Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 20 | * @par |
| 21 | * -- End of Copyright Notice -- |
| 22 | */ |
| 23 | |
| 24 | /** |
| 25 | * @defgroup IxVersionId IXP400 Version ID (IxVersionId) |
| 26 | * |
| 27 | * @brief Version Identifiers |
| 28 | * |
| 29 | * @{ |
| 30 | */ |
| 31 | |
| 32 | #ifndef IXVERSIONID_H |
| 33 | #define IXVERSIONID_H |
| 34 | |
| 35 | /** |
| 36 | * @brief Version Identifier String |
| 37 | * |
| 38 | * This string will be updated with each customer release of the IXP400 |
| 39 | * Software. |
| 40 | */ |
| 41 | #define IX_VERSION_ID "2_0" |
| 42 | |
| 43 | /** |
| 44 | * This string will be updated with each customer release of the IXP400 |
| 45 | * ADSL driver package. |
| 46 | */ |
| 47 | #define IX_VERSION_ADSL_ID "1_12" |
| 48 | |
| 49 | |
| 50 | /** |
| 51 | * This string will be updated with each customer release of the IXP400 |
| 52 | * USB Client driver package. |
| 53 | */ |
| 54 | #define IX_VERSION_USBRNDIS_ID "1_9" |
| 55 | |
| 56 | /** |
| 57 | * This string will be updated with each customer release of the IXP400 |
| 58 | * I2C Linux driver package. |
| 59 | */ |
| 60 | #define IX_VERSION_I2C_LINUX_ID "1_0" |
| 61 | |
| 62 | /** |
| 63 | * @brief Linux Ethernet Driver Patch Version Identifier String |
| 64 | * |
| 65 | * This string will be updated with each release of Linux Ethernet Patch |
| 66 | */ |
| 67 | #define LINUX_ETHERNET_DRIVER_PATCH_ID "1_4" |
| 68 | |
| 69 | /** |
| 70 | * @brief Linux Integration Patch Version Identifier String |
| 71 | * |
| 72 | * This String will be updated with each release of Linux Integration Patch |
| 73 | */ |
| 74 | #define LINUX_INTEGRATION_PATCH_ID "1_3" |
| 75 | |
| 76 | /** |
| 77 | * @brief Linux Ethernet Readme version Identifier String |
| 78 | * |
| 79 | * This string will be updated with each release of Linux Ethernet Readme |
| 80 | */ |
| 81 | #define LINUX_ETHERNET_README_ID "1_3" |
| 82 | |
| 83 | /** |
| 84 | * @brief Linux Integration Readme version Identifier String |
| 85 | * |
| 86 | * This string will be updated with each release of Linux Integration Readme |
| 87 | */ |
| 88 | |
| 89 | #define LINUX_INTEGRATION_README_ID "1_3" |
| 90 | |
| 91 | /** |
| 92 | * @brief Linux I2C driver Readme version Identifier String |
| 93 | * |
| 94 | * This string will be updated with each release of Linux I2C Driver Readme |
| 95 | */ |
| 96 | #define LINUX_I2C_DRIVER_README_ID "1_0" |
| 97 | |
| 98 | /** |
| 99 | * @brief ixp425_eth_update_nf_bridge.patch version Identifier String |
| 100 | * |
| 101 | * This string will be updated with each release of ixp425_eth_update_nf_bridge. |
| 102 | patch |
| 103 | * |
| 104 | */ |
| 105 | |
| 106 | #define IXP425_ETH_UPDATE_NF_BRIDGE_ID "1_3" |
| 107 | |
| 108 | /** |
| 109 | * @brief Internal Release Identifier String |
| 110 | * |
| 111 | * This string will be updated with each internal release (SQA drop) |
| 112 | * of the IXP400 Software. |
| 113 | */ |
| 114 | #define IX_VERSION_INTERNAL_ID "SQA3_5" |
| 115 | |
| 116 | /** |
| 117 | * @brief Compatible Tornado Version Identifier |
| 118 | */ |
| 119 | #define IX_VERSION_COMPATIBLE_TORNADO "Tornado2_2_1-PNE2_0" |
| 120 | |
| 121 | /** |
| 122 | * @brief Compatible Linux Version Identifier |
| 123 | */ |
| 124 | #define IX_VERSION_COMPATIBLE_LINUX "MVL3_1" |
| 125 | |
| 126 | |
| 127 | #endif /* IXVERSIONID_H */ |
| 128 | |
| 129 | /** |
| 130 | * @} addtogroup IxVersionId |
| 131 | */ |