xref: /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/phl_git_info.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /******************************************************************************
2  *
3  * Copyright(c) 2020 Realtek Corporation.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12  * more details.
13  *
14  * The full GNU General Public License is included in this distribution in the
15  * file called LICENSE.
16  *
17  * Contact Information:
18  * wlanfae <wlanfae@realtek.com>
19  * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
20  * Hsinchu 300, Taiwan.
21  *
22  * Larry Finger <Larry.Finger@lwfinger.net>
23  *
24  *****************************************************************************/
25 #ifndef __PHL_GIT_INFO_H__
26 #define __PHL_GIT_INFO_H__
27  /*@--------------------------[Define] ---------------------------------------*/
28 
29 #define RTK_CORE_SHA1   "edded47829b545bba085bcb89923bd8886c3c0af"
30 #define RTK_PHL_SHA1    "2025cc4d9a953e2ba009073694e74632e91f52f6"
31 #define RTK_HALMAC_SHA1 "693aef8a239c73f3ce6127fd44ce6e7bbdfecb66"
32 #define RTK_HALBB_SHA1  "3022229e7c76a53665f724247297d35c7203080a"
33 #define RTK_HALRF_SHA1  "13eb01605c9ce25baa82f76c580bf5344306290e"
34 #define RTK_BTC_SHA1    "b472110e030d7e74464d9516ff3f1f428853bc5e"
35 
36 #define RTK_CORE_TAGINFO     "v1.15.9.2-11-gedded47"
37 #define RTK_PHL_TAGINFO      "PHL_1_15_44_0100-37-g2025cc4"
38 #define RTK_HALMAC_TAGINFO   "HALMAC_0_25_47_0-0-g693aef8"
39 #define RTK_HALBB_TAGINFO    "HALBB_025_026_06-0-g3022229"
40 #define RTK_HALRF_TAGINFO    "HALRF_025_00_027-0-g13eb016"
41 #define RTK_BTC_TAGINFO      "HALBTC_025_023-0-gb472110"
42 
43 #endif /* __PHL_GIT_INFO_H__ */
44