blob: 232b42b7f7ce7e2286bedc684bb17e0cca04cba0 [file] [log] [blame]
Auke Kokbc7f75f2007-09-17 12:30:59 -07001/*******************************************************************************
2
3 Intel PRO/1000 Linux driver
Bruce Allan0d6057e2011-01-04 01:16:44 +00004 Copyright(c) 1999 - 2011 Intel Corporation.
Auke Kokbc7f75f2007-09-17 12:30:59 -07005
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.
9
10 This program is distributed in the hope it will be useful, but WITHOUT
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 more details.
14
15 You should have received a copy of the GNU General Public License along with
16 this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
18
19 The full GNU General Public License is included in this distribution in
20 the file called "COPYING".
21
22 Contact Information:
23 Linux NICS <linux.nics@intel.com>
24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
25 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
26
27*******************************************************************************/
28
29/*
Bruce Allan16059272008-11-21 16:51:06 -080030 * 82562G 10/100 Network Connection
Auke Kokbc7f75f2007-09-17 12:30:59 -070031 * 82562G-2 10/100 Network Connection
32 * 82562GT 10/100 Network Connection
33 * 82562GT-2 10/100 Network Connection
34 * 82562V 10/100 Network Connection
35 * 82562V-2 10/100 Network Connection
36 * 82566DC-2 Gigabit Network Connection
37 * 82566DC Gigabit Network Connection
38 * 82566DM-2 Gigabit Network Connection
39 * 82566DM Gigabit Network Connection
40 * 82566MC Gigabit Network Connection
41 * 82566MM Gigabit Network Connection
Bruce Allan97ac8ca2008-04-29 09:16:05 -070042 * 82567LM Gigabit Network Connection
43 * 82567LF Gigabit Network Connection
Bruce Allan16059272008-11-21 16:51:06 -080044 * 82567V Gigabit Network Connection
Bruce Allan97ac8ca2008-04-29 09:16:05 -070045 * 82567LM-2 Gigabit Network Connection
46 * 82567LF-2 Gigabit Network Connection
47 * 82567V-2 Gigabit Network Connection
Bruce Allanf4187b52008-08-26 18:36:50 -070048 * 82567LF-3 Gigabit Network Connection
49 * 82567LM-3 Gigabit Network Connection
Bruce Allan2f15f9d2008-08-26 18:36:36 -070050 * 82567LM-4 Gigabit Network Connection
Bruce Allana4f58f52009-06-02 11:29:18 +000051 * 82577LM Gigabit Network Connection
52 * 82577LC Gigabit Network Connection
53 * 82578DM Gigabit Network Connection
54 * 82578DC Gigabit Network Connection
Bruce Alland3738bb2010-06-16 13:27:28 +000055 * 82579LM Gigabit Network Connection
56 * 82579V Gigabit Network Connection
Auke Kokbc7f75f2007-09-17 12:30:59 -070057 */
58
Auke Kokbc7f75f2007-09-17 12:30:59 -070059#include "e1000.h"
60
61#define ICH_FLASH_GFPREG 0x0000
62#define ICH_FLASH_HSFSTS 0x0004
63#define ICH_FLASH_HSFCTL 0x0006
64#define ICH_FLASH_FADDR 0x0008
65#define ICH_FLASH_FDATA0 0x0010
Bruce Allan4a770352008-10-01 17:18:35 -070066#define ICH_FLASH_PR0 0x0074
Auke Kokbc7f75f2007-09-17 12:30:59 -070067
68#define ICH_FLASH_READ_COMMAND_TIMEOUT 500
69#define ICH_FLASH_WRITE_COMMAND_TIMEOUT 500
70#define ICH_FLASH_ERASE_COMMAND_TIMEOUT 3000000
71#define ICH_FLASH_LINEAR_ADDR_MASK 0x00FFFFFF
72#define ICH_FLASH_CYCLE_REPEAT_COUNT 10
73
74#define ICH_CYCLE_READ 0
75#define ICH_CYCLE_WRITE 2
76#define ICH_CYCLE_ERASE 3
77
78#define FLASH_GFPREG_BASE_MASK 0x1FFF
79#define FLASH_SECTOR_ADDR_SHIFT 12
80
81#define ICH_FLASH_SEG_SIZE_256 256
82#define ICH_FLASH_SEG_SIZE_4K 4096
83#define ICH_FLASH_SEG_SIZE_8K 8192
84#define ICH_FLASH_SEG_SIZE_64K 65536
85
86
87#define E1000_ICH_FWSM_RSPCIPHY 0x00000040 /* Reset PHY on PCI Reset */
Bruce Allan6dfaa762010-05-05 22:00:06 +000088/* FW established a valid mode */
89#define E1000_ICH_FWSM_FW_VALID 0x00008000
Auke Kokbc7f75f2007-09-17 12:30:59 -070090
91#define E1000_ICH_MNG_IAMT_MODE 0x2
92
93#define ID_LED_DEFAULT_ICH8LAN ((ID_LED_DEF1_DEF2 << 12) | \
94 (ID_LED_DEF1_OFF2 << 8) | \
95 (ID_LED_DEF1_ON2 << 4) | \
96 (ID_LED_DEF1_DEF2))
97
98#define E1000_ICH_NVM_SIG_WORD 0x13
99#define E1000_ICH_NVM_SIG_MASK 0xC000
Bruce Allane2434552008-11-21 17:02:41 -0800100#define E1000_ICH_NVM_VALID_SIG_MASK 0xC0
101#define E1000_ICH_NVM_SIG_VALUE 0x80
Auke Kokbc7f75f2007-09-17 12:30:59 -0700102
103#define E1000_ICH8_LAN_INIT_TIMEOUT 1500
104
105#define E1000_FEXTNVM_SW_CONFIG 1
106#define E1000_FEXTNVM_SW_CONFIG_ICH8M (1 << 27) /* Bit redefined for ICH8M :/ */
107
Bruce Allan831bd2e2010-09-22 17:16:18 +0000108#define E1000_FEXTNVM4_BEACON_DURATION_MASK 0x7
109#define E1000_FEXTNVM4_BEACON_DURATION_8USEC 0x7
110#define E1000_FEXTNVM4_BEACON_DURATION_16USEC 0x3
111
Auke Kokbc7f75f2007-09-17 12:30:59 -0700112#define PCIE_ICH8_SNOOP_ALL PCIE_NO_SNOOP_ALL
113
114#define E1000_ICH_RAR_ENTRIES 7
115
116#define PHY_PAGE_SHIFT 5
117#define PHY_REG(page, reg) (((page) << PHY_PAGE_SHIFT) | \
118 ((reg) & MAX_PHY_REG_ADDRESS))
119#define IGP3_KMRN_DIAG PHY_REG(770, 19) /* KMRN Diagnostic */
120#define IGP3_VR_CTRL PHY_REG(776, 18) /* Voltage Regulator Control */
121
122#define IGP3_KMRN_DIAG_PCS_LOCK_LOSS 0x0002
123#define IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK 0x0300
124#define IGP3_VR_CTRL_MODE_SHUTDOWN 0x0200
125
Bruce Allana4f58f52009-06-02 11:29:18 +0000126#define HV_LED_CONFIG PHY_REG(768, 30) /* LED Configuration */
127
Bruce Allan53ac5a82009-10-26 11:23:06 +0000128#define SW_FLAG_TIMEOUT 1000 /* SW Semaphore flag timeout in milliseconds */
129
Bruce Allanf523d212009-10-29 13:45:45 +0000130/* SMBus Address Phy Register */
131#define HV_SMB_ADDR PHY_REG(768, 26)
Bruce Allan8395ae82010-09-22 17:15:08 +0000132#define HV_SMB_ADDR_MASK 0x007F
Bruce Allanf523d212009-10-29 13:45:45 +0000133#define HV_SMB_ADDR_PEC_EN 0x0200
134#define HV_SMB_ADDR_VALID 0x0080
135
Bruce Alland3738bb2010-06-16 13:27:28 +0000136/* PHY Power Management Control */
137#define HV_PM_CTRL PHY_REG(770, 17)
138
Bruce Allane52997f2010-06-16 13:27:49 +0000139/* PHY Low Power Idle Control */
140#define I82579_LPI_CTRL PHY_REG(772, 20)
141#define I82579_LPI_CTRL_ENABLE_MASK 0x6000
142
Bruce Allanf523d212009-10-29 13:45:45 +0000143/* Strapping Option Register - RO */
144#define E1000_STRAP 0x0000C
145#define E1000_STRAP_SMBUS_ADDRESS_MASK 0x00FE0000
146#define E1000_STRAP_SMBUS_ADDRESS_SHIFT 17
147
Bruce Allanfa2ce132009-10-26 11:23:25 +0000148/* OEM Bits Phy Register */
149#define HV_OEM_BITS PHY_REG(768, 25)
150#define HV_OEM_BITS_LPLU 0x0004 /* Low Power Link Up */
Bruce Allanf523d212009-10-29 13:45:45 +0000151#define HV_OEM_BITS_GBE_DIS 0x0040 /* Gigabit Disable */
Bruce Allanfa2ce132009-10-26 11:23:25 +0000152#define HV_OEM_BITS_RESTART_AN 0x0400 /* Restart Auto-negotiation */
153
Bruce Allan1d5846b2009-10-29 13:46:05 +0000154#define E1000_NVM_K1_CONFIG 0x1B /* NVM K1 Config Word */
155#define E1000_NVM_K1_ENABLE 0x1 /* NVM Enable K1 bit */
156
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000157/* KMRN Mode Control */
158#define HV_KMRN_MODE_CTRL PHY_REG(769, 16)
159#define HV_KMRN_MDIO_SLOW 0x0400
160
Auke Kokbc7f75f2007-09-17 12:30:59 -0700161/* ICH GbE Flash Hardware Sequencing Flash Status Register bit breakdown */
162/* Offset 04h HSFSTS */
163union ich8_hws_flash_status {
164 struct ich8_hsfsts {
165 u16 flcdone :1; /* bit 0 Flash Cycle Done */
166 u16 flcerr :1; /* bit 1 Flash Cycle Error */
167 u16 dael :1; /* bit 2 Direct Access error Log */
168 u16 berasesz :2; /* bit 4:3 Sector Erase Size */
169 u16 flcinprog :1; /* bit 5 flash cycle in Progress */
170 u16 reserved1 :2; /* bit 13:6 Reserved */
171 u16 reserved2 :6; /* bit 13:6 Reserved */
172 u16 fldesvalid :1; /* bit 14 Flash Descriptor Valid */
173 u16 flockdn :1; /* bit 15 Flash Config Lock-Down */
174 } hsf_status;
175 u16 regval;
176};
177
178/* ICH GbE Flash Hardware Sequencing Flash control Register bit breakdown */
179/* Offset 06h FLCTL */
180union ich8_hws_flash_ctrl {
181 struct ich8_hsflctl {
182 u16 flcgo :1; /* 0 Flash Cycle Go */
183 u16 flcycle :2; /* 2:1 Flash Cycle */
184 u16 reserved :5; /* 7:3 Reserved */
185 u16 fldbcount :2; /* 9:8 Flash Data Byte Count */
186 u16 flockdn :6; /* 15:10 Reserved */
187 } hsf_ctrl;
188 u16 regval;
189};
190
191/* ICH Flash Region Access Permissions */
192union ich8_hws_flash_regacc {
193 struct ich8_flracc {
194 u32 grra :8; /* 0:7 GbE region Read Access */
195 u32 grwa :8; /* 8:15 GbE region Write Access */
196 u32 gmrag :8; /* 23:16 GbE Master Read Access Grant */
197 u32 gmwag :8; /* 31:24 GbE Master Write Access Grant */
198 } hsf_flregacc;
199 u16 regval;
200};
201
Bruce Allan4a770352008-10-01 17:18:35 -0700202/* ICH Flash Protected Region */
203union ich8_flash_protected_range {
204 struct ich8_pr {
205 u32 base:13; /* 0:12 Protected Range Base */
206 u32 reserved1:2; /* 13:14 Reserved */
207 u32 rpe:1; /* 15 Read Protection Enable */
208 u32 limit:13; /* 16:28 Protected Range Limit */
209 u32 reserved2:2; /* 29:30 Reserved */
210 u32 wpe:1; /* 31 Write Protection Enable */
211 } range;
212 u32 regval;
213};
214
Auke Kokbc7f75f2007-09-17 12:30:59 -0700215static s32 e1000_setup_link_ich8lan(struct e1000_hw *hw);
216static void e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw);
217static void e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700218static s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank);
219static s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
220 u32 offset, u8 byte);
Bruce Allanf4187b52008-08-26 18:36:50 -0700221static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
222 u8 *data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700223static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
224 u16 *data);
225static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
226 u8 size, u16 *data);
227static s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw);
228static s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw);
Bruce Allanf4187b52008-08-26 18:36:50 -0700229static s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw);
Bruce Allana4f58f52009-06-02 11:29:18 +0000230static s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw);
231static s32 e1000_led_on_ich8lan(struct e1000_hw *hw);
232static s32 e1000_led_off_ich8lan(struct e1000_hw *hw);
233static s32 e1000_id_led_init_pchlan(struct e1000_hw *hw);
234static s32 e1000_setup_led_pchlan(struct e1000_hw *hw);
235static s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw);
236static s32 e1000_led_on_pchlan(struct e1000_hw *hw);
237static s32 e1000_led_off_pchlan(struct e1000_hw *hw);
Bruce Allanfa2ce132009-10-26 11:23:25 +0000238static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
Bruce Allan17f208d2009-12-01 15:47:22 +0000239static void e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw);
Bruce Allanf523d212009-10-29 13:45:45 +0000240static void e1000_lan_init_done_ich8lan(struct e1000_hw *hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +0000241static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link);
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000242static s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw);
Bruce Allaneb7700d2010-06-16 13:27:05 +0000243static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw);
244static bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw);
Bruce Allan831bd2e2010-09-22 17:16:18 +0000245static s32 e1000_k1_workaround_lv(struct e1000_hw *hw);
Bruce Allan605c82b2010-09-22 17:17:01 +0000246static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700247
248static inline u16 __er16flash(struct e1000_hw *hw, unsigned long reg)
249{
250 return readw(hw->flash_address + reg);
251}
252
253static inline u32 __er32flash(struct e1000_hw *hw, unsigned long reg)
254{
255 return readl(hw->flash_address + reg);
256}
257
258static inline void __ew16flash(struct e1000_hw *hw, unsigned long reg, u16 val)
259{
260 writew(val, hw->flash_address + reg);
261}
262
263static inline void __ew32flash(struct e1000_hw *hw, unsigned long reg, u32 val)
264{
265 writel(val, hw->flash_address + reg);
266}
267
268#define er16flash(reg) __er16flash(hw, (reg))
269#define er32flash(reg) __er32flash(hw, (reg))
270#define ew16flash(reg,val) __ew16flash(hw, (reg), (val))
271#define ew32flash(reg,val) __ew32flash(hw, (reg), (val))
272
273/**
Bruce Allana4f58f52009-06-02 11:29:18 +0000274 * e1000_init_phy_params_pchlan - Initialize PHY function pointers
275 * @hw: pointer to the HW structure
276 *
277 * Initialize family-specific PHY parameters and function pointers.
278 **/
279static s32 e1000_init_phy_params_pchlan(struct e1000_hw *hw)
280{
281 struct e1000_phy_info *phy = &hw->phy;
Bruce Allan605c82b2010-09-22 17:17:01 +0000282 u32 ctrl, fwsm;
Bruce Allana4f58f52009-06-02 11:29:18 +0000283 s32 ret_val = 0;
284
285 phy->addr = 1;
286 phy->reset_delay_us = 100;
287
Bruce Allan94d81862009-11-20 23:25:26 +0000288 phy->ops.read_reg = e1000_read_phy_reg_hv;
289 phy->ops.read_reg_locked = e1000_read_phy_reg_hv_locked;
Bruce Allanfa2ce132009-10-26 11:23:25 +0000290 phy->ops.set_d0_lplu_state = e1000_set_lplu_state_pchlan;
291 phy->ops.set_d3_lplu_state = e1000_set_lplu_state_pchlan;
Bruce Allan94d81862009-11-20 23:25:26 +0000292 phy->ops.write_reg = e1000_write_phy_reg_hv;
293 phy->ops.write_reg_locked = e1000_write_phy_reg_hv_locked;
Bruce Allan17f208d2009-12-01 15:47:22 +0000294 phy->ops.power_up = e1000_power_up_phy_copper;
295 phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
Bruce Allana4f58f52009-06-02 11:29:18 +0000296 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
297
Bruce Alland3738bb2010-06-16 13:27:28 +0000298 /*
299 * The MAC-PHY interconnect may still be in SMBus mode
300 * after Sx->S0. If the manageability engine (ME) is
301 * disabled, then toggle the LANPHYPC Value bit to force
302 * the interconnect to PCIe mode.
303 */
Bruce Allan605c82b2010-09-22 17:17:01 +0000304 fwsm = er32(FWSM);
305 if (!(fwsm & E1000_ICH_FWSM_FW_VALID)) {
Bruce Allan6dfaa762010-05-05 22:00:06 +0000306 ctrl = er32(CTRL);
307 ctrl |= E1000_CTRL_LANPHYPC_OVERRIDE;
308 ctrl &= ~E1000_CTRL_LANPHYPC_VALUE;
309 ew32(CTRL, ctrl);
310 udelay(10);
311 ctrl &= ~E1000_CTRL_LANPHYPC_OVERRIDE;
312 ew32(CTRL, ctrl);
313 msleep(50);
Bruce Allan605c82b2010-09-22 17:17:01 +0000314
315 /*
316 * Gate automatic PHY configuration by hardware on
317 * non-managed 82579
318 */
319 if (hw->mac.type == e1000_pch2lan)
320 e1000_gate_hw_phy_config_ich8lan(hw, true);
Bruce Allan6dfaa762010-05-05 22:00:06 +0000321 }
322
Bruce Allan627c8a02010-05-05 22:00:27 +0000323 /*
Uwe Kleine-Königb5950762010-11-01 15:38:34 -0400324 * Reset the PHY before any access to it. Doing so, ensures that
Bruce Allan627c8a02010-05-05 22:00:27 +0000325 * the PHY is in a known good state before we read/write PHY registers.
326 * The generic reset is sufficient here, because we haven't determined
327 * the PHY type yet.
328 */
329 ret_val = e1000e_phy_hw_reset_generic(hw);
330 if (ret_val)
331 goto out;
332
Bruce Allan605c82b2010-09-22 17:17:01 +0000333 /* Ungate automatic PHY configuration on non-managed 82579 */
334 if ((hw->mac.type == e1000_pch2lan) &&
335 !(fwsm & E1000_ICH_FWSM_FW_VALID)) {
336 msleep(10);
337 e1000_gate_hw_phy_config_ich8lan(hw, false);
338 }
339
Bruce Allana4f58f52009-06-02 11:29:18 +0000340 phy->id = e1000_phy_unknown;
Bruce Allan664dc872010-11-24 06:01:46 +0000341 switch (hw->mac.type) {
342 default:
343 ret_val = e1000e_get_phy_id(hw);
344 if (ret_val)
345 goto out;
346 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK))
347 break;
348 /* fall-through */
349 case e1000_pch2lan:
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000350 /*
Bruce Allan664dc872010-11-24 06:01:46 +0000351 * In case the PHY needs to be in mdio slow mode,
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000352 * set slow mode and try to get the PHY id again.
353 */
354 ret_val = e1000_set_mdio_slow_mode_hv(hw);
355 if (ret_val)
356 goto out;
357 ret_val = e1000e_get_phy_id(hw);
358 if (ret_val)
359 goto out;
Bruce Allan664dc872010-11-24 06:01:46 +0000360 break;
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000361 }
Bruce Allana4f58f52009-06-02 11:29:18 +0000362 phy->type = e1000e_get_phy_type_from_id(phy->id);
363
Bruce Allan0be84012009-12-02 17:03:18 +0000364 switch (phy->type) {
365 case e1000_phy_82577:
Bruce Alland3738bb2010-06-16 13:27:28 +0000366 case e1000_phy_82579:
Bruce Allana4f58f52009-06-02 11:29:18 +0000367 phy->ops.check_polarity = e1000_check_polarity_82577;
368 phy->ops.force_speed_duplex =
369 e1000_phy_force_speed_duplex_82577;
Bruce Allan0be84012009-12-02 17:03:18 +0000370 phy->ops.get_cable_length = e1000_get_cable_length_82577;
Bruce Allan94d81862009-11-20 23:25:26 +0000371 phy->ops.get_info = e1000_get_phy_info_82577;
372 phy->ops.commit = e1000e_phy_sw_reset;
Bruce Allaneab50ff2010-05-10 15:01:30 +0000373 break;
Bruce Allan0be84012009-12-02 17:03:18 +0000374 case e1000_phy_82578:
375 phy->ops.check_polarity = e1000_check_polarity_m88;
376 phy->ops.force_speed_duplex = e1000e_phy_force_speed_duplex_m88;
377 phy->ops.get_cable_length = e1000e_get_cable_length_m88;
378 phy->ops.get_info = e1000e_get_phy_info_m88;
379 break;
380 default:
381 ret_val = -E1000_ERR_PHY;
382 break;
Bruce Allana4f58f52009-06-02 11:29:18 +0000383 }
384
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000385out:
Bruce Allana4f58f52009-06-02 11:29:18 +0000386 return ret_val;
387}
388
389/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700390 * e1000_init_phy_params_ich8lan - Initialize PHY function pointers
391 * @hw: pointer to the HW structure
392 *
393 * Initialize family-specific PHY parameters and function pointers.
394 **/
395static s32 e1000_init_phy_params_ich8lan(struct e1000_hw *hw)
396{
397 struct e1000_phy_info *phy = &hw->phy;
398 s32 ret_val;
399 u16 i = 0;
400
401 phy->addr = 1;
402 phy->reset_delay_us = 100;
403
Bruce Allan17f208d2009-12-01 15:47:22 +0000404 phy->ops.power_up = e1000_power_up_phy_copper;
405 phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
406
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700407 /*
408 * We may need to do this twice - once for IGP and if that fails,
409 * we'll set BM func pointers and try again
410 */
411 ret_val = e1000e_determine_phy_address(hw);
412 if (ret_val) {
Bruce Allan94d81862009-11-20 23:25:26 +0000413 phy->ops.write_reg = e1000e_write_phy_reg_bm;
414 phy->ops.read_reg = e1000e_read_phy_reg_bm;
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700415 ret_val = e1000e_determine_phy_address(hw);
Bruce Allan9b71b412009-12-01 15:53:07 +0000416 if (ret_val) {
417 e_dbg("Cannot determine PHY addr. Erroring out\n");
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700418 return ret_val;
Bruce Allan9b71b412009-12-01 15:53:07 +0000419 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700420 }
421
Auke Kokbc7f75f2007-09-17 12:30:59 -0700422 phy->id = 0;
423 while ((e1000_phy_unknown == e1000e_get_phy_type_from_id(phy->id)) &&
424 (i++ < 100)) {
425 msleep(1);
426 ret_val = e1000e_get_phy_id(hw);
427 if (ret_val)
428 return ret_val;
429 }
430
431 /* Verify phy id */
432 switch (phy->id) {
433 case IGP03E1000_E_PHY_ID:
434 phy->type = e1000_phy_igp_3;
435 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
Bruce Allan94d81862009-11-20 23:25:26 +0000436 phy->ops.read_reg_locked = e1000e_read_phy_reg_igp_locked;
437 phy->ops.write_reg_locked = e1000e_write_phy_reg_igp_locked;
Bruce Allan0be84012009-12-02 17:03:18 +0000438 phy->ops.get_info = e1000e_get_phy_info_igp;
439 phy->ops.check_polarity = e1000_check_polarity_igp;
440 phy->ops.force_speed_duplex = e1000e_phy_force_speed_duplex_igp;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700441 break;
442 case IFE_E_PHY_ID:
443 case IFE_PLUS_E_PHY_ID:
444 case IFE_C_E_PHY_ID:
445 phy->type = e1000_phy_ife;
446 phy->autoneg_mask = E1000_ALL_NOT_GIG;
Bruce Allan0be84012009-12-02 17:03:18 +0000447 phy->ops.get_info = e1000_get_phy_info_ife;
448 phy->ops.check_polarity = e1000_check_polarity_ife;
449 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_ife;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700450 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700451 case BME1000_E_PHY_ID:
452 phy->type = e1000_phy_bm;
453 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
Bruce Allan94d81862009-11-20 23:25:26 +0000454 phy->ops.read_reg = e1000e_read_phy_reg_bm;
455 phy->ops.write_reg = e1000e_write_phy_reg_bm;
456 phy->ops.commit = e1000e_phy_sw_reset;
Bruce Allan0be84012009-12-02 17:03:18 +0000457 phy->ops.get_info = e1000e_get_phy_info_m88;
458 phy->ops.check_polarity = e1000_check_polarity_m88;
459 phy->ops.force_speed_duplex = e1000e_phy_force_speed_duplex_m88;
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700460 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700461 default:
462 return -E1000_ERR_PHY;
463 break;
464 }
465
466 return 0;
467}
468
469/**
470 * e1000_init_nvm_params_ich8lan - Initialize NVM function pointers
471 * @hw: pointer to the HW structure
472 *
473 * Initialize family-specific NVM parameters and function
474 * pointers.
475 **/
476static s32 e1000_init_nvm_params_ich8lan(struct e1000_hw *hw)
477{
478 struct e1000_nvm_info *nvm = &hw->nvm;
479 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Bruce Allan148675a2009-08-07 07:41:56 +0000480 u32 gfpreg, sector_base_addr, sector_end_addr;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700481 u16 i;
482
Bruce Allanad680762008-03-28 09:15:03 -0700483 /* Can't read flash registers if the register set isn't mapped. */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700484 if (!hw->flash_address) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000485 e_dbg("ERROR: Flash registers not mapped\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700486 return -E1000_ERR_CONFIG;
487 }
488
489 nvm->type = e1000_nvm_flash_sw;
490
491 gfpreg = er32flash(ICH_FLASH_GFPREG);
492
Bruce Allanad680762008-03-28 09:15:03 -0700493 /*
494 * sector_X_addr is a "sector"-aligned address (4096 bytes)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700495 * Add 1 to sector_end_addr since this sector is included in
Bruce Allanad680762008-03-28 09:15:03 -0700496 * the overall size.
497 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700498 sector_base_addr = gfpreg & FLASH_GFPREG_BASE_MASK;
499 sector_end_addr = ((gfpreg >> 16) & FLASH_GFPREG_BASE_MASK) + 1;
500
501 /* flash_base_addr is byte-aligned */
502 nvm->flash_base_addr = sector_base_addr << FLASH_SECTOR_ADDR_SHIFT;
503
Bruce Allanad680762008-03-28 09:15:03 -0700504 /*
505 * find total size of the NVM, then cut in half since the total
506 * size represents two separate NVM banks.
507 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700508 nvm->flash_bank_size = (sector_end_addr - sector_base_addr)
509 << FLASH_SECTOR_ADDR_SHIFT;
510 nvm->flash_bank_size /= 2;
511 /* Adjust to word count */
512 nvm->flash_bank_size /= sizeof(u16);
513
514 nvm->word_size = E1000_ICH8_SHADOW_RAM_WORDS;
515
516 /* Clear shadow ram */
517 for (i = 0; i < nvm->word_size; i++) {
Bruce Allan564ea9b2009-11-20 23:26:44 +0000518 dev_spec->shadow_ram[i].modified = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700519 dev_spec->shadow_ram[i].value = 0xFFFF;
520 }
521
522 return 0;
523}
524
525/**
526 * e1000_init_mac_params_ich8lan - Initialize MAC function pointers
527 * @hw: pointer to the HW structure
528 *
529 * Initialize family-specific MAC parameters and function
530 * pointers.
531 **/
532static s32 e1000_init_mac_params_ich8lan(struct e1000_adapter *adapter)
533{
534 struct e1000_hw *hw = &adapter->hw;
535 struct e1000_mac_info *mac = &hw->mac;
536
537 /* Set media type function pointer */
Jeff Kirsher318a94d2008-03-28 09:15:16 -0700538 hw->phy.media_type = e1000_media_type_copper;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700539
540 /* Set mta register count */
541 mac->mta_reg_count = 32;
542 /* Set rar entry count */
543 mac->rar_entry_count = E1000_ICH_RAR_ENTRIES;
544 if (mac->type == e1000_ich8lan)
545 mac->rar_entry_count--;
Bruce Allana65a4a02010-05-10 15:01:51 +0000546 /* FWSM register */
547 mac->has_fwsm = true;
548 /* ARC subsystem not supported */
549 mac->arc_subsystem_valid = false;
Bruce Allanf464ba82010-01-07 16:31:35 +0000550 /* Adaptive IFS supported */
551 mac->adaptive_ifs = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700552
Bruce Allana4f58f52009-06-02 11:29:18 +0000553 /* LED operations */
554 switch (mac->type) {
555 case e1000_ich8lan:
556 case e1000_ich9lan:
557 case e1000_ich10lan:
Bruce Allaneb7700d2010-06-16 13:27:05 +0000558 /* check management mode */
559 mac->ops.check_mng_mode = e1000_check_mng_mode_ich8lan;
Bruce Allana4f58f52009-06-02 11:29:18 +0000560 /* ID LED init */
561 mac->ops.id_led_init = e1000e_id_led_init;
562 /* setup LED */
563 mac->ops.setup_led = e1000e_setup_led_generic;
564 /* cleanup LED */
565 mac->ops.cleanup_led = e1000_cleanup_led_ich8lan;
566 /* turn on/off LED */
567 mac->ops.led_on = e1000_led_on_ich8lan;
568 mac->ops.led_off = e1000_led_off_ich8lan;
569 break;
570 case e1000_pchlan:
Bruce Alland3738bb2010-06-16 13:27:28 +0000571 case e1000_pch2lan:
Bruce Allaneb7700d2010-06-16 13:27:05 +0000572 /* check management mode */
573 mac->ops.check_mng_mode = e1000_check_mng_mode_pchlan;
Bruce Allana4f58f52009-06-02 11:29:18 +0000574 /* ID LED init */
575 mac->ops.id_led_init = e1000_id_led_init_pchlan;
576 /* setup LED */
577 mac->ops.setup_led = e1000_setup_led_pchlan;
578 /* cleanup LED */
579 mac->ops.cleanup_led = e1000_cleanup_led_pchlan;
580 /* turn on/off LED */
581 mac->ops.led_on = e1000_led_on_pchlan;
582 mac->ops.led_off = e1000_led_off_pchlan;
583 break;
584 default:
585 break;
586 }
587
Auke Kokbc7f75f2007-09-17 12:30:59 -0700588 /* Enable PCS Lock-loss workaround for ICH8 */
589 if (mac->type == e1000_ich8lan)
Bruce Allan564ea9b2009-11-20 23:26:44 +0000590 e1000e_set_kmrn_lock_loss_workaround_ich8lan(hw, true);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700591
Bruce Allan605c82b2010-09-22 17:17:01 +0000592 /* Gate automatic PHY configuration by hardware on managed 82579 */
593 if ((mac->type == e1000_pch2lan) &&
594 (er32(FWSM) & E1000_ICH_FWSM_FW_VALID))
595 e1000_gate_hw_phy_config_ich8lan(hw, true);
Bruce Alland3738bb2010-06-16 13:27:28 +0000596
Auke Kokbc7f75f2007-09-17 12:30:59 -0700597 return 0;
598}
599
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000600/**
Bruce Allane52997f2010-06-16 13:27:49 +0000601 * e1000_set_eee_pchlan - Enable/disable EEE support
602 * @hw: pointer to the HW structure
603 *
604 * Enable/disable EEE based on setting in dev_spec structure. The bits in
605 * the LPI Control register will remain set only if/when link is up.
606 **/
607static s32 e1000_set_eee_pchlan(struct e1000_hw *hw)
608{
609 s32 ret_val = 0;
610 u16 phy_reg;
611
612 if (hw->phy.type != e1000_phy_82579)
613 goto out;
614
615 ret_val = e1e_rphy(hw, I82579_LPI_CTRL, &phy_reg);
616 if (ret_val)
617 goto out;
618
619 if (hw->dev_spec.ich8lan.eee_disable)
620 phy_reg &= ~I82579_LPI_CTRL_ENABLE_MASK;
621 else
622 phy_reg |= I82579_LPI_CTRL_ENABLE_MASK;
623
624 ret_val = e1e_wphy(hw, I82579_LPI_CTRL, phy_reg);
625out:
626 return ret_val;
627}
628
629/**
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000630 * e1000_check_for_copper_link_ich8lan - Check for link (Copper)
631 * @hw: pointer to the HW structure
632 *
633 * Checks to see of the link status of the hardware has changed. If a
634 * change in link status has been detected, then we read the PHY registers
635 * to get the current speed/duplex if link exists.
636 **/
637static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
638{
639 struct e1000_mac_info *mac = &hw->mac;
640 s32 ret_val;
641 bool link;
642
643 /*
644 * We only want to go out to the PHY registers to see if Auto-Neg
645 * has completed and/or if our link status has changed. The
646 * get_link_status flag is set upon receiving a Link Status
647 * Change or Rx Sequence Error interrupt.
648 */
649 if (!mac->get_link_status) {
650 ret_val = 0;
651 goto out;
652 }
653
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000654 /*
655 * First we want to see if the MII Status Register reports
656 * link. If so, then we want to get the current speed/duplex
657 * of the PHY.
658 */
659 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
660 if (ret_val)
661 goto out;
662
Bruce Allan1d5846b2009-10-29 13:46:05 +0000663 if (hw->mac.type == e1000_pchlan) {
664 ret_val = e1000_k1_gig_workaround_hv(hw, link);
665 if (ret_val)
666 goto out;
667 }
668
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000669 if (!link)
670 goto out; /* No link detected */
671
672 mac->get_link_status = false;
673
674 if (hw->phy.type == e1000_phy_82578) {
675 ret_val = e1000_link_stall_workaround_hv(hw);
676 if (ret_val)
677 goto out;
678 }
679
Bruce Allan831bd2e2010-09-22 17:16:18 +0000680 if (hw->mac.type == e1000_pch2lan) {
681 ret_val = e1000_k1_workaround_lv(hw);
682 if (ret_val)
683 goto out;
684 }
685
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000686 /*
687 * Check if there was DownShift, must be checked
688 * immediately after link-up
689 */
690 e1000e_check_downshift(hw);
691
Bruce Allane52997f2010-06-16 13:27:49 +0000692 /* Enable/Disable EEE after link up */
693 ret_val = e1000_set_eee_pchlan(hw);
694 if (ret_val)
695 goto out;
696
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000697 /*
698 * If we are forcing speed/duplex, then we simply return since
699 * we have already determined whether we have link or not.
700 */
701 if (!mac->autoneg) {
702 ret_val = -E1000_ERR_CONFIG;
703 goto out;
704 }
705
706 /*
707 * Auto-Neg is enabled. Auto Speed Detection takes care
708 * of MAC speed/duplex configuration. So we only need to
709 * configure Collision Distance in the MAC.
710 */
711 e1000e_config_collision_dist(hw);
712
713 /*
714 * Configure Flow Control now that Auto-Neg has completed.
715 * First, we need to restore the desired flow control
716 * settings because we may have had to re-autoneg with a
717 * different link partner.
718 */
719 ret_val = e1000e_config_fc_after_link_up(hw);
720 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000721 e_dbg("Error configuring flow control\n");
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000722
723out:
724 return ret_val;
725}
726
Jeff Kirsher69e3fd82008-04-02 13:48:18 -0700727static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700728{
729 struct e1000_hw *hw = &adapter->hw;
730 s32 rc;
731
732 rc = e1000_init_mac_params_ich8lan(adapter);
733 if (rc)
734 return rc;
735
736 rc = e1000_init_nvm_params_ich8lan(hw);
737 if (rc)
738 return rc;
739
Bruce Alland3738bb2010-06-16 13:27:28 +0000740 switch (hw->mac.type) {
741 case e1000_ich8lan:
742 case e1000_ich9lan:
743 case e1000_ich10lan:
Bruce Allana4f58f52009-06-02 11:29:18 +0000744 rc = e1000_init_phy_params_ich8lan(hw);
Bruce Alland3738bb2010-06-16 13:27:28 +0000745 break;
746 case e1000_pchlan:
747 case e1000_pch2lan:
748 rc = e1000_init_phy_params_pchlan(hw);
749 break;
750 default:
751 break;
752 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700753 if (rc)
754 return rc;
755
Bruce Allan2adc55c2009-06-02 11:28:58 +0000756 if (adapter->hw.phy.type == e1000_phy_ife) {
757 adapter->flags &= ~FLAG_HAS_JUMBO_FRAMES;
758 adapter->max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN;
759 }
760
Auke Kokbc7f75f2007-09-17 12:30:59 -0700761 if ((adapter->hw.mac.type == e1000_ich8lan) &&
762 (adapter->hw.phy.type == e1000_phy_igp_3))
763 adapter->flags |= FLAG_LSC_GIG_SPEED_DROP;
764
Bruce Allan5a86f282010-06-29 18:13:13 +0000765 /* Disable EEE by default until IEEE802.3az spec is finalized */
766 if (adapter->flags2 & FLAG2_HAS_EEE)
767 adapter->hw.dev_spec.ich8lan.eee_disable = true;
768
Auke Kokbc7f75f2007-09-17 12:30:59 -0700769 return 0;
770}
771
Thomas Gleixner717d4382008-10-02 16:33:40 -0700772static DEFINE_MUTEX(nvm_mutex);
Thomas Gleixner717d4382008-10-02 16:33:40 -0700773
Auke Kokbc7f75f2007-09-17 12:30:59 -0700774/**
Bruce Allanca15df52009-10-26 11:23:43 +0000775 * e1000_acquire_nvm_ich8lan - Acquire NVM mutex
776 * @hw: pointer to the HW structure
777 *
778 * Acquires the mutex for performing NVM operations.
779 **/
780static s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw)
781{
782 mutex_lock(&nvm_mutex);
783
784 return 0;
785}
786
787/**
788 * e1000_release_nvm_ich8lan - Release NVM mutex
789 * @hw: pointer to the HW structure
790 *
791 * Releases the mutex used while performing NVM operations.
792 **/
793static void e1000_release_nvm_ich8lan(struct e1000_hw *hw)
794{
795 mutex_unlock(&nvm_mutex);
Bruce Allanca15df52009-10-26 11:23:43 +0000796}
797
798static DEFINE_MUTEX(swflag_mutex);
799
800/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700801 * e1000_acquire_swflag_ich8lan - Acquire software control flag
802 * @hw: pointer to the HW structure
803 *
Bruce Allanca15df52009-10-26 11:23:43 +0000804 * Acquires the software control flag for performing PHY and select
805 * MAC CSR accesses.
Auke Kokbc7f75f2007-09-17 12:30:59 -0700806 **/
807static s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw)
808{
Bruce Allan373a88d2009-08-07 07:41:37 +0000809 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT;
810 s32 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700811
Bruce Allanca15df52009-10-26 11:23:43 +0000812 mutex_lock(&swflag_mutex);
Thomas Gleixner717d4382008-10-02 16:33:40 -0700813
Auke Kokbc7f75f2007-09-17 12:30:59 -0700814 while (timeout) {
815 extcnf_ctrl = er32(EXTCNF_CTRL);
Bruce Allan373a88d2009-08-07 07:41:37 +0000816 if (!(extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG))
817 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700818
Auke Kokbc7f75f2007-09-17 12:30:59 -0700819 mdelay(1);
820 timeout--;
821 }
822
823 if (!timeout) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000824 e_dbg("SW/FW/HW has locked the resource for too long.\n");
Bruce Allan373a88d2009-08-07 07:41:37 +0000825 ret_val = -E1000_ERR_CONFIG;
826 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700827 }
828
Bruce Allan53ac5a82009-10-26 11:23:06 +0000829 timeout = SW_FLAG_TIMEOUT;
Bruce Allan373a88d2009-08-07 07:41:37 +0000830
831 extcnf_ctrl |= E1000_EXTCNF_CTRL_SWFLAG;
832 ew32(EXTCNF_CTRL, extcnf_ctrl);
833
834 while (timeout) {
835 extcnf_ctrl = er32(EXTCNF_CTRL);
836 if (extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG)
837 break;
838
839 mdelay(1);
840 timeout--;
841 }
842
843 if (!timeout) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000844 e_dbg("Failed to acquire the semaphore.\n");
Bruce Allan373a88d2009-08-07 07:41:37 +0000845 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
846 ew32(EXTCNF_CTRL, extcnf_ctrl);
847 ret_val = -E1000_ERR_CONFIG;
848 goto out;
849 }
850
851out:
852 if (ret_val)
Bruce Allanca15df52009-10-26 11:23:43 +0000853 mutex_unlock(&swflag_mutex);
Bruce Allan373a88d2009-08-07 07:41:37 +0000854
855 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700856}
857
858/**
859 * e1000_release_swflag_ich8lan - Release software control flag
860 * @hw: pointer to the HW structure
861 *
Bruce Allanca15df52009-10-26 11:23:43 +0000862 * Releases the software control flag for performing PHY and select
863 * MAC CSR accesses.
Auke Kokbc7f75f2007-09-17 12:30:59 -0700864 **/
865static void e1000_release_swflag_ich8lan(struct e1000_hw *hw)
866{
867 u32 extcnf_ctrl;
868
869 extcnf_ctrl = er32(EXTCNF_CTRL);
870 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
871 ew32(EXTCNF_CTRL, extcnf_ctrl);
Thomas Gleixner717d4382008-10-02 16:33:40 -0700872
Bruce Allanca15df52009-10-26 11:23:43 +0000873 mutex_unlock(&swflag_mutex);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700874}
875
876/**
Bruce Allan4662e822008-08-26 18:37:06 -0700877 * e1000_check_mng_mode_ich8lan - Checks management mode
878 * @hw: pointer to the HW structure
879 *
Bruce Allaneb7700d2010-06-16 13:27:05 +0000880 * This checks if the adapter has any manageability enabled.
Bruce Allan4662e822008-08-26 18:37:06 -0700881 * This is a function pointer entry point only called by read/write
882 * routines for the PHY and NVM parts.
883 **/
884static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw)
885{
Bruce Allana708dd82009-11-20 23:28:37 +0000886 u32 fwsm;
887
888 fwsm = er32(FWSM);
Bruce Allaneb7700d2010-06-16 13:27:05 +0000889 return (fwsm & E1000_ICH_FWSM_FW_VALID) &&
890 ((fwsm & E1000_FWSM_MODE_MASK) ==
891 (E1000_ICH_MNG_IAMT_MODE << E1000_FWSM_MODE_SHIFT));
892}
Bruce Allan4662e822008-08-26 18:37:06 -0700893
Bruce Allaneb7700d2010-06-16 13:27:05 +0000894/**
895 * e1000_check_mng_mode_pchlan - Checks management mode
896 * @hw: pointer to the HW structure
897 *
898 * This checks if the adapter has iAMT enabled.
899 * This is a function pointer entry point only called by read/write
900 * routines for the PHY and NVM parts.
901 **/
902static bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw)
903{
904 u32 fwsm;
905
906 fwsm = er32(FWSM);
907 return (fwsm & E1000_ICH_FWSM_FW_VALID) &&
908 (fwsm & (E1000_ICH_MNG_IAMT_MODE << E1000_FWSM_MODE_SHIFT));
Bruce Allan4662e822008-08-26 18:37:06 -0700909}
910
911/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700912 * e1000_check_reset_block_ich8lan - Check if PHY reset is blocked
913 * @hw: pointer to the HW structure
914 *
915 * Checks if firmware is blocking the reset of the PHY.
916 * This is a function pointer entry point only called by
917 * reset routines.
918 **/
919static s32 e1000_check_reset_block_ich8lan(struct e1000_hw *hw)
920{
921 u32 fwsm;
922
923 fwsm = er32(FWSM);
924
925 return (fwsm & E1000_ICH_FWSM_RSPCIPHY) ? 0 : E1000_BLK_PHY_RESET;
926}
927
928/**
Bruce Allan8395ae82010-09-22 17:15:08 +0000929 * e1000_write_smbus_addr - Write SMBus address to PHY needed during Sx states
930 * @hw: pointer to the HW structure
931 *
932 * Assumes semaphore already acquired.
933 *
934 **/
935static s32 e1000_write_smbus_addr(struct e1000_hw *hw)
936{
937 u16 phy_data;
938 u32 strap = er32(STRAP);
939 s32 ret_val = 0;
940
941 strap &= E1000_STRAP_SMBUS_ADDRESS_MASK;
942
943 ret_val = e1000_read_phy_reg_hv_locked(hw, HV_SMB_ADDR, &phy_data);
944 if (ret_val)
945 goto out;
946
947 phy_data &= ~HV_SMB_ADDR_MASK;
948 phy_data |= (strap >> E1000_STRAP_SMBUS_ADDRESS_SHIFT);
949 phy_data |= HV_SMB_ADDR_PEC_EN | HV_SMB_ADDR_VALID;
950 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_SMB_ADDR, phy_data);
951
952out:
953 return ret_val;
954}
955
956/**
Bruce Allanf523d212009-10-29 13:45:45 +0000957 * e1000_sw_lcd_config_ich8lan - SW-based LCD Configuration
958 * @hw: pointer to the HW structure
959 *
960 * SW should configure the LCD from the NVM extended configuration region
961 * as a workaround for certain parts.
962 **/
963static s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw)
964{
965 struct e1000_phy_info *phy = &hw->phy;
966 u32 i, data, cnf_size, cnf_base_addr, sw_cfg_mask;
Bruce Allan8b802a72010-05-10 15:01:10 +0000967 s32 ret_val = 0;
Bruce Allanf523d212009-10-29 13:45:45 +0000968 u16 word_addr, reg_data, reg_addr, phy_page = 0;
969
Bruce Allanf523d212009-10-29 13:45:45 +0000970 /*
971 * Initialize the PHY from the NVM on ICH platforms. This
972 * is needed due to an issue where the NVM configuration is
973 * not properly autoloaded after power transitions.
974 * Therefore, after each PHY reset, we will load the
975 * configuration data out of the NVM manually.
976 */
Bruce Allan3f0c16e2010-06-16 13:26:17 +0000977 switch (hw->mac.type) {
978 case e1000_ich8lan:
979 if (phy->type != e1000_phy_igp_3)
980 return ret_val;
981
Bruce Allan5f3eed62010-09-22 17:15:54 +0000982 if ((hw->adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_AMT) ||
983 (hw->adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_C)) {
Bruce Allan3f0c16e2010-06-16 13:26:17 +0000984 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG;
985 break;
986 }
987 /* Fall-thru */
988 case e1000_pchlan:
Bruce Alland3738bb2010-06-16 13:27:28 +0000989 case e1000_pch2lan:
Bruce Allan8b802a72010-05-10 15:01:10 +0000990 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG_ICH8M;
Bruce Allan3f0c16e2010-06-16 13:26:17 +0000991 break;
992 default:
993 return ret_val;
994 }
995
996 ret_val = hw->phy.ops.acquire(hw);
997 if (ret_val)
998 return ret_val;
Bruce Allanf523d212009-10-29 13:45:45 +0000999
Bruce Allan8b802a72010-05-10 15:01:10 +00001000 data = er32(FEXTNVM);
1001 if (!(data & sw_cfg_mask))
1002 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +00001003
Bruce Allan8b802a72010-05-10 15:01:10 +00001004 /*
1005 * Make sure HW does not configure LCD from PHY
1006 * extended configuration before SW configuration
1007 */
1008 data = er32(EXTCNF_CTRL);
Bruce Alland3738bb2010-06-16 13:27:28 +00001009 if (!(hw->mac.type == e1000_pch2lan)) {
1010 if (data & E1000_EXTCNF_CTRL_LCD_WRITE_ENABLE)
1011 goto out;
1012 }
Bruce Allanf523d212009-10-29 13:45:45 +00001013
Bruce Allan8b802a72010-05-10 15:01:10 +00001014 cnf_size = er32(EXTCNF_SIZE);
1015 cnf_size &= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_MASK;
1016 cnf_size >>= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_SHIFT;
1017 if (!cnf_size)
1018 goto out;
1019
1020 cnf_base_addr = data & E1000_EXTCNF_CTRL_EXT_CNF_POINTER_MASK;
1021 cnf_base_addr >>= E1000_EXTCNF_CTRL_EXT_CNF_POINTER_SHIFT;
1022
Bruce Allan87fb7412010-09-22 17:15:33 +00001023 if ((!(data & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE) &&
1024 (hw->mac.type == e1000_pchlan)) ||
1025 (hw->mac.type == e1000_pch2lan)) {
Bruce Allanf523d212009-10-29 13:45:45 +00001026 /*
Bruce Allan8b802a72010-05-10 15:01:10 +00001027 * HW configures the SMBus address and LEDs when the
1028 * OEM and LCD Write Enable bits are set in the NVM.
1029 * When both NVM bits are cleared, SW will configure
1030 * them instead.
Bruce Allanf523d212009-10-29 13:45:45 +00001031 */
Bruce Allan8395ae82010-09-22 17:15:08 +00001032 ret_val = e1000_write_smbus_addr(hw);
Bruce Allan8b802a72010-05-10 15:01:10 +00001033 if (ret_val)
Bruce Allanf523d212009-10-29 13:45:45 +00001034 goto out;
1035
Bruce Allan8b802a72010-05-10 15:01:10 +00001036 data = er32(LEDCTL);
1037 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_LED_CONFIG,
1038 (u16)data);
1039 if (ret_val)
1040 goto out;
1041 }
1042
1043 /* Configure LCD from extended configuration region. */
1044
1045 /* cnf_base_addr is in DWORD */
1046 word_addr = (u16)(cnf_base_addr << 1);
1047
1048 for (i = 0; i < cnf_size; i++) {
1049 ret_val = e1000_read_nvm(hw, (word_addr + i * 2), 1,
1050 &reg_data);
1051 if (ret_val)
Bruce Allanf523d212009-10-29 13:45:45 +00001052 goto out;
1053
Bruce Allan8b802a72010-05-10 15:01:10 +00001054 ret_val = e1000_read_nvm(hw, (word_addr + i * 2 + 1),
1055 1, &reg_addr);
1056 if (ret_val)
1057 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +00001058
Bruce Allan8b802a72010-05-10 15:01:10 +00001059 /* Save off the PHY page for future writes. */
1060 if (reg_addr == IGP01E1000_PHY_PAGE_SELECT) {
1061 phy_page = reg_data;
1062 continue;
Bruce Allanf523d212009-10-29 13:45:45 +00001063 }
Bruce Allanf523d212009-10-29 13:45:45 +00001064
Bruce Allan8b802a72010-05-10 15:01:10 +00001065 reg_addr &= PHY_REG_MASK;
1066 reg_addr |= phy_page;
Bruce Allanf523d212009-10-29 13:45:45 +00001067
Bruce Allan8b802a72010-05-10 15:01:10 +00001068 ret_val = phy->ops.write_reg_locked(hw, (u32)reg_addr,
1069 reg_data);
1070 if (ret_val)
1071 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +00001072 }
1073
1074out:
Bruce Allan94d81862009-11-20 23:25:26 +00001075 hw->phy.ops.release(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00001076 return ret_val;
1077}
1078
1079/**
Bruce Allan1d5846b2009-10-29 13:46:05 +00001080 * e1000_k1_gig_workaround_hv - K1 Si workaround
1081 * @hw: pointer to the HW structure
1082 * @link: link up bool flag
1083 *
1084 * If K1 is enabled for 1Gbps, the MAC might stall when transitioning
1085 * from a lower speed. This workaround disables K1 whenever link is at 1Gig
1086 * If link is down, the function will restore the default K1 setting located
1087 * in the NVM.
1088 **/
1089static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link)
1090{
1091 s32 ret_val = 0;
1092 u16 status_reg = 0;
1093 bool k1_enable = hw->dev_spec.ich8lan.nvm_k1_enabled;
1094
1095 if (hw->mac.type != e1000_pchlan)
1096 goto out;
1097
1098 /* Wrap the whole flow with the sw flag */
Bruce Allan94d81862009-11-20 23:25:26 +00001099 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001100 if (ret_val)
1101 goto out;
1102
1103 /* Disable K1 when link is 1Gbps, otherwise use the NVM setting */
1104 if (link) {
1105 if (hw->phy.type == e1000_phy_82578) {
Bruce Allan94d81862009-11-20 23:25:26 +00001106 ret_val = hw->phy.ops.read_reg_locked(hw, BM_CS_STATUS,
Bruce Allan1d5846b2009-10-29 13:46:05 +00001107 &status_reg);
1108 if (ret_val)
1109 goto release;
1110
1111 status_reg &= BM_CS_STATUS_LINK_UP |
1112 BM_CS_STATUS_RESOLVED |
1113 BM_CS_STATUS_SPEED_MASK;
1114
1115 if (status_reg == (BM_CS_STATUS_LINK_UP |
1116 BM_CS_STATUS_RESOLVED |
1117 BM_CS_STATUS_SPEED_1000))
1118 k1_enable = false;
1119 }
1120
1121 if (hw->phy.type == e1000_phy_82577) {
Bruce Allan94d81862009-11-20 23:25:26 +00001122 ret_val = hw->phy.ops.read_reg_locked(hw, HV_M_STATUS,
Bruce Allan1d5846b2009-10-29 13:46:05 +00001123 &status_reg);
1124 if (ret_val)
1125 goto release;
1126
1127 status_reg &= HV_M_STATUS_LINK_UP |
1128 HV_M_STATUS_AUTONEG_COMPLETE |
1129 HV_M_STATUS_SPEED_MASK;
1130
1131 if (status_reg == (HV_M_STATUS_LINK_UP |
1132 HV_M_STATUS_AUTONEG_COMPLETE |
1133 HV_M_STATUS_SPEED_1000))
1134 k1_enable = false;
1135 }
1136
1137 /* Link stall fix for link up */
Bruce Allan94d81862009-11-20 23:25:26 +00001138 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
Bruce Allan1d5846b2009-10-29 13:46:05 +00001139 0x0100);
1140 if (ret_val)
1141 goto release;
1142
1143 } else {
1144 /* Link stall fix for link down */
Bruce Allan94d81862009-11-20 23:25:26 +00001145 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
Bruce Allan1d5846b2009-10-29 13:46:05 +00001146 0x4100);
1147 if (ret_val)
1148 goto release;
1149 }
1150
1151 ret_val = e1000_configure_k1_ich8lan(hw, k1_enable);
1152
1153release:
Bruce Allan94d81862009-11-20 23:25:26 +00001154 hw->phy.ops.release(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001155out:
1156 return ret_val;
1157}
1158
1159/**
1160 * e1000_configure_k1_ich8lan - Configure K1 power state
1161 * @hw: pointer to the HW structure
1162 * @enable: K1 state to configure
1163 *
1164 * Configure the K1 power state based on the provided parameter.
1165 * Assumes semaphore already acquired.
1166 *
1167 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1168 **/
Bruce Allanbb436b22009-11-20 23:24:11 +00001169s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable)
Bruce Allan1d5846b2009-10-29 13:46:05 +00001170{
1171 s32 ret_val = 0;
1172 u32 ctrl_reg = 0;
1173 u32 ctrl_ext = 0;
1174 u32 reg = 0;
1175 u16 kmrn_reg = 0;
1176
1177 ret_val = e1000e_read_kmrn_reg_locked(hw,
1178 E1000_KMRNCTRLSTA_K1_CONFIG,
1179 &kmrn_reg);
1180 if (ret_val)
1181 goto out;
1182
1183 if (k1_enable)
1184 kmrn_reg |= E1000_KMRNCTRLSTA_K1_ENABLE;
1185 else
1186 kmrn_reg &= ~E1000_KMRNCTRLSTA_K1_ENABLE;
1187
1188 ret_val = e1000e_write_kmrn_reg_locked(hw,
1189 E1000_KMRNCTRLSTA_K1_CONFIG,
1190 kmrn_reg);
1191 if (ret_val)
1192 goto out;
1193
1194 udelay(20);
1195 ctrl_ext = er32(CTRL_EXT);
1196 ctrl_reg = er32(CTRL);
1197
1198 reg = ctrl_reg & ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100);
1199 reg |= E1000_CTRL_FRCSPD;
1200 ew32(CTRL, reg);
1201
1202 ew32(CTRL_EXT, ctrl_ext | E1000_CTRL_EXT_SPD_BYPS);
1203 udelay(20);
1204 ew32(CTRL, ctrl_reg);
1205 ew32(CTRL_EXT, ctrl_ext);
1206 udelay(20);
1207
1208out:
1209 return ret_val;
1210}
1211
1212/**
Bruce Allanf523d212009-10-29 13:45:45 +00001213 * e1000_oem_bits_config_ich8lan - SW-based LCD Configuration
1214 * @hw: pointer to the HW structure
1215 * @d0_state: boolean if entering d0 or d3 device state
1216 *
1217 * SW will configure Gbe Disable and LPLU based on the NVM. The four bits are
1218 * collectively called OEM bits. The OEM Write Enable bit and SW Config bit
1219 * in NVM determines whether HW should configure LPLU and Gbe Disable.
1220 **/
1221static s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state)
1222{
1223 s32 ret_val = 0;
1224 u32 mac_reg;
1225 u16 oem_reg;
1226
Bruce Alland3738bb2010-06-16 13:27:28 +00001227 if ((hw->mac.type != e1000_pch2lan) && (hw->mac.type != e1000_pchlan))
Bruce Allanf523d212009-10-29 13:45:45 +00001228 return ret_val;
1229
Bruce Allan94d81862009-11-20 23:25:26 +00001230 ret_val = hw->phy.ops.acquire(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00001231 if (ret_val)
1232 return ret_val;
1233
Bruce Alland3738bb2010-06-16 13:27:28 +00001234 if (!(hw->mac.type == e1000_pch2lan)) {
1235 mac_reg = er32(EXTCNF_CTRL);
1236 if (mac_reg & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE)
1237 goto out;
1238 }
Bruce Allanf523d212009-10-29 13:45:45 +00001239
1240 mac_reg = er32(FEXTNVM);
1241 if (!(mac_reg & E1000_FEXTNVM_SW_CONFIG_ICH8M))
1242 goto out;
1243
1244 mac_reg = er32(PHY_CTRL);
1245
Bruce Allan94d81862009-11-20 23:25:26 +00001246 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
Bruce Allanf523d212009-10-29 13:45:45 +00001247 if (ret_val)
1248 goto out;
1249
1250 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
1251
1252 if (d0_state) {
1253 if (mac_reg & E1000_PHY_CTRL_GBE_DISABLE)
1254 oem_reg |= HV_OEM_BITS_GBE_DIS;
1255
1256 if (mac_reg & E1000_PHY_CTRL_D0A_LPLU)
1257 oem_reg |= HV_OEM_BITS_LPLU;
1258 } else {
1259 if (mac_reg & E1000_PHY_CTRL_NOND0A_GBE_DISABLE)
1260 oem_reg |= HV_OEM_BITS_GBE_DIS;
1261
1262 if (mac_reg & E1000_PHY_CTRL_NOND0A_LPLU)
1263 oem_reg |= HV_OEM_BITS_LPLU;
1264 }
1265 /* Restart auto-neg to activate the bits */
Bruce Allan818f3332009-11-19 14:17:30 +00001266 if (!e1000_check_reset_block(hw))
1267 oem_reg |= HV_OEM_BITS_RESTART_AN;
Bruce Allan94d81862009-11-20 23:25:26 +00001268 ret_val = hw->phy.ops.write_reg_locked(hw, HV_OEM_BITS, oem_reg);
Bruce Allanf523d212009-10-29 13:45:45 +00001269
1270out:
Bruce Allan94d81862009-11-20 23:25:26 +00001271 hw->phy.ops.release(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00001272
1273 return ret_val;
1274}
1275
1276
1277/**
Bruce Allanfddaa1a2010-01-13 01:52:49 +00001278 * e1000_set_mdio_slow_mode_hv - Set slow MDIO access mode
1279 * @hw: pointer to the HW structure
1280 **/
1281static s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw)
1282{
1283 s32 ret_val;
1284 u16 data;
1285
1286 ret_val = e1e_rphy(hw, HV_KMRN_MODE_CTRL, &data);
1287 if (ret_val)
1288 return ret_val;
1289
1290 data |= HV_KMRN_MDIO_SLOW;
1291
1292 ret_val = e1e_wphy(hw, HV_KMRN_MODE_CTRL, data);
1293
1294 return ret_val;
1295}
1296
1297/**
Bruce Allana4f58f52009-06-02 11:29:18 +00001298 * e1000_hv_phy_workarounds_ich8lan - A series of Phy workarounds to be
1299 * done after every PHY reset.
1300 **/
1301static s32 e1000_hv_phy_workarounds_ich8lan(struct e1000_hw *hw)
1302{
1303 s32 ret_val = 0;
Bruce Allanbaf86c92010-01-13 01:53:08 +00001304 u16 phy_data;
Bruce Allana4f58f52009-06-02 11:29:18 +00001305
1306 if (hw->mac.type != e1000_pchlan)
1307 return ret_val;
1308
Bruce Allanfddaa1a2010-01-13 01:52:49 +00001309 /* Set MDIO slow mode before any other MDIO access */
1310 if (hw->phy.type == e1000_phy_82577) {
1311 ret_val = e1000_set_mdio_slow_mode_hv(hw);
1312 if (ret_val)
1313 goto out;
1314 }
1315
Bruce Allana4f58f52009-06-02 11:29:18 +00001316 if (((hw->phy.type == e1000_phy_82577) &&
1317 ((hw->phy.revision == 1) || (hw->phy.revision == 2))) ||
1318 ((hw->phy.type == e1000_phy_82578) && (hw->phy.revision == 1))) {
1319 /* Disable generation of early preamble */
1320 ret_val = e1e_wphy(hw, PHY_REG(769, 25), 0x4431);
1321 if (ret_val)
1322 return ret_val;
1323
1324 /* Preamble tuning for SSC */
1325 ret_val = e1e_wphy(hw, PHY_REG(770, 16), 0xA204);
1326 if (ret_val)
1327 return ret_val;
1328 }
1329
1330 if (hw->phy.type == e1000_phy_82578) {
1331 /*
1332 * Return registers to default by doing a soft reset then
1333 * writing 0x3140 to the control register.
1334 */
1335 if (hw->phy.revision < 2) {
1336 e1000e_phy_sw_reset(hw);
1337 ret_val = e1e_wphy(hw, PHY_CONTROL, 0x3140);
1338 }
1339 }
1340
1341 /* Select page 0 */
Bruce Allan94d81862009-11-20 23:25:26 +00001342 ret_val = hw->phy.ops.acquire(hw);
Bruce Allana4f58f52009-06-02 11:29:18 +00001343 if (ret_val)
1344 return ret_val;
Bruce Allan1d5846b2009-10-29 13:46:05 +00001345
Bruce Allana4f58f52009-06-02 11:29:18 +00001346 hw->phy.addr = 1;
Bruce Allan1d5846b2009-10-29 13:46:05 +00001347 ret_val = e1000e_write_phy_reg_mdic(hw, IGP01E1000_PHY_PAGE_SELECT, 0);
Bruce Allanbaf86c92010-01-13 01:53:08 +00001348 hw->phy.ops.release(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001349 if (ret_val)
1350 goto out;
Bruce Allana4f58f52009-06-02 11:29:18 +00001351
Bruce Allan1d5846b2009-10-29 13:46:05 +00001352 /*
1353 * Configure the K1 Si workaround during phy reset assuming there is
1354 * link so that it disables K1 if link is in 1Gbps.
1355 */
1356 ret_val = e1000_k1_gig_workaround_hv(hw, true);
Bruce Allanbaf86c92010-01-13 01:53:08 +00001357 if (ret_val)
1358 goto out;
Bruce Allan1d5846b2009-10-29 13:46:05 +00001359
Bruce Allanbaf86c92010-01-13 01:53:08 +00001360 /* Workaround for link disconnects on a busy hub in half duplex */
1361 ret_val = hw->phy.ops.acquire(hw);
1362 if (ret_val)
1363 goto out;
1364 ret_val = hw->phy.ops.read_reg_locked(hw,
1365 PHY_REG(BM_PORT_CTRL_PAGE, 17),
1366 &phy_data);
1367 if (ret_val)
1368 goto release;
1369 ret_val = hw->phy.ops.write_reg_locked(hw,
1370 PHY_REG(BM_PORT_CTRL_PAGE, 17),
1371 phy_data & 0x00FF);
1372release:
1373 hw->phy.ops.release(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001374out:
Bruce Allana4f58f52009-06-02 11:29:18 +00001375 return ret_val;
1376}
1377
1378/**
Bruce Alland3738bb2010-06-16 13:27:28 +00001379 * e1000_copy_rx_addrs_to_phy_ich8lan - Copy Rx addresses from MAC to PHY
1380 * @hw: pointer to the HW structure
1381 **/
1382void e1000_copy_rx_addrs_to_phy_ich8lan(struct e1000_hw *hw)
1383{
1384 u32 mac_reg;
1385 u16 i;
1386
1387 /* Copy both RAL/H (rar_entry_count) and SHRAL/H (+4) to PHY */
1388 for (i = 0; i < (hw->mac.rar_entry_count + 4); i++) {
1389 mac_reg = er32(RAL(i));
1390 e1e_wphy(hw, BM_RAR_L(i), (u16)(mac_reg & 0xFFFF));
1391 e1e_wphy(hw, BM_RAR_M(i), (u16)((mac_reg >> 16) & 0xFFFF));
1392 mac_reg = er32(RAH(i));
1393 e1e_wphy(hw, BM_RAR_H(i), (u16)(mac_reg & 0xFFFF));
1394 e1e_wphy(hw, BM_RAR_CTRL(i), (u16)((mac_reg >> 16) & 0x8000));
1395 }
1396}
1397
Bruce Alland3738bb2010-06-16 13:27:28 +00001398/**
1399 * e1000_lv_jumbo_workaround_ich8lan - required for jumbo frame operation
1400 * with 82579 PHY
1401 * @hw: pointer to the HW structure
1402 * @enable: flag to enable/disable workaround when enabling/disabling jumbos
1403 **/
1404s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable)
1405{
1406 s32 ret_val = 0;
1407 u16 phy_reg, data;
1408 u32 mac_reg;
1409 u16 i;
1410
1411 if (hw->mac.type != e1000_pch2lan)
1412 goto out;
1413
1414 /* disable Rx path while enabling/disabling workaround */
1415 e1e_rphy(hw, PHY_REG(769, 20), &phy_reg);
1416 ret_val = e1e_wphy(hw, PHY_REG(769, 20), phy_reg | (1 << 14));
1417 if (ret_val)
1418 goto out;
1419
1420 if (enable) {
1421 /*
1422 * Write Rx addresses (rar_entry_count for RAL/H, +4 for
1423 * SHRAL/H) and initial CRC values to the MAC
1424 */
1425 for (i = 0; i < (hw->mac.rar_entry_count + 4); i++) {
1426 u8 mac_addr[ETH_ALEN] = {0};
1427 u32 addr_high, addr_low;
1428
1429 addr_high = er32(RAH(i));
1430 if (!(addr_high & E1000_RAH_AV))
1431 continue;
1432 addr_low = er32(RAL(i));
1433 mac_addr[0] = (addr_low & 0xFF);
1434 mac_addr[1] = ((addr_low >> 8) & 0xFF);
1435 mac_addr[2] = ((addr_low >> 16) & 0xFF);
1436 mac_addr[3] = ((addr_low >> 24) & 0xFF);
1437 mac_addr[4] = (addr_high & 0xFF);
1438 mac_addr[5] = ((addr_high >> 8) & 0xFF);
1439
Bruce Allanfe46f582011-01-06 14:29:51 +00001440 ew32(PCH_RAICC(i), ~ether_crc_le(ETH_ALEN, mac_addr));
Bruce Alland3738bb2010-06-16 13:27:28 +00001441 }
1442
1443 /* Write Rx addresses to the PHY */
1444 e1000_copy_rx_addrs_to_phy_ich8lan(hw);
1445
1446 /* Enable jumbo frame workaround in the MAC */
1447 mac_reg = er32(FFLT_DBG);
1448 mac_reg &= ~(1 << 14);
1449 mac_reg |= (7 << 15);
1450 ew32(FFLT_DBG, mac_reg);
1451
1452 mac_reg = er32(RCTL);
1453 mac_reg |= E1000_RCTL_SECRC;
1454 ew32(RCTL, mac_reg);
1455
1456 ret_val = e1000e_read_kmrn_reg(hw,
1457 E1000_KMRNCTRLSTA_CTRL_OFFSET,
1458 &data);
1459 if (ret_val)
1460 goto out;
1461 ret_val = e1000e_write_kmrn_reg(hw,
1462 E1000_KMRNCTRLSTA_CTRL_OFFSET,
1463 data | (1 << 0));
1464 if (ret_val)
1465 goto out;
1466 ret_val = e1000e_read_kmrn_reg(hw,
1467 E1000_KMRNCTRLSTA_HD_CTRL,
1468 &data);
1469 if (ret_val)
1470 goto out;
1471 data &= ~(0xF << 8);
1472 data |= (0xB << 8);
1473 ret_val = e1000e_write_kmrn_reg(hw,
1474 E1000_KMRNCTRLSTA_HD_CTRL,
1475 data);
1476 if (ret_val)
1477 goto out;
1478
1479 /* Enable jumbo frame workaround in the PHY */
Bruce Alland3738bb2010-06-16 13:27:28 +00001480 e1e_rphy(hw, PHY_REG(769, 23), &data);
1481 data &= ~(0x7F << 5);
1482 data |= (0x37 << 5);
1483 ret_val = e1e_wphy(hw, PHY_REG(769, 23), data);
1484 if (ret_val)
1485 goto out;
1486 e1e_rphy(hw, PHY_REG(769, 16), &data);
1487 data &= ~(1 << 13);
Bruce Alland3738bb2010-06-16 13:27:28 +00001488 ret_val = e1e_wphy(hw, PHY_REG(769, 16), data);
1489 if (ret_val)
1490 goto out;
1491 e1e_rphy(hw, PHY_REG(776, 20), &data);
1492 data &= ~(0x3FF << 2);
1493 data |= (0x1A << 2);
1494 ret_val = e1e_wphy(hw, PHY_REG(776, 20), data);
1495 if (ret_val)
1496 goto out;
1497 ret_val = e1e_wphy(hw, PHY_REG(776, 23), 0xFE00);
1498 if (ret_val)
1499 goto out;
1500 e1e_rphy(hw, HV_PM_CTRL, &data);
1501 ret_val = e1e_wphy(hw, HV_PM_CTRL, data | (1 << 10));
1502 if (ret_val)
1503 goto out;
1504 } else {
1505 /* Write MAC register values back to h/w defaults */
1506 mac_reg = er32(FFLT_DBG);
1507 mac_reg &= ~(0xF << 14);
1508 ew32(FFLT_DBG, mac_reg);
1509
1510 mac_reg = er32(RCTL);
1511 mac_reg &= ~E1000_RCTL_SECRC;
Bruce Allana1ce6472010-09-22 17:16:40 +00001512 ew32(RCTL, mac_reg);
Bruce Alland3738bb2010-06-16 13:27:28 +00001513
1514 ret_val = e1000e_read_kmrn_reg(hw,
1515 E1000_KMRNCTRLSTA_CTRL_OFFSET,
1516 &data);
1517 if (ret_val)
1518 goto out;
1519 ret_val = e1000e_write_kmrn_reg(hw,
1520 E1000_KMRNCTRLSTA_CTRL_OFFSET,
1521 data & ~(1 << 0));
1522 if (ret_val)
1523 goto out;
1524 ret_val = e1000e_read_kmrn_reg(hw,
1525 E1000_KMRNCTRLSTA_HD_CTRL,
1526 &data);
1527 if (ret_val)
1528 goto out;
1529 data &= ~(0xF << 8);
1530 data |= (0xB << 8);
1531 ret_val = e1000e_write_kmrn_reg(hw,
1532 E1000_KMRNCTRLSTA_HD_CTRL,
1533 data);
1534 if (ret_val)
1535 goto out;
1536
1537 /* Write PHY register values back to h/w defaults */
Bruce Alland3738bb2010-06-16 13:27:28 +00001538 e1e_rphy(hw, PHY_REG(769, 23), &data);
1539 data &= ~(0x7F << 5);
1540 ret_val = e1e_wphy(hw, PHY_REG(769, 23), data);
1541 if (ret_val)
1542 goto out;
1543 e1e_rphy(hw, PHY_REG(769, 16), &data);
Bruce Alland3738bb2010-06-16 13:27:28 +00001544 data |= (1 << 13);
1545 ret_val = e1e_wphy(hw, PHY_REG(769, 16), data);
1546 if (ret_val)
1547 goto out;
1548 e1e_rphy(hw, PHY_REG(776, 20), &data);
1549 data &= ~(0x3FF << 2);
1550 data |= (0x8 << 2);
1551 ret_val = e1e_wphy(hw, PHY_REG(776, 20), data);
1552 if (ret_val)
1553 goto out;
1554 ret_val = e1e_wphy(hw, PHY_REG(776, 23), 0x7E00);
1555 if (ret_val)
1556 goto out;
1557 e1e_rphy(hw, HV_PM_CTRL, &data);
1558 ret_val = e1e_wphy(hw, HV_PM_CTRL, data & ~(1 << 10));
1559 if (ret_val)
1560 goto out;
1561 }
1562
1563 /* re-enable Rx path after enabling/disabling workaround */
1564 ret_val = e1e_wphy(hw, PHY_REG(769, 20), phy_reg & ~(1 << 14));
1565
1566out:
1567 return ret_val;
1568}
1569
1570/**
1571 * e1000_lv_phy_workarounds_ich8lan - A series of Phy workarounds to be
1572 * done after every PHY reset.
1573 **/
1574static s32 e1000_lv_phy_workarounds_ich8lan(struct e1000_hw *hw)
1575{
1576 s32 ret_val = 0;
1577
1578 if (hw->mac.type != e1000_pch2lan)
1579 goto out;
1580
1581 /* Set MDIO slow mode before any other MDIO access */
1582 ret_val = e1000_set_mdio_slow_mode_hv(hw);
1583
1584out:
1585 return ret_val;
1586}
1587
1588/**
Bruce Allan831bd2e2010-09-22 17:16:18 +00001589 * e1000_k1_gig_workaround_lv - K1 Si workaround
1590 * @hw: pointer to the HW structure
1591 *
1592 * Workaround to set the K1 beacon duration for 82579 parts
1593 **/
1594static s32 e1000_k1_workaround_lv(struct e1000_hw *hw)
1595{
1596 s32 ret_val = 0;
1597 u16 status_reg = 0;
1598 u32 mac_reg;
1599
1600 if (hw->mac.type != e1000_pch2lan)
1601 goto out;
1602
1603 /* Set K1 beacon duration based on 1Gbps speed or otherwise */
1604 ret_val = e1e_rphy(hw, HV_M_STATUS, &status_reg);
1605 if (ret_val)
1606 goto out;
1607
1608 if ((status_reg & (HV_M_STATUS_LINK_UP | HV_M_STATUS_AUTONEG_COMPLETE))
1609 == (HV_M_STATUS_LINK_UP | HV_M_STATUS_AUTONEG_COMPLETE)) {
1610 mac_reg = er32(FEXTNVM4);
1611 mac_reg &= ~E1000_FEXTNVM4_BEACON_DURATION_MASK;
1612
1613 if (status_reg & HV_M_STATUS_SPEED_1000)
1614 mac_reg |= E1000_FEXTNVM4_BEACON_DURATION_8USEC;
1615 else
1616 mac_reg |= E1000_FEXTNVM4_BEACON_DURATION_16USEC;
1617
1618 ew32(FEXTNVM4, mac_reg);
1619 }
1620
1621out:
1622 return ret_val;
1623}
1624
1625/**
Bruce Allan605c82b2010-09-22 17:17:01 +00001626 * e1000_gate_hw_phy_config_ich8lan - disable PHY config via hardware
1627 * @hw: pointer to the HW structure
1628 * @gate: boolean set to true to gate, false to ungate
1629 *
1630 * Gate/ungate the automatic PHY configuration via hardware; perform
1631 * the configuration via software instead.
1632 **/
1633static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate)
1634{
1635 u32 extcnf_ctrl;
1636
1637 if (hw->mac.type != e1000_pch2lan)
1638 return;
1639
1640 extcnf_ctrl = er32(EXTCNF_CTRL);
1641
1642 if (gate)
1643 extcnf_ctrl |= E1000_EXTCNF_CTRL_GATE_PHY_CFG;
1644 else
1645 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_GATE_PHY_CFG;
1646
1647 ew32(EXTCNF_CTRL, extcnf_ctrl);
1648 return;
1649}
1650
1651/**
Bruce Allanfc0c7762009-07-01 13:27:55 +00001652 * e1000_lan_init_done_ich8lan - Check for PHY config completion
1653 * @hw: pointer to the HW structure
1654 *
1655 * Check the appropriate indication the MAC has finished configuring the
1656 * PHY after a software reset.
1657 **/
1658static void e1000_lan_init_done_ich8lan(struct e1000_hw *hw)
1659{
1660 u32 data, loop = E1000_ICH8_LAN_INIT_TIMEOUT;
1661
1662 /* Wait for basic configuration completes before proceeding */
1663 do {
1664 data = er32(STATUS);
1665 data &= E1000_STATUS_LAN_INIT_DONE;
1666 udelay(100);
1667 } while ((!data) && --loop);
1668
1669 /*
1670 * If basic configuration is incomplete before the above loop
1671 * count reaches 0, loading the configuration from NVM will
1672 * leave the PHY in a bad state possibly resulting in no link.
1673 */
1674 if (loop == 0)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001675 e_dbg("LAN_INIT_DONE not set, increase timeout\n");
Bruce Allanfc0c7762009-07-01 13:27:55 +00001676
1677 /* Clear the Init Done bit for the next init event */
1678 data = er32(STATUS);
1679 data &= ~E1000_STATUS_LAN_INIT_DONE;
1680 ew32(STATUS, data);
1681}
1682
1683/**
Bruce Allane98cac42010-05-10 15:02:32 +00001684 * e1000_post_phy_reset_ich8lan - Perform steps required after a PHY reset
Auke Kokbc7f75f2007-09-17 12:30:59 -07001685 * @hw: pointer to the HW structure
Auke Kokbc7f75f2007-09-17 12:30:59 -07001686 **/
Bruce Allane98cac42010-05-10 15:02:32 +00001687static s32 e1000_post_phy_reset_ich8lan(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001688{
Bruce Allanf523d212009-10-29 13:45:45 +00001689 s32 ret_val = 0;
1690 u16 reg;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001691
Bruce Allane98cac42010-05-10 15:02:32 +00001692 if (e1000_check_reset_block(hw))
1693 goto out;
Bruce Allanfc0c7762009-07-01 13:27:55 +00001694
Bruce Allan5f3eed62010-09-22 17:15:54 +00001695 /* Allow time for h/w to get to quiescent state after reset */
1696 msleep(10);
1697
Bruce Allanfddaa1a2010-01-13 01:52:49 +00001698 /* Perform any necessary post-reset workarounds */
Bruce Allane98cac42010-05-10 15:02:32 +00001699 switch (hw->mac.type) {
1700 case e1000_pchlan:
Bruce Allana4f58f52009-06-02 11:29:18 +00001701 ret_val = e1000_hv_phy_workarounds_ich8lan(hw);
1702 if (ret_val)
Bruce Allane98cac42010-05-10 15:02:32 +00001703 goto out;
1704 break;
Bruce Alland3738bb2010-06-16 13:27:28 +00001705 case e1000_pch2lan:
1706 ret_val = e1000_lv_phy_workarounds_ich8lan(hw);
1707 if (ret_val)
1708 goto out;
1709 break;
Bruce Allane98cac42010-05-10 15:02:32 +00001710 default:
1711 break;
Bruce Allana4f58f52009-06-02 11:29:18 +00001712 }
1713
Bruce Allandb2932e2009-10-26 11:22:47 +00001714 /* Dummy read to clear the phy wakeup bit after lcd reset */
Bruce Alland3738bb2010-06-16 13:27:28 +00001715 if (hw->mac.type >= e1000_pchlan)
Bruce Allandb2932e2009-10-26 11:22:47 +00001716 e1e_rphy(hw, BM_WUC, &reg);
1717
Bruce Allanf523d212009-10-29 13:45:45 +00001718 /* Configure the LCD with the extended configuration region in NVM */
1719 ret_val = e1000_sw_lcd_config_ich8lan(hw);
1720 if (ret_val)
1721 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001722
Bruce Allanf523d212009-10-29 13:45:45 +00001723 /* Configure the LCD with the OEM bits in NVM */
Bruce Allane98cac42010-05-10 15:02:32 +00001724 ret_val = e1000_oem_bits_config_ich8lan(hw, true);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001725
Bruce Allan605c82b2010-09-22 17:17:01 +00001726 /* Ungate automatic PHY configuration on non-managed 82579 */
1727 if ((hw->mac.type == e1000_pch2lan) &&
1728 !(er32(FWSM) & E1000_ICH_FWSM_FW_VALID)) {
1729 msleep(10);
1730 e1000_gate_hw_phy_config_ich8lan(hw, false);
1731 }
1732
Bruce Allanf523d212009-10-29 13:45:45 +00001733out:
Bruce Allane98cac42010-05-10 15:02:32 +00001734 return ret_val;
1735}
1736
1737/**
1738 * e1000_phy_hw_reset_ich8lan - Performs a PHY reset
1739 * @hw: pointer to the HW structure
1740 *
1741 * Resets the PHY
1742 * This is a function pointer entry point called by drivers
1743 * or other shared routines.
1744 **/
1745static s32 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw)
1746{
1747 s32 ret_val = 0;
1748
Bruce Allan605c82b2010-09-22 17:17:01 +00001749 /* Gate automatic PHY configuration by hardware on non-managed 82579 */
1750 if ((hw->mac.type == e1000_pch2lan) &&
1751 !(er32(FWSM) & E1000_ICH_FWSM_FW_VALID))
1752 e1000_gate_hw_phy_config_ich8lan(hw, true);
1753
Bruce Allane98cac42010-05-10 15:02:32 +00001754 ret_val = e1000e_phy_hw_reset_generic(hw);
1755 if (ret_val)
1756 goto out;
1757
1758 ret_val = e1000_post_phy_reset_ich8lan(hw);
1759
1760out:
1761 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001762}
1763
1764/**
Bruce Allanfa2ce132009-10-26 11:23:25 +00001765 * e1000_set_lplu_state_pchlan - Set Low Power Link Up state
1766 * @hw: pointer to the HW structure
1767 * @active: true to enable LPLU, false to disable
1768 *
1769 * Sets the LPLU state according to the active flag. For PCH, if OEM write
1770 * bit are disabled in the NVM, writing the LPLU bits in the MAC will not set
1771 * the phy speed. This function will manually set the LPLU bit and restart
1772 * auto-neg as hw would do. D3 and D0 LPLU will call the same function
1773 * since it configures the same bit.
1774 **/
1775static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active)
1776{
1777 s32 ret_val = 0;
1778 u16 oem_reg;
1779
1780 ret_val = e1e_rphy(hw, HV_OEM_BITS, &oem_reg);
1781 if (ret_val)
1782 goto out;
1783
1784 if (active)
1785 oem_reg |= HV_OEM_BITS_LPLU;
1786 else
1787 oem_reg &= ~HV_OEM_BITS_LPLU;
1788
1789 oem_reg |= HV_OEM_BITS_RESTART_AN;
1790 ret_val = e1e_wphy(hw, HV_OEM_BITS, oem_reg);
1791
1792out:
1793 return ret_val;
1794}
1795
1796/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001797 * e1000_set_d0_lplu_state_ich8lan - Set Low Power Linkup D0 state
1798 * @hw: pointer to the HW structure
Bruce Allan564ea9b2009-11-20 23:26:44 +00001799 * @active: true to enable LPLU, false to disable
Auke Kokbc7f75f2007-09-17 12:30:59 -07001800 *
1801 * Sets the LPLU D0 state according to the active flag. When
1802 * activating LPLU this function also disables smart speed
1803 * and vice versa. LPLU will not be activated unless the
1804 * device autonegotiation advertisement meets standards of
1805 * either 10 or 10/100 or 10/100/1000 at all duplexes.
1806 * This is a function pointer entry point only called by
1807 * PHY setup routines.
1808 **/
1809static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
1810{
1811 struct e1000_phy_info *phy = &hw->phy;
1812 u32 phy_ctrl;
1813 s32 ret_val = 0;
1814 u16 data;
1815
Bruce Allan97ac8ca2008-04-29 09:16:05 -07001816 if (phy->type == e1000_phy_ife)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001817 return ret_val;
1818
1819 phy_ctrl = er32(PHY_CTRL);
1820
1821 if (active) {
1822 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU;
1823 ew32(PHY_CTRL, phy_ctrl);
1824
Bruce Allan60f12922009-07-01 13:28:14 +00001825 if (phy->type != e1000_phy_igp_3)
1826 return 0;
1827
Bruce Allanad680762008-03-28 09:15:03 -07001828 /*
1829 * Call gig speed drop workaround on LPLU before accessing
1830 * any PHY registers
1831 */
Bruce Allan60f12922009-07-01 13:28:14 +00001832 if (hw->mac.type == e1000_ich8lan)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001833 e1000e_gig_downshift_workaround_ich8lan(hw);
1834
1835 /* When LPLU is enabled, we should disable SmartSpeed */
1836 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
1837 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1838 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
1839 if (ret_val)
1840 return ret_val;
1841 } else {
1842 phy_ctrl &= ~E1000_PHY_CTRL_D0A_LPLU;
1843 ew32(PHY_CTRL, phy_ctrl);
1844
Bruce Allan60f12922009-07-01 13:28:14 +00001845 if (phy->type != e1000_phy_igp_3)
1846 return 0;
1847
Bruce Allanad680762008-03-28 09:15:03 -07001848 /*
1849 * LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -07001850 * during Dx states where the power conservation is most
1851 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -07001852 * SmartSpeed, so performance is maintained.
1853 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001854 if (phy->smart_speed == e1000_smart_speed_on) {
1855 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001856 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001857 if (ret_val)
1858 return ret_val;
1859
1860 data |= IGP01E1000_PSCFR_SMART_SPEED;
1861 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001862 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001863 if (ret_val)
1864 return ret_val;
1865 } else if (phy->smart_speed == e1000_smart_speed_off) {
1866 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001867 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001868 if (ret_val)
1869 return ret_val;
1870
1871 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1872 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001873 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001874 if (ret_val)
1875 return ret_val;
1876 }
1877 }
1878
1879 return 0;
1880}
1881
1882/**
1883 * e1000_set_d3_lplu_state_ich8lan - Set Low Power Linkup D3 state
1884 * @hw: pointer to the HW structure
Bruce Allan564ea9b2009-11-20 23:26:44 +00001885 * @active: true to enable LPLU, false to disable
Auke Kokbc7f75f2007-09-17 12:30:59 -07001886 *
1887 * Sets the LPLU D3 state according to the active flag. When
1888 * activating LPLU this function also disables smart speed
1889 * and vice versa. LPLU will not be activated unless the
1890 * device autonegotiation advertisement meets standards of
1891 * either 10 or 10/100 or 10/100/1000 at all duplexes.
1892 * This is a function pointer entry point only called by
1893 * PHY setup routines.
1894 **/
1895static s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
1896{
1897 struct e1000_phy_info *phy = &hw->phy;
1898 u32 phy_ctrl;
1899 s32 ret_val;
1900 u16 data;
1901
1902 phy_ctrl = er32(PHY_CTRL);
1903
1904 if (!active) {
1905 phy_ctrl &= ~E1000_PHY_CTRL_NOND0A_LPLU;
1906 ew32(PHY_CTRL, phy_ctrl);
Bruce Allan60f12922009-07-01 13:28:14 +00001907
1908 if (phy->type != e1000_phy_igp_3)
1909 return 0;
1910
Bruce Allanad680762008-03-28 09:15:03 -07001911 /*
1912 * LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -07001913 * during Dx states where the power conservation is most
1914 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -07001915 * SmartSpeed, so performance is maintained.
1916 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001917 if (phy->smart_speed == e1000_smart_speed_on) {
Bruce Allanad680762008-03-28 09:15:03 -07001918 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1919 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001920 if (ret_val)
1921 return ret_val;
1922
1923 data |= IGP01E1000_PSCFR_SMART_SPEED;
Bruce Allanad680762008-03-28 09:15:03 -07001924 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1925 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001926 if (ret_val)
1927 return ret_val;
1928 } else if (phy->smart_speed == e1000_smart_speed_off) {
Bruce Allanad680762008-03-28 09:15:03 -07001929 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1930 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001931 if (ret_val)
1932 return ret_val;
1933
1934 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
Bruce Allanad680762008-03-28 09:15:03 -07001935 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1936 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001937 if (ret_val)
1938 return ret_val;
1939 }
1940 } else if ((phy->autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
1941 (phy->autoneg_advertised == E1000_ALL_NOT_GIG) ||
1942 (phy->autoneg_advertised == E1000_ALL_10_SPEED)) {
1943 phy_ctrl |= E1000_PHY_CTRL_NOND0A_LPLU;
1944 ew32(PHY_CTRL, phy_ctrl);
1945
Bruce Allan60f12922009-07-01 13:28:14 +00001946 if (phy->type != e1000_phy_igp_3)
1947 return 0;
1948
Bruce Allanad680762008-03-28 09:15:03 -07001949 /*
1950 * Call gig speed drop workaround on LPLU before accessing
1951 * any PHY registers
1952 */
Bruce Allan60f12922009-07-01 13:28:14 +00001953 if (hw->mac.type == e1000_ich8lan)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001954 e1000e_gig_downshift_workaround_ich8lan(hw);
1955
1956 /* When LPLU is enabled, we should disable SmartSpeed */
Bruce Allanad680762008-03-28 09:15:03 -07001957 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001958 if (ret_val)
1959 return ret_val;
1960
1961 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
Bruce Allanad680762008-03-28 09:15:03 -07001962 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001963 }
1964
1965 return 0;
1966}
1967
1968/**
Bruce Allanf4187b52008-08-26 18:36:50 -07001969 * e1000_valid_nvm_bank_detect_ich8lan - finds out the valid bank 0 or 1
1970 * @hw: pointer to the HW structure
1971 * @bank: pointer to the variable that returns the active bank
1972 *
1973 * Reads signature byte from the NVM using the flash access registers.
Bruce Allane2434552008-11-21 17:02:41 -08001974 * Word 0x13 bits 15:14 = 10b indicate a valid signature for that bank.
Bruce Allanf4187b52008-08-26 18:36:50 -07001975 **/
1976static s32 e1000_valid_nvm_bank_detect_ich8lan(struct e1000_hw *hw, u32 *bank)
1977{
Bruce Allane2434552008-11-21 17:02:41 -08001978 u32 eecd;
Bruce Allanf4187b52008-08-26 18:36:50 -07001979 struct e1000_nvm_info *nvm = &hw->nvm;
Bruce Allanf4187b52008-08-26 18:36:50 -07001980 u32 bank1_offset = nvm->flash_bank_size * sizeof(u16);
1981 u32 act_offset = E1000_ICH_NVM_SIG_WORD * 2 + 1;
Bruce Allane2434552008-11-21 17:02:41 -08001982 u8 sig_byte = 0;
1983 s32 ret_val = 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07001984
Bruce Allane2434552008-11-21 17:02:41 -08001985 switch (hw->mac.type) {
1986 case e1000_ich8lan:
1987 case e1000_ich9lan:
1988 eecd = er32(EECD);
1989 if ((eecd & E1000_EECD_SEC1VAL_VALID_MASK) ==
1990 E1000_EECD_SEC1VAL_VALID_MASK) {
1991 if (eecd & E1000_EECD_SEC1VAL)
Bruce Allanf4187b52008-08-26 18:36:50 -07001992 *bank = 1;
Bruce Allane2434552008-11-21 17:02:41 -08001993 else
1994 *bank = 0;
1995
1996 return 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07001997 }
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001998 e_dbg("Unable to determine valid NVM bank via EEC - "
Bruce Allane2434552008-11-21 17:02:41 -08001999 "reading flash signature\n");
2000 /* fall-thru */
2001 default:
2002 /* set bank to 0 in case flash read fails */
2003 *bank = 0;
2004
2005 /* Check bank 0 */
2006 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset,
2007 &sig_byte);
2008 if (ret_val)
2009 return ret_val;
2010 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
2011 E1000_ICH_NVM_SIG_VALUE) {
2012 *bank = 0;
2013 return 0;
2014 }
2015
2016 /* Check bank 1 */
2017 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset +
2018 bank1_offset,
2019 &sig_byte);
2020 if (ret_val)
2021 return ret_val;
2022 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
2023 E1000_ICH_NVM_SIG_VALUE) {
2024 *bank = 1;
2025 return 0;
2026 }
2027
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002028 e_dbg("ERROR: No valid NVM bank present\n");
Bruce Allane2434552008-11-21 17:02:41 -08002029 return -E1000_ERR_NVM;
Bruce Allanf4187b52008-08-26 18:36:50 -07002030 }
2031
2032 return 0;
2033}
2034
2035/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002036 * e1000_read_nvm_ich8lan - Read word(s) from the NVM
2037 * @hw: pointer to the HW structure
2038 * @offset: The offset (in bytes) of the word(s) to read.
2039 * @words: Size of data to read in words
2040 * @data: Pointer to the word(s) to read at offset.
2041 *
2042 * Reads a word(s) from the NVM using the flash access registers.
2043 **/
2044static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
2045 u16 *data)
2046{
2047 struct e1000_nvm_info *nvm = &hw->nvm;
2048 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
2049 u32 act_offset;
Bruce Allan148675a2009-08-07 07:41:56 +00002050 s32 ret_val = 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07002051 u32 bank = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002052 u16 i, word;
2053
2054 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
2055 (words == 0)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002056 e_dbg("nvm parameter(s) out of bounds\n");
Bruce Allanca15df52009-10-26 11:23:43 +00002057 ret_val = -E1000_ERR_NVM;
2058 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002059 }
2060
Bruce Allan94d81862009-11-20 23:25:26 +00002061 nvm->ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002062
Bruce Allanf4187b52008-08-26 18:36:50 -07002063 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
Bruce Allan148675a2009-08-07 07:41:56 +00002064 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002065 e_dbg("Could not detect valid bank, assuming bank 0\n");
Bruce Allan148675a2009-08-07 07:41:56 +00002066 bank = 0;
2067 }
Bruce Allanf4187b52008-08-26 18:36:50 -07002068
2069 act_offset = (bank) ? nvm->flash_bank_size : 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002070 act_offset += offset;
2071
Bruce Allan148675a2009-08-07 07:41:56 +00002072 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002073 for (i = 0; i < words; i++) {
2074 if ((dev_spec->shadow_ram) &&
2075 (dev_spec->shadow_ram[offset+i].modified)) {
2076 data[i] = dev_spec->shadow_ram[offset+i].value;
2077 } else {
2078 ret_val = e1000_read_flash_word_ich8lan(hw,
2079 act_offset + i,
2080 &word);
2081 if (ret_val)
2082 break;
2083 data[i] = word;
2084 }
2085 }
2086
Bruce Allan94d81862009-11-20 23:25:26 +00002087 nvm->ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002088
Bruce Allane2434552008-11-21 17:02:41 -08002089out:
2090 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002091 e_dbg("NVM read error: %d\n", ret_val);
Bruce Allane2434552008-11-21 17:02:41 -08002092
Auke Kokbc7f75f2007-09-17 12:30:59 -07002093 return ret_val;
2094}
2095
2096/**
2097 * e1000_flash_cycle_init_ich8lan - Initialize flash
2098 * @hw: pointer to the HW structure
2099 *
2100 * This function does initial flash setup so that a new read/write/erase cycle
2101 * can be started.
2102 **/
2103static s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw)
2104{
2105 union ich8_hws_flash_status hsfsts;
2106 s32 ret_val = -E1000_ERR_NVM;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002107
2108 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2109
2110 /* Check if the flash descriptor is valid */
2111 if (hsfsts.hsf_status.fldesvalid == 0) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002112 e_dbg("Flash descriptor invalid. "
Joe Perches2c73e1f2010-03-26 20:16:59 +00002113 "SW Sequencing must be used.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002114 return -E1000_ERR_NVM;
2115 }
2116
2117 /* Clear FCERR and DAEL in hw status by writing 1 */
2118 hsfsts.hsf_status.flcerr = 1;
2119 hsfsts.hsf_status.dael = 1;
2120
2121 ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
2122
Bruce Allanad680762008-03-28 09:15:03 -07002123 /*
2124 * Either we should have a hardware SPI cycle in progress
Auke Kokbc7f75f2007-09-17 12:30:59 -07002125 * bit to check against, in order to start a new cycle or
2126 * FDONE bit should be changed in the hardware so that it
Auke Kok489815c2008-02-21 15:11:07 -08002127 * is 1 after hardware reset, which can then be used as an
Auke Kokbc7f75f2007-09-17 12:30:59 -07002128 * indication whether a cycle is in progress or has been
2129 * completed.
2130 */
2131
2132 if (hsfsts.hsf_status.flcinprog == 0) {
Bruce Allanad680762008-03-28 09:15:03 -07002133 /*
2134 * There is no cycle running at present,
Bruce Allan5ff5b662009-12-01 15:51:11 +00002135 * so we can start a cycle.
Bruce Allanad680762008-03-28 09:15:03 -07002136 * Begin by setting Flash Cycle Done.
2137 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002138 hsfsts.hsf_status.flcdone = 1;
2139 ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
2140 ret_val = 0;
2141 } else {
Bruce Allan90da0662011-01-06 07:02:53 +00002142 s32 i = 0;
2143
Bruce Allanad680762008-03-28 09:15:03 -07002144 /*
Bruce Allan5ff5b662009-12-01 15:51:11 +00002145 * Otherwise poll for sometime so the current
Bruce Allanad680762008-03-28 09:15:03 -07002146 * cycle has a chance to end before giving up.
2147 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002148 for (i = 0; i < ICH_FLASH_READ_COMMAND_TIMEOUT; i++) {
2149 hsfsts.regval = __er16flash(hw, ICH_FLASH_HSFSTS);
2150 if (hsfsts.hsf_status.flcinprog == 0) {
2151 ret_val = 0;
2152 break;
2153 }
2154 udelay(1);
2155 }
2156 if (ret_val == 0) {
Bruce Allanad680762008-03-28 09:15:03 -07002157 /*
2158 * Successful in waiting for previous cycle to timeout,
2159 * now set the Flash Cycle Done.
2160 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002161 hsfsts.hsf_status.flcdone = 1;
2162 ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
2163 } else {
Joe Perches2c73e1f2010-03-26 20:16:59 +00002164 e_dbg("Flash controller busy, cannot get access\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002165 }
2166 }
2167
2168 return ret_val;
2169}
2170
2171/**
2172 * e1000_flash_cycle_ich8lan - Starts flash cycle (read/write/erase)
2173 * @hw: pointer to the HW structure
2174 * @timeout: maximum time to wait for completion
2175 *
2176 * This function starts a flash cycle and waits for its completion.
2177 **/
2178static s32 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout)
2179{
2180 union ich8_hws_flash_ctrl hsflctl;
2181 union ich8_hws_flash_status hsfsts;
2182 s32 ret_val = -E1000_ERR_NVM;
2183 u32 i = 0;
2184
2185 /* Start a cycle by writing 1 in Flash Cycle Go in Hw Flash Control */
2186 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2187 hsflctl.hsf_ctrl.flcgo = 1;
2188 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2189
2190 /* wait till FDONE bit is set to 1 */
2191 do {
2192 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2193 if (hsfsts.hsf_status.flcdone == 1)
2194 break;
2195 udelay(1);
2196 } while (i++ < timeout);
2197
2198 if (hsfsts.hsf_status.flcdone == 1 && hsfsts.hsf_status.flcerr == 0)
2199 return 0;
2200
2201 return ret_val;
2202}
2203
2204/**
2205 * e1000_read_flash_word_ich8lan - Read word from flash
2206 * @hw: pointer to the HW structure
2207 * @offset: offset to data location
2208 * @data: pointer to the location for storing the data
2209 *
2210 * Reads the flash word at offset into data. Offset is converted
2211 * to bytes before read.
2212 **/
2213static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
2214 u16 *data)
2215{
2216 /* Must convert offset into bytes. */
2217 offset <<= 1;
2218
2219 return e1000_read_flash_data_ich8lan(hw, offset, 2, data);
2220}
2221
2222/**
Bruce Allanf4187b52008-08-26 18:36:50 -07002223 * e1000_read_flash_byte_ich8lan - Read byte from flash
2224 * @hw: pointer to the HW structure
2225 * @offset: The offset of the byte to read.
2226 * @data: Pointer to a byte to store the value read.
2227 *
2228 * Reads a single byte from the NVM using the flash access registers.
2229 **/
2230static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
2231 u8 *data)
2232{
2233 s32 ret_val;
2234 u16 word = 0;
2235
2236 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
2237 if (ret_val)
2238 return ret_val;
2239
2240 *data = (u8)word;
2241
2242 return 0;
2243}
2244
2245/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002246 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
2247 * @hw: pointer to the HW structure
2248 * @offset: The offset (in bytes) of the byte or word to read.
2249 * @size: Size of data to read, 1=byte 2=word
2250 * @data: Pointer to the word to store the value read.
2251 *
2252 * Reads a byte or word from the NVM using the flash access registers.
2253 **/
2254static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
2255 u8 size, u16 *data)
2256{
2257 union ich8_hws_flash_status hsfsts;
2258 union ich8_hws_flash_ctrl hsflctl;
2259 u32 flash_linear_addr;
2260 u32 flash_data = 0;
2261 s32 ret_val = -E1000_ERR_NVM;
2262 u8 count = 0;
2263
2264 if (size < 1 || size > 2 || offset > ICH_FLASH_LINEAR_ADDR_MASK)
2265 return -E1000_ERR_NVM;
2266
2267 flash_linear_addr = (ICH_FLASH_LINEAR_ADDR_MASK & offset) +
2268 hw->nvm.flash_base_addr;
2269
2270 do {
2271 udelay(1);
2272 /* Steps */
2273 ret_val = e1000_flash_cycle_init_ich8lan(hw);
2274 if (ret_val != 0)
2275 break;
2276
2277 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2278 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
2279 hsflctl.hsf_ctrl.fldbcount = size - 1;
2280 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ;
2281 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2282
2283 ew32flash(ICH_FLASH_FADDR, flash_linear_addr);
2284
2285 ret_val = e1000_flash_cycle_ich8lan(hw,
2286 ICH_FLASH_READ_COMMAND_TIMEOUT);
2287
Bruce Allanad680762008-03-28 09:15:03 -07002288 /*
2289 * Check if FCERR is set to 1, if set to 1, clear it
Auke Kokbc7f75f2007-09-17 12:30:59 -07002290 * and try the whole sequence a few more times, else
2291 * read in (shift in) the Flash Data0, the order is
Bruce Allanad680762008-03-28 09:15:03 -07002292 * least significant byte first msb to lsb
2293 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002294 if (ret_val == 0) {
2295 flash_data = er32flash(ICH_FLASH_FDATA0);
Bruce Allanb1cdfea2010-12-11 05:53:47 +00002296 if (size == 1)
Auke Kokbc7f75f2007-09-17 12:30:59 -07002297 *data = (u8)(flash_data & 0x000000FF);
Bruce Allanb1cdfea2010-12-11 05:53:47 +00002298 else if (size == 2)
Auke Kokbc7f75f2007-09-17 12:30:59 -07002299 *data = (u16)(flash_data & 0x0000FFFF);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002300 break;
2301 } else {
Bruce Allanad680762008-03-28 09:15:03 -07002302 /*
2303 * If we've gotten here, then things are probably
Auke Kokbc7f75f2007-09-17 12:30:59 -07002304 * completely hosed, but if the error condition is
2305 * detected, it won't hurt to give it another try...
2306 * ICH_FLASH_CYCLE_REPEAT_COUNT times.
2307 */
2308 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2309 if (hsfsts.hsf_status.flcerr == 1) {
2310 /* Repeat for some time before giving up. */
2311 continue;
2312 } else if (hsfsts.hsf_status.flcdone == 0) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002313 e_dbg("Timeout error - flash cycle "
Joe Perches2c73e1f2010-03-26 20:16:59 +00002314 "did not complete.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002315 break;
2316 }
2317 }
2318 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
2319
2320 return ret_val;
2321}
2322
2323/**
2324 * e1000_write_nvm_ich8lan - Write word(s) to the NVM
2325 * @hw: pointer to the HW structure
2326 * @offset: The offset (in bytes) of the word(s) to write.
2327 * @words: Size of data to write in words
2328 * @data: Pointer to the word(s) to write at offset.
2329 *
2330 * Writes a byte or word to the NVM using the flash access registers.
2331 **/
2332static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
2333 u16 *data)
2334{
2335 struct e1000_nvm_info *nvm = &hw->nvm;
2336 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002337 u16 i;
2338
2339 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
2340 (words == 0)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002341 e_dbg("nvm parameter(s) out of bounds\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002342 return -E1000_ERR_NVM;
2343 }
2344
Bruce Allan94d81862009-11-20 23:25:26 +00002345 nvm->ops.acquire(hw);
Bruce Allanca15df52009-10-26 11:23:43 +00002346
Auke Kokbc7f75f2007-09-17 12:30:59 -07002347 for (i = 0; i < words; i++) {
Bruce Allan564ea9b2009-11-20 23:26:44 +00002348 dev_spec->shadow_ram[offset+i].modified = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002349 dev_spec->shadow_ram[offset+i].value = data[i];
2350 }
2351
Bruce Allan94d81862009-11-20 23:25:26 +00002352 nvm->ops.release(hw);
Bruce Allanca15df52009-10-26 11:23:43 +00002353
Auke Kokbc7f75f2007-09-17 12:30:59 -07002354 return 0;
2355}
2356
2357/**
2358 * e1000_update_nvm_checksum_ich8lan - Update the checksum for NVM
2359 * @hw: pointer to the HW structure
2360 *
2361 * The NVM checksum is updated by calling the generic update_nvm_checksum,
2362 * which writes the checksum to the shadow ram. The changes in the shadow
2363 * ram are then committed to the EEPROM by processing each bank at a time
2364 * checking for the modified bit and writing only the pending changes.
Auke Kok489815c2008-02-21 15:11:07 -08002365 * After a successful commit, the shadow ram is cleared and is ready for
Auke Kokbc7f75f2007-09-17 12:30:59 -07002366 * future writes.
2367 **/
2368static s32 e1000_update_nvm_checksum_ich8lan(struct e1000_hw *hw)
2369{
2370 struct e1000_nvm_info *nvm = &hw->nvm;
2371 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Bruce Allanf4187b52008-08-26 18:36:50 -07002372 u32 i, act_offset, new_bank_offset, old_bank_offset, bank;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002373 s32 ret_val;
2374 u16 data;
2375
2376 ret_val = e1000e_update_nvm_checksum_generic(hw);
2377 if (ret_val)
Bruce Allane2434552008-11-21 17:02:41 -08002378 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002379
2380 if (nvm->type != e1000_nvm_flash_sw)
Bruce Allane2434552008-11-21 17:02:41 -08002381 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002382
Bruce Allan94d81862009-11-20 23:25:26 +00002383 nvm->ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002384
Bruce Allanad680762008-03-28 09:15:03 -07002385 /*
2386 * We're writing to the opposite bank so if we're on bank 1,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002387 * write to bank 0 etc. We also need to erase the segment that
Bruce Allanad680762008-03-28 09:15:03 -07002388 * is going to be written
2389 */
Bruce Allanf4187b52008-08-26 18:36:50 -07002390 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
Bruce Allane2434552008-11-21 17:02:41 -08002391 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002392 e_dbg("Could not detect valid bank, assuming bank 0\n");
Bruce Allan148675a2009-08-07 07:41:56 +00002393 bank = 0;
Bruce Allane2434552008-11-21 17:02:41 -08002394 }
Bruce Allanf4187b52008-08-26 18:36:50 -07002395
2396 if (bank == 0) {
Auke Kokbc7f75f2007-09-17 12:30:59 -07002397 new_bank_offset = nvm->flash_bank_size;
2398 old_bank_offset = 0;
Bruce Allane2434552008-11-21 17:02:41 -08002399 ret_val = e1000_erase_flash_bank_ich8lan(hw, 1);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002400 if (ret_val)
2401 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002402 } else {
2403 old_bank_offset = nvm->flash_bank_size;
2404 new_bank_offset = 0;
Bruce Allane2434552008-11-21 17:02:41 -08002405 ret_val = e1000_erase_flash_bank_ich8lan(hw, 0);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002406 if (ret_val)
2407 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002408 }
2409
2410 for (i = 0; i < E1000_ICH8_SHADOW_RAM_WORDS; i++) {
Bruce Allanad680762008-03-28 09:15:03 -07002411 /*
2412 * Determine whether to write the value stored
Auke Kokbc7f75f2007-09-17 12:30:59 -07002413 * in the other NVM bank or a modified value stored
Bruce Allanad680762008-03-28 09:15:03 -07002414 * in the shadow RAM
2415 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002416 if (dev_spec->shadow_ram[i].modified) {
2417 data = dev_spec->shadow_ram[i].value;
2418 } else {
Bruce Allane2434552008-11-21 17:02:41 -08002419 ret_val = e1000_read_flash_word_ich8lan(hw, i +
2420 old_bank_offset,
2421 &data);
2422 if (ret_val)
2423 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002424 }
2425
Bruce Allanad680762008-03-28 09:15:03 -07002426 /*
2427 * If the word is 0x13, then make sure the signature bits
Auke Kokbc7f75f2007-09-17 12:30:59 -07002428 * (15:14) are 11b until the commit has completed.
2429 * This will allow us to write 10b which indicates the
2430 * signature is valid. We want to do this after the write
2431 * has completed so that we don't mark the segment valid
Bruce Allanad680762008-03-28 09:15:03 -07002432 * while the write is still in progress
2433 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002434 if (i == E1000_ICH_NVM_SIG_WORD)
2435 data |= E1000_ICH_NVM_SIG_MASK;
2436
2437 /* Convert offset to bytes. */
2438 act_offset = (i + new_bank_offset) << 1;
2439
2440 udelay(100);
2441 /* Write the bytes to the new bank. */
2442 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
2443 act_offset,
2444 (u8)data);
2445 if (ret_val)
2446 break;
2447
2448 udelay(100);
2449 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
2450 act_offset + 1,
2451 (u8)(data >> 8));
2452 if (ret_val)
2453 break;
2454 }
2455
Bruce Allanad680762008-03-28 09:15:03 -07002456 /*
2457 * Don't bother writing the segment valid bits if sector
2458 * programming failed.
2459 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002460 if (ret_val) {
Bruce Allan4a770352008-10-01 17:18:35 -07002461 /* Possibly read-only, see e1000e_write_protect_nvm_ich8lan() */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002462 e_dbg("Flash commit failed.\n");
Bruce Allan9c5e2092010-05-10 15:00:31 +00002463 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002464 }
2465
Bruce Allanad680762008-03-28 09:15:03 -07002466 /*
2467 * Finally validate the new segment by setting bit 15:14
Auke Kokbc7f75f2007-09-17 12:30:59 -07002468 * to 10b in word 0x13 , this can be done without an
2469 * erase as well since these bits are 11 to start with
Bruce Allanad680762008-03-28 09:15:03 -07002470 * and we need to change bit 14 to 0b
2471 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002472 act_offset = new_bank_offset + E1000_ICH_NVM_SIG_WORD;
Bruce Allane2434552008-11-21 17:02:41 -08002473 ret_val = e1000_read_flash_word_ich8lan(hw, act_offset, &data);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002474 if (ret_val)
2475 goto release;
2476
Auke Kokbc7f75f2007-09-17 12:30:59 -07002477 data &= 0xBFFF;
2478 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
2479 act_offset * 2 + 1,
2480 (u8)(data >> 8));
Bruce Allan9c5e2092010-05-10 15:00:31 +00002481 if (ret_val)
2482 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002483
Bruce Allanad680762008-03-28 09:15:03 -07002484 /*
2485 * And invalidate the previously valid segment by setting
Auke Kokbc7f75f2007-09-17 12:30:59 -07002486 * its signature word (0x13) high_byte to 0b. This can be
2487 * done without an erase because flash erase sets all bits
Bruce Allanad680762008-03-28 09:15:03 -07002488 * to 1's. We can write 1's to 0's without an erase
2489 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002490 act_offset = (old_bank_offset + E1000_ICH_NVM_SIG_WORD) * 2 + 1;
2491 ret_val = e1000_retry_write_flash_byte_ich8lan(hw, act_offset, 0);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002492 if (ret_val)
2493 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002494
2495 /* Great! Everything worked, we can now clear the cached entries. */
2496 for (i = 0; i < E1000_ICH8_SHADOW_RAM_WORDS; i++) {
Bruce Allan564ea9b2009-11-20 23:26:44 +00002497 dev_spec->shadow_ram[i].modified = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002498 dev_spec->shadow_ram[i].value = 0xFFFF;
2499 }
2500
Bruce Allan9c5e2092010-05-10 15:00:31 +00002501release:
Bruce Allan94d81862009-11-20 23:25:26 +00002502 nvm->ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002503
Bruce Allanad680762008-03-28 09:15:03 -07002504 /*
2505 * Reload the EEPROM, or else modifications will not appear
Auke Kokbc7f75f2007-09-17 12:30:59 -07002506 * until after the next adapter reset.
2507 */
Bruce Allan9c5e2092010-05-10 15:00:31 +00002508 if (!ret_val) {
2509 e1000e_reload_nvm(hw);
2510 msleep(10);
2511 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07002512
Bruce Allane2434552008-11-21 17:02:41 -08002513out:
2514 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002515 e_dbg("NVM update error: %d\n", ret_val);
Bruce Allane2434552008-11-21 17:02:41 -08002516
Auke Kokbc7f75f2007-09-17 12:30:59 -07002517 return ret_val;
2518}
2519
2520/**
2521 * e1000_validate_nvm_checksum_ich8lan - Validate EEPROM checksum
2522 * @hw: pointer to the HW structure
2523 *
2524 * Check to see if checksum needs to be fixed by reading bit 6 in word 0x19.
2525 * If the bit is 0, that the EEPROM had been modified, but the checksum was not
2526 * calculated, in which case we need to calculate the checksum and set bit 6.
2527 **/
2528static s32 e1000_validate_nvm_checksum_ich8lan(struct e1000_hw *hw)
2529{
2530 s32 ret_val;
2531 u16 data;
2532
Bruce Allanad680762008-03-28 09:15:03 -07002533 /*
2534 * Read 0x19 and check bit 6. If this bit is 0, the checksum
Auke Kokbc7f75f2007-09-17 12:30:59 -07002535 * needs to be fixed. This bit is an indication that the NVM
2536 * was prepared by OEM software and did not calculate the
2537 * checksum...a likely scenario.
2538 */
2539 ret_val = e1000_read_nvm(hw, 0x19, 1, &data);
2540 if (ret_val)
2541 return ret_val;
2542
2543 if ((data & 0x40) == 0) {
2544 data |= 0x40;
2545 ret_val = e1000_write_nvm(hw, 0x19, 1, &data);
2546 if (ret_val)
2547 return ret_val;
2548 ret_val = e1000e_update_nvm_checksum(hw);
2549 if (ret_val)
2550 return ret_val;
2551 }
2552
2553 return e1000e_validate_nvm_checksum_generic(hw);
2554}
2555
2556/**
Bruce Allan4a770352008-10-01 17:18:35 -07002557 * e1000e_write_protect_nvm_ich8lan - Make the NVM read-only
2558 * @hw: pointer to the HW structure
2559 *
2560 * To prevent malicious write/erase of the NVM, set it to be read-only
2561 * so that the hardware ignores all write/erase cycles of the NVM via
2562 * the flash control registers. The shadow-ram copy of the NVM will
2563 * still be updated, however any updates to this copy will not stick
2564 * across driver reloads.
2565 **/
2566void e1000e_write_protect_nvm_ich8lan(struct e1000_hw *hw)
2567{
Bruce Allanca15df52009-10-26 11:23:43 +00002568 struct e1000_nvm_info *nvm = &hw->nvm;
Bruce Allan4a770352008-10-01 17:18:35 -07002569 union ich8_flash_protected_range pr0;
2570 union ich8_hws_flash_status hsfsts;
2571 u32 gfpreg;
Bruce Allan4a770352008-10-01 17:18:35 -07002572
Bruce Allan94d81862009-11-20 23:25:26 +00002573 nvm->ops.acquire(hw);
Bruce Allan4a770352008-10-01 17:18:35 -07002574
2575 gfpreg = er32flash(ICH_FLASH_GFPREG);
2576
2577 /* Write-protect GbE Sector of NVM */
2578 pr0.regval = er32flash(ICH_FLASH_PR0);
2579 pr0.range.base = gfpreg & FLASH_GFPREG_BASE_MASK;
2580 pr0.range.limit = ((gfpreg >> 16) & FLASH_GFPREG_BASE_MASK);
2581 pr0.range.wpe = true;
2582 ew32flash(ICH_FLASH_PR0, pr0.regval);
2583
2584 /*
2585 * Lock down a subset of GbE Flash Control Registers, e.g.
2586 * PR0 to prevent the write-protection from being lifted.
2587 * Once FLOCKDN is set, the registers protected by it cannot
2588 * be written until FLOCKDN is cleared by a hardware reset.
2589 */
2590 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2591 hsfsts.hsf_status.flockdn = true;
2592 ew32flash(ICH_FLASH_HSFSTS, hsfsts.regval);
2593
Bruce Allan94d81862009-11-20 23:25:26 +00002594 nvm->ops.release(hw);
Bruce Allan4a770352008-10-01 17:18:35 -07002595}
2596
2597/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002598 * e1000_write_flash_data_ich8lan - Writes bytes to the NVM
2599 * @hw: pointer to the HW structure
2600 * @offset: The offset (in bytes) of the byte/word to read.
2601 * @size: Size of data to read, 1=byte 2=word
2602 * @data: The byte(s) to write to the NVM.
2603 *
2604 * Writes one/two bytes to the NVM using the flash access registers.
2605 **/
2606static s32 e1000_write_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
2607 u8 size, u16 data)
2608{
2609 union ich8_hws_flash_status hsfsts;
2610 union ich8_hws_flash_ctrl hsflctl;
2611 u32 flash_linear_addr;
2612 u32 flash_data = 0;
2613 s32 ret_val;
2614 u8 count = 0;
2615
2616 if (size < 1 || size > 2 || data > size * 0xff ||
2617 offset > ICH_FLASH_LINEAR_ADDR_MASK)
2618 return -E1000_ERR_NVM;
2619
2620 flash_linear_addr = (ICH_FLASH_LINEAR_ADDR_MASK & offset) +
2621 hw->nvm.flash_base_addr;
2622
2623 do {
2624 udelay(1);
2625 /* Steps */
2626 ret_val = e1000_flash_cycle_init_ich8lan(hw);
2627 if (ret_val)
2628 break;
2629
2630 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2631 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
2632 hsflctl.hsf_ctrl.fldbcount = size -1;
2633 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE;
2634 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2635
2636 ew32flash(ICH_FLASH_FADDR, flash_linear_addr);
2637
2638 if (size == 1)
2639 flash_data = (u32)data & 0x00FF;
2640 else
2641 flash_data = (u32)data;
2642
2643 ew32flash(ICH_FLASH_FDATA0, flash_data);
2644
Bruce Allanad680762008-03-28 09:15:03 -07002645 /*
2646 * check if FCERR is set to 1 , if set to 1, clear it
2647 * and try the whole sequence a few more times else done
2648 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002649 ret_val = e1000_flash_cycle_ich8lan(hw,
2650 ICH_FLASH_WRITE_COMMAND_TIMEOUT);
2651 if (!ret_val)
2652 break;
2653
Bruce Allanad680762008-03-28 09:15:03 -07002654 /*
2655 * If we're here, then things are most likely
Auke Kokbc7f75f2007-09-17 12:30:59 -07002656 * completely hosed, but if the error condition
2657 * is detected, it won't hurt to give it another
2658 * try...ICH_FLASH_CYCLE_REPEAT_COUNT times.
2659 */
2660 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2661 if (hsfsts.hsf_status.flcerr == 1)
2662 /* Repeat for some time before giving up. */
2663 continue;
2664 if (hsfsts.hsf_status.flcdone == 0) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002665 e_dbg("Timeout error - flash cycle "
Auke Kokbc7f75f2007-09-17 12:30:59 -07002666 "did not complete.");
2667 break;
2668 }
2669 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
2670
2671 return ret_val;
2672}
2673
2674/**
2675 * e1000_write_flash_byte_ich8lan - Write a single byte to NVM
2676 * @hw: pointer to the HW structure
2677 * @offset: The index of the byte to read.
2678 * @data: The byte to write to the NVM.
2679 *
2680 * Writes a single byte to the NVM using the flash access registers.
2681 **/
2682static s32 e1000_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
2683 u8 data)
2684{
2685 u16 word = (u16)data;
2686
2687 return e1000_write_flash_data_ich8lan(hw, offset, 1, word);
2688}
2689
2690/**
2691 * e1000_retry_write_flash_byte_ich8lan - Writes a single byte to NVM
2692 * @hw: pointer to the HW structure
2693 * @offset: The offset of the byte to write.
2694 * @byte: The byte to write to the NVM.
2695 *
2696 * Writes a single byte to the NVM using the flash access registers.
2697 * Goes through a retry algorithm before giving up.
2698 **/
2699static s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
2700 u32 offset, u8 byte)
2701{
2702 s32 ret_val;
2703 u16 program_retries;
2704
2705 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
2706 if (!ret_val)
2707 return ret_val;
2708
2709 for (program_retries = 0; program_retries < 100; program_retries++) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002710 e_dbg("Retrying Byte %2.2X at offset %u\n", byte, offset);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002711 udelay(100);
2712 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
2713 if (!ret_val)
2714 break;
2715 }
2716 if (program_retries == 100)
2717 return -E1000_ERR_NVM;
2718
2719 return 0;
2720}
2721
2722/**
2723 * e1000_erase_flash_bank_ich8lan - Erase a bank (4k) from NVM
2724 * @hw: pointer to the HW structure
2725 * @bank: 0 for first bank, 1 for second bank, etc.
2726 *
2727 * Erases the bank specified. Each bank is a 4k block. Banks are 0 based.
2728 * bank N is 4096 * N + flash_reg_addr.
2729 **/
2730static s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank)
2731{
2732 struct e1000_nvm_info *nvm = &hw->nvm;
2733 union ich8_hws_flash_status hsfsts;
2734 union ich8_hws_flash_ctrl hsflctl;
2735 u32 flash_linear_addr;
2736 /* bank size is in 16bit words - adjust to bytes */
2737 u32 flash_bank_size = nvm->flash_bank_size * 2;
2738 s32 ret_val;
2739 s32 count = 0;
Bruce Allana708dd82009-11-20 23:28:37 +00002740 s32 j, iteration, sector_size;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002741
2742 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2743
Bruce Allanad680762008-03-28 09:15:03 -07002744 /*
2745 * Determine HW Sector size: Read BERASE bits of hw flash status
2746 * register
2747 * 00: The Hw sector is 256 bytes, hence we need to erase 16
Auke Kokbc7f75f2007-09-17 12:30:59 -07002748 * consecutive sectors. The start index for the nth Hw sector
2749 * can be calculated as = bank * 4096 + n * 256
2750 * 01: The Hw sector is 4K bytes, hence we need to erase 1 sector.
2751 * The start index for the nth Hw sector can be calculated
2752 * as = bank * 4096
2753 * 10: The Hw sector is 8K bytes, nth sector = bank * 8192
2754 * (ich9 only, otherwise error condition)
2755 * 11: The Hw sector is 64K bytes, nth sector = bank * 65536
2756 */
2757 switch (hsfsts.hsf_status.berasesz) {
2758 case 0:
2759 /* Hw sector size 256 */
2760 sector_size = ICH_FLASH_SEG_SIZE_256;
2761 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256;
2762 break;
2763 case 1:
2764 sector_size = ICH_FLASH_SEG_SIZE_4K;
Bruce Allan28c91952009-07-01 13:28:32 +00002765 iteration = 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002766 break;
2767 case 2:
Bruce Allan148675a2009-08-07 07:41:56 +00002768 sector_size = ICH_FLASH_SEG_SIZE_8K;
2769 iteration = 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002770 break;
2771 case 3:
2772 sector_size = ICH_FLASH_SEG_SIZE_64K;
Bruce Allan28c91952009-07-01 13:28:32 +00002773 iteration = 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002774 break;
2775 default:
2776 return -E1000_ERR_NVM;
2777 }
2778
2779 /* Start with the base address, then add the sector offset. */
2780 flash_linear_addr = hw->nvm.flash_base_addr;
Bruce Allan148675a2009-08-07 07:41:56 +00002781 flash_linear_addr += (bank) ? flash_bank_size : 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002782
2783 for (j = 0; j < iteration ; j++) {
2784 do {
2785 /* Steps */
2786 ret_val = e1000_flash_cycle_init_ich8lan(hw);
2787 if (ret_val)
2788 return ret_val;
2789
Bruce Allanad680762008-03-28 09:15:03 -07002790 /*
2791 * Write a value 11 (block Erase) in Flash
2792 * Cycle field in hw flash control
2793 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002794 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2795 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_ERASE;
2796 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2797
Bruce Allanad680762008-03-28 09:15:03 -07002798 /*
2799 * Write the last 24 bits of an index within the
Auke Kokbc7f75f2007-09-17 12:30:59 -07002800 * block into Flash Linear address field in Flash
2801 * Address.
2802 */
2803 flash_linear_addr += (j * sector_size);
2804 ew32flash(ICH_FLASH_FADDR, flash_linear_addr);
2805
2806 ret_val = e1000_flash_cycle_ich8lan(hw,
2807 ICH_FLASH_ERASE_COMMAND_TIMEOUT);
2808 if (ret_val == 0)
2809 break;
2810
Bruce Allanad680762008-03-28 09:15:03 -07002811 /*
2812 * Check if FCERR is set to 1. If 1,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002813 * clear it and try the whole sequence
Bruce Allanad680762008-03-28 09:15:03 -07002814 * a few more times else Done
2815 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002816 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2817 if (hsfsts.hsf_status.flcerr == 1)
Bruce Allanad680762008-03-28 09:15:03 -07002818 /* repeat for some time before giving up */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002819 continue;
2820 else if (hsfsts.hsf_status.flcdone == 0)
2821 return ret_val;
2822 } while (++count < ICH_FLASH_CYCLE_REPEAT_COUNT);
2823 }
2824
2825 return 0;
2826}
2827
2828/**
2829 * e1000_valid_led_default_ich8lan - Set the default LED settings
2830 * @hw: pointer to the HW structure
2831 * @data: Pointer to the LED settings
2832 *
2833 * Reads the LED default settings from the NVM to data. If the NVM LED
2834 * settings is all 0's or F's, set the LED default to a valid LED default
2835 * setting.
2836 **/
2837static s32 e1000_valid_led_default_ich8lan(struct e1000_hw *hw, u16 *data)
2838{
2839 s32 ret_val;
2840
2841 ret_val = e1000_read_nvm(hw, NVM_ID_LED_SETTINGS, 1, data);
2842 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002843 e_dbg("NVM Read Error\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002844 return ret_val;
2845 }
2846
2847 if (*data == ID_LED_RESERVED_0000 ||
2848 *data == ID_LED_RESERVED_FFFF)
2849 *data = ID_LED_DEFAULT_ICH8LAN;
2850
2851 return 0;
2852}
2853
2854/**
Bruce Allana4f58f52009-06-02 11:29:18 +00002855 * e1000_id_led_init_pchlan - store LED configurations
2856 * @hw: pointer to the HW structure
2857 *
2858 * PCH does not control LEDs via the LEDCTL register, rather it uses
2859 * the PHY LED configuration register.
2860 *
2861 * PCH also does not have an "always on" or "always off" mode which
2862 * complicates the ID feature. Instead of using the "on" mode to indicate
2863 * in ledctl_mode2 the LEDs to use for ID (see e1000e_id_led_init()),
2864 * use "link_up" mode. The LEDs will still ID on request if there is no
2865 * link based on logic in e1000_led_[on|off]_pchlan().
2866 **/
2867static s32 e1000_id_led_init_pchlan(struct e1000_hw *hw)
2868{
2869 struct e1000_mac_info *mac = &hw->mac;
2870 s32 ret_val;
2871 const u32 ledctl_on = E1000_LEDCTL_MODE_LINK_UP;
2872 const u32 ledctl_off = E1000_LEDCTL_MODE_LINK_UP | E1000_PHY_LED0_IVRT;
2873 u16 data, i, temp, shift;
2874
2875 /* Get default ID LED modes */
2876 ret_val = hw->nvm.ops.valid_led_default(hw, &data);
2877 if (ret_val)
2878 goto out;
2879
2880 mac->ledctl_default = er32(LEDCTL);
2881 mac->ledctl_mode1 = mac->ledctl_default;
2882 mac->ledctl_mode2 = mac->ledctl_default;
2883
2884 for (i = 0; i < 4; i++) {
2885 temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK;
2886 shift = (i * 5);
2887 switch (temp) {
2888 case ID_LED_ON1_DEF2:
2889 case ID_LED_ON1_ON2:
2890 case ID_LED_ON1_OFF2:
2891 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
2892 mac->ledctl_mode1 |= (ledctl_on << shift);
2893 break;
2894 case ID_LED_OFF1_DEF2:
2895 case ID_LED_OFF1_ON2:
2896 case ID_LED_OFF1_OFF2:
2897 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
2898 mac->ledctl_mode1 |= (ledctl_off << shift);
2899 break;
2900 default:
2901 /* Do nothing */
2902 break;
2903 }
2904 switch (temp) {
2905 case ID_LED_DEF1_ON2:
2906 case ID_LED_ON1_ON2:
2907 case ID_LED_OFF1_ON2:
2908 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
2909 mac->ledctl_mode2 |= (ledctl_on << shift);
2910 break;
2911 case ID_LED_DEF1_OFF2:
2912 case ID_LED_ON1_OFF2:
2913 case ID_LED_OFF1_OFF2:
2914 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
2915 mac->ledctl_mode2 |= (ledctl_off << shift);
2916 break;
2917 default:
2918 /* Do nothing */
2919 break;
2920 }
2921 }
2922
2923out:
2924 return ret_val;
2925}
2926
2927/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002928 * e1000_get_bus_info_ich8lan - Get/Set the bus type and width
2929 * @hw: pointer to the HW structure
2930 *
2931 * ICH8 use the PCI Express bus, but does not contain a PCI Express Capability
2932 * register, so the the bus width is hard coded.
2933 **/
2934static s32 e1000_get_bus_info_ich8lan(struct e1000_hw *hw)
2935{
2936 struct e1000_bus_info *bus = &hw->bus;
2937 s32 ret_val;
2938
2939 ret_val = e1000e_get_bus_info_pcie(hw);
2940
Bruce Allanad680762008-03-28 09:15:03 -07002941 /*
2942 * ICH devices are "PCI Express"-ish. They have
Auke Kokbc7f75f2007-09-17 12:30:59 -07002943 * a configuration space, but do not contain
2944 * PCI Express Capability registers, so bus width
2945 * must be hardcoded.
2946 */
2947 if (bus->width == e1000_bus_width_unknown)
2948 bus->width = e1000_bus_width_pcie_x1;
2949
2950 return ret_val;
2951}
2952
2953/**
2954 * e1000_reset_hw_ich8lan - Reset the hardware
2955 * @hw: pointer to the HW structure
2956 *
2957 * Does a full reset of the hardware which includes a reset of the PHY and
2958 * MAC.
2959 **/
2960static s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw)
2961{
Bruce Allan1d5846b2009-10-29 13:46:05 +00002962 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Bruce Allandb2932e2009-10-26 11:22:47 +00002963 u16 reg;
Bruce Allandd93f952011-01-06 14:29:48 +00002964 u32 ctrl, kab;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002965 s32 ret_val;
2966
Bruce Allanad680762008-03-28 09:15:03 -07002967 /*
2968 * Prevent the PCI-E bus from sticking if there is no TLP connection
Auke Kokbc7f75f2007-09-17 12:30:59 -07002969 * on the last TLP read/write transaction when MAC is reset.
2970 */
2971 ret_val = e1000e_disable_pcie_master(hw);
Bruce Allane98cac42010-05-10 15:02:32 +00002972 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002973 e_dbg("PCI-E Master disable polling has failed.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002974
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002975 e_dbg("Masking off all interrupts\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002976 ew32(IMC, 0xffffffff);
2977
Bruce Allanad680762008-03-28 09:15:03 -07002978 /*
2979 * Disable the Transmit and Receive units. Then delay to allow
Auke Kokbc7f75f2007-09-17 12:30:59 -07002980 * any pending transactions to complete before we hit the MAC
2981 * with the global reset.
2982 */
2983 ew32(RCTL, 0);
2984 ew32(TCTL, E1000_TCTL_PSP);
2985 e1e_flush();
2986
2987 msleep(10);
2988
2989 /* Workaround for ICH8 bit corruption issue in FIFO memory */
2990 if (hw->mac.type == e1000_ich8lan) {
2991 /* Set Tx and Rx buffer allocation to 8k apiece. */
2992 ew32(PBA, E1000_PBA_8K);
2993 /* Set Packet Buffer Size to 16k. */
2994 ew32(PBS, E1000_PBS_16K);
2995 }
2996
Bruce Allan1d5846b2009-10-29 13:46:05 +00002997 if (hw->mac.type == e1000_pchlan) {
2998 /* Save the NVM K1 bit setting*/
2999 ret_val = e1000_read_nvm(hw, E1000_NVM_K1_CONFIG, 1, &reg);
3000 if (ret_val)
3001 return ret_val;
3002
3003 if (reg & E1000_NVM_K1_ENABLE)
3004 dev_spec->nvm_k1_enabled = true;
3005 else
3006 dev_spec->nvm_k1_enabled = false;
3007 }
3008
Auke Kokbc7f75f2007-09-17 12:30:59 -07003009 ctrl = er32(CTRL);
3010
3011 if (!e1000_check_reset_block(hw)) {
Bruce Allanad680762008-03-28 09:15:03 -07003012 /*
Bruce Allane98cac42010-05-10 15:02:32 +00003013 * Full-chip reset requires MAC and PHY reset at the same
Auke Kokbc7f75f2007-09-17 12:30:59 -07003014 * time to make sure the interface between MAC and the
3015 * external PHY is reset.
3016 */
3017 ctrl |= E1000_CTRL_PHY_RST;
Bruce Allan605c82b2010-09-22 17:17:01 +00003018
3019 /*
3020 * Gate automatic PHY configuration by hardware on
3021 * non-managed 82579
3022 */
3023 if ((hw->mac.type == e1000_pch2lan) &&
3024 !(er32(FWSM) & E1000_ICH_FWSM_FW_VALID))
3025 e1000_gate_hw_phy_config_ich8lan(hw, true);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003026 }
3027 ret_val = e1000_acquire_swflag_ich8lan(hw);
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003028 e_dbg("Issuing a global reset to ich8lan\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07003029 ew32(CTRL, (ctrl | E1000_CTRL_RST));
3030 msleep(20);
3031
Bruce Allanfc0c7762009-07-01 13:27:55 +00003032 if (!ret_val)
Jeff Kirsher30bb0e02008-12-11 21:28:11 -08003033 e1000_release_swflag_ich8lan(hw);
Jesse Brandeburg37f40232008-10-02 16:33:20 -07003034
Bruce Allane98cac42010-05-10 15:02:32 +00003035 if (ctrl & E1000_CTRL_PHY_RST) {
Bruce Allanfc0c7762009-07-01 13:27:55 +00003036 ret_val = hw->phy.ops.get_cfg_done(hw);
Bruce Allane98cac42010-05-10 15:02:32 +00003037 if (ret_val)
3038 goto out;
Bruce Allanfc0c7762009-07-01 13:27:55 +00003039
Bruce Allane98cac42010-05-10 15:02:32 +00003040 ret_val = e1000_post_phy_reset_ich8lan(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00003041 if (ret_val)
3042 goto out;
3043 }
Bruce Allane98cac42010-05-10 15:02:32 +00003044
Bruce Allan7d3cabb2009-07-01 13:29:08 +00003045 /*
3046 * For PCH, this write will make sure that any noise
3047 * will be detected as a CRC error and be dropped rather than show up
3048 * as a bad packet to the DMA engine.
3049 */
3050 if (hw->mac.type == e1000_pchlan)
3051 ew32(CRC_OFFSET, 0x65656565);
3052
Auke Kokbc7f75f2007-09-17 12:30:59 -07003053 ew32(IMC, 0xffffffff);
Bruce Allandd93f952011-01-06 14:29:48 +00003054 er32(ICR);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003055
3056 kab = er32(KABGTXD);
3057 kab |= E1000_KABGTXD_BGSQLBIAS;
3058 ew32(KABGTXD, kab);
3059
Bruce Allanf523d212009-10-29 13:45:45 +00003060out:
Auke Kokbc7f75f2007-09-17 12:30:59 -07003061 return ret_val;
3062}
3063
3064/**
3065 * e1000_init_hw_ich8lan - Initialize the hardware
3066 * @hw: pointer to the HW structure
3067 *
3068 * Prepares the hardware for transmit and receive by doing the following:
3069 * - initialize hardware bits
3070 * - initialize LED identification
3071 * - setup receive address registers
3072 * - setup flow control
Auke Kok489815c2008-02-21 15:11:07 -08003073 * - setup transmit descriptors
Auke Kokbc7f75f2007-09-17 12:30:59 -07003074 * - clear statistics
3075 **/
3076static s32 e1000_init_hw_ich8lan(struct e1000_hw *hw)
3077{
3078 struct e1000_mac_info *mac = &hw->mac;
3079 u32 ctrl_ext, txdctl, snoop;
3080 s32 ret_val;
3081 u16 i;
3082
3083 e1000_initialize_hw_bits_ich8lan(hw);
3084
3085 /* Initialize identification LED */
Bruce Allana4f58f52009-06-02 11:29:18 +00003086 ret_val = mac->ops.id_led_init(hw);
Bruce Allande39b752009-11-20 23:27:59 +00003087 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003088 e_dbg("Error initializing identification LED\n");
Bruce Allande39b752009-11-20 23:27:59 +00003089 /* This is not fatal and we should not stop init due to this */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003090
3091 /* Setup the receive address. */
3092 e1000e_init_rx_addrs(hw, mac->rar_entry_count);
3093
3094 /* Zero out the Multicast HASH table */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003095 e_dbg("Zeroing the MTA\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07003096 for (i = 0; i < mac->mta_reg_count; i++)
3097 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0);
3098
Bruce Allanfc0c7762009-07-01 13:27:55 +00003099 /*
3100 * The 82578 Rx buffer will stall if wakeup is enabled in host and
3101 * the ME. Reading the BM_WUC register will clear the host wakeup bit.
3102 * Reset the phy after disabling host wakeup to reset the Rx buffer.
3103 */
3104 if (hw->phy.type == e1000_phy_82578) {
Bruce Allan482fed82011-01-06 14:29:49 +00003105 e1e_rphy(hw, BM_WUC, &i);
Bruce Allanfc0c7762009-07-01 13:27:55 +00003106 ret_val = e1000_phy_hw_reset_ich8lan(hw);
3107 if (ret_val)
3108 return ret_val;
3109 }
3110
Auke Kokbc7f75f2007-09-17 12:30:59 -07003111 /* Setup link and flow control */
3112 ret_val = e1000_setup_link_ich8lan(hw);
3113
3114 /* Set the transmit descriptor write-back policy for both queues */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003115 txdctl = er32(TXDCTL(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003116 txdctl = (txdctl & ~E1000_TXDCTL_WTHRESH) |
3117 E1000_TXDCTL_FULL_TX_DESC_WB;
3118 txdctl = (txdctl & ~E1000_TXDCTL_PTHRESH) |
3119 E1000_TXDCTL_MAX_TX_DESC_PREFETCH;
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003120 ew32(TXDCTL(0), txdctl);
3121 txdctl = er32(TXDCTL(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003122 txdctl = (txdctl & ~E1000_TXDCTL_WTHRESH) |
3123 E1000_TXDCTL_FULL_TX_DESC_WB;
3124 txdctl = (txdctl & ~E1000_TXDCTL_PTHRESH) |
3125 E1000_TXDCTL_MAX_TX_DESC_PREFETCH;
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003126 ew32(TXDCTL(1), txdctl);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003127
Bruce Allanad680762008-03-28 09:15:03 -07003128 /*
3129 * ICH8 has opposite polarity of no_snoop bits.
3130 * By default, we should use snoop behavior.
3131 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003132 if (mac->type == e1000_ich8lan)
3133 snoop = PCIE_ICH8_SNOOP_ALL;
3134 else
3135 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
3136 e1000e_set_pcie_no_snoop(hw, snoop);
3137
3138 ctrl_ext = er32(CTRL_EXT);
3139 ctrl_ext |= E1000_CTRL_EXT_RO_DIS;
3140 ew32(CTRL_EXT, ctrl_ext);
3141
Bruce Allanad680762008-03-28 09:15:03 -07003142 /*
3143 * Clear all of the statistics registers (clear on read). It is
Auke Kokbc7f75f2007-09-17 12:30:59 -07003144 * important that we do this after we have tried to establish link
3145 * because the symbol error count will increment wildly if there
3146 * is no link.
3147 */
3148 e1000_clear_hw_cntrs_ich8lan(hw);
3149
3150 return 0;
3151}
3152/**
3153 * e1000_initialize_hw_bits_ich8lan - Initialize required hardware bits
3154 * @hw: pointer to the HW structure
3155 *
3156 * Sets/Clears required hardware bits necessary for correctly setting up the
3157 * hardware for transmit and receive.
3158 **/
3159static void e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw)
3160{
3161 u32 reg;
3162
3163 /* Extended Device Control */
3164 reg = er32(CTRL_EXT);
3165 reg |= (1 << 22);
Bruce Allana4f58f52009-06-02 11:29:18 +00003166 /* Enable PHY low-power state when MAC is at D3 w/o WoL */
3167 if (hw->mac.type >= e1000_pchlan)
3168 reg |= E1000_CTRL_EXT_PHYPDEN;
Auke Kokbc7f75f2007-09-17 12:30:59 -07003169 ew32(CTRL_EXT, reg);
3170
3171 /* Transmit Descriptor Control 0 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003172 reg = er32(TXDCTL(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003173 reg |= (1 << 22);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003174 ew32(TXDCTL(0), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003175
3176 /* Transmit Descriptor Control 1 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003177 reg = er32(TXDCTL(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003178 reg |= (1 << 22);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003179 ew32(TXDCTL(1), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003180
3181 /* Transmit Arbitration Control 0 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003182 reg = er32(TARC(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003183 if (hw->mac.type == e1000_ich8lan)
3184 reg |= (1 << 28) | (1 << 29);
3185 reg |= (1 << 23) | (1 << 24) | (1 << 26) | (1 << 27);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003186 ew32(TARC(0), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003187
3188 /* Transmit Arbitration Control 1 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003189 reg = er32(TARC(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003190 if (er32(TCTL) & E1000_TCTL_MULR)
3191 reg &= ~(1 << 28);
3192 else
3193 reg |= (1 << 28);
3194 reg |= (1 << 24) | (1 << 26) | (1 << 30);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003195 ew32(TARC(1), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003196
3197 /* Device Status */
3198 if (hw->mac.type == e1000_ich8lan) {
3199 reg = er32(STATUS);
3200 reg &= ~(1 << 31);
3201 ew32(STATUS, reg);
3202 }
Jesse Brandeburga80483d2010-03-05 02:21:44 +00003203
3204 /*
3205 * work-around descriptor data corruption issue during nfs v2 udp
3206 * traffic, just disable the nfs filtering capability
3207 */
3208 reg = er32(RFCTL);
3209 reg |= (E1000_RFCTL_NFSW_DIS | E1000_RFCTL_NFSR_DIS);
3210 ew32(RFCTL, reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003211}
3212
3213/**
3214 * e1000_setup_link_ich8lan - Setup flow control and link settings
3215 * @hw: pointer to the HW structure
3216 *
3217 * Determines which flow control settings to use, then configures flow
3218 * control. Calls the appropriate media-specific link configuration
3219 * function. Assuming the adapter has a valid link partner, a valid link
3220 * should be established. Assumes the hardware has previously been reset
3221 * and the transmitter and receiver are not enabled.
3222 **/
3223static s32 e1000_setup_link_ich8lan(struct e1000_hw *hw)
3224{
Auke Kokbc7f75f2007-09-17 12:30:59 -07003225 s32 ret_val;
3226
3227 if (e1000_check_reset_block(hw))
3228 return 0;
3229
Bruce Allanad680762008-03-28 09:15:03 -07003230 /*
3231 * ICH parts do not have a word in the NVM to determine
Auke Kokbc7f75f2007-09-17 12:30:59 -07003232 * the default flow control setting, so we explicitly
3233 * set it to full.
3234 */
Bruce Allan37289d92009-06-02 11:29:37 +00003235 if (hw->fc.requested_mode == e1000_fc_default) {
3236 /* Workaround h/w hang when Tx flow control enabled */
3237 if (hw->mac.type == e1000_pchlan)
3238 hw->fc.requested_mode = e1000_fc_rx_pause;
3239 else
3240 hw->fc.requested_mode = e1000_fc_full;
3241 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07003242
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08003243 /*
3244 * Save off the requested flow control mode for use later. Depending
3245 * on the link partner's capabilities, we may or may not use this mode.
3246 */
3247 hw->fc.current_mode = hw->fc.requested_mode;
Auke Kokbc7f75f2007-09-17 12:30:59 -07003248
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003249 e_dbg("After fix-ups FlowControl is now = %x\n",
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08003250 hw->fc.current_mode);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003251
3252 /* Continue to configure the copper link. */
3253 ret_val = e1000_setup_copper_link_ich8lan(hw);
3254 if (ret_val)
3255 return ret_val;
3256
Jeff Kirsher318a94d2008-03-28 09:15:16 -07003257 ew32(FCTTV, hw->fc.pause_time);
Bruce Allana4f58f52009-06-02 11:29:18 +00003258 if ((hw->phy.type == e1000_phy_82578) ||
Bruce Alland3738bb2010-06-16 13:27:28 +00003259 (hw->phy.type == e1000_phy_82579) ||
Bruce Allana4f58f52009-06-02 11:29:18 +00003260 (hw->phy.type == e1000_phy_82577)) {
Bruce Allana3055952010-05-10 15:02:12 +00003261 ew32(FCRTV_PCH, hw->fc.refresh_time);
3262
Bruce Allan482fed82011-01-06 14:29:49 +00003263 ret_val = e1e_wphy(hw, PHY_REG(BM_PORT_CTRL_PAGE, 27),
3264 hw->fc.pause_time);
Bruce Allana4f58f52009-06-02 11:29:18 +00003265 if (ret_val)
3266 return ret_val;
3267 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07003268
3269 return e1000e_set_fc_watermarks(hw);
3270}
3271
3272/**
3273 * e1000_setup_copper_link_ich8lan - Configure MAC/PHY interface
3274 * @hw: pointer to the HW structure
3275 *
3276 * Configures the kumeran interface to the PHY to wait the appropriate time
3277 * when polling the PHY, then call the generic setup_copper_link to finish
3278 * configuring the copper link.
3279 **/
3280static s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw)
3281{
3282 u32 ctrl;
3283 s32 ret_val;
3284 u16 reg_data;
3285
3286 ctrl = er32(CTRL);
3287 ctrl |= E1000_CTRL_SLU;
3288 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
3289 ew32(CTRL, ctrl);
3290
Bruce Allanad680762008-03-28 09:15:03 -07003291 /*
3292 * Set the mac to wait the maximum time between each iteration
Auke Kokbc7f75f2007-09-17 12:30:59 -07003293 * and increase the max iterations when polling the phy;
Bruce Allanad680762008-03-28 09:15:03 -07003294 * this fixes erroneous timeouts at 10Mbps.
3295 */
Bruce Allan07818952009-12-08 07:28:01 +00003296 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_TIMEOUTS, 0xFFFF);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003297 if (ret_val)
3298 return ret_val;
Bruce Allan07818952009-12-08 07:28:01 +00003299 ret_val = e1000e_read_kmrn_reg(hw, E1000_KMRNCTRLSTA_INBAND_PARAM,
3300 &reg_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003301 if (ret_val)
3302 return ret_val;
3303 reg_data |= 0x3F;
Bruce Allan07818952009-12-08 07:28:01 +00003304 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_INBAND_PARAM,
3305 reg_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003306 if (ret_val)
3307 return ret_val;
3308
Bruce Allana4f58f52009-06-02 11:29:18 +00003309 switch (hw->phy.type) {
3310 case e1000_phy_igp_3:
Auke Kokbc7f75f2007-09-17 12:30:59 -07003311 ret_val = e1000e_copper_link_setup_igp(hw);
3312 if (ret_val)
3313 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003314 break;
3315 case e1000_phy_bm:
3316 case e1000_phy_82578:
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003317 ret_val = e1000e_copper_link_setup_m88(hw);
3318 if (ret_val)
3319 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003320 break;
3321 case e1000_phy_82577:
Bruce Alland3738bb2010-06-16 13:27:28 +00003322 case e1000_phy_82579:
Bruce Allana4f58f52009-06-02 11:29:18 +00003323 ret_val = e1000_copper_link_setup_82577(hw);
3324 if (ret_val)
3325 return ret_val;
3326 break;
3327 case e1000_phy_ife:
Bruce Allan482fed82011-01-06 14:29:49 +00003328 ret_val = e1e_rphy(hw, IFE_PHY_MDIX_CONTROL, &reg_data);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003329 if (ret_val)
3330 return ret_val;
3331
3332 reg_data &= ~IFE_PMC_AUTO_MDIX;
3333
3334 switch (hw->phy.mdix) {
3335 case 1:
3336 reg_data &= ~IFE_PMC_FORCE_MDIX;
3337 break;
3338 case 2:
3339 reg_data |= IFE_PMC_FORCE_MDIX;
3340 break;
3341 case 0:
3342 default:
3343 reg_data |= IFE_PMC_AUTO_MDIX;
3344 break;
3345 }
Bruce Allan482fed82011-01-06 14:29:49 +00003346 ret_val = e1e_wphy(hw, IFE_PHY_MDIX_CONTROL, reg_data);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003347 if (ret_val)
3348 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003349 break;
3350 default:
3351 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003352 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07003353 return e1000e_setup_copper_link(hw);
3354}
3355
3356/**
3357 * e1000_get_link_up_info_ich8lan - Get current link speed and duplex
3358 * @hw: pointer to the HW structure
3359 * @speed: pointer to store current link speed
3360 * @duplex: pointer to store the current link duplex
3361 *
Bruce Allanad680762008-03-28 09:15:03 -07003362 * Calls the generic get_speed_and_duplex to retrieve the current link
Auke Kokbc7f75f2007-09-17 12:30:59 -07003363 * information and then calls the Kumeran lock loss workaround for links at
3364 * gigabit speeds.
3365 **/
3366static s32 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw, u16 *speed,
3367 u16 *duplex)
3368{
3369 s32 ret_val;
3370
3371 ret_val = e1000e_get_speed_and_duplex_copper(hw, speed, duplex);
3372 if (ret_val)
3373 return ret_val;
3374
3375 if ((hw->mac.type == e1000_ich8lan) &&
3376 (hw->phy.type == e1000_phy_igp_3) &&
3377 (*speed == SPEED_1000)) {
3378 ret_val = e1000_kmrn_lock_loss_workaround_ich8lan(hw);
3379 }
3380
3381 return ret_val;
3382}
3383
3384/**
3385 * e1000_kmrn_lock_loss_workaround_ich8lan - Kumeran workaround
3386 * @hw: pointer to the HW structure
3387 *
3388 * Work-around for 82566 Kumeran PCS lock loss:
3389 * On link status change (i.e. PCI reset, speed change) and link is up and
3390 * speed is gigabit-
3391 * 0) if workaround is optionally disabled do nothing
3392 * 1) wait 1ms for Kumeran link to come up
3393 * 2) check Kumeran Diagnostic register PCS lock loss bit
3394 * 3) if not set the link is locked (all is good), otherwise...
3395 * 4) reset the PHY
3396 * 5) repeat up to 10 times
3397 * Note: this is only called for IGP3 copper when speed is 1gb.
3398 **/
3399static s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw)
3400{
3401 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3402 u32 phy_ctrl;
3403 s32 ret_val;
3404 u16 i, data;
3405 bool link;
3406
3407 if (!dev_spec->kmrn_lock_loss_workaround_enabled)
3408 return 0;
3409
Bruce Allanad680762008-03-28 09:15:03 -07003410 /*
3411 * Make sure link is up before proceeding. If not just return.
Auke Kokbc7f75f2007-09-17 12:30:59 -07003412 * Attempting this while link is negotiating fouled up link
Bruce Allanad680762008-03-28 09:15:03 -07003413 * stability
3414 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003415 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
3416 if (!link)
3417 return 0;
3418
3419 for (i = 0; i < 10; i++) {
3420 /* read once to clear */
3421 ret_val = e1e_rphy(hw, IGP3_KMRN_DIAG, &data);
3422 if (ret_val)
3423 return ret_val;
3424 /* and again to get new status */
3425 ret_val = e1e_rphy(hw, IGP3_KMRN_DIAG, &data);
3426 if (ret_val)
3427 return ret_val;
3428
3429 /* check for PCS lock */
3430 if (!(data & IGP3_KMRN_DIAG_PCS_LOCK_LOSS))
3431 return 0;
3432
3433 /* Issue PHY reset */
3434 e1000_phy_hw_reset(hw);
3435 mdelay(5);
3436 }
3437 /* Disable GigE link negotiation */
3438 phy_ctrl = er32(PHY_CTRL);
3439 phy_ctrl |= (E1000_PHY_CTRL_GBE_DISABLE |
3440 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
3441 ew32(PHY_CTRL, phy_ctrl);
3442
Bruce Allanad680762008-03-28 09:15:03 -07003443 /*
3444 * Call gig speed drop workaround on Gig disable before accessing
3445 * any PHY registers
3446 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003447 e1000e_gig_downshift_workaround_ich8lan(hw);
3448
3449 /* unable to acquire PCS lock */
3450 return -E1000_ERR_PHY;
3451}
3452
3453/**
Bruce Allanad680762008-03-28 09:15:03 -07003454 * e1000_set_kmrn_lock_loss_workaround_ich8lan - Set Kumeran workaround state
Auke Kokbc7f75f2007-09-17 12:30:59 -07003455 * @hw: pointer to the HW structure
Auke Kok489815c2008-02-21 15:11:07 -08003456 * @state: boolean value used to set the current Kumeran workaround state
Auke Kokbc7f75f2007-09-17 12:30:59 -07003457 *
Bruce Allan564ea9b2009-11-20 23:26:44 +00003458 * If ICH8, set the current Kumeran workaround state (enabled - true
3459 * /disabled - false).
Auke Kokbc7f75f2007-09-17 12:30:59 -07003460 **/
3461void e1000e_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw,
3462 bool state)
3463{
3464 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3465
3466 if (hw->mac.type != e1000_ich8lan) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003467 e_dbg("Workaround applies to ICH8 only.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07003468 return;
3469 }
3470
3471 dev_spec->kmrn_lock_loss_workaround_enabled = state;
3472}
3473
3474/**
3475 * e1000_ipg3_phy_powerdown_workaround_ich8lan - Power down workaround on D3
3476 * @hw: pointer to the HW structure
3477 *
3478 * Workaround for 82566 power-down on D3 entry:
3479 * 1) disable gigabit link
3480 * 2) write VR power-down enable
3481 * 3) read it back
3482 * Continue if successful, else issue LCD reset and repeat
3483 **/
3484void e1000e_igp3_phy_powerdown_workaround_ich8lan(struct e1000_hw *hw)
3485{
3486 u32 reg;
3487 u16 data;
3488 u8 retry = 0;
3489
3490 if (hw->phy.type != e1000_phy_igp_3)
3491 return;
3492
3493 /* Try the workaround twice (if needed) */
3494 do {
3495 /* Disable link */
3496 reg = er32(PHY_CTRL);
3497 reg |= (E1000_PHY_CTRL_GBE_DISABLE |
3498 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
3499 ew32(PHY_CTRL, reg);
3500
Bruce Allanad680762008-03-28 09:15:03 -07003501 /*
3502 * Call gig speed drop workaround on Gig disable before
3503 * accessing any PHY registers
3504 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003505 if (hw->mac.type == e1000_ich8lan)
3506 e1000e_gig_downshift_workaround_ich8lan(hw);
3507
3508 /* Write VR power-down enable */
3509 e1e_rphy(hw, IGP3_VR_CTRL, &data);
3510 data &= ~IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
3511 e1e_wphy(hw, IGP3_VR_CTRL, data | IGP3_VR_CTRL_MODE_SHUTDOWN);
3512
3513 /* Read it back and test */
3514 e1e_rphy(hw, IGP3_VR_CTRL, &data);
3515 data &= IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
3516 if ((data == IGP3_VR_CTRL_MODE_SHUTDOWN) || retry)
3517 break;
3518
3519 /* Issue PHY reset and repeat at most one more time */
3520 reg = er32(CTRL);
3521 ew32(CTRL, reg | E1000_CTRL_PHY_RST);
3522 retry++;
3523 } while (retry);
3524}
3525
3526/**
3527 * e1000e_gig_downshift_workaround_ich8lan - WoL from S5 stops working
3528 * @hw: pointer to the HW structure
3529 *
3530 * Steps to take when dropping from 1Gb/s (eg. link cable removal (LSC),
Auke Kok489815c2008-02-21 15:11:07 -08003531 * LPLU, Gig disable, MDIC PHY reset):
Auke Kokbc7f75f2007-09-17 12:30:59 -07003532 * 1) Set Kumeran Near-end loopback
3533 * 2) Clear Kumeran Near-end loopback
3534 * Should only be called for ICH8[m] devices with IGP_3 Phy.
3535 **/
3536void e1000e_gig_downshift_workaround_ich8lan(struct e1000_hw *hw)
3537{
3538 s32 ret_val;
3539 u16 reg_data;
3540
3541 if ((hw->mac.type != e1000_ich8lan) ||
3542 (hw->phy.type != e1000_phy_igp_3))
3543 return;
3544
3545 ret_val = e1000e_read_kmrn_reg(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
3546 &reg_data);
3547 if (ret_val)
3548 return;
3549 reg_data |= E1000_KMRNCTRLSTA_DIAG_NELPBK;
3550 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
3551 reg_data);
3552 if (ret_val)
3553 return;
3554 reg_data &= ~E1000_KMRNCTRLSTA_DIAG_NELPBK;
3555 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
3556 reg_data);
3557}
3558
3559/**
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003560 * e1000e_disable_gig_wol_ich8lan - disable gig during WoL
3561 * @hw: pointer to the HW structure
3562 *
3563 * During S0 to Sx transition, it is possible the link remains at gig
3564 * instead of negotiating to a lower speed. Before going to Sx, set
3565 * 'LPLU Enabled' and 'Gig Disable' to force link speed negotiation
3566 * to a lower speed.
3567 *
Bruce Allana4f58f52009-06-02 11:29:18 +00003568 * Should only be called for applicable parts.
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003569 **/
3570void e1000e_disable_gig_wol_ich8lan(struct e1000_hw *hw)
3571{
3572 u32 phy_ctrl;
Bruce Allan8395ae82010-09-22 17:15:08 +00003573 s32 ret_val;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003574
Bruce Allan17f085d2010-06-17 18:59:48 +00003575 phy_ctrl = er32(PHY_CTRL);
3576 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU | E1000_PHY_CTRL_GBE_DISABLE;
3577 ew32(PHY_CTRL, phy_ctrl);
Bruce Allana4f58f52009-06-02 11:29:18 +00003578
Bruce Allan8395ae82010-09-22 17:15:08 +00003579 if (hw->mac.type >= e1000_pchlan) {
Bruce Allance54afd2010-11-24 06:01:41 +00003580 e1000_oem_bits_config_ich8lan(hw, false);
Bruce Allan8395ae82010-09-22 17:15:08 +00003581 ret_val = hw->phy.ops.acquire(hw);
3582 if (ret_val)
3583 return;
3584 e1000_write_smbus_addr(hw);
3585 hw->phy.ops.release(hw);
3586 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003587}
3588
3589/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07003590 * e1000_cleanup_led_ich8lan - Restore the default LED operation
3591 * @hw: pointer to the HW structure
3592 *
3593 * Return the LED back to the default configuration.
3594 **/
3595static s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw)
3596{
3597 if (hw->phy.type == e1000_phy_ife)
3598 return e1e_wphy(hw, IFE_PHY_SPECIAL_CONTROL_LED, 0);
3599
3600 ew32(LEDCTL, hw->mac.ledctl_default);
3601 return 0;
3602}
3603
3604/**
Auke Kok489815c2008-02-21 15:11:07 -08003605 * e1000_led_on_ich8lan - Turn LEDs on
Auke Kokbc7f75f2007-09-17 12:30:59 -07003606 * @hw: pointer to the HW structure
3607 *
Auke Kok489815c2008-02-21 15:11:07 -08003608 * Turn on the LEDs.
Auke Kokbc7f75f2007-09-17 12:30:59 -07003609 **/
3610static s32 e1000_led_on_ich8lan(struct e1000_hw *hw)
3611{
3612 if (hw->phy.type == e1000_phy_ife)
3613 return e1e_wphy(hw, IFE_PHY_SPECIAL_CONTROL_LED,
3614 (IFE_PSCL_PROBE_MODE | IFE_PSCL_PROBE_LEDS_ON));
3615
3616 ew32(LEDCTL, hw->mac.ledctl_mode2);
3617 return 0;
3618}
3619
3620/**
Auke Kok489815c2008-02-21 15:11:07 -08003621 * e1000_led_off_ich8lan - Turn LEDs off
Auke Kokbc7f75f2007-09-17 12:30:59 -07003622 * @hw: pointer to the HW structure
3623 *
Auke Kok489815c2008-02-21 15:11:07 -08003624 * Turn off the LEDs.
Auke Kokbc7f75f2007-09-17 12:30:59 -07003625 **/
3626static s32 e1000_led_off_ich8lan(struct e1000_hw *hw)
3627{
3628 if (hw->phy.type == e1000_phy_ife)
3629 return e1e_wphy(hw, IFE_PHY_SPECIAL_CONTROL_LED,
Bruce Allan482fed82011-01-06 14:29:49 +00003630 (IFE_PSCL_PROBE_MODE |
3631 IFE_PSCL_PROBE_LEDS_OFF));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003632
3633 ew32(LEDCTL, hw->mac.ledctl_mode1);
3634 return 0;
3635}
3636
3637/**
Bruce Allana4f58f52009-06-02 11:29:18 +00003638 * e1000_setup_led_pchlan - Configures SW controllable LED
3639 * @hw: pointer to the HW structure
3640 *
3641 * This prepares the SW controllable LED for use.
3642 **/
3643static s32 e1000_setup_led_pchlan(struct e1000_hw *hw)
3644{
Bruce Allan482fed82011-01-06 14:29:49 +00003645 return e1e_wphy(hw, HV_LED_CONFIG, (u16)hw->mac.ledctl_mode1);
Bruce Allana4f58f52009-06-02 11:29:18 +00003646}
3647
3648/**
3649 * e1000_cleanup_led_pchlan - Restore the default LED operation
3650 * @hw: pointer to the HW structure
3651 *
3652 * Return the LED back to the default configuration.
3653 **/
3654static s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw)
3655{
Bruce Allan482fed82011-01-06 14:29:49 +00003656 return e1e_wphy(hw, HV_LED_CONFIG, (u16)hw->mac.ledctl_default);
Bruce Allana4f58f52009-06-02 11:29:18 +00003657}
3658
3659/**
3660 * e1000_led_on_pchlan - Turn LEDs on
3661 * @hw: pointer to the HW structure
3662 *
3663 * Turn on the LEDs.
3664 **/
3665static s32 e1000_led_on_pchlan(struct e1000_hw *hw)
3666{
3667 u16 data = (u16)hw->mac.ledctl_mode2;
3668 u32 i, led;
3669
3670 /*
3671 * If no link, then turn LED on by setting the invert bit
3672 * for each LED that's mode is "link_up" in ledctl_mode2.
3673 */
3674 if (!(er32(STATUS) & E1000_STATUS_LU)) {
3675 for (i = 0; i < 3; i++) {
3676 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
3677 if ((led & E1000_PHY_LED0_MODE_MASK) !=
3678 E1000_LEDCTL_MODE_LINK_UP)
3679 continue;
3680 if (led & E1000_PHY_LED0_IVRT)
3681 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
3682 else
3683 data |= (E1000_PHY_LED0_IVRT << (i * 5));
3684 }
3685 }
3686
Bruce Allan482fed82011-01-06 14:29:49 +00003687 return e1e_wphy(hw, HV_LED_CONFIG, data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003688}
3689
3690/**
3691 * e1000_led_off_pchlan - Turn LEDs off
3692 * @hw: pointer to the HW structure
3693 *
3694 * Turn off the LEDs.
3695 **/
3696static s32 e1000_led_off_pchlan(struct e1000_hw *hw)
3697{
3698 u16 data = (u16)hw->mac.ledctl_mode1;
3699 u32 i, led;
3700
3701 /*
3702 * If no link, then turn LED off by clearing the invert bit
3703 * for each LED that's mode is "link_up" in ledctl_mode1.
3704 */
3705 if (!(er32(STATUS) & E1000_STATUS_LU)) {
3706 for (i = 0; i < 3; i++) {
3707 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
3708 if ((led & E1000_PHY_LED0_MODE_MASK) !=
3709 E1000_LEDCTL_MODE_LINK_UP)
3710 continue;
3711 if (led & E1000_PHY_LED0_IVRT)
3712 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
3713 else
3714 data |= (E1000_PHY_LED0_IVRT << (i * 5));
3715 }
3716 }
3717
Bruce Allan482fed82011-01-06 14:29:49 +00003718 return e1e_wphy(hw, HV_LED_CONFIG, data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003719}
3720
3721/**
Bruce Allane98cac42010-05-10 15:02:32 +00003722 * e1000_get_cfg_done_ich8lan - Read config done bit after Full or PHY reset
Bruce Allanf4187b52008-08-26 18:36:50 -07003723 * @hw: pointer to the HW structure
3724 *
Bruce Allane98cac42010-05-10 15:02:32 +00003725 * Read appropriate register for the config done bit for completion status
3726 * and configure the PHY through s/w for EEPROM-less parts.
3727 *
3728 * NOTE: some silicon which is EEPROM-less will fail trying to read the
3729 * config done bit, so only an error is logged and continues. If we were
3730 * to return with error, EEPROM-less silicon would not be able to be reset
3731 * or change link.
Bruce Allanf4187b52008-08-26 18:36:50 -07003732 **/
3733static s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw)
3734{
Bruce Allane98cac42010-05-10 15:02:32 +00003735 s32 ret_val = 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07003736 u32 bank = 0;
Bruce Allane98cac42010-05-10 15:02:32 +00003737 u32 status;
Bruce Allanfc0c7762009-07-01 13:27:55 +00003738
Bruce Allanf4187b52008-08-26 18:36:50 -07003739 e1000e_get_cfg_done(hw);
3740
Bruce Allane98cac42010-05-10 15:02:32 +00003741 /* Wait for indication from h/w that it has completed basic config */
3742 if (hw->mac.type >= e1000_ich10lan) {
3743 e1000_lan_init_done_ich8lan(hw);
3744 } else {
3745 ret_val = e1000e_get_auto_rd_done(hw);
3746 if (ret_val) {
3747 /*
3748 * When auto config read does not complete, do not
3749 * return with an error. This can happen in situations
3750 * where there is no eeprom and prevents getting link.
3751 */
3752 e_dbg("Auto Read Done did not complete\n");
3753 ret_val = 0;
3754 }
3755 }
3756
3757 /* Clear PHY Reset Asserted bit */
3758 status = er32(STATUS);
3759 if (status & E1000_STATUS_PHYRA)
3760 ew32(STATUS, status & ~E1000_STATUS_PHYRA);
3761 else
3762 e_dbg("PHY Reset Asserted not set - needs delay\n");
3763
Bruce Allanf4187b52008-08-26 18:36:50 -07003764 /* If EEPROM is not marked present, init the IGP 3 PHY manually */
Bruce Allane98cac42010-05-10 15:02:32 +00003765 if (hw->mac.type <= e1000_ich9lan) {
Bruce Allanf4187b52008-08-26 18:36:50 -07003766 if (((er32(EECD) & E1000_EECD_PRES) == 0) &&
3767 (hw->phy.type == e1000_phy_igp_3)) {
3768 e1000e_phy_init_script_igp3(hw);
3769 }
3770 } else {
3771 if (e1000_valid_nvm_bank_detect_ich8lan(hw, &bank)) {
3772 /* Maybe we should do a basic PHY config */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003773 e_dbg("EEPROM not present\n");
Bruce Allane98cac42010-05-10 15:02:32 +00003774 ret_val = -E1000_ERR_CONFIG;
Bruce Allanf4187b52008-08-26 18:36:50 -07003775 }
3776 }
3777
Bruce Allane98cac42010-05-10 15:02:32 +00003778 return ret_val;
Bruce Allanf4187b52008-08-26 18:36:50 -07003779}
3780
3781/**
Bruce Allan17f208d2009-12-01 15:47:22 +00003782 * e1000_power_down_phy_copper_ich8lan - Remove link during PHY power down
3783 * @hw: pointer to the HW structure
3784 *
3785 * In the case of a PHY power down to save power, or to turn off link during a
3786 * driver unload, or wake on lan is not enabled, remove the link.
3787 **/
3788static void e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw)
3789{
3790 /* If the management interface is not enabled, then power down */
3791 if (!(hw->mac.ops.check_mng_mode(hw) ||
3792 hw->phy.ops.check_reset_block(hw)))
3793 e1000_power_down_phy_copper(hw);
Bruce Allan17f208d2009-12-01 15:47:22 +00003794}
3795
3796/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07003797 * e1000_clear_hw_cntrs_ich8lan - Clear statistical counters
3798 * @hw: pointer to the HW structure
3799 *
3800 * Clears hardware counters specific to the silicon family and calls
3801 * clear_hw_cntrs_generic to clear all general purpose counters.
3802 **/
3803static void e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw)
3804{
Bruce Allana4f58f52009-06-02 11:29:18 +00003805 u16 phy_data;
Auke Kokbc7f75f2007-09-17 12:30:59 -07003806
3807 e1000e_clear_hw_cntrs_base(hw);
3808
Bruce Allan99673d92009-11-20 23:27:21 +00003809 er32(ALGNERRC);
3810 er32(RXERRC);
3811 er32(TNCRS);
3812 er32(CEXTERR);
3813 er32(TSCTC);
3814 er32(TSCTFC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003815
Bruce Allan99673d92009-11-20 23:27:21 +00003816 er32(MGTPRC);
3817 er32(MGTPDC);
3818 er32(MGTPTC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003819
Bruce Allan99673d92009-11-20 23:27:21 +00003820 er32(IAC);
3821 er32(ICRXOC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003822
Bruce Allana4f58f52009-06-02 11:29:18 +00003823 /* Clear PHY statistics registers */
3824 if ((hw->phy.type == e1000_phy_82578) ||
Bruce Alland3738bb2010-06-16 13:27:28 +00003825 (hw->phy.type == e1000_phy_82579) ||
Bruce Allana4f58f52009-06-02 11:29:18 +00003826 (hw->phy.type == e1000_phy_82577)) {
Bruce Allan482fed82011-01-06 14:29:49 +00003827 e1e_rphy(hw, HV_SCC_UPPER, &phy_data);
3828 e1e_rphy(hw, HV_SCC_LOWER, &phy_data);
3829 e1e_rphy(hw, HV_ECOL_UPPER, &phy_data);
3830 e1e_rphy(hw, HV_ECOL_LOWER, &phy_data);
3831 e1e_rphy(hw, HV_MCC_UPPER, &phy_data);
3832 e1e_rphy(hw, HV_MCC_LOWER, &phy_data);
3833 e1e_rphy(hw, HV_LATECOL_UPPER, &phy_data);
3834 e1e_rphy(hw, HV_LATECOL_LOWER, &phy_data);
3835 e1e_rphy(hw, HV_COLC_UPPER, &phy_data);
3836 e1e_rphy(hw, HV_COLC_LOWER, &phy_data);
3837 e1e_rphy(hw, HV_DC_UPPER, &phy_data);
3838 e1e_rphy(hw, HV_DC_LOWER, &phy_data);
3839 e1e_rphy(hw, HV_TNCRS_UPPER, &phy_data);
3840 e1e_rphy(hw, HV_TNCRS_LOWER, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003841 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07003842}
3843
3844static struct e1000_mac_operations ich8_mac_ops = {
Bruce Allana4f58f52009-06-02 11:29:18 +00003845 .id_led_init = e1000e_id_led_init,
Bruce Allaneb7700d2010-06-16 13:27:05 +00003846 /* check_mng_mode dependent on mac type */
Bruce Allan7d3cabb2009-07-01 13:29:08 +00003847 .check_for_link = e1000_check_for_copper_link_ich8lan,
Bruce Allana4f58f52009-06-02 11:29:18 +00003848 /* cleanup_led dependent on mac type */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003849 .clear_hw_cntrs = e1000_clear_hw_cntrs_ich8lan,
3850 .get_bus_info = e1000_get_bus_info_ich8lan,
Bruce Allanf4d2dd42010-01-13 02:05:18 +00003851 .set_lan_id = e1000_set_lan_id_single_port,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003852 .get_link_up_info = e1000_get_link_up_info_ich8lan,
Bruce Allana4f58f52009-06-02 11:29:18 +00003853 /* led_on dependent on mac type */
3854 /* led_off dependent on mac type */
Jeff Kirshere2de3eb2008-03-28 09:15:11 -07003855 .update_mc_addr_list = e1000e_update_mc_addr_list_generic,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003856 .reset_hw = e1000_reset_hw_ich8lan,
3857 .init_hw = e1000_init_hw_ich8lan,
3858 .setup_link = e1000_setup_link_ich8lan,
3859 .setup_physical_interface= e1000_setup_copper_link_ich8lan,
Bruce Allana4f58f52009-06-02 11:29:18 +00003860 /* id_led_init dependent on mac type */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003861};
3862
3863static struct e1000_phy_operations ich8_phy_ops = {
Bruce Allan94d81862009-11-20 23:25:26 +00003864 .acquire = e1000_acquire_swflag_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003865 .check_reset_block = e1000_check_reset_block_ich8lan,
Bruce Allan94d81862009-11-20 23:25:26 +00003866 .commit = NULL,
Bruce Allanf4187b52008-08-26 18:36:50 -07003867 .get_cfg_done = e1000_get_cfg_done_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003868 .get_cable_length = e1000e_get_cable_length_igp_2,
Bruce Allan94d81862009-11-20 23:25:26 +00003869 .read_reg = e1000e_read_phy_reg_igp,
3870 .release = e1000_release_swflag_ich8lan,
3871 .reset = e1000_phy_hw_reset_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003872 .set_d0_lplu_state = e1000_set_d0_lplu_state_ich8lan,
3873 .set_d3_lplu_state = e1000_set_d3_lplu_state_ich8lan,
Bruce Allan94d81862009-11-20 23:25:26 +00003874 .write_reg = e1000e_write_phy_reg_igp,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003875};
3876
3877static struct e1000_nvm_operations ich8_nvm_ops = {
Bruce Allan94d81862009-11-20 23:25:26 +00003878 .acquire = e1000_acquire_nvm_ich8lan,
3879 .read = e1000_read_nvm_ich8lan,
3880 .release = e1000_release_nvm_ich8lan,
3881 .update = e1000_update_nvm_checksum_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003882 .valid_led_default = e1000_valid_led_default_ich8lan,
Bruce Allan94d81862009-11-20 23:25:26 +00003883 .validate = e1000_validate_nvm_checksum_ich8lan,
3884 .write = e1000_write_nvm_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003885};
3886
3887struct e1000_info e1000_ich8_info = {
3888 .mac = e1000_ich8lan,
3889 .flags = FLAG_HAS_WOL
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003890 | FLAG_IS_ICH
Auke Kokbc7f75f2007-09-17 12:30:59 -07003891 | FLAG_RX_CSUM_ENABLED
3892 | FLAG_HAS_CTRLEXT_ON_LOAD
3893 | FLAG_HAS_AMT
3894 | FLAG_HAS_FLASH
3895 | FLAG_APME_IN_WUC,
3896 .pba = 8,
Bruce Allan2adc55c2009-06-02 11:28:58 +00003897 .max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN,
Jeff Kirsher69e3fd82008-04-02 13:48:18 -07003898 .get_variants = e1000_get_variants_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003899 .mac_ops = &ich8_mac_ops,
3900 .phy_ops = &ich8_phy_ops,
3901 .nvm_ops = &ich8_nvm_ops,
3902};
3903
3904struct e1000_info e1000_ich9_info = {
3905 .mac = e1000_ich9lan,
3906 .flags = FLAG_HAS_JUMBO_FRAMES
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003907 | FLAG_IS_ICH
Auke Kokbc7f75f2007-09-17 12:30:59 -07003908 | FLAG_HAS_WOL
3909 | FLAG_RX_CSUM_ENABLED
3910 | FLAG_HAS_CTRLEXT_ON_LOAD
3911 | FLAG_HAS_AMT
3912 | FLAG_HAS_ERT
3913 | FLAG_HAS_FLASH
3914 | FLAG_APME_IN_WUC,
3915 .pba = 10,
Bruce Allan2adc55c2009-06-02 11:28:58 +00003916 .max_hw_frame_size = DEFAULT_JUMBO,
Jeff Kirsher69e3fd82008-04-02 13:48:18 -07003917 .get_variants = e1000_get_variants_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003918 .mac_ops = &ich8_mac_ops,
3919 .phy_ops = &ich8_phy_ops,
3920 .nvm_ops = &ich8_nvm_ops,
3921};
3922
Bruce Allanf4187b52008-08-26 18:36:50 -07003923struct e1000_info e1000_ich10_info = {
3924 .mac = e1000_ich10lan,
3925 .flags = FLAG_HAS_JUMBO_FRAMES
3926 | FLAG_IS_ICH
3927 | FLAG_HAS_WOL
3928 | FLAG_RX_CSUM_ENABLED
3929 | FLAG_HAS_CTRLEXT_ON_LOAD
3930 | FLAG_HAS_AMT
3931 | FLAG_HAS_ERT
3932 | FLAG_HAS_FLASH
3933 | FLAG_APME_IN_WUC,
3934 .pba = 10,
Bruce Allan2adc55c2009-06-02 11:28:58 +00003935 .max_hw_frame_size = DEFAULT_JUMBO,
Bruce Allanf4187b52008-08-26 18:36:50 -07003936 .get_variants = e1000_get_variants_ich8lan,
3937 .mac_ops = &ich8_mac_ops,
3938 .phy_ops = &ich8_phy_ops,
3939 .nvm_ops = &ich8_nvm_ops,
3940};
Bruce Allana4f58f52009-06-02 11:29:18 +00003941
3942struct e1000_info e1000_pch_info = {
3943 .mac = e1000_pchlan,
3944 .flags = FLAG_IS_ICH
3945 | FLAG_HAS_WOL
3946 | FLAG_RX_CSUM_ENABLED
3947 | FLAG_HAS_CTRLEXT_ON_LOAD
3948 | FLAG_HAS_AMT
3949 | FLAG_HAS_FLASH
3950 | FLAG_HAS_JUMBO_FRAMES
Bruce Allan38eb3942009-11-19 12:34:20 +00003951 | FLAG_DISABLE_FC_PAUSE_TIME /* errata */
Bruce Allana4f58f52009-06-02 11:29:18 +00003952 | FLAG_APME_IN_WUC,
Bruce Allan8c7bbb92010-06-16 13:26:41 +00003953 .flags2 = FLAG2_HAS_PHY_STATS,
Bruce Allana4f58f52009-06-02 11:29:18 +00003954 .pba = 26,
3955 .max_hw_frame_size = 4096,
3956 .get_variants = e1000_get_variants_ich8lan,
3957 .mac_ops = &ich8_mac_ops,
3958 .phy_ops = &ich8_phy_ops,
3959 .nvm_ops = &ich8_nvm_ops,
3960};
Bruce Alland3738bb2010-06-16 13:27:28 +00003961
3962struct e1000_info e1000_pch2_info = {
3963 .mac = e1000_pch2lan,
3964 .flags = FLAG_IS_ICH
3965 | FLAG_HAS_WOL
3966 | FLAG_RX_CSUM_ENABLED
3967 | FLAG_HAS_CTRLEXT_ON_LOAD
3968 | FLAG_HAS_AMT
3969 | FLAG_HAS_FLASH
3970 | FLAG_HAS_JUMBO_FRAMES
3971 | FLAG_APME_IN_WUC,
Bruce Allane52997f2010-06-16 13:27:49 +00003972 .flags2 = FLAG2_HAS_PHY_STATS
3973 | FLAG2_HAS_EEE,
Bruce Allan828bac82010-09-29 21:39:37 +00003974 .pba = 26,
Bruce Alland3738bb2010-06-16 13:27:28 +00003975 .max_hw_frame_size = DEFAULT_JUMBO,
3976 .get_variants = e1000_get_variants_ich8lan,
3977 .mac_ops = &ich8_mac_ops,
3978 .phy_ops = &ich8_phy_ops,
3979 .nvm_ops = &ich8_nvm_ops,
3980};