upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
2.7 KiB
131 lines
2.7 KiB
/**
|
|
* @file IxVersionId.h
|
|
*
|
|
* @date 22-Aug-2002
|
|
*
|
|
* @brief This file contains the IXP400 Software version identifier
|
|
*
|
|
*
|
|
* @par
|
|
* IXP400 SW Release version 2.0
|
|
*
|
|
* -- Copyright Notice --
|
|
*
|
|
* @par
|
|
* Copyright 2001-2005, Intel Corporation.
|
|
* All rights reserved.
|
|
*
|
|
* @par
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
* @par
|
|
* -- End of Copyright Notice --
|
|
*/
|
|
|
|
/**
|
|
* @defgroup IxVersionId IXP400 Version ID (IxVersionId)
|
|
*
|
|
* @brief Version Identifiers
|
|
*
|
|
* @{
|
|
*/
|
|
|
|
#ifndef IXVERSIONID_H
|
|
#define IXVERSIONID_H
|
|
|
|
/**
|
|
* @brief Version Identifier String
|
|
*
|
|
* This string will be updated with each customer release of the IXP400
|
|
* Software.
|
|
*/
|
|
#define IX_VERSION_ID "2_0"
|
|
|
|
/**
|
|
* This string will be updated with each customer release of the IXP400
|
|
* ADSL driver package.
|
|
*/
|
|
#define IX_VERSION_ADSL_ID "1_12"
|
|
|
|
|
|
/**
|
|
* This string will be updated with each customer release of the IXP400
|
|
* USB Client driver package.
|
|
*/
|
|
#define IX_VERSION_USBRNDIS_ID "1_9"
|
|
|
|
/**
|
|
* This string will be updated with each customer release of the IXP400
|
|
* I2C Linux driver package.
|
|
*/
|
|
#define IX_VERSION_I2C_LINUX_ID "1_0"
|
|
|
|
/**
|
|
* @brief Linux Ethernet Driver Patch Version Identifier String
|
|
*
|
|
* This string will be updated with each release of Linux Ethernet Patch
|
|
*/
|
|
#define LINUX_ETHERNET_DRIVER_PATCH_ID "1_4"
|
|
|
|
/**
|
|
* @brief Linux Integration Patch Version Identifier String
|
|
*
|
|
* This String will be updated with each release of Linux Integration Patch
|
|
*/
|
|
#define LINUX_INTEGRATION_PATCH_ID "1_3"
|
|
|
|
/**
|
|
* @brief Linux Ethernet Readme version Identifier String
|
|
*
|
|
* This string will be updated with each release of Linux Ethernet Readme
|
|
*/
|
|
#define LINUX_ETHERNET_README_ID "1_3"
|
|
|
|
/**
|
|
* @brief Linux Integration Readme version Identifier String
|
|
*
|
|
* This string will be updated with each release of Linux Integration Readme
|
|
*/
|
|
|
|
#define LINUX_INTEGRATION_README_ID "1_3"
|
|
|
|
/**
|
|
* @brief Linux I2C driver Readme version Identifier String
|
|
*
|
|
* This string will be updated with each release of Linux I2C Driver Readme
|
|
*/
|
|
#define LINUX_I2C_DRIVER_README_ID "1_0"
|
|
|
|
/**
|
|
* @brief ixp425_eth_update_nf_bridge.patch version Identifier String
|
|
*
|
|
* This string will be updated with each release of ixp425_eth_update_nf_bridge.
|
|
patch
|
|
*
|
|
*/
|
|
|
|
#define IXP425_ETH_UPDATE_NF_BRIDGE_ID "1_3"
|
|
|
|
/**
|
|
* @brief Internal Release Identifier String
|
|
*
|
|
* This string will be updated with each internal release (SQA drop)
|
|
* of the IXP400 Software.
|
|
*/
|
|
#define IX_VERSION_INTERNAL_ID "SQA3_5"
|
|
|
|
/**
|
|
* @brief Compatible Tornado Version Identifier
|
|
*/
|
|
#define IX_VERSION_COMPATIBLE_TORNADO "Tornado2_2_1-PNE2_0"
|
|
|
|
/**
|
|
* @brief Compatible Linux Version Identifier
|
|
*/
|
|
#define IX_VERSION_COMPATIBLE_LINUX "MVL3_1"
|
|
|
|
|
|
#endif /* IXVERSIONID_H */
|
|
|
|
/**
|
|
* @} addtogroup IxVersionId
|
|
*/
|
|
|