85 lines
2.8 KiB
C
85 lines
2.8 KiB
C
|
/*-
|
||
|
* Copyright (c) 2017 Broadcom. All rights reserved.
|
||
|
* The term "Broadcom" refers to Broadcom Limited and/or its subsidiaries.
|
||
|
*
|
||
|
* Redistribution and use in source and binary forms, with or without
|
||
|
* modification, are permitted provided that the following conditions are met:
|
||
|
*
|
||
|
* 1. Redistributions of source code must retain the above copyright notice,
|
||
|
* this list of conditions and the following disclaimer.
|
||
|
*
|
||
|
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||
|
* this list of conditions and the following disclaimer in the documentation
|
||
|
* and/or other materials provided with the distribution.
|
||
|
*
|
||
|
* 3. Neither the name of the copyright holder nor the names of its contributors
|
||
|
* may be used to endorse or promote products derived from this software
|
||
|
* without specific prior written permission.
|
||
|
*
|
||
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||
|
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||
|
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||
|
* POSSIBILITY OF SUCH DAMAGE.
|
||
|
*
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
|
||
|
#define STR_BE_BRANCH "0"
|
||
|
#define STR_BE_BUILD "9999"
|
||
|
#define STR_BE_DOT "0"
|
||
|
#define STR_BE_MINOR "0"
|
||
|
#define STR_BE_MAJOR "0"
|
||
|
|
||
|
#define BE_BRANCH 0
|
||
|
#define BE_BUILD 9999
|
||
|
#define BE_DOT 0
|
||
|
#define BE_MINOR 0
|
||
|
#define BE_MAJOR 0
|
||
|
|
||
|
#define MGMT_BRANCH 0
|
||
|
#define MGMT_BUILDNUM 476
|
||
|
#define MGMT_MINOR 100
|
||
|
#define MGMT_MAJOR 2
|
||
|
|
||
|
#define BE_REDBOOT_VERSION "2.0.5.0"
|
||
|
|
||
|
//start-auto
|
||
|
#define BUILD_MONTH "6"
|
||
|
#define BUILD_MONTH_NAME "June"
|
||
|
#define BUILD_DAY "12"
|
||
|
#define BUILD_YEAR "2009"
|
||
|
#define BUILD_24HOUR "5"
|
||
|
#define BUILD_12HOUR "5"
|
||
|
#define BUILD_AM_PM "AM"
|
||
|
#define BUILD_MIN "37"
|
||
|
#define BUILD_SEC "17"
|
||
|
#define BUILD_MONTH_NUMBER 6
|
||
|
#define BUILD_DAY_NUMBER 12
|
||
|
#define BUILD_YEAR_NUMBER 2009
|
||
|
#define BUILD_24HOUR_NUMBER 5
|
||
|
#define BUILD_12HOUR_NUMBER 5
|
||
|
#define BUILD_MIN_NUMBER 37
|
||
|
#define BUILD_SEC_NUMBER 17
|
||
|
#undef MAJOR_BUILD
|
||
|
#undef MINOR_BUILD
|
||
|
#undef DOT_BUILD
|
||
|
#undef NUMBERED_BUILD
|
||
|
#undef BRANCH_BUILD
|
||
|
//end-auto
|
||
|
|
||
|
#define ELX_FCOE_XROM_BIOS_VER "7.03a1"
|
||
|
#define ELX_FCoE_X86_VER "4.02a1"
|
||
|
#define ELX_FCoE_EFI_VER "5.01a1"
|
||
|
#define ELX_FCoE_FCODE_VER "4.01a0"
|
||
|
#define ELX_PXE_BIOS_VER "3.00a5"
|
||
|
#define ELX_UEFI_NIC_VER "2.10A10"
|
||
|
#define ELX_UEFI_FCODE_VER "1.10A1"
|
||
|
#define ELX_ISCSI_BIOS_VER "1.00A8"
|