xref: /freebsd/sys/dev/ocs_fc/version.h (revision 95ee2897)
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 
32 #define STR_BE_BRANCH "0"
33 #define STR_BE_BUILD "9999"
34 #define STR_BE_DOT   "0"
35 #define STR_BE_MINOR "0"
36 #define STR_BE_MAJOR "0"
37 
38 #define BE_BRANCH 0
39 #define BE_BUILD 9999
40 #define BE_DOT   0
41 #define BE_MINOR 0
42 #define BE_MAJOR 0
43 
44 #define MGMT_BRANCH 0
45 #define MGMT_BUILDNUM 476
46 #define MGMT_MINOR 100
47 #define MGMT_MAJOR 2
48 
49 #define BE_REDBOOT_VERSION "2.0.5.0"
50 
51 //start-auto
52 #define BUILD_MONTH "6"
53 #define BUILD_MONTH_NAME "June"
54 #define BUILD_DAY "12"
55 #define BUILD_YEAR "2009"
56 #define BUILD_24HOUR "5"
57 #define BUILD_12HOUR "5"
58 #define BUILD_AM_PM "AM"
59 #define BUILD_MIN "37"
60 #define BUILD_SEC "17"
61 #define BUILD_MONTH_NUMBER 6
62 #define BUILD_DAY_NUMBER 12
63 #define BUILD_YEAR_NUMBER 2009
64 #define BUILD_24HOUR_NUMBER 5
65 #define BUILD_12HOUR_NUMBER 5
66 #define BUILD_MIN_NUMBER 37
67 #define BUILD_SEC_NUMBER 17
68 #undef MAJOR_BUILD
69 #undef MINOR_BUILD
70 #undef DOT_BUILD
71 #undef NUMBERED_BUILD
72 #undef BRANCH_BUILD
73 //end-auto
74 
75 #define ELX_FCOE_XROM_BIOS_VER "7.03a1"
76 #define ELX_FCoE_X86_VER       "4.02a1"
77 #define ELX_FCoE_EFI_VER       "5.01a1"
78 #define ELX_FCoE_FCODE_VER     "4.01a0"
79 #define ELX_PXE_BIOS_VER       "3.00a5"
80 #define ELX_UEFI_NIC_VER       "2.10A10"
81 #define ELX_UEFI_FCODE_VER     "1.10A1"
82 #define ELX_ISCSI_BIOS_VER     "1.00A8"
83