1/*-
2 * Copyright (c) 2017 Broadcom. All rights reserved.
3 * The term "Broadcom" refers to Broadcom Limited and/or its subsidiaries.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,
9 *    this list of conditions and the following disclaimer.
10 *
11 * 2. Redistributions in binary form must reproduce the above copyright notice,
12 *    this list of conditions and the following disclaimer in the documentation
13 *    and/or other materials provided with the distribution.
14 *
15 * 3. Neither the name of the copyright holder nor the names of its contributors
16 *    may be used to endorse or promote products derived from this software
17 *    without specific prior written permission.
18 *
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $FreeBSD: stable/11/sys/dev/ocs_fc/version.h 331766 2018-03-30 15:28:25Z ken $
32 */
33
34#define STR_BE_BRANCH "0"
35#define STR_BE_BUILD "9999"
36#define STR_BE_DOT   "0"
37#define STR_BE_MINOR "0"
38#define STR_BE_MAJOR "0"
39
40#define BE_BRANCH 0
41#define BE_BUILD 9999
42#define BE_DOT   0
43#define BE_MINOR 0
44#define BE_MAJOR 0
45
46#define MGMT_BRANCH 0
47#define MGMT_BUILDNUM 476
48#define MGMT_MINOR 100
49#define MGMT_MAJOR 2
50
51#define BE_REDBOOT_VERSION "2.0.5.0"
52
53//start-auto
54#define BUILD_MONTH "6"
55#define BUILD_MONTH_NAME "June"
56#define BUILD_DAY "12"
57#define BUILD_YEAR "2009"
58#define BUILD_24HOUR "5"
59#define BUILD_12HOUR "5"
60#define BUILD_AM_PM "AM"
61#define BUILD_MIN "37"
62#define BUILD_SEC "17"
63#define BUILD_MONTH_NUMBER 6
64#define BUILD_DAY_NUMBER 12
65#define BUILD_YEAR_NUMBER 2009
66#define BUILD_24HOUR_NUMBER 5
67#define BUILD_12HOUR_NUMBER 5
68#define BUILD_MIN_NUMBER 37
69#define BUILD_SEC_NUMBER 17
70#undef MAJOR_BUILD
71#undef MINOR_BUILD
72#undef DOT_BUILD
73#undef NUMBERED_BUILD
74#undef BRANCH_BUILD
75//end-auto
76
77#define ELX_FCOE_XROM_BIOS_VER "7.03a1"
78#define ELX_FCoE_X86_VER       "4.02a1"
79#define ELX_FCoE_EFI_VER       "5.01a1"
80#define ELX_FCoE_FCODE_VER     "4.01a0"
81#define ELX_PXE_BIOS_VER       "3.00a5"
82#define ELX_UEFI_NIC_VER       "2.10A10"
83#define ELX_UEFI_FCODE_VER     "1.10A1"
84#define ELX_ISCSI_BIOS_VER     "1.00A8"
85