blob: 10360fb596aac332324c2a5b0706e009499af420 [file] [log] [blame]
Auke Kokbc7f75f2007-09-17 12:30:59 -07001/*******************************************************************************
2
3 Intel PRO/1000 Linux driver
Bruce Allanc7e54b12009-11-20 23:25:45 +00004 Copyright(c) 1999 - 2009 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
Auke Kokbc7f75f2007-09-17 12:30:59 -070055 */
56
Auke Kokbc7f75f2007-09-17 12:30:59 -070057#include "e1000.h"
58
59#define ICH_FLASH_GFPREG 0x0000
60#define ICH_FLASH_HSFSTS 0x0004
61#define ICH_FLASH_HSFCTL 0x0006
62#define ICH_FLASH_FADDR 0x0008
63#define ICH_FLASH_FDATA0 0x0010
Bruce Allan4a770352008-10-01 17:18:35 -070064#define ICH_FLASH_PR0 0x0074
Auke Kokbc7f75f2007-09-17 12:30:59 -070065
66#define ICH_FLASH_READ_COMMAND_TIMEOUT 500
67#define ICH_FLASH_WRITE_COMMAND_TIMEOUT 500
68#define ICH_FLASH_ERASE_COMMAND_TIMEOUT 3000000
69#define ICH_FLASH_LINEAR_ADDR_MASK 0x00FFFFFF
70#define ICH_FLASH_CYCLE_REPEAT_COUNT 10
71
72#define ICH_CYCLE_READ 0
73#define ICH_CYCLE_WRITE 2
74#define ICH_CYCLE_ERASE 3
75
76#define FLASH_GFPREG_BASE_MASK 0x1FFF
77#define FLASH_SECTOR_ADDR_SHIFT 12
78
79#define ICH_FLASH_SEG_SIZE_256 256
80#define ICH_FLASH_SEG_SIZE_4K 4096
81#define ICH_FLASH_SEG_SIZE_8K 8192
82#define ICH_FLASH_SEG_SIZE_64K 65536
83
84
85#define E1000_ICH_FWSM_RSPCIPHY 0x00000040 /* Reset PHY on PCI Reset */
Bruce Allan6dfaa762010-05-05 22:00:06 +000086/* FW established a valid mode */
87#define E1000_ICH_FWSM_FW_VALID 0x00008000
Auke Kokbc7f75f2007-09-17 12:30:59 -070088
89#define E1000_ICH_MNG_IAMT_MODE 0x2
90
91#define ID_LED_DEFAULT_ICH8LAN ((ID_LED_DEF1_DEF2 << 12) | \
92 (ID_LED_DEF1_OFF2 << 8) | \
93 (ID_LED_DEF1_ON2 << 4) | \
94 (ID_LED_DEF1_DEF2))
95
96#define E1000_ICH_NVM_SIG_WORD 0x13
97#define E1000_ICH_NVM_SIG_MASK 0xC000
Bruce Allane2434552008-11-21 17:02:41 -080098#define E1000_ICH_NVM_VALID_SIG_MASK 0xC0
99#define E1000_ICH_NVM_SIG_VALUE 0x80
Auke Kokbc7f75f2007-09-17 12:30:59 -0700100
101#define E1000_ICH8_LAN_INIT_TIMEOUT 1500
102
103#define E1000_FEXTNVM_SW_CONFIG 1
104#define E1000_FEXTNVM_SW_CONFIG_ICH8M (1 << 27) /* Bit redefined for ICH8M :/ */
105
106#define PCIE_ICH8_SNOOP_ALL PCIE_NO_SNOOP_ALL
107
108#define E1000_ICH_RAR_ENTRIES 7
109
110#define PHY_PAGE_SHIFT 5
111#define PHY_REG(page, reg) (((page) << PHY_PAGE_SHIFT) | \
112 ((reg) & MAX_PHY_REG_ADDRESS))
113#define IGP3_KMRN_DIAG PHY_REG(770, 19) /* KMRN Diagnostic */
114#define IGP3_VR_CTRL PHY_REG(776, 18) /* Voltage Regulator Control */
115
116#define IGP3_KMRN_DIAG_PCS_LOCK_LOSS 0x0002
117#define IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK 0x0300
118#define IGP3_VR_CTRL_MODE_SHUTDOWN 0x0200
119
Bruce Allana4f58f52009-06-02 11:29:18 +0000120#define HV_LED_CONFIG PHY_REG(768, 30) /* LED Configuration */
121
Bruce Allan53ac5a82009-10-26 11:23:06 +0000122#define SW_FLAG_TIMEOUT 1000 /* SW Semaphore flag timeout in milliseconds */
123
Bruce Allanf523d212009-10-29 13:45:45 +0000124/* SMBus Address Phy Register */
125#define HV_SMB_ADDR PHY_REG(768, 26)
126#define HV_SMB_ADDR_PEC_EN 0x0200
127#define HV_SMB_ADDR_VALID 0x0080
128
129/* Strapping Option Register - RO */
130#define E1000_STRAP 0x0000C
131#define E1000_STRAP_SMBUS_ADDRESS_MASK 0x00FE0000
132#define E1000_STRAP_SMBUS_ADDRESS_SHIFT 17
133
Bruce Allanfa2ce132009-10-26 11:23:25 +0000134/* OEM Bits Phy Register */
135#define HV_OEM_BITS PHY_REG(768, 25)
136#define HV_OEM_BITS_LPLU 0x0004 /* Low Power Link Up */
Bruce Allanf523d212009-10-29 13:45:45 +0000137#define HV_OEM_BITS_GBE_DIS 0x0040 /* Gigabit Disable */
Bruce Allanfa2ce132009-10-26 11:23:25 +0000138#define HV_OEM_BITS_RESTART_AN 0x0400 /* Restart Auto-negotiation */
139
Bruce Allan1d5846b2009-10-29 13:46:05 +0000140#define E1000_NVM_K1_CONFIG 0x1B /* NVM K1 Config Word */
141#define E1000_NVM_K1_ENABLE 0x1 /* NVM Enable K1 bit */
142
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000143/* KMRN Mode Control */
144#define HV_KMRN_MODE_CTRL PHY_REG(769, 16)
145#define HV_KMRN_MDIO_SLOW 0x0400
146
Auke Kokbc7f75f2007-09-17 12:30:59 -0700147/* ICH GbE Flash Hardware Sequencing Flash Status Register bit breakdown */
148/* Offset 04h HSFSTS */
149union ich8_hws_flash_status {
150 struct ich8_hsfsts {
151 u16 flcdone :1; /* bit 0 Flash Cycle Done */
152 u16 flcerr :1; /* bit 1 Flash Cycle Error */
153 u16 dael :1; /* bit 2 Direct Access error Log */
154 u16 berasesz :2; /* bit 4:3 Sector Erase Size */
155 u16 flcinprog :1; /* bit 5 flash cycle in Progress */
156 u16 reserved1 :2; /* bit 13:6 Reserved */
157 u16 reserved2 :6; /* bit 13:6 Reserved */
158 u16 fldesvalid :1; /* bit 14 Flash Descriptor Valid */
159 u16 flockdn :1; /* bit 15 Flash Config Lock-Down */
160 } hsf_status;
161 u16 regval;
162};
163
164/* ICH GbE Flash Hardware Sequencing Flash control Register bit breakdown */
165/* Offset 06h FLCTL */
166union ich8_hws_flash_ctrl {
167 struct ich8_hsflctl {
168 u16 flcgo :1; /* 0 Flash Cycle Go */
169 u16 flcycle :2; /* 2:1 Flash Cycle */
170 u16 reserved :5; /* 7:3 Reserved */
171 u16 fldbcount :2; /* 9:8 Flash Data Byte Count */
172 u16 flockdn :6; /* 15:10 Reserved */
173 } hsf_ctrl;
174 u16 regval;
175};
176
177/* ICH Flash Region Access Permissions */
178union ich8_hws_flash_regacc {
179 struct ich8_flracc {
180 u32 grra :8; /* 0:7 GbE region Read Access */
181 u32 grwa :8; /* 8:15 GbE region Write Access */
182 u32 gmrag :8; /* 23:16 GbE Master Read Access Grant */
183 u32 gmwag :8; /* 31:24 GbE Master Write Access Grant */
184 } hsf_flregacc;
185 u16 regval;
186};
187
Bruce Allan4a770352008-10-01 17:18:35 -0700188/* ICH Flash Protected Region */
189union ich8_flash_protected_range {
190 struct ich8_pr {
191 u32 base:13; /* 0:12 Protected Range Base */
192 u32 reserved1:2; /* 13:14 Reserved */
193 u32 rpe:1; /* 15 Read Protection Enable */
194 u32 limit:13; /* 16:28 Protected Range Limit */
195 u32 reserved2:2; /* 29:30 Reserved */
196 u32 wpe:1; /* 31 Write Protection Enable */
197 } range;
198 u32 regval;
199};
200
Auke Kokbc7f75f2007-09-17 12:30:59 -0700201static s32 e1000_setup_link_ich8lan(struct e1000_hw *hw);
202static void e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw);
203static void e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700204static s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank);
205static s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
206 u32 offset, u8 byte);
Bruce Allanf4187b52008-08-26 18:36:50 -0700207static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
208 u8 *data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700209static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
210 u16 *data);
211static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
212 u8 size, u16 *data);
213static s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw);
214static s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw);
Bruce Allanf4187b52008-08-26 18:36:50 -0700215static s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw);
Bruce Allana4f58f52009-06-02 11:29:18 +0000216static s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw);
217static s32 e1000_led_on_ich8lan(struct e1000_hw *hw);
218static s32 e1000_led_off_ich8lan(struct e1000_hw *hw);
219static s32 e1000_id_led_init_pchlan(struct e1000_hw *hw);
220static s32 e1000_setup_led_pchlan(struct e1000_hw *hw);
221static s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw);
222static s32 e1000_led_on_pchlan(struct e1000_hw *hw);
223static s32 e1000_led_off_pchlan(struct e1000_hw *hw);
Bruce Allanfa2ce132009-10-26 11:23:25 +0000224static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
Bruce Allan17f208d2009-12-01 15:47:22 +0000225static void e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw);
Bruce Allanf523d212009-10-29 13:45:45 +0000226static void e1000_lan_init_done_ich8lan(struct e1000_hw *hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +0000227static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link);
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000228static s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700229
230static inline u16 __er16flash(struct e1000_hw *hw, unsigned long reg)
231{
232 return readw(hw->flash_address + reg);
233}
234
235static inline u32 __er32flash(struct e1000_hw *hw, unsigned long reg)
236{
237 return readl(hw->flash_address + reg);
238}
239
240static inline void __ew16flash(struct e1000_hw *hw, unsigned long reg, u16 val)
241{
242 writew(val, hw->flash_address + reg);
243}
244
245static inline void __ew32flash(struct e1000_hw *hw, unsigned long reg, u32 val)
246{
247 writel(val, hw->flash_address + reg);
248}
249
250#define er16flash(reg) __er16flash(hw, (reg))
251#define er32flash(reg) __er32flash(hw, (reg))
252#define ew16flash(reg,val) __ew16flash(hw, (reg), (val))
253#define ew32flash(reg,val) __ew32flash(hw, (reg), (val))
254
255/**
Bruce Allana4f58f52009-06-02 11:29:18 +0000256 * e1000_init_phy_params_pchlan - Initialize PHY function pointers
257 * @hw: pointer to the HW structure
258 *
259 * Initialize family-specific PHY parameters and function pointers.
260 **/
261static s32 e1000_init_phy_params_pchlan(struct e1000_hw *hw)
262{
263 struct e1000_phy_info *phy = &hw->phy;
Bruce Allan6dfaa762010-05-05 22:00:06 +0000264 u32 ctrl;
Bruce Allana4f58f52009-06-02 11:29:18 +0000265 s32 ret_val = 0;
266
267 phy->addr = 1;
268 phy->reset_delay_us = 100;
269
Bruce Allan94d81862009-11-20 23:25:26 +0000270 phy->ops.read_reg = e1000_read_phy_reg_hv;
271 phy->ops.read_reg_locked = e1000_read_phy_reg_hv_locked;
Bruce Allanfa2ce132009-10-26 11:23:25 +0000272 phy->ops.set_d0_lplu_state = e1000_set_lplu_state_pchlan;
273 phy->ops.set_d3_lplu_state = e1000_set_lplu_state_pchlan;
Bruce Allan94d81862009-11-20 23:25:26 +0000274 phy->ops.write_reg = e1000_write_phy_reg_hv;
275 phy->ops.write_reg_locked = e1000_write_phy_reg_hv_locked;
Bruce Allan17f208d2009-12-01 15:47:22 +0000276 phy->ops.power_up = e1000_power_up_phy_copper;
277 phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
Bruce Allana4f58f52009-06-02 11:29:18 +0000278 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
279
Bruce Allan6dfaa762010-05-05 22:00:06 +0000280 if (!(er32(FWSM) & E1000_ICH_FWSM_FW_VALID)) {
281 /*
282 * The MAC-PHY interconnect may still be in SMBus mode
283 * after Sx->S0. Toggle the LANPHYPC Value bit to force
284 * the interconnect to PCIe mode, but only if there is no
285 * firmware present otherwise firmware will have done it.
286 */
287 ctrl = er32(CTRL);
288 ctrl |= E1000_CTRL_LANPHYPC_OVERRIDE;
289 ctrl &= ~E1000_CTRL_LANPHYPC_VALUE;
290 ew32(CTRL, ctrl);
291 udelay(10);
292 ctrl &= ~E1000_CTRL_LANPHYPC_OVERRIDE;
293 ew32(CTRL, ctrl);
294 msleep(50);
295 }
296
Bruce Allan627c8a02010-05-05 22:00:27 +0000297 /*
298 * Reset the PHY before any acccess to it. Doing so, ensures that
299 * the PHY is in a known good state before we read/write PHY registers.
300 * The generic reset is sufficient here, because we haven't determined
301 * the PHY type yet.
302 */
303 ret_val = e1000e_phy_hw_reset_generic(hw);
304 if (ret_val)
305 goto out;
306
Bruce Allana4f58f52009-06-02 11:29:18 +0000307 phy->id = e1000_phy_unknown;
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000308 ret_val = e1000e_get_phy_id(hw);
309 if (ret_val)
310 goto out;
311 if ((phy->id == 0) || (phy->id == PHY_REVISION_MASK)) {
312 /*
313 * In case the PHY needs to be in mdio slow mode (eg. 82577),
314 * set slow mode and try to get the PHY id again.
315 */
316 ret_val = e1000_set_mdio_slow_mode_hv(hw);
317 if (ret_val)
318 goto out;
319 ret_val = e1000e_get_phy_id(hw);
320 if (ret_val)
321 goto out;
322 }
Bruce Allana4f58f52009-06-02 11:29:18 +0000323 phy->type = e1000e_get_phy_type_from_id(phy->id);
324
Bruce Allan0be84012009-12-02 17:03:18 +0000325 switch (phy->type) {
326 case e1000_phy_82577:
Bruce Allana4f58f52009-06-02 11:29:18 +0000327 phy->ops.check_polarity = e1000_check_polarity_82577;
328 phy->ops.force_speed_duplex =
329 e1000_phy_force_speed_duplex_82577;
Bruce Allan0be84012009-12-02 17:03:18 +0000330 phy->ops.get_cable_length = e1000_get_cable_length_82577;
Bruce Allan94d81862009-11-20 23:25:26 +0000331 phy->ops.get_info = e1000_get_phy_info_82577;
332 phy->ops.commit = e1000e_phy_sw_reset;
Bruce Allaneab50ff2010-05-10 15:01:30 +0000333 break;
Bruce Allan0be84012009-12-02 17:03:18 +0000334 case e1000_phy_82578:
335 phy->ops.check_polarity = e1000_check_polarity_m88;
336 phy->ops.force_speed_duplex = e1000e_phy_force_speed_duplex_m88;
337 phy->ops.get_cable_length = e1000e_get_cable_length_m88;
338 phy->ops.get_info = e1000e_get_phy_info_m88;
339 break;
340 default:
341 ret_val = -E1000_ERR_PHY;
342 break;
Bruce Allana4f58f52009-06-02 11:29:18 +0000343 }
344
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000345out:
Bruce Allana4f58f52009-06-02 11:29:18 +0000346 return ret_val;
347}
348
349/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700350 * e1000_init_phy_params_ich8lan - Initialize PHY function pointers
351 * @hw: pointer to the HW structure
352 *
353 * Initialize family-specific PHY parameters and function pointers.
354 **/
355static s32 e1000_init_phy_params_ich8lan(struct e1000_hw *hw)
356{
357 struct e1000_phy_info *phy = &hw->phy;
358 s32 ret_val;
359 u16 i = 0;
360
361 phy->addr = 1;
362 phy->reset_delay_us = 100;
363
Bruce Allan17f208d2009-12-01 15:47:22 +0000364 phy->ops.power_up = e1000_power_up_phy_copper;
365 phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
366
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700367 /*
368 * We may need to do this twice - once for IGP and if that fails,
369 * we'll set BM func pointers and try again
370 */
371 ret_val = e1000e_determine_phy_address(hw);
372 if (ret_val) {
Bruce Allan94d81862009-11-20 23:25:26 +0000373 phy->ops.write_reg = e1000e_write_phy_reg_bm;
374 phy->ops.read_reg = e1000e_read_phy_reg_bm;
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700375 ret_val = e1000e_determine_phy_address(hw);
Bruce Allan9b71b412009-12-01 15:53:07 +0000376 if (ret_val) {
377 e_dbg("Cannot determine PHY addr. Erroring out\n");
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700378 return ret_val;
Bruce Allan9b71b412009-12-01 15:53:07 +0000379 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700380 }
381
Auke Kokbc7f75f2007-09-17 12:30:59 -0700382 phy->id = 0;
383 while ((e1000_phy_unknown == e1000e_get_phy_type_from_id(phy->id)) &&
384 (i++ < 100)) {
385 msleep(1);
386 ret_val = e1000e_get_phy_id(hw);
387 if (ret_val)
388 return ret_val;
389 }
390
391 /* Verify phy id */
392 switch (phy->id) {
393 case IGP03E1000_E_PHY_ID:
394 phy->type = e1000_phy_igp_3;
395 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
Bruce Allan94d81862009-11-20 23:25:26 +0000396 phy->ops.read_reg_locked = e1000e_read_phy_reg_igp_locked;
397 phy->ops.write_reg_locked = e1000e_write_phy_reg_igp_locked;
Bruce Allan0be84012009-12-02 17:03:18 +0000398 phy->ops.get_info = e1000e_get_phy_info_igp;
399 phy->ops.check_polarity = e1000_check_polarity_igp;
400 phy->ops.force_speed_duplex = e1000e_phy_force_speed_duplex_igp;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700401 break;
402 case IFE_E_PHY_ID:
403 case IFE_PLUS_E_PHY_ID:
404 case IFE_C_E_PHY_ID:
405 phy->type = e1000_phy_ife;
406 phy->autoneg_mask = E1000_ALL_NOT_GIG;
Bruce Allan0be84012009-12-02 17:03:18 +0000407 phy->ops.get_info = e1000_get_phy_info_ife;
408 phy->ops.check_polarity = e1000_check_polarity_ife;
409 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_ife;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700410 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700411 case BME1000_E_PHY_ID:
412 phy->type = e1000_phy_bm;
413 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
Bruce Allan94d81862009-11-20 23:25:26 +0000414 phy->ops.read_reg = e1000e_read_phy_reg_bm;
415 phy->ops.write_reg = e1000e_write_phy_reg_bm;
416 phy->ops.commit = e1000e_phy_sw_reset;
Bruce Allan0be84012009-12-02 17:03:18 +0000417 phy->ops.get_info = e1000e_get_phy_info_m88;
418 phy->ops.check_polarity = e1000_check_polarity_m88;
419 phy->ops.force_speed_duplex = e1000e_phy_force_speed_duplex_m88;
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700420 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700421 default:
422 return -E1000_ERR_PHY;
423 break;
424 }
425
426 return 0;
427}
428
429/**
430 * e1000_init_nvm_params_ich8lan - Initialize NVM function pointers
431 * @hw: pointer to the HW structure
432 *
433 * Initialize family-specific NVM parameters and function
434 * pointers.
435 **/
436static s32 e1000_init_nvm_params_ich8lan(struct e1000_hw *hw)
437{
438 struct e1000_nvm_info *nvm = &hw->nvm;
439 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Bruce Allan148675a2009-08-07 07:41:56 +0000440 u32 gfpreg, sector_base_addr, sector_end_addr;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700441 u16 i;
442
Bruce Allanad680762008-03-28 09:15:03 -0700443 /* Can't read flash registers if the register set isn't mapped. */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700444 if (!hw->flash_address) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000445 e_dbg("ERROR: Flash registers not mapped\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700446 return -E1000_ERR_CONFIG;
447 }
448
449 nvm->type = e1000_nvm_flash_sw;
450
451 gfpreg = er32flash(ICH_FLASH_GFPREG);
452
Bruce Allanad680762008-03-28 09:15:03 -0700453 /*
454 * sector_X_addr is a "sector"-aligned address (4096 bytes)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700455 * Add 1 to sector_end_addr since this sector is included in
Bruce Allanad680762008-03-28 09:15:03 -0700456 * the overall size.
457 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700458 sector_base_addr = gfpreg & FLASH_GFPREG_BASE_MASK;
459 sector_end_addr = ((gfpreg >> 16) & FLASH_GFPREG_BASE_MASK) + 1;
460
461 /* flash_base_addr is byte-aligned */
462 nvm->flash_base_addr = sector_base_addr << FLASH_SECTOR_ADDR_SHIFT;
463
Bruce Allanad680762008-03-28 09:15:03 -0700464 /*
465 * find total size of the NVM, then cut in half since the total
466 * size represents two separate NVM banks.
467 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700468 nvm->flash_bank_size = (sector_end_addr - sector_base_addr)
469 << FLASH_SECTOR_ADDR_SHIFT;
470 nvm->flash_bank_size /= 2;
471 /* Adjust to word count */
472 nvm->flash_bank_size /= sizeof(u16);
473
474 nvm->word_size = E1000_ICH8_SHADOW_RAM_WORDS;
475
476 /* Clear shadow ram */
477 for (i = 0; i < nvm->word_size; i++) {
Bruce Allan564ea9b2009-11-20 23:26:44 +0000478 dev_spec->shadow_ram[i].modified = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700479 dev_spec->shadow_ram[i].value = 0xFFFF;
480 }
481
482 return 0;
483}
484
485/**
486 * e1000_init_mac_params_ich8lan - Initialize MAC function pointers
487 * @hw: pointer to the HW structure
488 *
489 * Initialize family-specific MAC parameters and function
490 * pointers.
491 **/
492static s32 e1000_init_mac_params_ich8lan(struct e1000_adapter *adapter)
493{
494 struct e1000_hw *hw = &adapter->hw;
495 struct e1000_mac_info *mac = &hw->mac;
496
497 /* Set media type function pointer */
Jeff Kirsher318a94d2008-03-28 09:15:16 -0700498 hw->phy.media_type = e1000_media_type_copper;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700499
500 /* Set mta register count */
501 mac->mta_reg_count = 32;
502 /* Set rar entry count */
503 mac->rar_entry_count = E1000_ICH_RAR_ENTRIES;
504 if (mac->type == e1000_ich8lan)
505 mac->rar_entry_count--;
Bruce Allana65a4a02010-05-10 15:01:51 +0000506 /* FWSM register */
507 mac->has_fwsm = true;
508 /* ARC subsystem not supported */
509 mac->arc_subsystem_valid = false;
Bruce Allanf464ba82010-01-07 16:31:35 +0000510 /* Adaptive IFS supported */
511 mac->adaptive_ifs = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700512
Bruce Allana4f58f52009-06-02 11:29:18 +0000513 /* LED operations */
514 switch (mac->type) {
515 case e1000_ich8lan:
516 case e1000_ich9lan:
517 case e1000_ich10lan:
518 /* ID LED init */
519 mac->ops.id_led_init = e1000e_id_led_init;
520 /* setup LED */
521 mac->ops.setup_led = e1000e_setup_led_generic;
522 /* cleanup LED */
523 mac->ops.cleanup_led = e1000_cleanup_led_ich8lan;
524 /* turn on/off LED */
525 mac->ops.led_on = e1000_led_on_ich8lan;
526 mac->ops.led_off = e1000_led_off_ich8lan;
527 break;
528 case e1000_pchlan:
529 /* ID LED init */
530 mac->ops.id_led_init = e1000_id_led_init_pchlan;
531 /* setup LED */
532 mac->ops.setup_led = e1000_setup_led_pchlan;
533 /* cleanup LED */
534 mac->ops.cleanup_led = e1000_cleanup_led_pchlan;
535 /* turn on/off LED */
536 mac->ops.led_on = e1000_led_on_pchlan;
537 mac->ops.led_off = e1000_led_off_pchlan;
538 break;
539 default:
540 break;
541 }
542
Auke Kokbc7f75f2007-09-17 12:30:59 -0700543 /* Enable PCS Lock-loss workaround for ICH8 */
544 if (mac->type == e1000_ich8lan)
Bruce Allan564ea9b2009-11-20 23:26:44 +0000545 e1000e_set_kmrn_lock_loss_workaround_ich8lan(hw, true);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700546
547 return 0;
548}
549
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000550/**
551 * e1000_check_for_copper_link_ich8lan - Check for link (Copper)
552 * @hw: pointer to the HW structure
553 *
554 * Checks to see of the link status of the hardware has changed. If a
555 * change in link status has been detected, then we read the PHY registers
556 * to get the current speed/duplex if link exists.
557 **/
558static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
559{
560 struct e1000_mac_info *mac = &hw->mac;
561 s32 ret_val;
562 bool link;
563
564 /*
565 * We only want to go out to the PHY registers to see if Auto-Neg
566 * has completed and/or if our link status has changed. The
567 * get_link_status flag is set upon receiving a Link Status
568 * Change or Rx Sequence Error interrupt.
569 */
570 if (!mac->get_link_status) {
571 ret_val = 0;
572 goto out;
573 }
574
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000575 /*
576 * First we want to see if the MII Status Register reports
577 * link. If so, then we want to get the current speed/duplex
578 * of the PHY.
579 */
580 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
581 if (ret_val)
582 goto out;
583
Bruce Allan1d5846b2009-10-29 13:46:05 +0000584 if (hw->mac.type == e1000_pchlan) {
585 ret_val = e1000_k1_gig_workaround_hv(hw, link);
586 if (ret_val)
587 goto out;
588 }
589
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000590 if (!link)
591 goto out; /* No link detected */
592
593 mac->get_link_status = false;
594
595 if (hw->phy.type == e1000_phy_82578) {
596 ret_val = e1000_link_stall_workaround_hv(hw);
597 if (ret_val)
598 goto out;
599 }
600
601 /*
602 * Check if there was DownShift, must be checked
603 * immediately after link-up
604 */
605 e1000e_check_downshift(hw);
606
607 /*
608 * If we are forcing speed/duplex, then we simply return since
609 * we have already determined whether we have link or not.
610 */
611 if (!mac->autoneg) {
612 ret_val = -E1000_ERR_CONFIG;
613 goto out;
614 }
615
616 /*
617 * Auto-Neg is enabled. Auto Speed Detection takes care
618 * of MAC speed/duplex configuration. So we only need to
619 * configure Collision Distance in the MAC.
620 */
621 e1000e_config_collision_dist(hw);
622
623 /*
624 * Configure Flow Control now that Auto-Neg has completed.
625 * First, we need to restore the desired flow control
626 * settings because we may have had to re-autoneg with a
627 * different link partner.
628 */
629 ret_val = e1000e_config_fc_after_link_up(hw);
630 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000631 e_dbg("Error configuring flow control\n");
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000632
633out:
634 return ret_val;
635}
636
Jeff Kirsher69e3fd82008-04-02 13:48:18 -0700637static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700638{
639 struct e1000_hw *hw = &adapter->hw;
640 s32 rc;
641
642 rc = e1000_init_mac_params_ich8lan(adapter);
643 if (rc)
644 return rc;
645
646 rc = e1000_init_nvm_params_ich8lan(hw);
647 if (rc)
648 return rc;
649
Bruce Allana4f58f52009-06-02 11:29:18 +0000650 if (hw->mac.type == e1000_pchlan)
651 rc = e1000_init_phy_params_pchlan(hw);
652 else
653 rc = e1000_init_phy_params_ich8lan(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700654 if (rc)
655 return rc;
656
Bruce Allan2adc55c2009-06-02 11:28:58 +0000657 if (adapter->hw.phy.type == e1000_phy_ife) {
658 adapter->flags &= ~FLAG_HAS_JUMBO_FRAMES;
659 adapter->max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN;
660 }
661
Auke Kokbc7f75f2007-09-17 12:30:59 -0700662 if ((adapter->hw.mac.type == e1000_ich8lan) &&
663 (adapter->hw.phy.type == e1000_phy_igp_3))
664 adapter->flags |= FLAG_LSC_GIG_SPEED_DROP;
665
666 return 0;
667}
668
Thomas Gleixner717d4382008-10-02 16:33:40 -0700669static DEFINE_MUTEX(nvm_mutex);
Thomas Gleixner717d4382008-10-02 16:33:40 -0700670
Auke Kokbc7f75f2007-09-17 12:30:59 -0700671/**
Bruce Allanca15df52009-10-26 11:23:43 +0000672 * e1000_acquire_nvm_ich8lan - Acquire NVM mutex
673 * @hw: pointer to the HW structure
674 *
675 * Acquires the mutex for performing NVM operations.
676 **/
677static s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw)
678{
679 mutex_lock(&nvm_mutex);
680
681 return 0;
682}
683
684/**
685 * e1000_release_nvm_ich8lan - Release NVM mutex
686 * @hw: pointer to the HW structure
687 *
688 * Releases the mutex used while performing NVM operations.
689 **/
690static void e1000_release_nvm_ich8lan(struct e1000_hw *hw)
691{
692 mutex_unlock(&nvm_mutex);
693
694 return;
695}
696
697static DEFINE_MUTEX(swflag_mutex);
698
699/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700700 * e1000_acquire_swflag_ich8lan - Acquire software control flag
701 * @hw: pointer to the HW structure
702 *
Bruce Allanca15df52009-10-26 11:23:43 +0000703 * Acquires the software control flag for performing PHY and select
704 * MAC CSR accesses.
Auke Kokbc7f75f2007-09-17 12:30:59 -0700705 **/
706static s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw)
707{
Bruce Allan373a88d2009-08-07 07:41:37 +0000708 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT;
709 s32 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700710
Bruce Allanca15df52009-10-26 11:23:43 +0000711 mutex_lock(&swflag_mutex);
Thomas Gleixner717d4382008-10-02 16:33:40 -0700712
Auke Kokbc7f75f2007-09-17 12:30:59 -0700713 while (timeout) {
714 extcnf_ctrl = er32(EXTCNF_CTRL);
Bruce Allan373a88d2009-08-07 07:41:37 +0000715 if (!(extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG))
716 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700717
Auke Kokbc7f75f2007-09-17 12:30:59 -0700718 mdelay(1);
719 timeout--;
720 }
721
722 if (!timeout) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000723 e_dbg("SW/FW/HW has locked the resource for too long.\n");
Bruce Allan373a88d2009-08-07 07:41:37 +0000724 ret_val = -E1000_ERR_CONFIG;
725 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700726 }
727
Bruce Allan53ac5a82009-10-26 11:23:06 +0000728 timeout = SW_FLAG_TIMEOUT;
Bruce Allan373a88d2009-08-07 07:41:37 +0000729
730 extcnf_ctrl |= E1000_EXTCNF_CTRL_SWFLAG;
731 ew32(EXTCNF_CTRL, extcnf_ctrl);
732
733 while (timeout) {
734 extcnf_ctrl = er32(EXTCNF_CTRL);
735 if (extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG)
736 break;
737
738 mdelay(1);
739 timeout--;
740 }
741
742 if (!timeout) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000743 e_dbg("Failed to acquire the semaphore.\n");
Bruce Allan373a88d2009-08-07 07:41:37 +0000744 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
745 ew32(EXTCNF_CTRL, extcnf_ctrl);
746 ret_val = -E1000_ERR_CONFIG;
747 goto out;
748 }
749
750out:
751 if (ret_val)
Bruce Allanca15df52009-10-26 11:23:43 +0000752 mutex_unlock(&swflag_mutex);
Bruce Allan373a88d2009-08-07 07:41:37 +0000753
754 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700755}
756
757/**
758 * e1000_release_swflag_ich8lan - Release software control flag
759 * @hw: pointer to the HW structure
760 *
Bruce Allanca15df52009-10-26 11:23:43 +0000761 * Releases the software control flag for performing PHY and select
762 * MAC CSR accesses.
Auke Kokbc7f75f2007-09-17 12:30:59 -0700763 **/
764static void e1000_release_swflag_ich8lan(struct e1000_hw *hw)
765{
766 u32 extcnf_ctrl;
767
768 extcnf_ctrl = er32(EXTCNF_CTRL);
769 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
770 ew32(EXTCNF_CTRL, extcnf_ctrl);
Thomas Gleixner717d4382008-10-02 16:33:40 -0700771
Bruce Allanca15df52009-10-26 11:23:43 +0000772 mutex_unlock(&swflag_mutex);
773
774 return;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700775}
776
777/**
Bruce Allan4662e822008-08-26 18:37:06 -0700778 * e1000_check_mng_mode_ich8lan - Checks management mode
779 * @hw: pointer to the HW structure
780 *
781 * This checks if the adapter has manageability enabled.
782 * This is a function pointer entry point only called by read/write
783 * routines for the PHY and NVM parts.
784 **/
785static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw)
786{
Bruce Allana708dd82009-11-20 23:28:37 +0000787 u32 fwsm;
788
789 fwsm = er32(FWSM);
Bruce Allan4662e822008-08-26 18:37:06 -0700790
791 return (fwsm & E1000_FWSM_MODE_MASK) ==
792 (E1000_ICH_MNG_IAMT_MODE << E1000_FWSM_MODE_SHIFT);
793}
794
795/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700796 * e1000_check_reset_block_ich8lan - Check if PHY reset is blocked
797 * @hw: pointer to the HW structure
798 *
799 * Checks if firmware is blocking the reset of the PHY.
800 * This is a function pointer entry point only called by
801 * reset routines.
802 **/
803static s32 e1000_check_reset_block_ich8lan(struct e1000_hw *hw)
804{
805 u32 fwsm;
806
807 fwsm = er32(FWSM);
808
809 return (fwsm & E1000_ICH_FWSM_RSPCIPHY) ? 0 : E1000_BLK_PHY_RESET;
810}
811
812/**
Bruce Allanf523d212009-10-29 13:45:45 +0000813 * e1000_sw_lcd_config_ich8lan - SW-based LCD Configuration
814 * @hw: pointer to the HW structure
815 *
816 * SW should configure the LCD from the NVM extended configuration region
817 * as a workaround for certain parts.
818 **/
819static s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw)
820{
Bruce Allan8b802a72010-05-10 15:01:10 +0000821 struct e1000_adapter *adapter = hw->adapter;
Bruce Allanf523d212009-10-29 13:45:45 +0000822 struct e1000_phy_info *phy = &hw->phy;
823 u32 i, data, cnf_size, cnf_base_addr, sw_cfg_mask;
Bruce Allan8b802a72010-05-10 15:01:10 +0000824 s32 ret_val = 0;
Bruce Allanf523d212009-10-29 13:45:45 +0000825 u16 word_addr, reg_data, reg_addr, phy_page = 0;
826
Bruce Allan8b802a72010-05-10 15:01:10 +0000827 if (!(hw->mac.type == e1000_ich8lan && phy->type == e1000_phy_igp_3) &&
828 !(hw->mac.type == e1000_pchlan))
829 return ret_val;
830
Bruce Allan94d81862009-11-20 23:25:26 +0000831 ret_val = hw->phy.ops.acquire(hw);
Bruce Allanf523d212009-10-29 13:45:45 +0000832 if (ret_val)
833 return ret_val;
834
835 /*
836 * Initialize the PHY from the NVM on ICH platforms. This
837 * is needed due to an issue where the NVM configuration is
838 * not properly autoloaded after power transitions.
839 * Therefore, after each PHY reset, we will load the
840 * configuration data out of the NVM manually.
841 */
Bruce Allan8b802a72010-05-10 15:01:10 +0000842 if ((adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_M_AMT) ||
843 (adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_M) ||
844 (hw->mac.type == e1000_pchlan))
845 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG_ICH8M;
846 else
847 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG;
Bruce Allanf523d212009-10-29 13:45:45 +0000848
Bruce Allan8b802a72010-05-10 15:01:10 +0000849 data = er32(FEXTNVM);
850 if (!(data & sw_cfg_mask))
851 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +0000852
Bruce Allan8b802a72010-05-10 15:01:10 +0000853 /*
854 * Make sure HW does not configure LCD from PHY
855 * extended configuration before SW configuration
856 */
857 data = er32(EXTCNF_CTRL);
858 if (data & E1000_EXTCNF_CTRL_LCD_WRITE_ENABLE)
859 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +0000860
Bruce Allan8b802a72010-05-10 15:01:10 +0000861 cnf_size = er32(EXTCNF_SIZE);
862 cnf_size &= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_MASK;
863 cnf_size >>= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_SHIFT;
864 if (!cnf_size)
865 goto out;
866
867 cnf_base_addr = data & E1000_EXTCNF_CTRL_EXT_CNF_POINTER_MASK;
868 cnf_base_addr >>= E1000_EXTCNF_CTRL_EXT_CNF_POINTER_SHIFT;
869
870 if (!(data & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE) &&
871 (hw->mac.type == e1000_pchlan)) {
Bruce Allanf523d212009-10-29 13:45:45 +0000872 /*
Bruce Allan8b802a72010-05-10 15:01:10 +0000873 * HW configures the SMBus address and LEDs when the
874 * OEM and LCD Write Enable bits are set in the NVM.
875 * When both NVM bits are cleared, SW will configure
876 * them instead.
Bruce Allanf523d212009-10-29 13:45:45 +0000877 */
Bruce Allan8b802a72010-05-10 15:01:10 +0000878 data = er32(STRAP);
879 data &= E1000_STRAP_SMBUS_ADDRESS_MASK;
880 reg_data = data >> E1000_STRAP_SMBUS_ADDRESS_SHIFT;
881 reg_data |= HV_SMB_ADDR_PEC_EN | HV_SMB_ADDR_VALID;
882 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_SMB_ADDR,
883 reg_data);
884 if (ret_val)
Bruce Allanf523d212009-10-29 13:45:45 +0000885 goto out;
886
Bruce Allan8b802a72010-05-10 15:01:10 +0000887 data = er32(LEDCTL);
888 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_LED_CONFIG,
889 (u16)data);
890 if (ret_val)
891 goto out;
892 }
893
894 /* Configure LCD from extended configuration region. */
895
896 /* cnf_base_addr is in DWORD */
897 word_addr = (u16)(cnf_base_addr << 1);
898
899 for (i = 0; i < cnf_size; i++) {
900 ret_val = e1000_read_nvm(hw, (word_addr + i * 2), 1,
901 &reg_data);
902 if (ret_val)
Bruce Allanf523d212009-10-29 13:45:45 +0000903 goto out;
904
Bruce Allan8b802a72010-05-10 15:01:10 +0000905 ret_val = e1000_read_nvm(hw, (word_addr + i * 2 + 1),
906 1, &reg_addr);
907 if (ret_val)
908 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +0000909
Bruce Allan8b802a72010-05-10 15:01:10 +0000910 /* Save off the PHY page for future writes. */
911 if (reg_addr == IGP01E1000_PHY_PAGE_SELECT) {
912 phy_page = reg_data;
913 continue;
Bruce Allanf523d212009-10-29 13:45:45 +0000914 }
Bruce Allanf523d212009-10-29 13:45:45 +0000915
Bruce Allan8b802a72010-05-10 15:01:10 +0000916 reg_addr &= PHY_REG_MASK;
917 reg_addr |= phy_page;
Bruce Allanf523d212009-10-29 13:45:45 +0000918
Bruce Allan8b802a72010-05-10 15:01:10 +0000919 ret_val = phy->ops.write_reg_locked(hw, (u32)reg_addr,
920 reg_data);
921 if (ret_val)
922 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +0000923 }
924
925out:
Bruce Allan94d81862009-11-20 23:25:26 +0000926 hw->phy.ops.release(hw);
Bruce Allanf523d212009-10-29 13:45:45 +0000927 return ret_val;
928}
929
930/**
Bruce Allan1d5846b2009-10-29 13:46:05 +0000931 * e1000_k1_gig_workaround_hv - K1 Si workaround
932 * @hw: pointer to the HW structure
933 * @link: link up bool flag
934 *
935 * If K1 is enabled for 1Gbps, the MAC might stall when transitioning
936 * from a lower speed. This workaround disables K1 whenever link is at 1Gig
937 * If link is down, the function will restore the default K1 setting located
938 * in the NVM.
939 **/
940static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link)
941{
942 s32 ret_val = 0;
943 u16 status_reg = 0;
944 bool k1_enable = hw->dev_spec.ich8lan.nvm_k1_enabled;
945
946 if (hw->mac.type != e1000_pchlan)
947 goto out;
948
949 /* Wrap the whole flow with the sw flag */
Bruce Allan94d81862009-11-20 23:25:26 +0000950 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +0000951 if (ret_val)
952 goto out;
953
954 /* Disable K1 when link is 1Gbps, otherwise use the NVM setting */
955 if (link) {
956 if (hw->phy.type == e1000_phy_82578) {
Bruce Allan94d81862009-11-20 23:25:26 +0000957 ret_val = hw->phy.ops.read_reg_locked(hw, BM_CS_STATUS,
Bruce Allan1d5846b2009-10-29 13:46:05 +0000958 &status_reg);
959 if (ret_val)
960 goto release;
961
962 status_reg &= BM_CS_STATUS_LINK_UP |
963 BM_CS_STATUS_RESOLVED |
964 BM_CS_STATUS_SPEED_MASK;
965
966 if (status_reg == (BM_CS_STATUS_LINK_UP |
967 BM_CS_STATUS_RESOLVED |
968 BM_CS_STATUS_SPEED_1000))
969 k1_enable = false;
970 }
971
972 if (hw->phy.type == e1000_phy_82577) {
Bruce Allan94d81862009-11-20 23:25:26 +0000973 ret_val = hw->phy.ops.read_reg_locked(hw, HV_M_STATUS,
Bruce Allan1d5846b2009-10-29 13:46:05 +0000974 &status_reg);
975 if (ret_val)
976 goto release;
977
978 status_reg &= HV_M_STATUS_LINK_UP |
979 HV_M_STATUS_AUTONEG_COMPLETE |
980 HV_M_STATUS_SPEED_MASK;
981
982 if (status_reg == (HV_M_STATUS_LINK_UP |
983 HV_M_STATUS_AUTONEG_COMPLETE |
984 HV_M_STATUS_SPEED_1000))
985 k1_enable = false;
986 }
987
988 /* Link stall fix for link up */
Bruce Allan94d81862009-11-20 23:25:26 +0000989 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
Bruce Allan1d5846b2009-10-29 13:46:05 +0000990 0x0100);
991 if (ret_val)
992 goto release;
993
994 } else {
995 /* Link stall fix for link down */
Bruce Allan94d81862009-11-20 23:25:26 +0000996 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
Bruce Allan1d5846b2009-10-29 13:46:05 +0000997 0x4100);
998 if (ret_val)
999 goto release;
1000 }
1001
1002 ret_val = e1000_configure_k1_ich8lan(hw, k1_enable);
1003
1004release:
Bruce Allan94d81862009-11-20 23:25:26 +00001005 hw->phy.ops.release(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001006out:
1007 return ret_val;
1008}
1009
1010/**
1011 * e1000_configure_k1_ich8lan - Configure K1 power state
1012 * @hw: pointer to the HW structure
1013 * @enable: K1 state to configure
1014 *
1015 * Configure the K1 power state based on the provided parameter.
1016 * Assumes semaphore already acquired.
1017 *
1018 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1019 **/
Bruce Allanbb436b22009-11-20 23:24:11 +00001020s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable)
Bruce Allan1d5846b2009-10-29 13:46:05 +00001021{
1022 s32 ret_val = 0;
1023 u32 ctrl_reg = 0;
1024 u32 ctrl_ext = 0;
1025 u32 reg = 0;
1026 u16 kmrn_reg = 0;
1027
1028 ret_val = e1000e_read_kmrn_reg_locked(hw,
1029 E1000_KMRNCTRLSTA_K1_CONFIG,
1030 &kmrn_reg);
1031 if (ret_val)
1032 goto out;
1033
1034 if (k1_enable)
1035 kmrn_reg |= E1000_KMRNCTRLSTA_K1_ENABLE;
1036 else
1037 kmrn_reg &= ~E1000_KMRNCTRLSTA_K1_ENABLE;
1038
1039 ret_val = e1000e_write_kmrn_reg_locked(hw,
1040 E1000_KMRNCTRLSTA_K1_CONFIG,
1041 kmrn_reg);
1042 if (ret_val)
1043 goto out;
1044
1045 udelay(20);
1046 ctrl_ext = er32(CTRL_EXT);
1047 ctrl_reg = er32(CTRL);
1048
1049 reg = ctrl_reg & ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100);
1050 reg |= E1000_CTRL_FRCSPD;
1051 ew32(CTRL, reg);
1052
1053 ew32(CTRL_EXT, ctrl_ext | E1000_CTRL_EXT_SPD_BYPS);
1054 udelay(20);
1055 ew32(CTRL, ctrl_reg);
1056 ew32(CTRL_EXT, ctrl_ext);
1057 udelay(20);
1058
1059out:
1060 return ret_val;
1061}
1062
1063/**
Bruce Allanf523d212009-10-29 13:45:45 +00001064 * e1000_oem_bits_config_ich8lan - SW-based LCD Configuration
1065 * @hw: pointer to the HW structure
1066 * @d0_state: boolean if entering d0 or d3 device state
1067 *
1068 * SW will configure Gbe Disable and LPLU based on the NVM. The four bits are
1069 * collectively called OEM bits. The OEM Write Enable bit and SW Config bit
1070 * in NVM determines whether HW should configure LPLU and Gbe Disable.
1071 **/
1072static s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state)
1073{
1074 s32 ret_val = 0;
1075 u32 mac_reg;
1076 u16 oem_reg;
1077
1078 if (hw->mac.type != e1000_pchlan)
1079 return ret_val;
1080
Bruce Allan94d81862009-11-20 23:25:26 +00001081 ret_val = hw->phy.ops.acquire(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00001082 if (ret_val)
1083 return ret_val;
1084
1085 mac_reg = er32(EXTCNF_CTRL);
1086 if (mac_reg & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE)
1087 goto out;
1088
1089 mac_reg = er32(FEXTNVM);
1090 if (!(mac_reg & E1000_FEXTNVM_SW_CONFIG_ICH8M))
1091 goto out;
1092
1093 mac_reg = er32(PHY_CTRL);
1094
Bruce Allan94d81862009-11-20 23:25:26 +00001095 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
Bruce Allanf523d212009-10-29 13:45:45 +00001096 if (ret_val)
1097 goto out;
1098
1099 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
1100
1101 if (d0_state) {
1102 if (mac_reg & E1000_PHY_CTRL_GBE_DISABLE)
1103 oem_reg |= HV_OEM_BITS_GBE_DIS;
1104
1105 if (mac_reg & E1000_PHY_CTRL_D0A_LPLU)
1106 oem_reg |= HV_OEM_BITS_LPLU;
1107 } else {
1108 if (mac_reg & E1000_PHY_CTRL_NOND0A_GBE_DISABLE)
1109 oem_reg |= HV_OEM_BITS_GBE_DIS;
1110
1111 if (mac_reg & E1000_PHY_CTRL_NOND0A_LPLU)
1112 oem_reg |= HV_OEM_BITS_LPLU;
1113 }
1114 /* Restart auto-neg to activate the bits */
Bruce Allan818f3332009-11-19 14:17:30 +00001115 if (!e1000_check_reset_block(hw))
1116 oem_reg |= HV_OEM_BITS_RESTART_AN;
Bruce Allan94d81862009-11-20 23:25:26 +00001117 ret_val = hw->phy.ops.write_reg_locked(hw, HV_OEM_BITS, oem_reg);
Bruce Allanf523d212009-10-29 13:45:45 +00001118
1119out:
Bruce Allan94d81862009-11-20 23:25:26 +00001120 hw->phy.ops.release(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00001121
1122 return ret_val;
1123}
1124
1125
1126/**
Bruce Allanfddaa1a2010-01-13 01:52:49 +00001127 * e1000_set_mdio_slow_mode_hv - Set slow MDIO access mode
1128 * @hw: pointer to the HW structure
1129 **/
1130static s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw)
1131{
1132 s32 ret_val;
1133 u16 data;
1134
1135 ret_val = e1e_rphy(hw, HV_KMRN_MODE_CTRL, &data);
1136 if (ret_val)
1137 return ret_val;
1138
1139 data |= HV_KMRN_MDIO_SLOW;
1140
1141 ret_val = e1e_wphy(hw, HV_KMRN_MODE_CTRL, data);
1142
1143 return ret_val;
1144}
1145
1146/**
Bruce Allana4f58f52009-06-02 11:29:18 +00001147 * e1000_hv_phy_workarounds_ich8lan - A series of Phy workarounds to be
1148 * done after every PHY reset.
1149 **/
1150static s32 e1000_hv_phy_workarounds_ich8lan(struct e1000_hw *hw)
1151{
1152 s32 ret_val = 0;
Bruce Allanbaf86c92010-01-13 01:53:08 +00001153 u16 phy_data;
Bruce Allana4f58f52009-06-02 11:29:18 +00001154
1155 if (hw->mac.type != e1000_pchlan)
1156 return ret_val;
1157
Bruce Allanfddaa1a2010-01-13 01:52:49 +00001158 /* Set MDIO slow mode before any other MDIO access */
1159 if (hw->phy.type == e1000_phy_82577) {
1160 ret_val = e1000_set_mdio_slow_mode_hv(hw);
1161 if (ret_val)
1162 goto out;
1163 }
1164
Bruce Allana4f58f52009-06-02 11:29:18 +00001165 if (((hw->phy.type == e1000_phy_82577) &&
1166 ((hw->phy.revision == 1) || (hw->phy.revision == 2))) ||
1167 ((hw->phy.type == e1000_phy_82578) && (hw->phy.revision == 1))) {
1168 /* Disable generation of early preamble */
1169 ret_val = e1e_wphy(hw, PHY_REG(769, 25), 0x4431);
1170 if (ret_val)
1171 return ret_val;
1172
1173 /* Preamble tuning for SSC */
1174 ret_val = e1e_wphy(hw, PHY_REG(770, 16), 0xA204);
1175 if (ret_val)
1176 return ret_val;
1177 }
1178
1179 if (hw->phy.type == e1000_phy_82578) {
1180 /*
1181 * Return registers to default by doing a soft reset then
1182 * writing 0x3140 to the control register.
1183 */
1184 if (hw->phy.revision < 2) {
1185 e1000e_phy_sw_reset(hw);
1186 ret_val = e1e_wphy(hw, PHY_CONTROL, 0x3140);
1187 }
1188 }
1189
1190 /* Select page 0 */
Bruce Allan94d81862009-11-20 23:25:26 +00001191 ret_val = hw->phy.ops.acquire(hw);
Bruce Allana4f58f52009-06-02 11:29:18 +00001192 if (ret_val)
1193 return ret_val;
Bruce Allan1d5846b2009-10-29 13:46:05 +00001194
Bruce Allana4f58f52009-06-02 11:29:18 +00001195 hw->phy.addr = 1;
Bruce Allan1d5846b2009-10-29 13:46:05 +00001196 ret_val = e1000e_write_phy_reg_mdic(hw, IGP01E1000_PHY_PAGE_SELECT, 0);
Bruce Allanbaf86c92010-01-13 01:53:08 +00001197 hw->phy.ops.release(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001198 if (ret_val)
1199 goto out;
Bruce Allana4f58f52009-06-02 11:29:18 +00001200
Bruce Allan1d5846b2009-10-29 13:46:05 +00001201 /*
1202 * Configure the K1 Si workaround during phy reset assuming there is
1203 * link so that it disables K1 if link is in 1Gbps.
1204 */
1205 ret_val = e1000_k1_gig_workaround_hv(hw, true);
Bruce Allanbaf86c92010-01-13 01:53:08 +00001206 if (ret_val)
1207 goto out;
Bruce Allan1d5846b2009-10-29 13:46:05 +00001208
Bruce Allanbaf86c92010-01-13 01:53:08 +00001209 /* Workaround for link disconnects on a busy hub in half duplex */
1210 ret_val = hw->phy.ops.acquire(hw);
1211 if (ret_val)
1212 goto out;
1213 ret_val = hw->phy.ops.read_reg_locked(hw,
1214 PHY_REG(BM_PORT_CTRL_PAGE, 17),
1215 &phy_data);
1216 if (ret_val)
1217 goto release;
1218 ret_val = hw->phy.ops.write_reg_locked(hw,
1219 PHY_REG(BM_PORT_CTRL_PAGE, 17),
1220 phy_data & 0x00FF);
1221release:
1222 hw->phy.ops.release(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001223out:
Bruce Allana4f58f52009-06-02 11:29:18 +00001224 return ret_val;
1225}
1226
1227/**
Bruce Allanfc0c7762009-07-01 13:27:55 +00001228 * e1000_lan_init_done_ich8lan - Check for PHY config completion
1229 * @hw: pointer to the HW structure
1230 *
1231 * Check the appropriate indication the MAC has finished configuring the
1232 * PHY after a software reset.
1233 **/
1234static void e1000_lan_init_done_ich8lan(struct e1000_hw *hw)
1235{
1236 u32 data, loop = E1000_ICH8_LAN_INIT_TIMEOUT;
1237
1238 /* Wait for basic configuration completes before proceeding */
1239 do {
1240 data = er32(STATUS);
1241 data &= E1000_STATUS_LAN_INIT_DONE;
1242 udelay(100);
1243 } while ((!data) && --loop);
1244
1245 /*
1246 * If basic configuration is incomplete before the above loop
1247 * count reaches 0, loading the configuration from NVM will
1248 * leave the PHY in a bad state possibly resulting in no link.
1249 */
1250 if (loop == 0)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001251 e_dbg("LAN_INIT_DONE not set, increase timeout\n");
Bruce Allanfc0c7762009-07-01 13:27:55 +00001252
1253 /* Clear the Init Done bit for the next init event */
1254 data = er32(STATUS);
1255 data &= ~E1000_STATUS_LAN_INIT_DONE;
1256 ew32(STATUS, data);
1257}
1258
1259/**
Bruce Allane98cac42010-05-10 15:02:32 +00001260 * e1000_post_phy_reset_ich8lan - Perform steps required after a PHY reset
Auke Kokbc7f75f2007-09-17 12:30:59 -07001261 * @hw: pointer to the HW structure
Auke Kokbc7f75f2007-09-17 12:30:59 -07001262 **/
Bruce Allane98cac42010-05-10 15:02:32 +00001263static s32 e1000_post_phy_reset_ich8lan(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001264{
Bruce Allanf523d212009-10-29 13:45:45 +00001265 s32 ret_val = 0;
1266 u16 reg;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001267
Bruce Allane98cac42010-05-10 15:02:32 +00001268 if (e1000_check_reset_block(hw))
1269 goto out;
Bruce Allanfc0c7762009-07-01 13:27:55 +00001270
Bruce Allanfddaa1a2010-01-13 01:52:49 +00001271 /* Perform any necessary post-reset workarounds */
Bruce Allane98cac42010-05-10 15:02:32 +00001272 switch (hw->mac.type) {
1273 case e1000_pchlan:
Bruce Allana4f58f52009-06-02 11:29:18 +00001274 ret_val = e1000_hv_phy_workarounds_ich8lan(hw);
1275 if (ret_val)
Bruce Allane98cac42010-05-10 15:02:32 +00001276 goto out;
1277 break;
1278 default:
1279 break;
Bruce Allana4f58f52009-06-02 11:29:18 +00001280 }
1281
Bruce Allandb2932e2009-10-26 11:22:47 +00001282 /* Dummy read to clear the phy wakeup bit after lcd reset */
1283 if (hw->mac.type == e1000_pchlan)
1284 e1e_rphy(hw, BM_WUC, &reg);
1285
Bruce Allanf523d212009-10-29 13:45:45 +00001286 /* Configure the LCD with the extended configuration region in NVM */
1287 ret_val = e1000_sw_lcd_config_ich8lan(hw);
1288 if (ret_val)
1289 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001290
Bruce Allanf523d212009-10-29 13:45:45 +00001291 /* Configure the LCD with the OEM bits in NVM */
Bruce Allane98cac42010-05-10 15:02:32 +00001292 ret_val = e1000_oem_bits_config_ich8lan(hw, true);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001293
Bruce Allanf523d212009-10-29 13:45:45 +00001294out:
Bruce Allane98cac42010-05-10 15:02:32 +00001295 return ret_val;
1296}
1297
1298/**
1299 * e1000_phy_hw_reset_ich8lan - Performs a PHY reset
1300 * @hw: pointer to the HW structure
1301 *
1302 * Resets the PHY
1303 * This is a function pointer entry point called by drivers
1304 * or other shared routines.
1305 **/
1306static s32 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw)
1307{
1308 s32 ret_val = 0;
1309
1310 ret_val = e1000e_phy_hw_reset_generic(hw);
1311 if (ret_val)
1312 goto out;
1313
1314 ret_val = e1000_post_phy_reset_ich8lan(hw);
1315
1316out:
1317 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001318}
1319
1320/**
Bruce Allanfa2ce132009-10-26 11:23:25 +00001321 * e1000_set_lplu_state_pchlan - Set Low Power Link Up state
1322 * @hw: pointer to the HW structure
1323 * @active: true to enable LPLU, false to disable
1324 *
1325 * Sets the LPLU state according to the active flag. For PCH, if OEM write
1326 * bit are disabled in the NVM, writing the LPLU bits in the MAC will not set
1327 * the phy speed. This function will manually set the LPLU bit and restart
1328 * auto-neg as hw would do. D3 and D0 LPLU will call the same function
1329 * since it configures the same bit.
1330 **/
1331static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active)
1332{
1333 s32 ret_val = 0;
1334 u16 oem_reg;
1335
1336 ret_val = e1e_rphy(hw, HV_OEM_BITS, &oem_reg);
1337 if (ret_val)
1338 goto out;
1339
1340 if (active)
1341 oem_reg |= HV_OEM_BITS_LPLU;
1342 else
1343 oem_reg &= ~HV_OEM_BITS_LPLU;
1344
1345 oem_reg |= HV_OEM_BITS_RESTART_AN;
1346 ret_val = e1e_wphy(hw, HV_OEM_BITS, oem_reg);
1347
1348out:
1349 return ret_val;
1350}
1351
1352/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001353 * e1000_set_d0_lplu_state_ich8lan - Set Low Power Linkup D0 state
1354 * @hw: pointer to the HW structure
Bruce Allan564ea9b2009-11-20 23:26:44 +00001355 * @active: true to enable LPLU, false to disable
Auke Kokbc7f75f2007-09-17 12:30:59 -07001356 *
1357 * Sets the LPLU D0 state according to the active flag. When
1358 * activating LPLU this function also disables smart speed
1359 * and vice versa. LPLU will not be activated unless the
1360 * device autonegotiation advertisement meets standards of
1361 * either 10 or 10/100 or 10/100/1000 at all duplexes.
1362 * This is a function pointer entry point only called by
1363 * PHY setup routines.
1364 **/
1365static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
1366{
1367 struct e1000_phy_info *phy = &hw->phy;
1368 u32 phy_ctrl;
1369 s32 ret_val = 0;
1370 u16 data;
1371
Bruce Allan97ac8ca2008-04-29 09:16:05 -07001372 if (phy->type == e1000_phy_ife)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001373 return ret_val;
1374
1375 phy_ctrl = er32(PHY_CTRL);
1376
1377 if (active) {
1378 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU;
1379 ew32(PHY_CTRL, phy_ctrl);
1380
Bruce Allan60f12922009-07-01 13:28:14 +00001381 if (phy->type != e1000_phy_igp_3)
1382 return 0;
1383
Bruce Allanad680762008-03-28 09:15:03 -07001384 /*
1385 * Call gig speed drop workaround on LPLU before accessing
1386 * any PHY registers
1387 */
Bruce Allan60f12922009-07-01 13:28:14 +00001388 if (hw->mac.type == e1000_ich8lan)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001389 e1000e_gig_downshift_workaround_ich8lan(hw);
1390
1391 /* When LPLU is enabled, we should disable SmartSpeed */
1392 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
1393 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1394 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
1395 if (ret_val)
1396 return ret_val;
1397 } else {
1398 phy_ctrl &= ~E1000_PHY_CTRL_D0A_LPLU;
1399 ew32(PHY_CTRL, phy_ctrl);
1400
Bruce Allan60f12922009-07-01 13:28:14 +00001401 if (phy->type != e1000_phy_igp_3)
1402 return 0;
1403
Bruce Allanad680762008-03-28 09:15:03 -07001404 /*
1405 * LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -07001406 * during Dx states where the power conservation is most
1407 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -07001408 * SmartSpeed, so performance is maintained.
1409 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001410 if (phy->smart_speed == e1000_smart_speed_on) {
1411 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001412 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001413 if (ret_val)
1414 return ret_val;
1415
1416 data |= IGP01E1000_PSCFR_SMART_SPEED;
1417 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001418 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001419 if (ret_val)
1420 return ret_val;
1421 } else if (phy->smart_speed == e1000_smart_speed_off) {
1422 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001423 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001424 if (ret_val)
1425 return ret_val;
1426
1427 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1428 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001429 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001430 if (ret_val)
1431 return ret_val;
1432 }
1433 }
1434
1435 return 0;
1436}
1437
1438/**
1439 * e1000_set_d3_lplu_state_ich8lan - Set Low Power Linkup D3 state
1440 * @hw: pointer to the HW structure
Bruce Allan564ea9b2009-11-20 23:26:44 +00001441 * @active: true to enable LPLU, false to disable
Auke Kokbc7f75f2007-09-17 12:30:59 -07001442 *
1443 * Sets the LPLU D3 state according to the active flag. When
1444 * activating LPLU this function also disables smart speed
1445 * and vice versa. LPLU will not be activated unless the
1446 * device autonegotiation advertisement meets standards of
1447 * either 10 or 10/100 or 10/100/1000 at all duplexes.
1448 * This is a function pointer entry point only called by
1449 * PHY setup routines.
1450 **/
1451static s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
1452{
1453 struct e1000_phy_info *phy = &hw->phy;
1454 u32 phy_ctrl;
1455 s32 ret_val;
1456 u16 data;
1457
1458 phy_ctrl = er32(PHY_CTRL);
1459
1460 if (!active) {
1461 phy_ctrl &= ~E1000_PHY_CTRL_NOND0A_LPLU;
1462 ew32(PHY_CTRL, phy_ctrl);
Bruce Allan60f12922009-07-01 13:28:14 +00001463
1464 if (phy->type != e1000_phy_igp_3)
1465 return 0;
1466
Bruce Allanad680762008-03-28 09:15:03 -07001467 /*
1468 * LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -07001469 * during Dx states where the power conservation is most
1470 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -07001471 * SmartSpeed, so performance is maintained.
1472 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001473 if (phy->smart_speed == e1000_smart_speed_on) {
Bruce Allanad680762008-03-28 09:15:03 -07001474 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1475 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001476 if (ret_val)
1477 return ret_val;
1478
1479 data |= IGP01E1000_PSCFR_SMART_SPEED;
Bruce Allanad680762008-03-28 09:15:03 -07001480 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1481 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001482 if (ret_val)
1483 return ret_val;
1484 } else if (phy->smart_speed == e1000_smart_speed_off) {
Bruce Allanad680762008-03-28 09:15:03 -07001485 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1486 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001487 if (ret_val)
1488 return ret_val;
1489
1490 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
Bruce Allanad680762008-03-28 09:15:03 -07001491 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1492 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001493 if (ret_val)
1494 return ret_val;
1495 }
1496 } else if ((phy->autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
1497 (phy->autoneg_advertised == E1000_ALL_NOT_GIG) ||
1498 (phy->autoneg_advertised == E1000_ALL_10_SPEED)) {
1499 phy_ctrl |= E1000_PHY_CTRL_NOND0A_LPLU;
1500 ew32(PHY_CTRL, phy_ctrl);
1501
Bruce Allan60f12922009-07-01 13:28:14 +00001502 if (phy->type != e1000_phy_igp_3)
1503 return 0;
1504
Bruce Allanad680762008-03-28 09:15:03 -07001505 /*
1506 * Call gig speed drop workaround on LPLU before accessing
1507 * any PHY registers
1508 */
Bruce Allan60f12922009-07-01 13:28:14 +00001509 if (hw->mac.type == e1000_ich8lan)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001510 e1000e_gig_downshift_workaround_ich8lan(hw);
1511
1512 /* When LPLU is enabled, we should disable SmartSpeed */
Bruce Allanad680762008-03-28 09:15:03 -07001513 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001514 if (ret_val)
1515 return ret_val;
1516
1517 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
Bruce Allanad680762008-03-28 09:15:03 -07001518 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001519 }
1520
1521 return 0;
1522}
1523
1524/**
Bruce Allanf4187b52008-08-26 18:36:50 -07001525 * e1000_valid_nvm_bank_detect_ich8lan - finds out the valid bank 0 or 1
1526 * @hw: pointer to the HW structure
1527 * @bank: pointer to the variable that returns the active bank
1528 *
1529 * Reads signature byte from the NVM using the flash access registers.
Bruce Allane2434552008-11-21 17:02:41 -08001530 * Word 0x13 bits 15:14 = 10b indicate a valid signature for that bank.
Bruce Allanf4187b52008-08-26 18:36:50 -07001531 **/
1532static s32 e1000_valid_nvm_bank_detect_ich8lan(struct e1000_hw *hw, u32 *bank)
1533{
Bruce Allane2434552008-11-21 17:02:41 -08001534 u32 eecd;
Bruce Allanf4187b52008-08-26 18:36:50 -07001535 struct e1000_nvm_info *nvm = &hw->nvm;
Bruce Allanf4187b52008-08-26 18:36:50 -07001536 u32 bank1_offset = nvm->flash_bank_size * sizeof(u16);
1537 u32 act_offset = E1000_ICH_NVM_SIG_WORD * 2 + 1;
Bruce Allane2434552008-11-21 17:02:41 -08001538 u8 sig_byte = 0;
1539 s32 ret_val = 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07001540
Bruce Allane2434552008-11-21 17:02:41 -08001541 switch (hw->mac.type) {
1542 case e1000_ich8lan:
1543 case e1000_ich9lan:
1544 eecd = er32(EECD);
1545 if ((eecd & E1000_EECD_SEC1VAL_VALID_MASK) ==
1546 E1000_EECD_SEC1VAL_VALID_MASK) {
1547 if (eecd & E1000_EECD_SEC1VAL)
Bruce Allanf4187b52008-08-26 18:36:50 -07001548 *bank = 1;
Bruce Allane2434552008-11-21 17:02:41 -08001549 else
1550 *bank = 0;
1551
1552 return 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07001553 }
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001554 e_dbg("Unable to determine valid NVM bank via EEC - "
Bruce Allane2434552008-11-21 17:02:41 -08001555 "reading flash signature\n");
1556 /* fall-thru */
1557 default:
1558 /* set bank to 0 in case flash read fails */
1559 *bank = 0;
1560
1561 /* Check bank 0 */
1562 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset,
1563 &sig_byte);
1564 if (ret_val)
1565 return ret_val;
1566 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
1567 E1000_ICH_NVM_SIG_VALUE) {
1568 *bank = 0;
1569 return 0;
1570 }
1571
1572 /* Check bank 1 */
1573 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset +
1574 bank1_offset,
1575 &sig_byte);
1576 if (ret_val)
1577 return ret_val;
1578 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
1579 E1000_ICH_NVM_SIG_VALUE) {
1580 *bank = 1;
1581 return 0;
1582 }
1583
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001584 e_dbg("ERROR: No valid NVM bank present\n");
Bruce Allane2434552008-11-21 17:02:41 -08001585 return -E1000_ERR_NVM;
Bruce Allanf4187b52008-08-26 18:36:50 -07001586 }
1587
1588 return 0;
1589}
1590
1591/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001592 * e1000_read_nvm_ich8lan - Read word(s) from the NVM
1593 * @hw: pointer to the HW structure
1594 * @offset: The offset (in bytes) of the word(s) to read.
1595 * @words: Size of data to read in words
1596 * @data: Pointer to the word(s) to read at offset.
1597 *
1598 * Reads a word(s) from the NVM using the flash access registers.
1599 **/
1600static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
1601 u16 *data)
1602{
1603 struct e1000_nvm_info *nvm = &hw->nvm;
1604 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
1605 u32 act_offset;
Bruce Allan148675a2009-08-07 07:41:56 +00001606 s32 ret_val = 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07001607 u32 bank = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001608 u16 i, word;
1609
1610 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
1611 (words == 0)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001612 e_dbg("nvm parameter(s) out of bounds\n");
Bruce Allanca15df52009-10-26 11:23:43 +00001613 ret_val = -E1000_ERR_NVM;
1614 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001615 }
1616
Bruce Allan94d81862009-11-20 23:25:26 +00001617 nvm->ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001618
Bruce Allanf4187b52008-08-26 18:36:50 -07001619 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
Bruce Allan148675a2009-08-07 07:41:56 +00001620 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001621 e_dbg("Could not detect valid bank, assuming bank 0\n");
Bruce Allan148675a2009-08-07 07:41:56 +00001622 bank = 0;
1623 }
Bruce Allanf4187b52008-08-26 18:36:50 -07001624
1625 act_offset = (bank) ? nvm->flash_bank_size : 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001626 act_offset += offset;
1627
Bruce Allan148675a2009-08-07 07:41:56 +00001628 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001629 for (i = 0; i < words; i++) {
1630 if ((dev_spec->shadow_ram) &&
1631 (dev_spec->shadow_ram[offset+i].modified)) {
1632 data[i] = dev_spec->shadow_ram[offset+i].value;
1633 } else {
1634 ret_val = e1000_read_flash_word_ich8lan(hw,
1635 act_offset + i,
1636 &word);
1637 if (ret_val)
1638 break;
1639 data[i] = word;
1640 }
1641 }
1642
Bruce Allan94d81862009-11-20 23:25:26 +00001643 nvm->ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001644
Bruce Allane2434552008-11-21 17:02:41 -08001645out:
1646 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001647 e_dbg("NVM read error: %d\n", ret_val);
Bruce Allane2434552008-11-21 17:02:41 -08001648
Auke Kokbc7f75f2007-09-17 12:30:59 -07001649 return ret_val;
1650}
1651
1652/**
1653 * e1000_flash_cycle_init_ich8lan - Initialize flash
1654 * @hw: pointer to the HW structure
1655 *
1656 * This function does initial flash setup so that a new read/write/erase cycle
1657 * can be started.
1658 **/
1659static s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw)
1660{
1661 union ich8_hws_flash_status hsfsts;
1662 s32 ret_val = -E1000_ERR_NVM;
1663 s32 i = 0;
1664
1665 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
1666
1667 /* Check if the flash descriptor is valid */
1668 if (hsfsts.hsf_status.fldesvalid == 0) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001669 e_dbg("Flash descriptor invalid. "
Joe Perches2c73e1f2010-03-26 20:16:59 +00001670 "SW Sequencing must be used.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001671 return -E1000_ERR_NVM;
1672 }
1673
1674 /* Clear FCERR and DAEL in hw status by writing 1 */
1675 hsfsts.hsf_status.flcerr = 1;
1676 hsfsts.hsf_status.dael = 1;
1677
1678 ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
1679
Bruce Allanad680762008-03-28 09:15:03 -07001680 /*
1681 * Either we should have a hardware SPI cycle in progress
Auke Kokbc7f75f2007-09-17 12:30:59 -07001682 * bit to check against, in order to start a new cycle or
1683 * FDONE bit should be changed in the hardware so that it
Auke Kok489815c2008-02-21 15:11:07 -08001684 * is 1 after hardware reset, which can then be used as an
Auke Kokbc7f75f2007-09-17 12:30:59 -07001685 * indication whether a cycle is in progress or has been
1686 * completed.
1687 */
1688
1689 if (hsfsts.hsf_status.flcinprog == 0) {
Bruce Allanad680762008-03-28 09:15:03 -07001690 /*
1691 * There is no cycle running at present,
Bruce Allan5ff5b662009-12-01 15:51:11 +00001692 * so we can start a cycle.
Bruce Allanad680762008-03-28 09:15:03 -07001693 * Begin by setting Flash Cycle Done.
1694 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001695 hsfsts.hsf_status.flcdone = 1;
1696 ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
1697 ret_val = 0;
1698 } else {
Bruce Allanad680762008-03-28 09:15:03 -07001699 /*
Bruce Allan5ff5b662009-12-01 15:51:11 +00001700 * Otherwise poll for sometime so the current
Bruce Allanad680762008-03-28 09:15:03 -07001701 * cycle has a chance to end before giving up.
1702 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001703 for (i = 0; i < ICH_FLASH_READ_COMMAND_TIMEOUT; i++) {
1704 hsfsts.regval = __er16flash(hw, ICH_FLASH_HSFSTS);
1705 if (hsfsts.hsf_status.flcinprog == 0) {
1706 ret_val = 0;
1707 break;
1708 }
1709 udelay(1);
1710 }
1711 if (ret_val == 0) {
Bruce Allanad680762008-03-28 09:15:03 -07001712 /*
1713 * Successful in waiting for previous cycle to timeout,
1714 * now set the Flash Cycle Done.
1715 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001716 hsfsts.hsf_status.flcdone = 1;
1717 ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
1718 } else {
Joe Perches2c73e1f2010-03-26 20:16:59 +00001719 e_dbg("Flash controller busy, cannot get access\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001720 }
1721 }
1722
1723 return ret_val;
1724}
1725
1726/**
1727 * e1000_flash_cycle_ich8lan - Starts flash cycle (read/write/erase)
1728 * @hw: pointer to the HW structure
1729 * @timeout: maximum time to wait for completion
1730 *
1731 * This function starts a flash cycle and waits for its completion.
1732 **/
1733static s32 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout)
1734{
1735 union ich8_hws_flash_ctrl hsflctl;
1736 union ich8_hws_flash_status hsfsts;
1737 s32 ret_val = -E1000_ERR_NVM;
1738 u32 i = 0;
1739
1740 /* Start a cycle by writing 1 in Flash Cycle Go in Hw Flash Control */
1741 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
1742 hsflctl.hsf_ctrl.flcgo = 1;
1743 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
1744
1745 /* wait till FDONE bit is set to 1 */
1746 do {
1747 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
1748 if (hsfsts.hsf_status.flcdone == 1)
1749 break;
1750 udelay(1);
1751 } while (i++ < timeout);
1752
1753 if (hsfsts.hsf_status.flcdone == 1 && hsfsts.hsf_status.flcerr == 0)
1754 return 0;
1755
1756 return ret_val;
1757}
1758
1759/**
1760 * e1000_read_flash_word_ich8lan - Read word from flash
1761 * @hw: pointer to the HW structure
1762 * @offset: offset to data location
1763 * @data: pointer to the location for storing the data
1764 *
1765 * Reads the flash word at offset into data. Offset is converted
1766 * to bytes before read.
1767 **/
1768static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
1769 u16 *data)
1770{
1771 /* Must convert offset into bytes. */
1772 offset <<= 1;
1773
1774 return e1000_read_flash_data_ich8lan(hw, offset, 2, data);
1775}
1776
1777/**
Bruce Allanf4187b52008-08-26 18:36:50 -07001778 * e1000_read_flash_byte_ich8lan - Read byte from flash
1779 * @hw: pointer to the HW structure
1780 * @offset: The offset of the byte to read.
1781 * @data: Pointer to a byte to store the value read.
1782 *
1783 * Reads a single byte from the NVM using the flash access registers.
1784 **/
1785static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
1786 u8 *data)
1787{
1788 s32 ret_val;
1789 u16 word = 0;
1790
1791 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
1792 if (ret_val)
1793 return ret_val;
1794
1795 *data = (u8)word;
1796
1797 return 0;
1798}
1799
1800/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001801 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
1802 * @hw: pointer to the HW structure
1803 * @offset: The offset (in bytes) of the byte or word to read.
1804 * @size: Size of data to read, 1=byte 2=word
1805 * @data: Pointer to the word to store the value read.
1806 *
1807 * Reads a byte or word from the NVM using the flash access registers.
1808 **/
1809static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
1810 u8 size, u16 *data)
1811{
1812 union ich8_hws_flash_status hsfsts;
1813 union ich8_hws_flash_ctrl hsflctl;
1814 u32 flash_linear_addr;
1815 u32 flash_data = 0;
1816 s32 ret_val = -E1000_ERR_NVM;
1817 u8 count = 0;
1818
1819 if (size < 1 || size > 2 || offset > ICH_FLASH_LINEAR_ADDR_MASK)
1820 return -E1000_ERR_NVM;
1821
1822 flash_linear_addr = (ICH_FLASH_LINEAR_ADDR_MASK & offset) +
1823 hw->nvm.flash_base_addr;
1824
1825 do {
1826 udelay(1);
1827 /* Steps */
1828 ret_val = e1000_flash_cycle_init_ich8lan(hw);
1829 if (ret_val != 0)
1830 break;
1831
1832 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
1833 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
1834 hsflctl.hsf_ctrl.fldbcount = size - 1;
1835 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ;
1836 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
1837
1838 ew32flash(ICH_FLASH_FADDR, flash_linear_addr);
1839
1840 ret_val = e1000_flash_cycle_ich8lan(hw,
1841 ICH_FLASH_READ_COMMAND_TIMEOUT);
1842
Bruce Allanad680762008-03-28 09:15:03 -07001843 /*
1844 * Check if FCERR is set to 1, if set to 1, clear it
Auke Kokbc7f75f2007-09-17 12:30:59 -07001845 * and try the whole sequence a few more times, else
1846 * read in (shift in) the Flash Data0, the order is
Bruce Allanad680762008-03-28 09:15:03 -07001847 * least significant byte first msb to lsb
1848 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001849 if (ret_val == 0) {
1850 flash_data = er32flash(ICH_FLASH_FDATA0);
1851 if (size == 1) {
1852 *data = (u8)(flash_data & 0x000000FF);
1853 } else if (size == 2) {
1854 *data = (u16)(flash_data & 0x0000FFFF);
1855 }
1856 break;
1857 } else {
Bruce Allanad680762008-03-28 09:15:03 -07001858 /*
1859 * If we've gotten here, then things are probably
Auke Kokbc7f75f2007-09-17 12:30:59 -07001860 * completely hosed, but if the error condition is
1861 * detected, it won't hurt to give it another try...
1862 * ICH_FLASH_CYCLE_REPEAT_COUNT times.
1863 */
1864 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
1865 if (hsfsts.hsf_status.flcerr == 1) {
1866 /* Repeat for some time before giving up. */
1867 continue;
1868 } else if (hsfsts.hsf_status.flcdone == 0) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001869 e_dbg("Timeout error - flash cycle "
Joe Perches2c73e1f2010-03-26 20:16:59 +00001870 "did not complete.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001871 break;
1872 }
1873 }
1874 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
1875
1876 return ret_val;
1877}
1878
1879/**
1880 * e1000_write_nvm_ich8lan - Write word(s) to the NVM
1881 * @hw: pointer to the HW structure
1882 * @offset: The offset (in bytes) of the word(s) to write.
1883 * @words: Size of data to write in words
1884 * @data: Pointer to the word(s) to write at offset.
1885 *
1886 * Writes a byte or word to the NVM using the flash access registers.
1887 **/
1888static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
1889 u16 *data)
1890{
1891 struct e1000_nvm_info *nvm = &hw->nvm;
1892 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001893 u16 i;
1894
1895 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
1896 (words == 0)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001897 e_dbg("nvm parameter(s) out of bounds\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001898 return -E1000_ERR_NVM;
1899 }
1900
Bruce Allan94d81862009-11-20 23:25:26 +00001901 nvm->ops.acquire(hw);
Bruce Allanca15df52009-10-26 11:23:43 +00001902
Auke Kokbc7f75f2007-09-17 12:30:59 -07001903 for (i = 0; i < words; i++) {
Bruce Allan564ea9b2009-11-20 23:26:44 +00001904 dev_spec->shadow_ram[offset+i].modified = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001905 dev_spec->shadow_ram[offset+i].value = data[i];
1906 }
1907
Bruce Allan94d81862009-11-20 23:25:26 +00001908 nvm->ops.release(hw);
Bruce Allanca15df52009-10-26 11:23:43 +00001909
Auke Kokbc7f75f2007-09-17 12:30:59 -07001910 return 0;
1911}
1912
1913/**
1914 * e1000_update_nvm_checksum_ich8lan - Update the checksum for NVM
1915 * @hw: pointer to the HW structure
1916 *
1917 * The NVM checksum is updated by calling the generic update_nvm_checksum,
1918 * which writes the checksum to the shadow ram. The changes in the shadow
1919 * ram are then committed to the EEPROM by processing each bank at a time
1920 * checking for the modified bit and writing only the pending changes.
Auke Kok489815c2008-02-21 15:11:07 -08001921 * After a successful commit, the shadow ram is cleared and is ready for
Auke Kokbc7f75f2007-09-17 12:30:59 -07001922 * future writes.
1923 **/
1924static s32 e1000_update_nvm_checksum_ich8lan(struct e1000_hw *hw)
1925{
1926 struct e1000_nvm_info *nvm = &hw->nvm;
1927 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Bruce Allanf4187b52008-08-26 18:36:50 -07001928 u32 i, act_offset, new_bank_offset, old_bank_offset, bank;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001929 s32 ret_val;
1930 u16 data;
1931
1932 ret_val = e1000e_update_nvm_checksum_generic(hw);
1933 if (ret_val)
Bruce Allane2434552008-11-21 17:02:41 -08001934 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001935
1936 if (nvm->type != e1000_nvm_flash_sw)
Bruce Allane2434552008-11-21 17:02:41 -08001937 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001938
Bruce Allan94d81862009-11-20 23:25:26 +00001939 nvm->ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001940
Bruce Allanad680762008-03-28 09:15:03 -07001941 /*
1942 * We're writing to the opposite bank so if we're on bank 1,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001943 * write to bank 0 etc. We also need to erase the segment that
Bruce Allanad680762008-03-28 09:15:03 -07001944 * is going to be written
1945 */
Bruce Allanf4187b52008-08-26 18:36:50 -07001946 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
Bruce Allane2434552008-11-21 17:02:41 -08001947 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001948 e_dbg("Could not detect valid bank, assuming bank 0\n");
Bruce Allan148675a2009-08-07 07:41:56 +00001949 bank = 0;
Bruce Allane2434552008-11-21 17:02:41 -08001950 }
Bruce Allanf4187b52008-08-26 18:36:50 -07001951
1952 if (bank == 0) {
Auke Kokbc7f75f2007-09-17 12:30:59 -07001953 new_bank_offset = nvm->flash_bank_size;
1954 old_bank_offset = 0;
Bruce Allane2434552008-11-21 17:02:41 -08001955 ret_val = e1000_erase_flash_bank_ich8lan(hw, 1);
Bruce Allan9c5e2092010-05-10 15:00:31 +00001956 if (ret_val)
1957 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001958 } else {
1959 old_bank_offset = nvm->flash_bank_size;
1960 new_bank_offset = 0;
Bruce Allane2434552008-11-21 17:02:41 -08001961 ret_val = e1000_erase_flash_bank_ich8lan(hw, 0);
Bruce Allan9c5e2092010-05-10 15:00:31 +00001962 if (ret_val)
1963 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001964 }
1965
1966 for (i = 0; i < E1000_ICH8_SHADOW_RAM_WORDS; i++) {
Bruce Allanad680762008-03-28 09:15:03 -07001967 /*
1968 * Determine whether to write the value stored
Auke Kokbc7f75f2007-09-17 12:30:59 -07001969 * in the other NVM bank or a modified value stored
Bruce Allanad680762008-03-28 09:15:03 -07001970 * in the shadow RAM
1971 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001972 if (dev_spec->shadow_ram[i].modified) {
1973 data = dev_spec->shadow_ram[i].value;
1974 } else {
Bruce Allane2434552008-11-21 17:02:41 -08001975 ret_val = e1000_read_flash_word_ich8lan(hw, i +
1976 old_bank_offset,
1977 &data);
1978 if (ret_val)
1979 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001980 }
1981
Bruce Allanad680762008-03-28 09:15:03 -07001982 /*
1983 * If the word is 0x13, then make sure the signature bits
Auke Kokbc7f75f2007-09-17 12:30:59 -07001984 * (15:14) are 11b until the commit has completed.
1985 * This will allow us to write 10b which indicates the
1986 * signature is valid. We want to do this after the write
1987 * has completed so that we don't mark the segment valid
Bruce Allanad680762008-03-28 09:15:03 -07001988 * while the write is still in progress
1989 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001990 if (i == E1000_ICH_NVM_SIG_WORD)
1991 data |= E1000_ICH_NVM_SIG_MASK;
1992
1993 /* Convert offset to bytes. */
1994 act_offset = (i + new_bank_offset) << 1;
1995
1996 udelay(100);
1997 /* Write the bytes to the new bank. */
1998 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
1999 act_offset,
2000 (u8)data);
2001 if (ret_val)
2002 break;
2003
2004 udelay(100);
2005 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
2006 act_offset + 1,
2007 (u8)(data >> 8));
2008 if (ret_val)
2009 break;
2010 }
2011
Bruce Allanad680762008-03-28 09:15:03 -07002012 /*
2013 * Don't bother writing the segment valid bits if sector
2014 * programming failed.
2015 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002016 if (ret_val) {
Bruce Allan4a770352008-10-01 17:18:35 -07002017 /* Possibly read-only, see e1000e_write_protect_nvm_ich8lan() */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002018 e_dbg("Flash commit failed.\n");
Bruce Allan9c5e2092010-05-10 15:00:31 +00002019 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002020 }
2021
Bruce Allanad680762008-03-28 09:15:03 -07002022 /*
2023 * Finally validate the new segment by setting bit 15:14
Auke Kokbc7f75f2007-09-17 12:30:59 -07002024 * to 10b in word 0x13 , this can be done without an
2025 * erase as well since these bits are 11 to start with
Bruce Allanad680762008-03-28 09:15:03 -07002026 * and we need to change bit 14 to 0b
2027 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002028 act_offset = new_bank_offset + E1000_ICH_NVM_SIG_WORD;
Bruce Allane2434552008-11-21 17:02:41 -08002029 ret_val = e1000_read_flash_word_ich8lan(hw, act_offset, &data);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002030 if (ret_val)
2031 goto release;
2032
Auke Kokbc7f75f2007-09-17 12:30:59 -07002033 data &= 0xBFFF;
2034 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
2035 act_offset * 2 + 1,
2036 (u8)(data >> 8));
Bruce Allan9c5e2092010-05-10 15:00:31 +00002037 if (ret_val)
2038 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002039
Bruce Allanad680762008-03-28 09:15:03 -07002040 /*
2041 * And invalidate the previously valid segment by setting
Auke Kokbc7f75f2007-09-17 12:30:59 -07002042 * its signature word (0x13) high_byte to 0b. This can be
2043 * done without an erase because flash erase sets all bits
Bruce Allanad680762008-03-28 09:15:03 -07002044 * to 1's. We can write 1's to 0's without an erase
2045 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002046 act_offset = (old_bank_offset + E1000_ICH_NVM_SIG_WORD) * 2 + 1;
2047 ret_val = e1000_retry_write_flash_byte_ich8lan(hw, act_offset, 0);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002048 if (ret_val)
2049 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002050
2051 /* Great! Everything worked, we can now clear the cached entries. */
2052 for (i = 0; i < E1000_ICH8_SHADOW_RAM_WORDS; i++) {
Bruce Allan564ea9b2009-11-20 23:26:44 +00002053 dev_spec->shadow_ram[i].modified = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002054 dev_spec->shadow_ram[i].value = 0xFFFF;
2055 }
2056
Bruce Allan9c5e2092010-05-10 15:00:31 +00002057release:
Bruce Allan94d81862009-11-20 23:25:26 +00002058 nvm->ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002059
Bruce Allanad680762008-03-28 09:15:03 -07002060 /*
2061 * Reload the EEPROM, or else modifications will not appear
Auke Kokbc7f75f2007-09-17 12:30:59 -07002062 * until after the next adapter reset.
2063 */
Bruce Allan9c5e2092010-05-10 15:00:31 +00002064 if (!ret_val) {
2065 e1000e_reload_nvm(hw);
2066 msleep(10);
2067 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07002068
Bruce Allane2434552008-11-21 17:02:41 -08002069out:
2070 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002071 e_dbg("NVM update error: %d\n", ret_val);
Bruce Allane2434552008-11-21 17:02:41 -08002072
Auke Kokbc7f75f2007-09-17 12:30:59 -07002073 return ret_val;
2074}
2075
2076/**
2077 * e1000_validate_nvm_checksum_ich8lan - Validate EEPROM checksum
2078 * @hw: pointer to the HW structure
2079 *
2080 * Check to see if checksum needs to be fixed by reading bit 6 in word 0x19.
2081 * If the bit is 0, that the EEPROM had been modified, but the checksum was not
2082 * calculated, in which case we need to calculate the checksum and set bit 6.
2083 **/
2084static s32 e1000_validate_nvm_checksum_ich8lan(struct e1000_hw *hw)
2085{
2086 s32 ret_val;
2087 u16 data;
2088
Bruce Allanad680762008-03-28 09:15:03 -07002089 /*
2090 * Read 0x19 and check bit 6. If this bit is 0, the checksum
Auke Kokbc7f75f2007-09-17 12:30:59 -07002091 * needs to be fixed. This bit is an indication that the NVM
2092 * was prepared by OEM software and did not calculate the
2093 * checksum...a likely scenario.
2094 */
2095 ret_val = e1000_read_nvm(hw, 0x19, 1, &data);
2096 if (ret_val)
2097 return ret_val;
2098
2099 if ((data & 0x40) == 0) {
2100 data |= 0x40;
2101 ret_val = e1000_write_nvm(hw, 0x19, 1, &data);
2102 if (ret_val)
2103 return ret_val;
2104 ret_val = e1000e_update_nvm_checksum(hw);
2105 if (ret_val)
2106 return ret_val;
2107 }
2108
2109 return e1000e_validate_nvm_checksum_generic(hw);
2110}
2111
2112/**
Bruce Allan4a770352008-10-01 17:18:35 -07002113 * e1000e_write_protect_nvm_ich8lan - Make the NVM read-only
2114 * @hw: pointer to the HW structure
2115 *
2116 * To prevent malicious write/erase of the NVM, set it to be read-only
2117 * so that the hardware ignores all write/erase cycles of the NVM via
2118 * the flash control registers. The shadow-ram copy of the NVM will
2119 * still be updated, however any updates to this copy will not stick
2120 * across driver reloads.
2121 **/
2122void e1000e_write_protect_nvm_ich8lan(struct e1000_hw *hw)
2123{
Bruce Allanca15df52009-10-26 11:23:43 +00002124 struct e1000_nvm_info *nvm = &hw->nvm;
Bruce Allan4a770352008-10-01 17:18:35 -07002125 union ich8_flash_protected_range pr0;
2126 union ich8_hws_flash_status hsfsts;
2127 u32 gfpreg;
Bruce Allan4a770352008-10-01 17:18:35 -07002128
Bruce Allan94d81862009-11-20 23:25:26 +00002129 nvm->ops.acquire(hw);
Bruce Allan4a770352008-10-01 17:18:35 -07002130
2131 gfpreg = er32flash(ICH_FLASH_GFPREG);
2132
2133 /* Write-protect GbE Sector of NVM */
2134 pr0.regval = er32flash(ICH_FLASH_PR0);
2135 pr0.range.base = gfpreg & FLASH_GFPREG_BASE_MASK;
2136 pr0.range.limit = ((gfpreg >> 16) & FLASH_GFPREG_BASE_MASK);
2137 pr0.range.wpe = true;
2138 ew32flash(ICH_FLASH_PR0, pr0.regval);
2139
2140 /*
2141 * Lock down a subset of GbE Flash Control Registers, e.g.
2142 * PR0 to prevent the write-protection from being lifted.
2143 * Once FLOCKDN is set, the registers protected by it cannot
2144 * be written until FLOCKDN is cleared by a hardware reset.
2145 */
2146 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2147 hsfsts.hsf_status.flockdn = true;
2148 ew32flash(ICH_FLASH_HSFSTS, hsfsts.regval);
2149
Bruce Allan94d81862009-11-20 23:25:26 +00002150 nvm->ops.release(hw);
Bruce Allan4a770352008-10-01 17:18:35 -07002151}
2152
2153/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002154 * e1000_write_flash_data_ich8lan - Writes bytes to the NVM
2155 * @hw: pointer to the HW structure
2156 * @offset: The offset (in bytes) of the byte/word to read.
2157 * @size: Size of data to read, 1=byte 2=word
2158 * @data: The byte(s) to write to the NVM.
2159 *
2160 * Writes one/two bytes to the NVM using the flash access registers.
2161 **/
2162static s32 e1000_write_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
2163 u8 size, u16 data)
2164{
2165 union ich8_hws_flash_status hsfsts;
2166 union ich8_hws_flash_ctrl hsflctl;
2167 u32 flash_linear_addr;
2168 u32 flash_data = 0;
2169 s32 ret_val;
2170 u8 count = 0;
2171
2172 if (size < 1 || size > 2 || data > size * 0xff ||
2173 offset > ICH_FLASH_LINEAR_ADDR_MASK)
2174 return -E1000_ERR_NVM;
2175
2176 flash_linear_addr = (ICH_FLASH_LINEAR_ADDR_MASK & offset) +
2177 hw->nvm.flash_base_addr;
2178
2179 do {
2180 udelay(1);
2181 /* Steps */
2182 ret_val = e1000_flash_cycle_init_ich8lan(hw);
2183 if (ret_val)
2184 break;
2185
2186 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2187 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
2188 hsflctl.hsf_ctrl.fldbcount = size -1;
2189 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE;
2190 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2191
2192 ew32flash(ICH_FLASH_FADDR, flash_linear_addr);
2193
2194 if (size == 1)
2195 flash_data = (u32)data & 0x00FF;
2196 else
2197 flash_data = (u32)data;
2198
2199 ew32flash(ICH_FLASH_FDATA0, flash_data);
2200
Bruce Allanad680762008-03-28 09:15:03 -07002201 /*
2202 * check if FCERR is set to 1 , if set to 1, clear it
2203 * and try the whole sequence a few more times else done
2204 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002205 ret_val = e1000_flash_cycle_ich8lan(hw,
2206 ICH_FLASH_WRITE_COMMAND_TIMEOUT);
2207 if (!ret_val)
2208 break;
2209
Bruce Allanad680762008-03-28 09:15:03 -07002210 /*
2211 * If we're here, then things are most likely
Auke Kokbc7f75f2007-09-17 12:30:59 -07002212 * completely hosed, but if the error condition
2213 * is detected, it won't hurt to give it another
2214 * try...ICH_FLASH_CYCLE_REPEAT_COUNT times.
2215 */
2216 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2217 if (hsfsts.hsf_status.flcerr == 1)
2218 /* Repeat for some time before giving up. */
2219 continue;
2220 if (hsfsts.hsf_status.flcdone == 0) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002221 e_dbg("Timeout error - flash cycle "
Auke Kokbc7f75f2007-09-17 12:30:59 -07002222 "did not complete.");
2223 break;
2224 }
2225 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
2226
2227 return ret_val;
2228}
2229
2230/**
2231 * e1000_write_flash_byte_ich8lan - Write a single byte to NVM
2232 * @hw: pointer to the HW structure
2233 * @offset: The index of the byte to read.
2234 * @data: The byte to write to the NVM.
2235 *
2236 * Writes a single byte to the NVM using the flash access registers.
2237 **/
2238static s32 e1000_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
2239 u8 data)
2240{
2241 u16 word = (u16)data;
2242
2243 return e1000_write_flash_data_ich8lan(hw, offset, 1, word);
2244}
2245
2246/**
2247 * e1000_retry_write_flash_byte_ich8lan - Writes a single byte to NVM
2248 * @hw: pointer to the HW structure
2249 * @offset: The offset of the byte to write.
2250 * @byte: The byte to write to the NVM.
2251 *
2252 * Writes a single byte to the NVM using the flash access registers.
2253 * Goes through a retry algorithm before giving up.
2254 **/
2255static s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
2256 u32 offset, u8 byte)
2257{
2258 s32 ret_val;
2259 u16 program_retries;
2260
2261 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
2262 if (!ret_val)
2263 return ret_val;
2264
2265 for (program_retries = 0; program_retries < 100; program_retries++) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002266 e_dbg("Retrying Byte %2.2X at offset %u\n", byte, offset);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002267 udelay(100);
2268 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
2269 if (!ret_val)
2270 break;
2271 }
2272 if (program_retries == 100)
2273 return -E1000_ERR_NVM;
2274
2275 return 0;
2276}
2277
2278/**
2279 * e1000_erase_flash_bank_ich8lan - Erase a bank (4k) from NVM
2280 * @hw: pointer to the HW structure
2281 * @bank: 0 for first bank, 1 for second bank, etc.
2282 *
2283 * Erases the bank specified. Each bank is a 4k block. Banks are 0 based.
2284 * bank N is 4096 * N + flash_reg_addr.
2285 **/
2286static s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank)
2287{
2288 struct e1000_nvm_info *nvm = &hw->nvm;
2289 union ich8_hws_flash_status hsfsts;
2290 union ich8_hws_flash_ctrl hsflctl;
2291 u32 flash_linear_addr;
2292 /* bank size is in 16bit words - adjust to bytes */
2293 u32 flash_bank_size = nvm->flash_bank_size * 2;
2294 s32 ret_val;
2295 s32 count = 0;
Bruce Allana708dd82009-11-20 23:28:37 +00002296 s32 j, iteration, sector_size;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002297
2298 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2299
Bruce Allanad680762008-03-28 09:15:03 -07002300 /*
2301 * Determine HW Sector size: Read BERASE bits of hw flash status
2302 * register
2303 * 00: The Hw sector is 256 bytes, hence we need to erase 16
Auke Kokbc7f75f2007-09-17 12:30:59 -07002304 * consecutive sectors. The start index for the nth Hw sector
2305 * can be calculated as = bank * 4096 + n * 256
2306 * 01: The Hw sector is 4K bytes, hence we need to erase 1 sector.
2307 * The start index for the nth Hw sector can be calculated
2308 * as = bank * 4096
2309 * 10: The Hw sector is 8K bytes, nth sector = bank * 8192
2310 * (ich9 only, otherwise error condition)
2311 * 11: The Hw sector is 64K bytes, nth sector = bank * 65536
2312 */
2313 switch (hsfsts.hsf_status.berasesz) {
2314 case 0:
2315 /* Hw sector size 256 */
2316 sector_size = ICH_FLASH_SEG_SIZE_256;
2317 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256;
2318 break;
2319 case 1:
2320 sector_size = ICH_FLASH_SEG_SIZE_4K;
Bruce Allan28c91952009-07-01 13:28:32 +00002321 iteration = 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002322 break;
2323 case 2:
Bruce Allan148675a2009-08-07 07:41:56 +00002324 sector_size = ICH_FLASH_SEG_SIZE_8K;
2325 iteration = 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002326 break;
2327 case 3:
2328 sector_size = ICH_FLASH_SEG_SIZE_64K;
Bruce Allan28c91952009-07-01 13:28:32 +00002329 iteration = 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002330 break;
2331 default:
2332 return -E1000_ERR_NVM;
2333 }
2334
2335 /* Start with the base address, then add the sector offset. */
2336 flash_linear_addr = hw->nvm.flash_base_addr;
Bruce Allan148675a2009-08-07 07:41:56 +00002337 flash_linear_addr += (bank) ? flash_bank_size : 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002338
2339 for (j = 0; j < iteration ; j++) {
2340 do {
2341 /* Steps */
2342 ret_val = e1000_flash_cycle_init_ich8lan(hw);
2343 if (ret_val)
2344 return ret_val;
2345
Bruce Allanad680762008-03-28 09:15:03 -07002346 /*
2347 * Write a value 11 (block Erase) in Flash
2348 * Cycle field in hw flash control
2349 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002350 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2351 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_ERASE;
2352 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2353
Bruce Allanad680762008-03-28 09:15:03 -07002354 /*
2355 * Write the last 24 bits of an index within the
Auke Kokbc7f75f2007-09-17 12:30:59 -07002356 * block into Flash Linear address field in Flash
2357 * Address.
2358 */
2359 flash_linear_addr += (j * sector_size);
2360 ew32flash(ICH_FLASH_FADDR, flash_linear_addr);
2361
2362 ret_val = e1000_flash_cycle_ich8lan(hw,
2363 ICH_FLASH_ERASE_COMMAND_TIMEOUT);
2364 if (ret_val == 0)
2365 break;
2366
Bruce Allanad680762008-03-28 09:15:03 -07002367 /*
2368 * Check if FCERR is set to 1. If 1,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002369 * clear it and try the whole sequence
Bruce Allanad680762008-03-28 09:15:03 -07002370 * a few more times else Done
2371 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002372 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2373 if (hsfsts.hsf_status.flcerr == 1)
Bruce Allanad680762008-03-28 09:15:03 -07002374 /* repeat for some time before giving up */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002375 continue;
2376 else if (hsfsts.hsf_status.flcdone == 0)
2377 return ret_val;
2378 } while (++count < ICH_FLASH_CYCLE_REPEAT_COUNT);
2379 }
2380
2381 return 0;
2382}
2383
2384/**
2385 * e1000_valid_led_default_ich8lan - Set the default LED settings
2386 * @hw: pointer to the HW structure
2387 * @data: Pointer to the LED settings
2388 *
2389 * Reads the LED default settings from the NVM to data. If the NVM LED
2390 * settings is all 0's or F's, set the LED default to a valid LED default
2391 * setting.
2392 **/
2393static s32 e1000_valid_led_default_ich8lan(struct e1000_hw *hw, u16 *data)
2394{
2395 s32 ret_val;
2396
2397 ret_val = e1000_read_nvm(hw, NVM_ID_LED_SETTINGS, 1, data);
2398 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002399 e_dbg("NVM Read Error\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002400 return ret_val;
2401 }
2402
2403 if (*data == ID_LED_RESERVED_0000 ||
2404 *data == ID_LED_RESERVED_FFFF)
2405 *data = ID_LED_DEFAULT_ICH8LAN;
2406
2407 return 0;
2408}
2409
2410/**
Bruce Allana4f58f52009-06-02 11:29:18 +00002411 * e1000_id_led_init_pchlan - store LED configurations
2412 * @hw: pointer to the HW structure
2413 *
2414 * PCH does not control LEDs via the LEDCTL register, rather it uses
2415 * the PHY LED configuration register.
2416 *
2417 * PCH also does not have an "always on" or "always off" mode which
2418 * complicates the ID feature. Instead of using the "on" mode to indicate
2419 * in ledctl_mode2 the LEDs to use for ID (see e1000e_id_led_init()),
2420 * use "link_up" mode. The LEDs will still ID on request if there is no
2421 * link based on logic in e1000_led_[on|off]_pchlan().
2422 **/
2423static s32 e1000_id_led_init_pchlan(struct e1000_hw *hw)
2424{
2425 struct e1000_mac_info *mac = &hw->mac;
2426 s32 ret_val;
2427 const u32 ledctl_on = E1000_LEDCTL_MODE_LINK_UP;
2428 const u32 ledctl_off = E1000_LEDCTL_MODE_LINK_UP | E1000_PHY_LED0_IVRT;
2429 u16 data, i, temp, shift;
2430
2431 /* Get default ID LED modes */
2432 ret_val = hw->nvm.ops.valid_led_default(hw, &data);
2433 if (ret_val)
2434 goto out;
2435
2436 mac->ledctl_default = er32(LEDCTL);
2437 mac->ledctl_mode1 = mac->ledctl_default;
2438 mac->ledctl_mode2 = mac->ledctl_default;
2439
2440 for (i = 0; i < 4; i++) {
2441 temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK;
2442 shift = (i * 5);
2443 switch (temp) {
2444 case ID_LED_ON1_DEF2:
2445 case ID_LED_ON1_ON2:
2446 case ID_LED_ON1_OFF2:
2447 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
2448 mac->ledctl_mode1 |= (ledctl_on << shift);
2449 break;
2450 case ID_LED_OFF1_DEF2:
2451 case ID_LED_OFF1_ON2:
2452 case ID_LED_OFF1_OFF2:
2453 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
2454 mac->ledctl_mode1 |= (ledctl_off << shift);
2455 break;
2456 default:
2457 /* Do nothing */
2458 break;
2459 }
2460 switch (temp) {
2461 case ID_LED_DEF1_ON2:
2462 case ID_LED_ON1_ON2:
2463 case ID_LED_OFF1_ON2:
2464 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
2465 mac->ledctl_mode2 |= (ledctl_on << shift);
2466 break;
2467 case ID_LED_DEF1_OFF2:
2468 case ID_LED_ON1_OFF2:
2469 case ID_LED_OFF1_OFF2:
2470 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
2471 mac->ledctl_mode2 |= (ledctl_off << shift);
2472 break;
2473 default:
2474 /* Do nothing */
2475 break;
2476 }
2477 }
2478
2479out:
2480 return ret_val;
2481}
2482
2483/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002484 * e1000_get_bus_info_ich8lan - Get/Set the bus type and width
2485 * @hw: pointer to the HW structure
2486 *
2487 * ICH8 use the PCI Express bus, but does not contain a PCI Express Capability
2488 * register, so the the bus width is hard coded.
2489 **/
2490static s32 e1000_get_bus_info_ich8lan(struct e1000_hw *hw)
2491{
2492 struct e1000_bus_info *bus = &hw->bus;
2493 s32 ret_val;
2494
2495 ret_val = e1000e_get_bus_info_pcie(hw);
2496
Bruce Allanad680762008-03-28 09:15:03 -07002497 /*
2498 * ICH devices are "PCI Express"-ish. They have
Auke Kokbc7f75f2007-09-17 12:30:59 -07002499 * a configuration space, but do not contain
2500 * PCI Express Capability registers, so bus width
2501 * must be hardcoded.
2502 */
2503 if (bus->width == e1000_bus_width_unknown)
2504 bus->width = e1000_bus_width_pcie_x1;
2505
2506 return ret_val;
2507}
2508
2509/**
2510 * e1000_reset_hw_ich8lan - Reset the hardware
2511 * @hw: pointer to the HW structure
2512 *
2513 * Does a full reset of the hardware which includes a reset of the PHY and
2514 * MAC.
2515 **/
2516static s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw)
2517{
Bruce Allan1d5846b2009-10-29 13:46:05 +00002518 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Bruce Allandb2932e2009-10-26 11:22:47 +00002519 u16 reg;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002520 u32 ctrl, icr, kab;
2521 s32 ret_val;
2522
Bruce Allanad680762008-03-28 09:15:03 -07002523 /*
2524 * Prevent the PCI-E bus from sticking if there is no TLP connection
Auke Kokbc7f75f2007-09-17 12:30:59 -07002525 * on the last TLP read/write transaction when MAC is reset.
2526 */
2527 ret_val = e1000e_disable_pcie_master(hw);
Bruce Allane98cac42010-05-10 15:02:32 +00002528 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002529 e_dbg("PCI-E Master disable polling has failed.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002530
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002531 e_dbg("Masking off all interrupts\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002532 ew32(IMC, 0xffffffff);
2533
Bruce Allanad680762008-03-28 09:15:03 -07002534 /*
2535 * Disable the Transmit and Receive units. Then delay to allow
Auke Kokbc7f75f2007-09-17 12:30:59 -07002536 * any pending transactions to complete before we hit the MAC
2537 * with the global reset.
2538 */
2539 ew32(RCTL, 0);
2540 ew32(TCTL, E1000_TCTL_PSP);
2541 e1e_flush();
2542
2543 msleep(10);
2544
2545 /* Workaround for ICH8 bit corruption issue in FIFO memory */
2546 if (hw->mac.type == e1000_ich8lan) {
2547 /* Set Tx and Rx buffer allocation to 8k apiece. */
2548 ew32(PBA, E1000_PBA_8K);
2549 /* Set Packet Buffer Size to 16k. */
2550 ew32(PBS, E1000_PBS_16K);
2551 }
2552
Bruce Allan1d5846b2009-10-29 13:46:05 +00002553 if (hw->mac.type == e1000_pchlan) {
2554 /* Save the NVM K1 bit setting*/
2555 ret_val = e1000_read_nvm(hw, E1000_NVM_K1_CONFIG, 1, &reg);
2556 if (ret_val)
2557 return ret_val;
2558
2559 if (reg & E1000_NVM_K1_ENABLE)
2560 dev_spec->nvm_k1_enabled = true;
2561 else
2562 dev_spec->nvm_k1_enabled = false;
2563 }
2564
Auke Kokbc7f75f2007-09-17 12:30:59 -07002565 ctrl = er32(CTRL);
2566
2567 if (!e1000_check_reset_block(hw)) {
Bruce Allanad680762008-03-28 09:15:03 -07002568 /*
Bruce Allane98cac42010-05-10 15:02:32 +00002569 * Full-chip reset requires MAC and PHY reset at the same
Auke Kokbc7f75f2007-09-17 12:30:59 -07002570 * time to make sure the interface between MAC and the
2571 * external PHY is reset.
2572 */
2573 ctrl |= E1000_CTRL_PHY_RST;
2574 }
2575 ret_val = e1000_acquire_swflag_ich8lan(hw);
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002576 e_dbg("Issuing a global reset to ich8lan\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002577 ew32(CTRL, (ctrl | E1000_CTRL_RST));
2578 msleep(20);
2579
Bruce Allanfc0c7762009-07-01 13:27:55 +00002580 if (!ret_val)
Jeff Kirsher30bb0e02008-12-11 21:28:11 -08002581 e1000_release_swflag_ich8lan(hw);
Jesse Brandeburg37f40232008-10-02 16:33:20 -07002582
Bruce Allane98cac42010-05-10 15:02:32 +00002583 if (ctrl & E1000_CTRL_PHY_RST) {
Bruce Allanfc0c7762009-07-01 13:27:55 +00002584 ret_val = hw->phy.ops.get_cfg_done(hw);
Bruce Allane98cac42010-05-10 15:02:32 +00002585 if (ret_val)
2586 goto out;
Bruce Allanfc0c7762009-07-01 13:27:55 +00002587
Bruce Allane98cac42010-05-10 15:02:32 +00002588 ret_val = e1000_post_phy_reset_ich8lan(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00002589 if (ret_val)
2590 goto out;
2591 }
Bruce Allane98cac42010-05-10 15:02:32 +00002592
Bruce Allan7d3cabb2009-07-01 13:29:08 +00002593 /*
2594 * For PCH, this write will make sure that any noise
2595 * will be detected as a CRC error and be dropped rather than show up
2596 * as a bad packet to the DMA engine.
2597 */
2598 if (hw->mac.type == e1000_pchlan)
2599 ew32(CRC_OFFSET, 0x65656565);
2600
Auke Kokbc7f75f2007-09-17 12:30:59 -07002601 ew32(IMC, 0xffffffff);
2602 icr = er32(ICR);
2603
2604 kab = er32(KABGTXD);
2605 kab |= E1000_KABGTXD_BGSQLBIAS;
2606 ew32(KABGTXD, kab);
2607
Bruce Allanf523d212009-10-29 13:45:45 +00002608out:
Auke Kokbc7f75f2007-09-17 12:30:59 -07002609 return ret_val;
2610}
2611
2612/**
2613 * e1000_init_hw_ich8lan - Initialize the hardware
2614 * @hw: pointer to the HW structure
2615 *
2616 * Prepares the hardware for transmit and receive by doing the following:
2617 * - initialize hardware bits
2618 * - initialize LED identification
2619 * - setup receive address registers
2620 * - setup flow control
Auke Kok489815c2008-02-21 15:11:07 -08002621 * - setup transmit descriptors
Auke Kokbc7f75f2007-09-17 12:30:59 -07002622 * - clear statistics
2623 **/
2624static s32 e1000_init_hw_ich8lan(struct e1000_hw *hw)
2625{
2626 struct e1000_mac_info *mac = &hw->mac;
2627 u32 ctrl_ext, txdctl, snoop;
2628 s32 ret_val;
2629 u16 i;
2630
2631 e1000_initialize_hw_bits_ich8lan(hw);
2632
2633 /* Initialize identification LED */
Bruce Allana4f58f52009-06-02 11:29:18 +00002634 ret_val = mac->ops.id_led_init(hw);
Bruce Allande39b752009-11-20 23:27:59 +00002635 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002636 e_dbg("Error initializing identification LED\n");
Bruce Allande39b752009-11-20 23:27:59 +00002637 /* This is not fatal and we should not stop init due to this */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002638
2639 /* Setup the receive address. */
2640 e1000e_init_rx_addrs(hw, mac->rar_entry_count);
2641
2642 /* Zero out the Multicast HASH table */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002643 e_dbg("Zeroing the MTA\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002644 for (i = 0; i < mac->mta_reg_count; i++)
2645 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0);
2646
Bruce Allanfc0c7762009-07-01 13:27:55 +00002647 /*
2648 * The 82578 Rx buffer will stall if wakeup is enabled in host and
2649 * the ME. Reading the BM_WUC register will clear the host wakeup bit.
2650 * Reset the phy after disabling host wakeup to reset the Rx buffer.
2651 */
2652 if (hw->phy.type == e1000_phy_82578) {
Bruce Allan94d81862009-11-20 23:25:26 +00002653 hw->phy.ops.read_reg(hw, BM_WUC, &i);
Bruce Allanfc0c7762009-07-01 13:27:55 +00002654 ret_val = e1000_phy_hw_reset_ich8lan(hw);
2655 if (ret_val)
2656 return ret_val;
2657 }
2658
Auke Kokbc7f75f2007-09-17 12:30:59 -07002659 /* Setup link and flow control */
2660 ret_val = e1000_setup_link_ich8lan(hw);
2661
2662 /* Set the transmit descriptor write-back policy for both queues */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002663 txdctl = er32(TXDCTL(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07002664 txdctl = (txdctl & ~E1000_TXDCTL_WTHRESH) |
2665 E1000_TXDCTL_FULL_TX_DESC_WB;
2666 txdctl = (txdctl & ~E1000_TXDCTL_PTHRESH) |
2667 E1000_TXDCTL_MAX_TX_DESC_PREFETCH;
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002668 ew32(TXDCTL(0), txdctl);
2669 txdctl = er32(TXDCTL(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07002670 txdctl = (txdctl & ~E1000_TXDCTL_WTHRESH) |
2671 E1000_TXDCTL_FULL_TX_DESC_WB;
2672 txdctl = (txdctl & ~E1000_TXDCTL_PTHRESH) |
2673 E1000_TXDCTL_MAX_TX_DESC_PREFETCH;
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002674 ew32(TXDCTL(1), txdctl);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002675
Bruce Allanad680762008-03-28 09:15:03 -07002676 /*
2677 * ICH8 has opposite polarity of no_snoop bits.
2678 * By default, we should use snoop behavior.
2679 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002680 if (mac->type == e1000_ich8lan)
2681 snoop = PCIE_ICH8_SNOOP_ALL;
2682 else
2683 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
2684 e1000e_set_pcie_no_snoop(hw, snoop);
2685
2686 ctrl_ext = er32(CTRL_EXT);
2687 ctrl_ext |= E1000_CTRL_EXT_RO_DIS;
2688 ew32(CTRL_EXT, ctrl_ext);
2689
Bruce Allanad680762008-03-28 09:15:03 -07002690 /*
2691 * Clear all of the statistics registers (clear on read). It is
Auke Kokbc7f75f2007-09-17 12:30:59 -07002692 * important that we do this after we have tried to establish link
2693 * because the symbol error count will increment wildly if there
2694 * is no link.
2695 */
2696 e1000_clear_hw_cntrs_ich8lan(hw);
2697
2698 return 0;
2699}
2700/**
2701 * e1000_initialize_hw_bits_ich8lan - Initialize required hardware bits
2702 * @hw: pointer to the HW structure
2703 *
2704 * Sets/Clears required hardware bits necessary for correctly setting up the
2705 * hardware for transmit and receive.
2706 **/
2707static void e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw)
2708{
2709 u32 reg;
2710
2711 /* Extended Device Control */
2712 reg = er32(CTRL_EXT);
2713 reg |= (1 << 22);
Bruce Allana4f58f52009-06-02 11:29:18 +00002714 /* Enable PHY low-power state when MAC is at D3 w/o WoL */
2715 if (hw->mac.type >= e1000_pchlan)
2716 reg |= E1000_CTRL_EXT_PHYPDEN;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002717 ew32(CTRL_EXT, reg);
2718
2719 /* Transmit Descriptor Control 0 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002720 reg = er32(TXDCTL(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07002721 reg |= (1 << 22);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002722 ew32(TXDCTL(0), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002723
2724 /* Transmit Descriptor Control 1 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002725 reg = er32(TXDCTL(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07002726 reg |= (1 << 22);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002727 ew32(TXDCTL(1), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002728
2729 /* Transmit Arbitration Control 0 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002730 reg = er32(TARC(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07002731 if (hw->mac.type == e1000_ich8lan)
2732 reg |= (1 << 28) | (1 << 29);
2733 reg |= (1 << 23) | (1 << 24) | (1 << 26) | (1 << 27);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002734 ew32(TARC(0), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002735
2736 /* Transmit Arbitration Control 1 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002737 reg = er32(TARC(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07002738 if (er32(TCTL) & E1000_TCTL_MULR)
2739 reg &= ~(1 << 28);
2740 else
2741 reg |= (1 << 28);
2742 reg |= (1 << 24) | (1 << 26) | (1 << 30);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07002743 ew32(TARC(1), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002744
2745 /* Device Status */
2746 if (hw->mac.type == e1000_ich8lan) {
2747 reg = er32(STATUS);
2748 reg &= ~(1 << 31);
2749 ew32(STATUS, reg);
2750 }
Jesse Brandeburga80483d2010-03-05 02:21:44 +00002751
2752 /*
2753 * work-around descriptor data corruption issue during nfs v2 udp
2754 * traffic, just disable the nfs filtering capability
2755 */
2756 reg = er32(RFCTL);
2757 reg |= (E1000_RFCTL_NFSW_DIS | E1000_RFCTL_NFSR_DIS);
2758 ew32(RFCTL, reg);
2759
2760 return;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002761}
2762
2763/**
2764 * e1000_setup_link_ich8lan - Setup flow control and link settings
2765 * @hw: pointer to the HW structure
2766 *
2767 * Determines which flow control settings to use, then configures flow
2768 * control. Calls the appropriate media-specific link configuration
2769 * function. Assuming the adapter has a valid link partner, a valid link
2770 * should be established. Assumes the hardware has previously been reset
2771 * and the transmitter and receiver are not enabled.
2772 **/
2773static s32 e1000_setup_link_ich8lan(struct e1000_hw *hw)
2774{
Auke Kokbc7f75f2007-09-17 12:30:59 -07002775 s32 ret_val;
2776
2777 if (e1000_check_reset_block(hw))
2778 return 0;
2779
Bruce Allanad680762008-03-28 09:15:03 -07002780 /*
2781 * ICH parts do not have a word in the NVM to determine
Auke Kokbc7f75f2007-09-17 12:30:59 -07002782 * the default flow control setting, so we explicitly
2783 * set it to full.
2784 */
Bruce Allan37289d92009-06-02 11:29:37 +00002785 if (hw->fc.requested_mode == e1000_fc_default) {
2786 /* Workaround h/w hang when Tx flow control enabled */
2787 if (hw->mac.type == e1000_pchlan)
2788 hw->fc.requested_mode = e1000_fc_rx_pause;
2789 else
2790 hw->fc.requested_mode = e1000_fc_full;
2791 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07002792
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08002793 /*
2794 * Save off the requested flow control mode for use later. Depending
2795 * on the link partner's capabilities, we may or may not use this mode.
2796 */
2797 hw->fc.current_mode = hw->fc.requested_mode;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002798
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002799 e_dbg("After fix-ups FlowControl is now = %x\n",
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08002800 hw->fc.current_mode);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002801
2802 /* Continue to configure the copper link. */
2803 ret_val = e1000_setup_copper_link_ich8lan(hw);
2804 if (ret_val)
2805 return ret_val;
2806
Jeff Kirsher318a94d2008-03-28 09:15:16 -07002807 ew32(FCTTV, hw->fc.pause_time);
Bruce Allana4f58f52009-06-02 11:29:18 +00002808 if ((hw->phy.type == e1000_phy_82578) ||
2809 (hw->phy.type == e1000_phy_82577)) {
Bruce Allana3055952010-05-10 15:02:12 +00002810 ew32(FCRTV_PCH, hw->fc.refresh_time);
2811
Bruce Allan94d81862009-11-20 23:25:26 +00002812 ret_val = hw->phy.ops.write_reg(hw,
Bruce Allana4f58f52009-06-02 11:29:18 +00002813 PHY_REG(BM_PORT_CTRL_PAGE, 27),
2814 hw->fc.pause_time);
2815 if (ret_val)
2816 return ret_val;
2817 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07002818
2819 return e1000e_set_fc_watermarks(hw);
2820}
2821
2822/**
2823 * e1000_setup_copper_link_ich8lan - Configure MAC/PHY interface
2824 * @hw: pointer to the HW structure
2825 *
2826 * Configures the kumeran interface to the PHY to wait the appropriate time
2827 * when polling the PHY, then call the generic setup_copper_link to finish
2828 * configuring the copper link.
2829 **/
2830static s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw)
2831{
2832 u32 ctrl;
2833 s32 ret_val;
2834 u16 reg_data;
2835
2836 ctrl = er32(CTRL);
2837 ctrl |= E1000_CTRL_SLU;
2838 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
2839 ew32(CTRL, ctrl);
2840
Bruce Allanad680762008-03-28 09:15:03 -07002841 /*
2842 * Set the mac to wait the maximum time between each iteration
Auke Kokbc7f75f2007-09-17 12:30:59 -07002843 * and increase the max iterations when polling the phy;
Bruce Allanad680762008-03-28 09:15:03 -07002844 * this fixes erroneous timeouts at 10Mbps.
2845 */
Bruce Allan07818952009-12-08 07:28:01 +00002846 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_TIMEOUTS, 0xFFFF);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002847 if (ret_val)
2848 return ret_val;
Bruce Allan07818952009-12-08 07:28:01 +00002849 ret_val = e1000e_read_kmrn_reg(hw, E1000_KMRNCTRLSTA_INBAND_PARAM,
2850 &reg_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002851 if (ret_val)
2852 return ret_val;
2853 reg_data |= 0x3F;
Bruce Allan07818952009-12-08 07:28:01 +00002854 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_INBAND_PARAM,
2855 reg_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002856 if (ret_val)
2857 return ret_val;
2858
Bruce Allana4f58f52009-06-02 11:29:18 +00002859 switch (hw->phy.type) {
2860 case e1000_phy_igp_3:
Auke Kokbc7f75f2007-09-17 12:30:59 -07002861 ret_val = e1000e_copper_link_setup_igp(hw);
2862 if (ret_val)
2863 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00002864 break;
2865 case e1000_phy_bm:
2866 case e1000_phy_82578:
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002867 ret_val = e1000e_copper_link_setup_m88(hw);
2868 if (ret_val)
2869 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00002870 break;
2871 case e1000_phy_82577:
2872 ret_val = e1000_copper_link_setup_82577(hw);
2873 if (ret_val)
2874 return ret_val;
2875 break;
2876 case e1000_phy_ife:
Bruce Allan94d81862009-11-20 23:25:26 +00002877 ret_val = hw->phy.ops.read_reg(hw, IFE_PHY_MDIX_CONTROL,
Bruce Allana4f58f52009-06-02 11:29:18 +00002878 &reg_data);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002879 if (ret_val)
2880 return ret_val;
2881
2882 reg_data &= ~IFE_PMC_AUTO_MDIX;
2883
2884 switch (hw->phy.mdix) {
2885 case 1:
2886 reg_data &= ~IFE_PMC_FORCE_MDIX;
2887 break;
2888 case 2:
2889 reg_data |= IFE_PMC_FORCE_MDIX;
2890 break;
2891 case 0:
2892 default:
2893 reg_data |= IFE_PMC_AUTO_MDIX;
2894 break;
2895 }
Bruce Allan94d81862009-11-20 23:25:26 +00002896 ret_val = hw->phy.ops.write_reg(hw, IFE_PHY_MDIX_CONTROL,
Bruce Allana4f58f52009-06-02 11:29:18 +00002897 reg_data);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002898 if (ret_val)
2899 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00002900 break;
2901 default:
2902 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002903 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07002904 return e1000e_setup_copper_link(hw);
2905}
2906
2907/**
2908 * e1000_get_link_up_info_ich8lan - Get current link speed and duplex
2909 * @hw: pointer to the HW structure
2910 * @speed: pointer to store current link speed
2911 * @duplex: pointer to store the current link duplex
2912 *
Bruce Allanad680762008-03-28 09:15:03 -07002913 * Calls the generic get_speed_and_duplex to retrieve the current link
Auke Kokbc7f75f2007-09-17 12:30:59 -07002914 * information and then calls the Kumeran lock loss workaround for links at
2915 * gigabit speeds.
2916 **/
2917static s32 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw, u16 *speed,
2918 u16 *duplex)
2919{
2920 s32 ret_val;
2921
2922 ret_val = e1000e_get_speed_and_duplex_copper(hw, speed, duplex);
2923 if (ret_val)
2924 return ret_val;
2925
2926 if ((hw->mac.type == e1000_ich8lan) &&
2927 (hw->phy.type == e1000_phy_igp_3) &&
2928 (*speed == SPEED_1000)) {
2929 ret_val = e1000_kmrn_lock_loss_workaround_ich8lan(hw);
2930 }
2931
2932 return ret_val;
2933}
2934
2935/**
2936 * e1000_kmrn_lock_loss_workaround_ich8lan - Kumeran workaround
2937 * @hw: pointer to the HW structure
2938 *
2939 * Work-around for 82566 Kumeran PCS lock loss:
2940 * On link status change (i.e. PCI reset, speed change) and link is up and
2941 * speed is gigabit-
2942 * 0) if workaround is optionally disabled do nothing
2943 * 1) wait 1ms for Kumeran link to come up
2944 * 2) check Kumeran Diagnostic register PCS lock loss bit
2945 * 3) if not set the link is locked (all is good), otherwise...
2946 * 4) reset the PHY
2947 * 5) repeat up to 10 times
2948 * Note: this is only called for IGP3 copper when speed is 1gb.
2949 **/
2950static s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw)
2951{
2952 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
2953 u32 phy_ctrl;
2954 s32 ret_val;
2955 u16 i, data;
2956 bool link;
2957
2958 if (!dev_spec->kmrn_lock_loss_workaround_enabled)
2959 return 0;
2960
Bruce Allanad680762008-03-28 09:15:03 -07002961 /*
2962 * Make sure link is up before proceeding. If not just return.
Auke Kokbc7f75f2007-09-17 12:30:59 -07002963 * Attempting this while link is negotiating fouled up link
Bruce Allanad680762008-03-28 09:15:03 -07002964 * stability
2965 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002966 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
2967 if (!link)
2968 return 0;
2969
2970 for (i = 0; i < 10; i++) {
2971 /* read once to clear */
2972 ret_val = e1e_rphy(hw, IGP3_KMRN_DIAG, &data);
2973 if (ret_val)
2974 return ret_val;
2975 /* and again to get new status */
2976 ret_val = e1e_rphy(hw, IGP3_KMRN_DIAG, &data);
2977 if (ret_val)
2978 return ret_val;
2979
2980 /* check for PCS lock */
2981 if (!(data & IGP3_KMRN_DIAG_PCS_LOCK_LOSS))
2982 return 0;
2983
2984 /* Issue PHY reset */
2985 e1000_phy_hw_reset(hw);
2986 mdelay(5);
2987 }
2988 /* Disable GigE link negotiation */
2989 phy_ctrl = er32(PHY_CTRL);
2990 phy_ctrl |= (E1000_PHY_CTRL_GBE_DISABLE |
2991 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
2992 ew32(PHY_CTRL, phy_ctrl);
2993
Bruce Allanad680762008-03-28 09:15:03 -07002994 /*
2995 * Call gig speed drop workaround on Gig disable before accessing
2996 * any PHY registers
2997 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002998 e1000e_gig_downshift_workaround_ich8lan(hw);
2999
3000 /* unable to acquire PCS lock */
3001 return -E1000_ERR_PHY;
3002}
3003
3004/**
Bruce Allanad680762008-03-28 09:15:03 -07003005 * e1000_set_kmrn_lock_loss_workaround_ich8lan - Set Kumeran workaround state
Auke Kokbc7f75f2007-09-17 12:30:59 -07003006 * @hw: pointer to the HW structure
Auke Kok489815c2008-02-21 15:11:07 -08003007 * @state: boolean value used to set the current Kumeran workaround state
Auke Kokbc7f75f2007-09-17 12:30:59 -07003008 *
Bruce Allan564ea9b2009-11-20 23:26:44 +00003009 * If ICH8, set the current Kumeran workaround state (enabled - true
3010 * /disabled - false).
Auke Kokbc7f75f2007-09-17 12:30:59 -07003011 **/
3012void e1000e_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw,
3013 bool state)
3014{
3015 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3016
3017 if (hw->mac.type != e1000_ich8lan) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003018 e_dbg("Workaround applies to ICH8 only.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07003019 return;
3020 }
3021
3022 dev_spec->kmrn_lock_loss_workaround_enabled = state;
3023}
3024
3025/**
3026 * e1000_ipg3_phy_powerdown_workaround_ich8lan - Power down workaround on D3
3027 * @hw: pointer to the HW structure
3028 *
3029 * Workaround for 82566 power-down on D3 entry:
3030 * 1) disable gigabit link
3031 * 2) write VR power-down enable
3032 * 3) read it back
3033 * Continue if successful, else issue LCD reset and repeat
3034 **/
3035void e1000e_igp3_phy_powerdown_workaround_ich8lan(struct e1000_hw *hw)
3036{
3037 u32 reg;
3038 u16 data;
3039 u8 retry = 0;
3040
3041 if (hw->phy.type != e1000_phy_igp_3)
3042 return;
3043
3044 /* Try the workaround twice (if needed) */
3045 do {
3046 /* Disable link */
3047 reg = er32(PHY_CTRL);
3048 reg |= (E1000_PHY_CTRL_GBE_DISABLE |
3049 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
3050 ew32(PHY_CTRL, reg);
3051
Bruce Allanad680762008-03-28 09:15:03 -07003052 /*
3053 * Call gig speed drop workaround on Gig disable before
3054 * accessing any PHY registers
3055 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003056 if (hw->mac.type == e1000_ich8lan)
3057 e1000e_gig_downshift_workaround_ich8lan(hw);
3058
3059 /* Write VR power-down enable */
3060 e1e_rphy(hw, IGP3_VR_CTRL, &data);
3061 data &= ~IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
3062 e1e_wphy(hw, IGP3_VR_CTRL, data | IGP3_VR_CTRL_MODE_SHUTDOWN);
3063
3064 /* Read it back and test */
3065 e1e_rphy(hw, IGP3_VR_CTRL, &data);
3066 data &= IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
3067 if ((data == IGP3_VR_CTRL_MODE_SHUTDOWN) || retry)
3068 break;
3069
3070 /* Issue PHY reset and repeat at most one more time */
3071 reg = er32(CTRL);
3072 ew32(CTRL, reg | E1000_CTRL_PHY_RST);
3073 retry++;
3074 } while (retry);
3075}
3076
3077/**
3078 * e1000e_gig_downshift_workaround_ich8lan - WoL from S5 stops working
3079 * @hw: pointer to the HW structure
3080 *
3081 * Steps to take when dropping from 1Gb/s (eg. link cable removal (LSC),
Auke Kok489815c2008-02-21 15:11:07 -08003082 * LPLU, Gig disable, MDIC PHY reset):
Auke Kokbc7f75f2007-09-17 12:30:59 -07003083 * 1) Set Kumeran Near-end loopback
3084 * 2) Clear Kumeran Near-end loopback
3085 * Should only be called for ICH8[m] devices with IGP_3 Phy.
3086 **/
3087void e1000e_gig_downshift_workaround_ich8lan(struct e1000_hw *hw)
3088{
3089 s32 ret_val;
3090 u16 reg_data;
3091
3092 if ((hw->mac.type != e1000_ich8lan) ||
3093 (hw->phy.type != e1000_phy_igp_3))
3094 return;
3095
3096 ret_val = e1000e_read_kmrn_reg(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
3097 &reg_data);
3098 if (ret_val)
3099 return;
3100 reg_data |= E1000_KMRNCTRLSTA_DIAG_NELPBK;
3101 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
3102 reg_data);
3103 if (ret_val)
3104 return;
3105 reg_data &= ~E1000_KMRNCTRLSTA_DIAG_NELPBK;
3106 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
3107 reg_data);
3108}
3109
3110/**
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003111 * e1000e_disable_gig_wol_ich8lan - disable gig during WoL
3112 * @hw: pointer to the HW structure
3113 *
3114 * During S0 to Sx transition, it is possible the link remains at gig
3115 * instead of negotiating to a lower speed. Before going to Sx, set
3116 * 'LPLU Enabled' and 'Gig Disable' to force link speed negotiation
3117 * to a lower speed.
3118 *
Bruce Allana4f58f52009-06-02 11:29:18 +00003119 * Should only be called for applicable parts.
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003120 **/
3121void e1000e_disable_gig_wol_ich8lan(struct e1000_hw *hw)
3122{
3123 u32 phy_ctrl;
3124
Bruce Allana4f58f52009-06-02 11:29:18 +00003125 switch (hw->mac.type) {
Bruce Allan9e135a22009-12-01 15:50:31 +00003126 case e1000_ich8lan:
Bruce Allana4f58f52009-06-02 11:29:18 +00003127 case e1000_ich9lan:
3128 case e1000_ich10lan:
3129 case e1000_pchlan:
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003130 phy_ctrl = er32(PHY_CTRL);
3131 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU |
3132 E1000_PHY_CTRL_GBE_DISABLE;
3133 ew32(PHY_CTRL, phy_ctrl);
Bruce Allana4f58f52009-06-02 11:29:18 +00003134
Bruce Allana4f58f52009-06-02 11:29:18 +00003135 if (hw->mac.type == e1000_pchlan)
Bruce Allan74eee2e2009-10-22 21:22:18 -07003136 e1000_phy_hw_reset_ich8lan(hw);
Bruce Allana4f58f52009-06-02 11:29:18 +00003137 default:
3138 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003139 }
3140
3141 return;
3142}
3143
3144/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07003145 * e1000_cleanup_led_ich8lan - Restore the default LED operation
3146 * @hw: pointer to the HW structure
3147 *
3148 * Return the LED back to the default configuration.
3149 **/
3150static s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw)
3151{
3152 if (hw->phy.type == e1000_phy_ife)
3153 return e1e_wphy(hw, IFE_PHY_SPECIAL_CONTROL_LED, 0);
3154
3155 ew32(LEDCTL, hw->mac.ledctl_default);
3156 return 0;
3157}
3158
3159/**
Auke Kok489815c2008-02-21 15:11:07 -08003160 * e1000_led_on_ich8lan - Turn LEDs on
Auke Kokbc7f75f2007-09-17 12:30:59 -07003161 * @hw: pointer to the HW structure
3162 *
Auke Kok489815c2008-02-21 15:11:07 -08003163 * Turn on the LEDs.
Auke Kokbc7f75f2007-09-17 12:30:59 -07003164 **/
3165static s32 e1000_led_on_ich8lan(struct e1000_hw *hw)
3166{
3167 if (hw->phy.type == e1000_phy_ife)
3168 return e1e_wphy(hw, IFE_PHY_SPECIAL_CONTROL_LED,
3169 (IFE_PSCL_PROBE_MODE | IFE_PSCL_PROBE_LEDS_ON));
3170
3171 ew32(LEDCTL, hw->mac.ledctl_mode2);
3172 return 0;
3173}
3174
3175/**
Auke Kok489815c2008-02-21 15:11:07 -08003176 * e1000_led_off_ich8lan - Turn LEDs off
Auke Kokbc7f75f2007-09-17 12:30:59 -07003177 * @hw: pointer to the HW structure
3178 *
Auke Kok489815c2008-02-21 15:11:07 -08003179 * Turn off the LEDs.
Auke Kokbc7f75f2007-09-17 12:30:59 -07003180 **/
3181static s32 e1000_led_off_ich8lan(struct e1000_hw *hw)
3182{
3183 if (hw->phy.type == e1000_phy_ife)
3184 return e1e_wphy(hw, IFE_PHY_SPECIAL_CONTROL_LED,
3185 (IFE_PSCL_PROBE_MODE | IFE_PSCL_PROBE_LEDS_OFF));
3186
3187 ew32(LEDCTL, hw->mac.ledctl_mode1);
3188 return 0;
3189}
3190
3191/**
Bruce Allana4f58f52009-06-02 11:29:18 +00003192 * e1000_setup_led_pchlan - Configures SW controllable LED
3193 * @hw: pointer to the HW structure
3194 *
3195 * This prepares the SW controllable LED for use.
3196 **/
3197static s32 e1000_setup_led_pchlan(struct e1000_hw *hw)
3198{
Bruce Allan94d81862009-11-20 23:25:26 +00003199 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG,
Bruce Allana4f58f52009-06-02 11:29:18 +00003200 (u16)hw->mac.ledctl_mode1);
3201}
3202
3203/**
3204 * e1000_cleanup_led_pchlan - Restore the default LED operation
3205 * @hw: pointer to the HW structure
3206 *
3207 * Return the LED back to the default configuration.
3208 **/
3209static s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw)
3210{
Bruce Allan94d81862009-11-20 23:25:26 +00003211 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG,
Bruce Allana4f58f52009-06-02 11:29:18 +00003212 (u16)hw->mac.ledctl_default);
3213}
3214
3215/**
3216 * e1000_led_on_pchlan - Turn LEDs on
3217 * @hw: pointer to the HW structure
3218 *
3219 * Turn on the LEDs.
3220 **/
3221static s32 e1000_led_on_pchlan(struct e1000_hw *hw)
3222{
3223 u16 data = (u16)hw->mac.ledctl_mode2;
3224 u32 i, led;
3225
3226 /*
3227 * If no link, then turn LED on by setting the invert bit
3228 * for each LED that's mode is "link_up" in ledctl_mode2.
3229 */
3230 if (!(er32(STATUS) & E1000_STATUS_LU)) {
3231 for (i = 0; i < 3; i++) {
3232 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
3233 if ((led & E1000_PHY_LED0_MODE_MASK) !=
3234 E1000_LEDCTL_MODE_LINK_UP)
3235 continue;
3236 if (led & E1000_PHY_LED0_IVRT)
3237 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
3238 else
3239 data |= (E1000_PHY_LED0_IVRT << (i * 5));
3240 }
3241 }
3242
Bruce Allan94d81862009-11-20 23:25:26 +00003243 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG, data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003244}
3245
3246/**
3247 * e1000_led_off_pchlan - Turn LEDs off
3248 * @hw: pointer to the HW structure
3249 *
3250 * Turn off the LEDs.
3251 **/
3252static s32 e1000_led_off_pchlan(struct e1000_hw *hw)
3253{
3254 u16 data = (u16)hw->mac.ledctl_mode1;
3255 u32 i, led;
3256
3257 /*
3258 * If no link, then turn LED off by clearing the invert bit
3259 * for each LED that's mode is "link_up" in ledctl_mode1.
3260 */
3261 if (!(er32(STATUS) & E1000_STATUS_LU)) {
3262 for (i = 0; i < 3; i++) {
3263 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
3264 if ((led & E1000_PHY_LED0_MODE_MASK) !=
3265 E1000_LEDCTL_MODE_LINK_UP)
3266 continue;
3267 if (led & E1000_PHY_LED0_IVRT)
3268 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
3269 else
3270 data |= (E1000_PHY_LED0_IVRT << (i * 5));
3271 }
3272 }
3273
Bruce Allan94d81862009-11-20 23:25:26 +00003274 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG, data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003275}
3276
3277/**
Bruce Allane98cac42010-05-10 15:02:32 +00003278 * e1000_get_cfg_done_ich8lan - Read config done bit after Full or PHY reset
Bruce Allanf4187b52008-08-26 18:36:50 -07003279 * @hw: pointer to the HW structure
3280 *
Bruce Allane98cac42010-05-10 15:02:32 +00003281 * Read appropriate register for the config done bit for completion status
3282 * and configure the PHY through s/w for EEPROM-less parts.
3283 *
3284 * NOTE: some silicon which is EEPROM-less will fail trying to read the
3285 * config done bit, so only an error is logged and continues. If we were
3286 * to return with error, EEPROM-less silicon would not be able to be reset
3287 * or change link.
Bruce Allanf4187b52008-08-26 18:36:50 -07003288 **/
3289static s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw)
3290{
Bruce Allane98cac42010-05-10 15:02:32 +00003291 s32 ret_val = 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07003292 u32 bank = 0;
Bruce Allane98cac42010-05-10 15:02:32 +00003293 u32 status;
Bruce Allanfc0c7762009-07-01 13:27:55 +00003294
Bruce Allanf4187b52008-08-26 18:36:50 -07003295 e1000e_get_cfg_done(hw);
3296
Bruce Allane98cac42010-05-10 15:02:32 +00003297 /* Wait for indication from h/w that it has completed basic config */
3298 if (hw->mac.type >= e1000_ich10lan) {
3299 e1000_lan_init_done_ich8lan(hw);
3300 } else {
3301 ret_val = e1000e_get_auto_rd_done(hw);
3302 if (ret_val) {
3303 /*
3304 * When auto config read does not complete, do not
3305 * return with an error. This can happen in situations
3306 * where there is no eeprom and prevents getting link.
3307 */
3308 e_dbg("Auto Read Done did not complete\n");
3309 ret_val = 0;
3310 }
3311 }
3312
3313 /* Clear PHY Reset Asserted bit */
3314 status = er32(STATUS);
3315 if (status & E1000_STATUS_PHYRA)
3316 ew32(STATUS, status & ~E1000_STATUS_PHYRA);
3317 else
3318 e_dbg("PHY Reset Asserted not set - needs delay\n");
3319
Bruce Allanf4187b52008-08-26 18:36:50 -07003320 /* If EEPROM is not marked present, init the IGP 3 PHY manually */
Bruce Allane98cac42010-05-10 15:02:32 +00003321 if (hw->mac.type <= e1000_ich9lan) {
Bruce Allanf4187b52008-08-26 18:36:50 -07003322 if (((er32(EECD) & E1000_EECD_PRES) == 0) &&
3323 (hw->phy.type == e1000_phy_igp_3)) {
3324 e1000e_phy_init_script_igp3(hw);
3325 }
3326 } else {
3327 if (e1000_valid_nvm_bank_detect_ich8lan(hw, &bank)) {
3328 /* Maybe we should do a basic PHY config */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003329 e_dbg("EEPROM not present\n");
Bruce Allane98cac42010-05-10 15:02:32 +00003330 ret_val = -E1000_ERR_CONFIG;
Bruce Allanf4187b52008-08-26 18:36:50 -07003331 }
3332 }
3333
Bruce Allane98cac42010-05-10 15:02:32 +00003334 return ret_val;
Bruce Allanf4187b52008-08-26 18:36:50 -07003335}
3336
3337/**
Bruce Allan17f208d2009-12-01 15:47:22 +00003338 * e1000_power_down_phy_copper_ich8lan - Remove link during PHY power down
3339 * @hw: pointer to the HW structure
3340 *
3341 * In the case of a PHY power down to save power, or to turn off link during a
3342 * driver unload, or wake on lan is not enabled, remove the link.
3343 **/
3344static void e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw)
3345{
3346 /* If the management interface is not enabled, then power down */
3347 if (!(hw->mac.ops.check_mng_mode(hw) ||
3348 hw->phy.ops.check_reset_block(hw)))
3349 e1000_power_down_phy_copper(hw);
3350
3351 return;
3352}
3353
3354/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07003355 * e1000_clear_hw_cntrs_ich8lan - Clear statistical counters
3356 * @hw: pointer to the HW structure
3357 *
3358 * Clears hardware counters specific to the silicon family and calls
3359 * clear_hw_cntrs_generic to clear all general purpose counters.
3360 **/
3361static void e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw)
3362{
Bruce Allana4f58f52009-06-02 11:29:18 +00003363 u16 phy_data;
Auke Kokbc7f75f2007-09-17 12:30:59 -07003364
3365 e1000e_clear_hw_cntrs_base(hw);
3366
Bruce Allan99673d92009-11-20 23:27:21 +00003367 er32(ALGNERRC);
3368 er32(RXERRC);
3369 er32(TNCRS);
3370 er32(CEXTERR);
3371 er32(TSCTC);
3372 er32(TSCTFC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003373
Bruce Allan99673d92009-11-20 23:27:21 +00003374 er32(MGTPRC);
3375 er32(MGTPDC);
3376 er32(MGTPTC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003377
Bruce Allan99673d92009-11-20 23:27:21 +00003378 er32(IAC);
3379 er32(ICRXOC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003380
Bruce Allana4f58f52009-06-02 11:29:18 +00003381 /* Clear PHY statistics registers */
3382 if ((hw->phy.type == e1000_phy_82578) ||
3383 (hw->phy.type == e1000_phy_82577)) {
Bruce Allan94d81862009-11-20 23:25:26 +00003384 hw->phy.ops.read_reg(hw, HV_SCC_UPPER, &phy_data);
3385 hw->phy.ops.read_reg(hw, HV_SCC_LOWER, &phy_data);
3386 hw->phy.ops.read_reg(hw, HV_ECOL_UPPER, &phy_data);
3387 hw->phy.ops.read_reg(hw, HV_ECOL_LOWER, &phy_data);
3388 hw->phy.ops.read_reg(hw, HV_MCC_UPPER, &phy_data);
3389 hw->phy.ops.read_reg(hw, HV_MCC_LOWER, &phy_data);
3390 hw->phy.ops.read_reg(hw, HV_LATECOL_UPPER, &phy_data);
3391 hw->phy.ops.read_reg(hw, HV_LATECOL_LOWER, &phy_data);
3392 hw->phy.ops.read_reg(hw, HV_COLC_UPPER, &phy_data);
3393 hw->phy.ops.read_reg(hw, HV_COLC_LOWER, &phy_data);
3394 hw->phy.ops.read_reg(hw, HV_DC_UPPER, &phy_data);
3395 hw->phy.ops.read_reg(hw, HV_DC_LOWER, &phy_data);
3396 hw->phy.ops.read_reg(hw, HV_TNCRS_UPPER, &phy_data);
3397 hw->phy.ops.read_reg(hw, HV_TNCRS_LOWER, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003398 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07003399}
3400
3401static struct e1000_mac_operations ich8_mac_ops = {
Bruce Allana4f58f52009-06-02 11:29:18 +00003402 .id_led_init = e1000e_id_led_init,
Bruce Allan4662e822008-08-26 18:37:06 -07003403 .check_mng_mode = e1000_check_mng_mode_ich8lan,
Bruce Allan7d3cabb2009-07-01 13:29:08 +00003404 .check_for_link = e1000_check_for_copper_link_ich8lan,
Bruce Allana4f58f52009-06-02 11:29:18 +00003405 /* cleanup_led dependent on mac type */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003406 .clear_hw_cntrs = e1000_clear_hw_cntrs_ich8lan,
3407 .get_bus_info = e1000_get_bus_info_ich8lan,
Bruce Allanf4d2dd42010-01-13 02:05:18 +00003408 .set_lan_id = e1000_set_lan_id_single_port,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003409 .get_link_up_info = e1000_get_link_up_info_ich8lan,
Bruce Allana4f58f52009-06-02 11:29:18 +00003410 /* led_on dependent on mac type */
3411 /* led_off dependent on mac type */
Jeff Kirshere2de3eb2008-03-28 09:15:11 -07003412 .update_mc_addr_list = e1000e_update_mc_addr_list_generic,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003413 .reset_hw = e1000_reset_hw_ich8lan,
3414 .init_hw = e1000_init_hw_ich8lan,
3415 .setup_link = e1000_setup_link_ich8lan,
3416 .setup_physical_interface= e1000_setup_copper_link_ich8lan,
Bruce Allana4f58f52009-06-02 11:29:18 +00003417 /* id_led_init dependent on mac type */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003418};
3419
3420static struct e1000_phy_operations ich8_phy_ops = {
Bruce Allan94d81862009-11-20 23:25:26 +00003421 .acquire = e1000_acquire_swflag_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003422 .check_reset_block = e1000_check_reset_block_ich8lan,
Bruce Allan94d81862009-11-20 23:25:26 +00003423 .commit = NULL,
Bruce Allanf4187b52008-08-26 18:36:50 -07003424 .get_cfg_done = e1000_get_cfg_done_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003425 .get_cable_length = e1000e_get_cable_length_igp_2,
Bruce Allan94d81862009-11-20 23:25:26 +00003426 .read_reg = e1000e_read_phy_reg_igp,
3427 .release = e1000_release_swflag_ich8lan,
3428 .reset = e1000_phy_hw_reset_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003429 .set_d0_lplu_state = e1000_set_d0_lplu_state_ich8lan,
3430 .set_d3_lplu_state = e1000_set_d3_lplu_state_ich8lan,
Bruce Allan94d81862009-11-20 23:25:26 +00003431 .write_reg = e1000e_write_phy_reg_igp,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003432};
3433
3434static struct e1000_nvm_operations ich8_nvm_ops = {
Bruce Allan94d81862009-11-20 23:25:26 +00003435 .acquire = e1000_acquire_nvm_ich8lan,
3436 .read = e1000_read_nvm_ich8lan,
3437 .release = e1000_release_nvm_ich8lan,
3438 .update = e1000_update_nvm_checksum_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003439 .valid_led_default = e1000_valid_led_default_ich8lan,
Bruce Allan94d81862009-11-20 23:25:26 +00003440 .validate = e1000_validate_nvm_checksum_ich8lan,
3441 .write = e1000_write_nvm_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003442};
3443
3444struct e1000_info e1000_ich8_info = {
3445 .mac = e1000_ich8lan,
3446 .flags = FLAG_HAS_WOL
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003447 | FLAG_IS_ICH
Auke Kokbc7f75f2007-09-17 12:30:59 -07003448 | FLAG_RX_CSUM_ENABLED
3449 | FLAG_HAS_CTRLEXT_ON_LOAD
3450 | FLAG_HAS_AMT
3451 | FLAG_HAS_FLASH
3452 | FLAG_APME_IN_WUC,
3453 .pba = 8,
Bruce Allan2adc55c2009-06-02 11:28:58 +00003454 .max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN,
Jeff Kirsher69e3fd82008-04-02 13:48:18 -07003455 .get_variants = e1000_get_variants_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003456 .mac_ops = &ich8_mac_ops,
3457 .phy_ops = &ich8_phy_ops,
3458 .nvm_ops = &ich8_nvm_ops,
3459};
3460
3461struct e1000_info e1000_ich9_info = {
3462 .mac = e1000_ich9lan,
3463 .flags = FLAG_HAS_JUMBO_FRAMES
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003464 | FLAG_IS_ICH
Auke Kokbc7f75f2007-09-17 12:30:59 -07003465 | FLAG_HAS_WOL
3466 | FLAG_RX_CSUM_ENABLED
3467 | FLAG_HAS_CTRLEXT_ON_LOAD
3468 | FLAG_HAS_AMT
3469 | FLAG_HAS_ERT
3470 | FLAG_HAS_FLASH
3471 | FLAG_APME_IN_WUC,
3472 .pba = 10,
Bruce Allan2adc55c2009-06-02 11:28:58 +00003473 .max_hw_frame_size = DEFAULT_JUMBO,
Jeff Kirsher69e3fd82008-04-02 13:48:18 -07003474 .get_variants = e1000_get_variants_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003475 .mac_ops = &ich8_mac_ops,
3476 .phy_ops = &ich8_phy_ops,
3477 .nvm_ops = &ich8_nvm_ops,
3478};
3479
Bruce Allanf4187b52008-08-26 18:36:50 -07003480struct e1000_info e1000_ich10_info = {
3481 .mac = e1000_ich10lan,
3482 .flags = FLAG_HAS_JUMBO_FRAMES
3483 | FLAG_IS_ICH
3484 | FLAG_HAS_WOL
3485 | FLAG_RX_CSUM_ENABLED
3486 | FLAG_HAS_CTRLEXT_ON_LOAD
3487 | FLAG_HAS_AMT
3488 | FLAG_HAS_ERT
3489 | FLAG_HAS_FLASH
3490 | FLAG_APME_IN_WUC,
3491 .pba = 10,
Bruce Allan2adc55c2009-06-02 11:28:58 +00003492 .max_hw_frame_size = DEFAULT_JUMBO,
Bruce Allanf4187b52008-08-26 18:36:50 -07003493 .get_variants = e1000_get_variants_ich8lan,
3494 .mac_ops = &ich8_mac_ops,
3495 .phy_ops = &ich8_phy_ops,
3496 .nvm_ops = &ich8_nvm_ops,
3497};
Bruce Allana4f58f52009-06-02 11:29:18 +00003498
3499struct e1000_info e1000_pch_info = {
3500 .mac = e1000_pchlan,
3501 .flags = FLAG_IS_ICH
3502 | FLAG_HAS_WOL
3503 | FLAG_RX_CSUM_ENABLED
3504 | FLAG_HAS_CTRLEXT_ON_LOAD
3505 | FLAG_HAS_AMT
3506 | FLAG_HAS_FLASH
3507 | FLAG_HAS_JUMBO_FRAMES
Bruce Allan38eb3942009-11-19 12:34:20 +00003508 | FLAG_DISABLE_FC_PAUSE_TIME /* errata */
Bruce Allana4f58f52009-06-02 11:29:18 +00003509 | FLAG_APME_IN_WUC,
3510 .pba = 26,
3511 .max_hw_frame_size = 4096,
3512 .get_variants = e1000_get_variants_ich8lan,
3513 .mac_ops = &ich8_mac_ops,
3514 .phy_ops = &ich8_phy_ops,
3515 .nvm_ops = &ich8_nvm_ops,
3516};