blob: ee77b94834d0067e678c34e4ecb7f3c9cfed36a7 [file] [log] [blame]
Auke Kokbc7f75f2007-09-17 12:30:59 -07001/*******************************************************************************
2
3 Intel PRO/1000 Linux driver
Bruce Allan0d6057e2011-01-04 01:16:44 +00004 Copyright(c) 1999 - 2011 Intel Corporation.
Auke Kokbc7f75f2007-09-17 12:30:59 -07005
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.
9
10 This program is distributed in the hope it will be useful, but WITHOUT
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 more details.
14
15 You should have received a copy of the GNU General Public License along with
16 this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
18
19 The full GNU General Public License is included in this distribution in
20 the file called "COPYING".
21
22 Contact Information:
23 Linux NICS <linux.nics@intel.com>
24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
25 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
26
27*******************************************************************************/
28
29/*
Bruce Allan16059272008-11-21 16:51:06 -080030 * 82562G 10/100 Network Connection
Auke Kokbc7f75f2007-09-17 12:30:59 -070031 * 82562G-2 10/100 Network Connection
32 * 82562GT 10/100 Network Connection
33 * 82562GT-2 10/100 Network Connection
34 * 82562V 10/100 Network Connection
35 * 82562V-2 10/100 Network Connection
36 * 82566DC-2 Gigabit Network Connection
37 * 82566DC Gigabit Network Connection
38 * 82566DM-2 Gigabit Network Connection
39 * 82566DM Gigabit Network Connection
40 * 82566MC Gigabit Network Connection
41 * 82566MM Gigabit Network Connection
Bruce Allan97ac8ca2008-04-29 09:16:05 -070042 * 82567LM Gigabit Network Connection
43 * 82567LF Gigabit Network Connection
Bruce Allan16059272008-11-21 16:51:06 -080044 * 82567V Gigabit Network Connection
Bruce Allan97ac8ca2008-04-29 09:16:05 -070045 * 82567LM-2 Gigabit Network Connection
46 * 82567LF-2 Gigabit Network Connection
47 * 82567V-2 Gigabit Network Connection
Bruce Allanf4187b52008-08-26 18:36:50 -070048 * 82567LF-3 Gigabit Network Connection
49 * 82567LM-3 Gigabit Network Connection
Bruce Allan2f15f9d2008-08-26 18:36:36 -070050 * 82567LM-4 Gigabit Network Connection
Bruce Allana4f58f52009-06-02 11:29:18 +000051 * 82577LM Gigabit Network Connection
52 * 82577LC Gigabit Network Connection
53 * 82578DM Gigabit Network Connection
54 * 82578DC Gigabit Network Connection
Bruce Alland3738bb2010-06-16 13:27:28 +000055 * 82579LM Gigabit Network Connection
56 * 82579V Gigabit Network Connection
Auke Kokbc7f75f2007-09-17 12:30:59 -070057 */
58
Auke Kokbc7f75f2007-09-17 12:30:59 -070059#include "e1000.h"
60
61#define ICH_FLASH_GFPREG 0x0000
62#define ICH_FLASH_HSFSTS 0x0004
63#define ICH_FLASH_HSFCTL 0x0006
64#define ICH_FLASH_FADDR 0x0008
65#define ICH_FLASH_FDATA0 0x0010
Bruce Allan4a770352008-10-01 17:18:35 -070066#define ICH_FLASH_PR0 0x0074
Auke Kokbc7f75f2007-09-17 12:30:59 -070067
68#define ICH_FLASH_READ_COMMAND_TIMEOUT 500
69#define ICH_FLASH_WRITE_COMMAND_TIMEOUT 500
70#define ICH_FLASH_ERASE_COMMAND_TIMEOUT 3000000
71#define ICH_FLASH_LINEAR_ADDR_MASK 0x00FFFFFF
72#define ICH_FLASH_CYCLE_REPEAT_COUNT 10
73
74#define ICH_CYCLE_READ 0
75#define ICH_CYCLE_WRITE 2
76#define ICH_CYCLE_ERASE 3
77
78#define FLASH_GFPREG_BASE_MASK 0x1FFF
79#define FLASH_SECTOR_ADDR_SHIFT 12
80
81#define ICH_FLASH_SEG_SIZE_256 256
82#define ICH_FLASH_SEG_SIZE_4K 4096
83#define ICH_FLASH_SEG_SIZE_8K 8192
84#define ICH_FLASH_SEG_SIZE_64K 65536
85
86
87#define E1000_ICH_FWSM_RSPCIPHY 0x00000040 /* Reset PHY on PCI Reset */
Bruce Allan6dfaa762010-05-05 22:00:06 +000088/* FW established a valid mode */
89#define E1000_ICH_FWSM_FW_VALID 0x00008000
Auke Kokbc7f75f2007-09-17 12:30:59 -070090
91#define E1000_ICH_MNG_IAMT_MODE 0x2
92
93#define ID_LED_DEFAULT_ICH8LAN ((ID_LED_DEF1_DEF2 << 12) | \
94 (ID_LED_DEF1_OFF2 << 8) | \
95 (ID_LED_DEF1_ON2 << 4) | \
96 (ID_LED_DEF1_DEF2))
97
98#define E1000_ICH_NVM_SIG_WORD 0x13
99#define E1000_ICH_NVM_SIG_MASK 0xC000
Bruce Allane2434552008-11-21 17:02:41 -0800100#define E1000_ICH_NVM_VALID_SIG_MASK 0xC0
101#define E1000_ICH_NVM_SIG_VALUE 0x80
Auke Kokbc7f75f2007-09-17 12:30:59 -0700102
103#define E1000_ICH8_LAN_INIT_TIMEOUT 1500
104
105#define E1000_FEXTNVM_SW_CONFIG 1
106#define E1000_FEXTNVM_SW_CONFIG_ICH8M (1 << 27) /* Bit redefined for ICH8M :/ */
107
Bruce Allan831bd2e2010-09-22 17:16:18 +0000108#define E1000_FEXTNVM4_BEACON_DURATION_MASK 0x7
109#define E1000_FEXTNVM4_BEACON_DURATION_8USEC 0x7
110#define E1000_FEXTNVM4_BEACON_DURATION_16USEC 0x3
111
Auke Kokbc7f75f2007-09-17 12:30:59 -0700112#define PCIE_ICH8_SNOOP_ALL PCIE_NO_SNOOP_ALL
113
114#define E1000_ICH_RAR_ENTRIES 7
115
116#define PHY_PAGE_SHIFT 5
117#define PHY_REG(page, reg) (((page) << PHY_PAGE_SHIFT) | \
118 ((reg) & MAX_PHY_REG_ADDRESS))
119#define IGP3_KMRN_DIAG PHY_REG(770, 19) /* KMRN Diagnostic */
120#define IGP3_VR_CTRL PHY_REG(776, 18) /* Voltage Regulator Control */
121
122#define IGP3_KMRN_DIAG_PCS_LOCK_LOSS 0x0002
123#define IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK 0x0300
124#define IGP3_VR_CTRL_MODE_SHUTDOWN 0x0200
125
Bruce Allana4f58f52009-06-02 11:29:18 +0000126#define HV_LED_CONFIG PHY_REG(768, 30) /* LED Configuration */
127
Bruce Allan53ac5a82009-10-26 11:23:06 +0000128#define SW_FLAG_TIMEOUT 1000 /* SW Semaphore flag timeout in milliseconds */
129
Bruce Allanf523d212009-10-29 13:45:45 +0000130/* SMBus Address Phy Register */
131#define HV_SMB_ADDR PHY_REG(768, 26)
Bruce Allan8395ae82010-09-22 17:15:08 +0000132#define HV_SMB_ADDR_MASK 0x007F
Bruce Allanf523d212009-10-29 13:45:45 +0000133#define HV_SMB_ADDR_PEC_EN 0x0200
134#define HV_SMB_ADDR_VALID 0x0080
135
Bruce Alland3738bb2010-06-16 13:27:28 +0000136/* PHY Power Management Control */
137#define HV_PM_CTRL PHY_REG(770, 17)
138
Bruce Allane52997f2010-06-16 13:27:49 +0000139/* PHY Low Power Idle Control */
Bruce Allan9202d312011-07-29 05:52:56 +0000140#define I82579_LPI_CTRL PHY_REG(772, 20)
141#define I82579_LPI_CTRL_ENABLE_MASK 0x6000
142#define I82579_LPI_CTRL_FORCE_PLL_LOCK_COUNT 0x80
Bruce Allane52997f2010-06-16 13:27:49 +0000143
Bruce Allan1effb452011-02-25 06:58:03 +0000144/* EMI Registers */
145#define I82579_EMI_ADDR 0x10
146#define I82579_EMI_DATA 0x11
147#define I82579_LPI_UPDATE_TIMER 0x4805 /* in 40ns units + 40 ns base value */
148
Bruce Allanf523d212009-10-29 13:45:45 +0000149/* Strapping Option Register - RO */
150#define E1000_STRAP 0x0000C
151#define E1000_STRAP_SMBUS_ADDRESS_MASK 0x00FE0000
152#define E1000_STRAP_SMBUS_ADDRESS_SHIFT 17
153
Bruce Allanfa2ce132009-10-26 11:23:25 +0000154/* OEM Bits Phy Register */
155#define HV_OEM_BITS PHY_REG(768, 25)
156#define HV_OEM_BITS_LPLU 0x0004 /* Low Power Link Up */
Bruce Allanf523d212009-10-29 13:45:45 +0000157#define HV_OEM_BITS_GBE_DIS 0x0040 /* Gigabit Disable */
Bruce Allanfa2ce132009-10-26 11:23:25 +0000158#define HV_OEM_BITS_RESTART_AN 0x0400 /* Restart Auto-negotiation */
159
Bruce Allan1d5846b2009-10-29 13:46:05 +0000160#define E1000_NVM_K1_CONFIG 0x1B /* NVM K1 Config Word */
161#define E1000_NVM_K1_ENABLE 0x1 /* NVM Enable K1 bit */
162
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000163/* KMRN Mode Control */
164#define HV_KMRN_MODE_CTRL PHY_REG(769, 16)
165#define HV_KMRN_MDIO_SLOW 0x0400
166
Auke Kokbc7f75f2007-09-17 12:30:59 -0700167/* ICH GbE Flash Hardware Sequencing Flash Status Register bit breakdown */
168/* Offset 04h HSFSTS */
169union ich8_hws_flash_status {
170 struct ich8_hsfsts {
171 u16 flcdone :1; /* bit 0 Flash Cycle Done */
172 u16 flcerr :1; /* bit 1 Flash Cycle Error */
173 u16 dael :1; /* bit 2 Direct Access error Log */
174 u16 berasesz :2; /* bit 4:3 Sector Erase Size */
175 u16 flcinprog :1; /* bit 5 flash cycle in Progress */
176 u16 reserved1 :2; /* bit 13:6 Reserved */
177 u16 reserved2 :6; /* bit 13:6 Reserved */
178 u16 fldesvalid :1; /* bit 14 Flash Descriptor Valid */
179 u16 flockdn :1; /* bit 15 Flash Config Lock-Down */
180 } hsf_status;
181 u16 regval;
182};
183
184/* ICH GbE Flash Hardware Sequencing Flash control Register bit breakdown */
185/* Offset 06h FLCTL */
186union ich8_hws_flash_ctrl {
187 struct ich8_hsflctl {
188 u16 flcgo :1; /* 0 Flash Cycle Go */
189 u16 flcycle :2; /* 2:1 Flash Cycle */
190 u16 reserved :5; /* 7:3 Reserved */
191 u16 fldbcount :2; /* 9:8 Flash Data Byte Count */
192 u16 flockdn :6; /* 15:10 Reserved */
193 } hsf_ctrl;
194 u16 regval;
195};
196
197/* ICH Flash Region Access Permissions */
198union ich8_hws_flash_regacc {
199 struct ich8_flracc {
200 u32 grra :8; /* 0:7 GbE region Read Access */
201 u32 grwa :8; /* 8:15 GbE region Write Access */
202 u32 gmrag :8; /* 23:16 GbE Master Read Access Grant */
203 u32 gmwag :8; /* 31:24 GbE Master Write Access Grant */
204 } hsf_flregacc;
205 u16 regval;
206};
207
Bruce Allan4a770352008-10-01 17:18:35 -0700208/* ICH Flash Protected Region */
209union ich8_flash_protected_range {
210 struct ich8_pr {
211 u32 base:13; /* 0:12 Protected Range Base */
212 u32 reserved1:2; /* 13:14 Reserved */
213 u32 rpe:1; /* 15 Read Protection Enable */
214 u32 limit:13; /* 16:28 Protected Range Limit */
215 u32 reserved2:2; /* 29:30 Reserved */
216 u32 wpe:1; /* 31 Write Protection Enable */
217 } range;
218 u32 regval;
219};
220
Auke Kokbc7f75f2007-09-17 12:30:59 -0700221static s32 e1000_setup_link_ich8lan(struct e1000_hw *hw);
222static void e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw);
223static void e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700224static s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank);
225static s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
226 u32 offset, u8 byte);
Bruce Allanf4187b52008-08-26 18:36:50 -0700227static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
228 u8 *data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700229static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
230 u16 *data);
231static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
232 u8 size, u16 *data);
233static s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw);
234static s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw);
Bruce Allanf4187b52008-08-26 18:36:50 -0700235static s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw);
Bruce Allana4f58f52009-06-02 11:29:18 +0000236static s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw);
237static s32 e1000_led_on_ich8lan(struct e1000_hw *hw);
238static s32 e1000_led_off_ich8lan(struct e1000_hw *hw);
239static s32 e1000_id_led_init_pchlan(struct e1000_hw *hw);
240static s32 e1000_setup_led_pchlan(struct e1000_hw *hw);
241static s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw);
242static s32 e1000_led_on_pchlan(struct e1000_hw *hw);
243static s32 e1000_led_off_pchlan(struct e1000_hw *hw);
Bruce Allanfa2ce132009-10-26 11:23:25 +0000244static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
Bruce Allan17f208d2009-12-01 15:47:22 +0000245static void e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw);
Bruce Allanf523d212009-10-29 13:45:45 +0000246static void e1000_lan_init_done_ich8lan(struct e1000_hw *hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +0000247static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link);
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000248static s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw);
Bruce Allaneb7700d2010-06-16 13:27:05 +0000249static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw);
250static bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw);
Bruce Allan831bd2e2010-09-22 17:16:18 +0000251static s32 e1000_k1_workaround_lv(struct e1000_hw *hw);
Bruce Allan605c82b2010-09-22 17:17:01 +0000252static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700253
254static inline u16 __er16flash(struct e1000_hw *hw, unsigned long reg)
255{
256 return readw(hw->flash_address + reg);
257}
258
259static inline u32 __er32flash(struct e1000_hw *hw, unsigned long reg)
260{
261 return readl(hw->flash_address + reg);
262}
263
264static inline void __ew16flash(struct e1000_hw *hw, unsigned long reg, u16 val)
265{
266 writew(val, hw->flash_address + reg);
267}
268
269static inline void __ew32flash(struct e1000_hw *hw, unsigned long reg, u32 val)
270{
271 writel(val, hw->flash_address + reg);
272}
273
274#define er16flash(reg) __er16flash(hw, (reg))
275#define er32flash(reg) __er32flash(hw, (reg))
276#define ew16flash(reg,val) __ew16flash(hw, (reg), (val))
277#define ew32flash(reg,val) __ew32flash(hw, (reg), (val))
278
279/**
Bruce Allana4f58f52009-06-02 11:29:18 +0000280 * e1000_init_phy_params_pchlan - Initialize PHY function pointers
281 * @hw: pointer to the HW structure
282 *
283 * Initialize family-specific PHY parameters and function pointers.
284 **/
285static s32 e1000_init_phy_params_pchlan(struct e1000_hw *hw)
286{
287 struct e1000_phy_info *phy = &hw->phy;
Bruce Allan605c82b2010-09-22 17:17:01 +0000288 u32 ctrl, fwsm;
Bruce Allana4f58f52009-06-02 11:29:18 +0000289 s32 ret_val = 0;
290
291 phy->addr = 1;
292 phy->reset_delay_us = 100;
293
Bruce Allan94d81862009-11-20 23:25:26 +0000294 phy->ops.read_reg = e1000_read_phy_reg_hv;
295 phy->ops.read_reg_locked = e1000_read_phy_reg_hv_locked;
Bruce Allanfa2ce132009-10-26 11:23:25 +0000296 phy->ops.set_d0_lplu_state = e1000_set_lplu_state_pchlan;
297 phy->ops.set_d3_lplu_state = e1000_set_lplu_state_pchlan;
Bruce Allan94d81862009-11-20 23:25:26 +0000298 phy->ops.write_reg = e1000_write_phy_reg_hv;
299 phy->ops.write_reg_locked = e1000_write_phy_reg_hv_locked;
Bruce Allan17f208d2009-12-01 15:47:22 +0000300 phy->ops.power_up = e1000_power_up_phy_copper;
301 phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
Bruce Allana4f58f52009-06-02 11:29:18 +0000302 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
303
Bruce Alland3738bb2010-06-16 13:27:28 +0000304 /*
305 * The MAC-PHY interconnect may still be in SMBus mode
306 * after Sx->S0. If the manageability engine (ME) is
307 * disabled, then toggle the LANPHYPC Value bit to force
308 * the interconnect to PCIe mode.
309 */
Bruce Allan605c82b2010-09-22 17:17:01 +0000310 fwsm = er32(FWSM);
Bruce Allan6cc7aae2011-02-25 06:25:18 +0000311 if (!(fwsm & E1000_ICH_FWSM_FW_VALID) && !e1000_check_reset_block(hw)) {
Bruce Allan6dfaa762010-05-05 22:00:06 +0000312 ctrl = er32(CTRL);
Bruce Allan6cc7aae2011-02-25 06:25:18 +0000313 ctrl |= E1000_CTRL_LANPHYPC_OVERRIDE;
Bruce Allan6dfaa762010-05-05 22:00:06 +0000314 ctrl &= ~E1000_CTRL_LANPHYPC_VALUE;
315 ew32(CTRL, ctrl);
316 udelay(10);
317 ctrl &= ~E1000_CTRL_LANPHYPC_OVERRIDE;
318 ew32(CTRL, ctrl);
319 msleep(50);
Bruce Allan605c82b2010-09-22 17:17:01 +0000320
321 /*
322 * Gate automatic PHY configuration by hardware on
323 * non-managed 82579
324 */
325 if (hw->mac.type == e1000_pch2lan)
326 e1000_gate_hw_phy_config_ich8lan(hw, true);
Bruce Allan6dfaa762010-05-05 22:00:06 +0000327 }
328
Bruce Allan627c8a02010-05-05 22:00:27 +0000329 /*
Uwe Kleine-Königb5950762010-11-01 15:38:34 -0400330 * Reset the PHY before any access to it. Doing so, ensures that
Bruce Allan627c8a02010-05-05 22:00:27 +0000331 * the PHY is in a known good state before we read/write PHY registers.
332 * The generic reset is sufficient here, because we haven't determined
333 * the PHY type yet.
334 */
335 ret_val = e1000e_phy_hw_reset_generic(hw);
336 if (ret_val)
337 goto out;
338
Bruce Allan605c82b2010-09-22 17:17:01 +0000339 /* Ungate automatic PHY configuration on non-managed 82579 */
Bruce Allan6cc7aae2011-02-25 06:25:18 +0000340 if ((hw->mac.type == e1000_pch2lan) &&
Bruce Allan605c82b2010-09-22 17:17:01 +0000341 !(fwsm & E1000_ICH_FWSM_FW_VALID)) {
Bruce Allan1bba4382011-03-19 00:27:20 +0000342 usleep_range(10000, 20000);
Bruce Allan605c82b2010-09-22 17:17:01 +0000343 e1000_gate_hw_phy_config_ich8lan(hw, false);
344 }
345
Bruce Allana4f58f52009-06-02 11:29:18 +0000346 phy->id = e1000_phy_unknown;
Bruce Allan664dc872010-11-24 06:01:46 +0000347 switch (hw->mac.type) {
348 default:
349 ret_val = e1000e_get_phy_id(hw);
350 if (ret_val)
351 goto out;
352 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK))
353 break;
354 /* fall-through */
355 case e1000_pch2lan:
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000356 /*
Bruce Allan664dc872010-11-24 06:01:46 +0000357 * In case the PHY needs to be in mdio slow mode,
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000358 * set slow mode and try to get the PHY id again.
359 */
360 ret_val = e1000_set_mdio_slow_mode_hv(hw);
361 if (ret_val)
362 goto out;
363 ret_val = e1000e_get_phy_id(hw);
364 if (ret_val)
365 goto out;
Bruce Allan664dc872010-11-24 06:01:46 +0000366 break;
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000367 }
Bruce Allana4f58f52009-06-02 11:29:18 +0000368 phy->type = e1000e_get_phy_type_from_id(phy->id);
369
Bruce Allan0be84012009-12-02 17:03:18 +0000370 switch (phy->type) {
371 case e1000_phy_82577:
Bruce Alland3738bb2010-06-16 13:27:28 +0000372 case e1000_phy_82579:
Bruce Allana4f58f52009-06-02 11:29:18 +0000373 phy->ops.check_polarity = e1000_check_polarity_82577;
374 phy->ops.force_speed_duplex =
Bruce Allan6cc7aae2011-02-25 06:25:18 +0000375 e1000_phy_force_speed_duplex_82577;
Bruce Allan0be84012009-12-02 17:03:18 +0000376 phy->ops.get_cable_length = e1000_get_cable_length_82577;
Bruce Allan94d81862009-11-20 23:25:26 +0000377 phy->ops.get_info = e1000_get_phy_info_82577;
378 phy->ops.commit = e1000e_phy_sw_reset;
Bruce Allaneab50ff2010-05-10 15:01:30 +0000379 break;
Bruce Allan0be84012009-12-02 17:03:18 +0000380 case e1000_phy_82578:
381 phy->ops.check_polarity = e1000_check_polarity_m88;
382 phy->ops.force_speed_duplex = e1000e_phy_force_speed_duplex_m88;
383 phy->ops.get_cable_length = e1000e_get_cable_length_m88;
384 phy->ops.get_info = e1000e_get_phy_info_m88;
385 break;
386 default:
387 ret_val = -E1000_ERR_PHY;
388 break;
Bruce Allana4f58f52009-06-02 11:29:18 +0000389 }
390
Bruce Allanfddaa1a2010-01-13 01:52:49 +0000391out:
Bruce Allana4f58f52009-06-02 11:29:18 +0000392 return ret_val;
393}
394
395/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700396 * e1000_init_phy_params_ich8lan - Initialize PHY function pointers
397 * @hw: pointer to the HW structure
398 *
399 * Initialize family-specific PHY parameters and function pointers.
400 **/
401static s32 e1000_init_phy_params_ich8lan(struct e1000_hw *hw)
402{
403 struct e1000_phy_info *phy = &hw->phy;
404 s32 ret_val;
405 u16 i = 0;
406
407 phy->addr = 1;
408 phy->reset_delay_us = 100;
409
Bruce Allan17f208d2009-12-01 15:47:22 +0000410 phy->ops.power_up = e1000_power_up_phy_copper;
411 phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
412
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700413 /*
414 * We may need to do this twice - once for IGP and if that fails,
415 * we'll set BM func pointers and try again
416 */
417 ret_val = e1000e_determine_phy_address(hw);
418 if (ret_val) {
Bruce Allan94d81862009-11-20 23:25:26 +0000419 phy->ops.write_reg = e1000e_write_phy_reg_bm;
420 phy->ops.read_reg = e1000e_read_phy_reg_bm;
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700421 ret_val = e1000e_determine_phy_address(hw);
Bruce Allan9b71b412009-12-01 15:53:07 +0000422 if (ret_val) {
423 e_dbg("Cannot determine PHY addr. Erroring out\n");
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700424 return ret_val;
Bruce Allan9b71b412009-12-01 15:53:07 +0000425 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700426 }
427
Auke Kokbc7f75f2007-09-17 12:30:59 -0700428 phy->id = 0;
429 while ((e1000_phy_unknown == e1000e_get_phy_type_from_id(phy->id)) &&
430 (i++ < 100)) {
Bruce Allan1bba4382011-03-19 00:27:20 +0000431 usleep_range(1000, 2000);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700432 ret_val = e1000e_get_phy_id(hw);
433 if (ret_val)
434 return ret_val;
435 }
436
437 /* Verify phy id */
438 switch (phy->id) {
439 case IGP03E1000_E_PHY_ID:
440 phy->type = e1000_phy_igp_3;
441 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
Bruce Allan94d81862009-11-20 23:25:26 +0000442 phy->ops.read_reg_locked = e1000e_read_phy_reg_igp_locked;
443 phy->ops.write_reg_locked = e1000e_write_phy_reg_igp_locked;
Bruce Allan0be84012009-12-02 17:03:18 +0000444 phy->ops.get_info = e1000e_get_phy_info_igp;
445 phy->ops.check_polarity = e1000_check_polarity_igp;
446 phy->ops.force_speed_duplex = e1000e_phy_force_speed_duplex_igp;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700447 break;
448 case IFE_E_PHY_ID:
449 case IFE_PLUS_E_PHY_ID:
450 case IFE_C_E_PHY_ID:
451 phy->type = e1000_phy_ife;
452 phy->autoneg_mask = E1000_ALL_NOT_GIG;
Bruce Allan0be84012009-12-02 17:03:18 +0000453 phy->ops.get_info = e1000_get_phy_info_ife;
454 phy->ops.check_polarity = e1000_check_polarity_ife;
455 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_ife;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700456 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700457 case BME1000_E_PHY_ID:
458 phy->type = e1000_phy_bm;
459 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
Bruce Allan94d81862009-11-20 23:25:26 +0000460 phy->ops.read_reg = e1000e_read_phy_reg_bm;
461 phy->ops.write_reg = e1000e_write_phy_reg_bm;
462 phy->ops.commit = e1000e_phy_sw_reset;
Bruce Allan0be84012009-12-02 17:03:18 +0000463 phy->ops.get_info = e1000e_get_phy_info_m88;
464 phy->ops.check_polarity = e1000_check_polarity_m88;
465 phy->ops.force_speed_duplex = e1000e_phy_force_speed_duplex_m88;
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700466 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700467 default:
468 return -E1000_ERR_PHY;
469 break;
470 }
471
472 return 0;
473}
474
475/**
476 * e1000_init_nvm_params_ich8lan - Initialize NVM function pointers
477 * @hw: pointer to the HW structure
478 *
479 * Initialize family-specific NVM parameters and function
480 * pointers.
481 **/
482static s32 e1000_init_nvm_params_ich8lan(struct e1000_hw *hw)
483{
484 struct e1000_nvm_info *nvm = &hw->nvm;
485 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Bruce Allan148675a2009-08-07 07:41:56 +0000486 u32 gfpreg, sector_base_addr, sector_end_addr;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700487 u16 i;
488
Bruce Allanad680762008-03-28 09:15:03 -0700489 /* Can't read flash registers if the register set isn't mapped. */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700490 if (!hw->flash_address) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000491 e_dbg("ERROR: Flash registers not mapped\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700492 return -E1000_ERR_CONFIG;
493 }
494
495 nvm->type = e1000_nvm_flash_sw;
496
497 gfpreg = er32flash(ICH_FLASH_GFPREG);
498
Bruce Allanad680762008-03-28 09:15:03 -0700499 /*
500 * sector_X_addr is a "sector"-aligned address (4096 bytes)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700501 * Add 1 to sector_end_addr since this sector is included in
Bruce Allanad680762008-03-28 09:15:03 -0700502 * the overall size.
503 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700504 sector_base_addr = gfpreg & FLASH_GFPREG_BASE_MASK;
505 sector_end_addr = ((gfpreg >> 16) & FLASH_GFPREG_BASE_MASK) + 1;
506
507 /* flash_base_addr is byte-aligned */
508 nvm->flash_base_addr = sector_base_addr << FLASH_SECTOR_ADDR_SHIFT;
509
Bruce Allanad680762008-03-28 09:15:03 -0700510 /*
511 * find total size of the NVM, then cut in half since the total
512 * size represents two separate NVM banks.
513 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700514 nvm->flash_bank_size = (sector_end_addr - sector_base_addr)
515 << FLASH_SECTOR_ADDR_SHIFT;
516 nvm->flash_bank_size /= 2;
517 /* Adjust to word count */
518 nvm->flash_bank_size /= sizeof(u16);
519
520 nvm->word_size = E1000_ICH8_SHADOW_RAM_WORDS;
521
522 /* Clear shadow ram */
523 for (i = 0; i < nvm->word_size; i++) {
Bruce Allan564ea9b2009-11-20 23:26:44 +0000524 dev_spec->shadow_ram[i].modified = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700525 dev_spec->shadow_ram[i].value = 0xFFFF;
526 }
527
528 return 0;
529}
530
531/**
532 * e1000_init_mac_params_ich8lan - Initialize MAC function pointers
533 * @hw: pointer to the HW structure
534 *
535 * Initialize family-specific MAC parameters and function
536 * pointers.
537 **/
538static s32 e1000_init_mac_params_ich8lan(struct e1000_adapter *adapter)
539{
540 struct e1000_hw *hw = &adapter->hw;
541 struct e1000_mac_info *mac = &hw->mac;
542
543 /* Set media type function pointer */
Jeff Kirsher318a94d2008-03-28 09:15:16 -0700544 hw->phy.media_type = e1000_media_type_copper;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700545
546 /* Set mta register count */
547 mac->mta_reg_count = 32;
548 /* Set rar entry count */
549 mac->rar_entry_count = E1000_ICH_RAR_ENTRIES;
550 if (mac->type == e1000_ich8lan)
551 mac->rar_entry_count--;
Bruce Allana65a4a02010-05-10 15:01:51 +0000552 /* FWSM register */
553 mac->has_fwsm = true;
554 /* ARC subsystem not supported */
555 mac->arc_subsystem_valid = false;
Bruce Allanf464ba82010-01-07 16:31:35 +0000556 /* Adaptive IFS supported */
557 mac->adaptive_ifs = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700558
Bruce Allana4f58f52009-06-02 11:29:18 +0000559 /* LED operations */
560 switch (mac->type) {
561 case e1000_ich8lan:
562 case e1000_ich9lan:
563 case e1000_ich10lan:
Bruce Allaneb7700d2010-06-16 13:27:05 +0000564 /* check management mode */
565 mac->ops.check_mng_mode = e1000_check_mng_mode_ich8lan;
Bruce Allana4f58f52009-06-02 11:29:18 +0000566 /* ID LED init */
567 mac->ops.id_led_init = e1000e_id_led_init;
Bruce Allandbf80dc2011-04-16 00:34:40 +0000568 /* blink LED */
569 mac->ops.blink_led = e1000e_blink_led_generic;
Bruce Allana4f58f52009-06-02 11:29:18 +0000570 /* setup LED */
571 mac->ops.setup_led = e1000e_setup_led_generic;
572 /* cleanup LED */
573 mac->ops.cleanup_led = e1000_cleanup_led_ich8lan;
574 /* turn on/off LED */
575 mac->ops.led_on = e1000_led_on_ich8lan;
576 mac->ops.led_off = e1000_led_off_ich8lan;
577 break;
578 case e1000_pchlan:
Bruce Alland3738bb2010-06-16 13:27:28 +0000579 case e1000_pch2lan:
Bruce Allaneb7700d2010-06-16 13:27:05 +0000580 /* check management mode */
581 mac->ops.check_mng_mode = e1000_check_mng_mode_pchlan;
Bruce Allana4f58f52009-06-02 11:29:18 +0000582 /* ID LED init */
583 mac->ops.id_led_init = e1000_id_led_init_pchlan;
584 /* setup LED */
585 mac->ops.setup_led = e1000_setup_led_pchlan;
586 /* cleanup LED */
587 mac->ops.cleanup_led = e1000_cleanup_led_pchlan;
588 /* turn on/off LED */
589 mac->ops.led_on = e1000_led_on_pchlan;
590 mac->ops.led_off = e1000_led_off_pchlan;
591 break;
592 default:
593 break;
594 }
595
Auke Kokbc7f75f2007-09-17 12:30:59 -0700596 /* Enable PCS Lock-loss workaround for ICH8 */
597 if (mac->type == e1000_ich8lan)
Bruce Allan564ea9b2009-11-20 23:26:44 +0000598 e1000e_set_kmrn_lock_loss_workaround_ich8lan(hw, true);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700599
Bruce Allan605c82b2010-09-22 17:17:01 +0000600 /* Gate automatic PHY configuration by hardware on managed 82579 */
601 if ((mac->type == e1000_pch2lan) &&
602 (er32(FWSM) & E1000_ICH_FWSM_FW_VALID))
603 e1000_gate_hw_phy_config_ich8lan(hw, true);
Bruce Alland3738bb2010-06-16 13:27:28 +0000604
Auke Kokbc7f75f2007-09-17 12:30:59 -0700605 return 0;
606}
607
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000608/**
Bruce Allane52997f2010-06-16 13:27:49 +0000609 * e1000_set_eee_pchlan - Enable/disable EEE support
610 * @hw: pointer to the HW structure
611 *
612 * Enable/disable EEE based on setting in dev_spec structure. The bits in
613 * the LPI Control register will remain set only if/when link is up.
614 **/
615static s32 e1000_set_eee_pchlan(struct e1000_hw *hw)
616{
617 s32 ret_val = 0;
618 u16 phy_reg;
619
620 if (hw->phy.type != e1000_phy_82579)
621 goto out;
622
623 ret_val = e1e_rphy(hw, I82579_LPI_CTRL, &phy_reg);
624 if (ret_val)
625 goto out;
626
627 if (hw->dev_spec.ich8lan.eee_disable)
628 phy_reg &= ~I82579_LPI_CTRL_ENABLE_MASK;
629 else
630 phy_reg |= I82579_LPI_CTRL_ENABLE_MASK;
631
632 ret_val = e1e_wphy(hw, I82579_LPI_CTRL, phy_reg);
633out:
634 return ret_val;
635}
636
637/**
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000638 * e1000_check_for_copper_link_ich8lan - Check for link (Copper)
639 * @hw: pointer to the HW structure
640 *
641 * Checks to see of the link status of the hardware has changed. If a
642 * change in link status has been detected, then we read the PHY registers
643 * to get the current speed/duplex if link exists.
644 **/
645static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
646{
647 struct e1000_mac_info *mac = &hw->mac;
648 s32 ret_val;
649 bool link;
650
651 /*
652 * We only want to go out to the PHY registers to see if Auto-Neg
653 * has completed and/or if our link status has changed. The
654 * get_link_status flag is set upon receiving a Link Status
655 * Change or Rx Sequence Error interrupt.
656 */
657 if (!mac->get_link_status) {
658 ret_val = 0;
659 goto out;
660 }
661
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000662 /*
663 * First we want to see if the MII Status Register reports
664 * link. If so, then we want to get the current speed/duplex
665 * of the PHY.
666 */
667 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
668 if (ret_val)
669 goto out;
670
Bruce Allan1d5846b2009-10-29 13:46:05 +0000671 if (hw->mac.type == e1000_pchlan) {
672 ret_val = e1000_k1_gig_workaround_hv(hw, link);
673 if (ret_val)
674 goto out;
675 }
676
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000677 if (!link)
678 goto out; /* No link detected */
679
680 mac->get_link_status = false;
681
682 if (hw->phy.type == e1000_phy_82578) {
683 ret_val = e1000_link_stall_workaround_hv(hw);
684 if (ret_val)
685 goto out;
686 }
687
Bruce Allan831bd2e2010-09-22 17:16:18 +0000688 if (hw->mac.type == e1000_pch2lan) {
689 ret_val = e1000_k1_workaround_lv(hw);
690 if (ret_val)
691 goto out;
692 }
693
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000694 /*
695 * Check if there was DownShift, must be checked
696 * immediately after link-up
697 */
698 e1000e_check_downshift(hw);
699
Bruce Allane52997f2010-06-16 13:27:49 +0000700 /* Enable/Disable EEE after link up */
701 ret_val = e1000_set_eee_pchlan(hw);
702 if (ret_val)
703 goto out;
704
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000705 /*
706 * If we are forcing speed/duplex, then we simply return since
707 * we have already determined whether we have link or not.
708 */
709 if (!mac->autoneg) {
710 ret_val = -E1000_ERR_CONFIG;
711 goto out;
712 }
713
714 /*
715 * Auto-Neg is enabled. Auto Speed Detection takes care
716 * of MAC speed/duplex configuration. So we only need to
717 * configure Collision Distance in the MAC.
718 */
719 e1000e_config_collision_dist(hw);
720
721 /*
722 * Configure Flow Control now that Auto-Neg has completed.
723 * First, we need to restore the desired flow control
724 * settings because we may have had to re-autoneg with a
725 * different link partner.
726 */
727 ret_val = e1000e_config_fc_after_link_up(hw);
728 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000729 e_dbg("Error configuring flow control\n");
Bruce Allan7d3cabb2009-07-01 13:29:08 +0000730
731out:
732 return ret_val;
733}
734
Jeff Kirsher69e3fd82008-04-02 13:48:18 -0700735static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700736{
737 struct e1000_hw *hw = &adapter->hw;
738 s32 rc;
739
740 rc = e1000_init_mac_params_ich8lan(adapter);
741 if (rc)
742 return rc;
743
744 rc = e1000_init_nvm_params_ich8lan(hw);
745 if (rc)
746 return rc;
747
Bruce Alland3738bb2010-06-16 13:27:28 +0000748 switch (hw->mac.type) {
749 case e1000_ich8lan:
750 case e1000_ich9lan:
751 case e1000_ich10lan:
Bruce Allana4f58f52009-06-02 11:29:18 +0000752 rc = e1000_init_phy_params_ich8lan(hw);
Bruce Alland3738bb2010-06-16 13:27:28 +0000753 break;
754 case e1000_pchlan:
755 case e1000_pch2lan:
756 rc = e1000_init_phy_params_pchlan(hw);
757 break;
758 default:
759 break;
760 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700761 if (rc)
762 return rc;
763
Bruce Allan23e4f062011-02-25 07:44:51 +0000764 /*
765 * Disable Jumbo Frame support on parts with Intel 10/100 PHY or
766 * on parts with MACsec enabled in NVM (reflected in CTRL_EXT).
767 */
768 if ((adapter->hw.phy.type == e1000_phy_ife) ||
769 ((adapter->hw.mac.type >= e1000_pch2lan) &&
770 (!(er32(CTRL_EXT) & E1000_CTRL_EXT_LSECCK)))) {
Bruce Allan2adc55c2009-06-02 11:28:58 +0000771 adapter->flags &= ~FLAG_HAS_JUMBO_FRAMES;
772 adapter->max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN;
Bruce Allandbf80dc2011-04-16 00:34:40 +0000773
774 hw->mac.ops.blink_led = NULL;
Bruce Allan2adc55c2009-06-02 11:28:58 +0000775 }
776
Auke Kokbc7f75f2007-09-17 12:30:59 -0700777 if ((adapter->hw.mac.type == e1000_ich8lan) &&
778 (adapter->hw.phy.type == e1000_phy_igp_3))
779 adapter->flags |= FLAG_LSC_GIG_SPEED_DROP;
780
Bruce Allan5a86f282010-06-29 18:13:13 +0000781 /* Disable EEE by default until IEEE802.3az spec is finalized */
782 if (adapter->flags2 & FLAG2_HAS_EEE)
783 adapter->hw.dev_spec.ich8lan.eee_disable = true;
784
Auke Kokbc7f75f2007-09-17 12:30:59 -0700785 return 0;
786}
787
Thomas Gleixner717d4382008-10-02 16:33:40 -0700788static DEFINE_MUTEX(nvm_mutex);
Thomas Gleixner717d4382008-10-02 16:33:40 -0700789
Auke Kokbc7f75f2007-09-17 12:30:59 -0700790/**
Bruce Allanca15df52009-10-26 11:23:43 +0000791 * e1000_acquire_nvm_ich8lan - Acquire NVM mutex
792 * @hw: pointer to the HW structure
793 *
794 * Acquires the mutex for performing NVM operations.
795 **/
796static s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw)
797{
798 mutex_lock(&nvm_mutex);
799
800 return 0;
801}
802
803/**
804 * e1000_release_nvm_ich8lan - Release NVM mutex
805 * @hw: pointer to the HW structure
806 *
807 * Releases the mutex used while performing NVM operations.
808 **/
809static void e1000_release_nvm_ich8lan(struct e1000_hw *hw)
810{
811 mutex_unlock(&nvm_mutex);
Bruce Allanca15df52009-10-26 11:23:43 +0000812}
813
814static DEFINE_MUTEX(swflag_mutex);
815
816/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700817 * e1000_acquire_swflag_ich8lan - Acquire software control flag
818 * @hw: pointer to the HW structure
819 *
Bruce Allanca15df52009-10-26 11:23:43 +0000820 * Acquires the software control flag for performing PHY and select
821 * MAC CSR accesses.
Auke Kokbc7f75f2007-09-17 12:30:59 -0700822 **/
823static s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw)
824{
Bruce Allan373a88d2009-08-07 07:41:37 +0000825 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT;
826 s32 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700827
Bruce Allanca15df52009-10-26 11:23:43 +0000828 mutex_lock(&swflag_mutex);
Thomas Gleixner717d4382008-10-02 16:33:40 -0700829
Auke Kokbc7f75f2007-09-17 12:30:59 -0700830 while (timeout) {
831 extcnf_ctrl = er32(EXTCNF_CTRL);
Bruce Allan373a88d2009-08-07 07:41:37 +0000832 if (!(extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG))
833 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700834
Auke Kokbc7f75f2007-09-17 12:30:59 -0700835 mdelay(1);
836 timeout--;
837 }
838
839 if (!timeout) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000840 e_dbg("SW/FW/HW has locked the resource for too long.\n");
Bruce Allan373a88d2009-08-07 07:41:37 +0000841 ret_val = -E1000_ERR_CONFIG;
842 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700843 }
844
Bruce Allan53ac5a82009-10-26 11:23:06 +0000845 timeout = SW_FLAG_TIMEOUT;
Bruce Allan373a88d2009-08-07 07:41:37 +0000846
847 extcnf_ctrl |= E1000_EXTCNF_CTRL_SWFLAG;
848 ew32(EXTCNF_CTRL, extcnf_ctrl);
849
850 while (timeout) {
851 extcnf_ctrl = er32(EXTCNF_CTRL);
852 if (extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG)
853 break;
854
855 mdelay(1);
856 timeout--;
857 }
858
859 if (!timeout) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000860 e_dbg("Failed to acquire the semaphore.\n");
Bruce Allan373a88d2009-08-07 07:41:37 +0000861 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
862 ew32(EXTCNF_CTRL, extcnf_ctrl);
863 ret_val = -E1000_ERR_CONFIG;
864 goto out;
865 }
866
867out:
868 if (ret_val)
Bruce Allanca15df52009-10-26 11:23:43 +0000869 mutex_unlock(&swflag_mutex);
Bruce Allan373a88d2009-08-07 07:41:37 +0000870
871 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700872}
873
874/**
875 * e1000_release_swflag_ich8lan - Release software control flag
876 * @hw: pointer to the HW structure
877 *
Bruce Allanca15df52009-10-26 11:23:43 +0000878 * Releases the software control flag for performing PHY and select
879 * MAC CSR accesses.
Auke Kokbc7f75f2007-09-17 12:30:59 -0700880 **/
881static void e1000_release_swflag_ich8lan(struct e1000_hw *hw)
882{
883 u32 extcnf_ctrl;
884
885 extcnf_ctrl = er32(EXTCNF_CTRL);
886 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
887 ew32(EXTCNF_CTRL, extcnf_ctrl);
Thomas Gleixner717d4382008-10-02 16:33:40 -0700888
Bruce Allanca15df52009-10-26 11:23:43 +0000889 mutex_unlock(&swflag_mutex);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700890}
891
892/**
Bruce Allan4662e822008-08-26 18:37:06 -0700893 * e1000_check_mng_mode_ich8lan - Checks management mode
894 * @hw: pointer to the HW structure
895 *
Bruce Allaneb7700d2010-06-16 13:27:05 +0000896 * This checks if the adapter has any manageability enabled.
Bruce Allan4662e822008-08-26 18:37:06 -0700897 * This is a function pointer entry point only called by read/write
898 * routines for the PHY and NVM parts.
899 **/
900static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw)
901{
Bruce Allana708dd82009-11-20 23:28:37 +0000902 u32 fwsm;
903
904 fwsm = er32(FWSM);
Bruce Allaneb7700d2010-06-16 13:27:05 +0000905 return (fwsm & E1000_ICH_FWSM_FW_VALID) &&
906 ((fwsm & E1000_FWSM_MODE_MASK) ==
907 (E1000_ICH_MNG_IAMT_MODE << E1000_FWSM_MODE_SHIFT));
908}
Bruce Allan4662e822008-08-26 18:37:06 -0700909
Bruce Allaneb7700d2010-06-16 13:27:05 +0000910/**
911 * e1000_check_mng_mode_pchlan - Checks management mode
912 * @hw: pointer to the HW structure
913 *
914 * This checks if the adapter has iAMT enabled.
915 * This is a function pointer entry point only called by read/write
916 * routines for the PHY and NVM parts.
917 **/
918static bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw)
919{
920 u32 fwsm;
921
922 fwsm = er32(FWSM);
923 return (fwsm & E1000_ICH_FWSM_FW_VALID) &&
924 (fwsm & (E1000_ICH_MNG_IAMT_MODE << E1000_FWSM_MODE_SHIFT));
Bruce Allan4662e822008-08-26 18:37:06 -0700925}
926
927/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700928 * e1000_check_reset_block_ich8lan - Check if PHY reset is blocked
929 * @hw: pointer to the HW structure
930 *
931 * Checks if firmware is blocking the reset of the PHY.
932 * This is a function pointer entry point only called by
933 * reset routines.
934 **/
935static s32 e1000_check_reset_block_ich8lan(struct e1000_hw *hw)
936{
937 u32 fwsm;
938
939 fwsm = er32(FWSM);
940
941 return (fwsm & E1000_ICH_FWSM_RSPCIPHY) ? 0 : E1000_BLK_PHY_RESET;
942}
943
944/**
Bruce Allan8395ae82010-09-22 17:15:08 +0000945 * e1000_write_smbus_addr - Write SMBus address to PHY needed during Sx states
946 * @hw: pointer to the HW structure
947 *
948 * Assumes semaphore already acquired.
949 *
950 **/
951static s32 e1000_write_smbus_addr(struct e1000_hw *hw)
952{
953 u16 phy_data;
954 u32 strap = er32(STRAP);
955 s32 ret_val = 0;
956
957 strap &= E1000_STRAP_SMBUS_ADDRESS_MASK;
958
959 ret_val = e1000_read_phy_reg_hv_locked(hw, HV_SMB_ADDR, &phy_data);
960 if (ret_val)
961 goto out;
962
963 phy_data &= ~HV_SMB_ADDR_MASK;
964 phy_data |= (strap >> E1000_STRAP_SMBUS_ADDRESS_SHIFT);
965 phy_data |= HV_SMB_ADDR_PEC_EN | HV_SMB_ADDR_VALID;
966 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_SMB_ADDR, phy_data);
967
968out:
969 return ret_val;
970}
971
972/**
Bruce Allanf523d212009-10-29 13:45:45 +0000973 * e1000_sw_lcd_config_ich8lan - SW-based LCD Configuration
974 * @hw: pointer to the HW structure
975 *
976 * SW should configure the LCD from the NVM extended configuration region
977 * as a workaround for certain parts.
978 **/
979static s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw)
980{
981 struct e1000_phy_info *phy = &hw->phy;
982 u32 i, data, cnf_size, cnf_base_addr, sw_cfg_mask;
Bruce Allan8b802a72010-05-10 15:01:10 +0000983 s32 ret_val = 0;
Bruce Allanf523d212009-10-29 13:45:45 +0000984 u16 word_addr, reg_data, reg_addr, phy_page = 0;
985
Bruce Allanf523d212009-10-29 13:45:45 +0000986 /*
987 * Initialize the PHY from the NVM on ICH platforms. This
988 * is needed due to an issue where the NVM configuration is
989 * not properly autoloaded after power transitions.
990 * Therefore, after each PHY reset, we will load the
991 * configuration data out of the NVM manually.
992 */
Bruce Allan3f0c16e2010-06-16 13:26:17 +0000993 switch (hw->mac.type) {
994 case e1000_ich8lan:
995 if (phy->type != e1000_phy_igp_3)
996 return ret_val;
997
Bruce Allan5f3eed62010-09-22 17:15:54 +0000998 if ((hw->adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_AMT) ||
999 (hw->adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_C)) {
Bruce Allan3f0c16e2010-06-16 13:26:17 +00001000 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG;
1001 break;
1002 }
1003 /* Fall-thru */
1004 case e1000_pchlan:
Bruce Alland3738bb2010-06-16 13:27:28 +00001005 case e1000_pch2lan:
Bruce Allan8b802a72010-05-10 15:01:10 +00001006 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG_ICH8M;
Bruce Allan3f0c16e2010-06-16 13:26:17 +00001007 break;
1008 default:
1009 return ret_val;
1010 }
1011
1012 ret_val = hw->phy.ops.acquire(hw);
1013 if (ret_val)
1014 return ret_val;
Bruce Allanf523d212009-10-29 13:45:45 +00001015
Bruce Allan8b802a72010-05-10 15:01:10 +00001016 data = er32(FEXTNVM);
1017 if (!(data & sw_cfg_mask))
1018 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +00001019
Bruce Allan8b802a72010-05-10 15:01:10 +00001020 /*
1021 * Make sure HW does not configure LCD from PHY
1022 * extended configuration before SW configuration
1023 */
1024 data = er32(EXTCNF_CTRL);
Bruce Alland3738bb2010-06-16 13:27:28 +00001025 if (!(hw->mac.type == e1000_pch2lan)) {
1026 if (data & E1000_EXTCNF_CTRL_LCD_WRITE_ENABLE)
1027 goto out;
1028 }
Bruce Allanf523d212009-10-29 13:45:45 +00001029
Bruce Allan8b802a72010-05-10 15:01:10 +00001030 cnf_size = er32(EXTCNF_SIZE);
1031 cnf_size &= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_MASK;
1032 cnf_size >>= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_SHIFT;
1033 if (!cnf_size)
1034 goto out;
1035
1036 cnf_base_addr = data & E1000_EXTCNF_CTRL_EXT_CNF_POINTER_MASK;
1037 cnf_base_addr >>= E1000_EXTCNF_CTRL_EXT_CNF_POINTER_SHIFT;
1038
Bruce Allan87fb7412010-09-22 17:15:33 +00001039 if ((!(data & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE) &&
1040 (hw->mac.type == e1000_pchlan)) ||
1041 (hw->mac.type == e1000_pch2lan)) {
Bruce Allanf523d212009-10-29 13:45:45 +00001042 /*
Bruce Allan8b802a72010-05-10 15:01:10 +00001043 * HW configures the SMBus address and LEDs when the
1044 * OEM and LCD Write Enable bits are set in the NVM.
1045 * When both NVM bits are cleared, SW will configure
1046 * them instead.
Bruce Allanf523d212009-10-29 13:45:45 +00001047 */
Bruce Allan8395ae82010-09-22 17:15:08 +00001048 ret_val = e1000_write_smbus_addr(hw);
Bruce Allan8b802a72010-05-10 15:01:10 +00001049 if (ret_val)
Bruce Allanf523d212009-10-29 13:45:45 +00001050 goto out;
1051
Bruce Allan8b802a72010-05-10 15:01:10 +00001052 data = er32(LEDCTL);
1053 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_LED_CONFIG,
1054 (u16)data);
1055 if (ret_val)
1056 goto out;
1057 }
1058
1059 /* Configure LCD from extended configuration region. */
1060
1061 /* cnf_base_addr is in DWORD */
1062 word_addr = (u16)(cnf_base_addr << 1);
1063
1064 for (i = 0; i < cnf_size; i++) {
1065 ret_val = e1000_read_nvm(hw, (word_addr + i * 2), 1,
1066 &reg_data);
1067 if (ret_val)
Bruce Allanf523d212009-10-29 13:45:45 +00001068 goto out;
1069
Bruce Allan8b802a72010-05-10 15:01:10 +00001070 ret_val = e1000_read_nvm(hw, (word_addr + i * 2 + 1),
1071 1, &reg_addr);
1072 if (ret_val)
1073 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +00001074
Bruce Allan8b802a72010-05-10 15:01:10 +00001075 /* Save off the PHY page for future writes. */
1076 if (reg_addr == IGP01E1000_PHY_PAGE_SELECT) {
1077 phy_page = reg_data;
1078 continue;
Bruce Allanf523d212009-10-29 13:45:45 +00001079 }
Bruce Allanf523d212009-10-29 13:45:45 +00001080
Bruce Allan8b802a72010-05-10 15:01:10 +00001081 reg_addr &= PHY_REG_MASK;
1082 reg_addr |= phy_page;
Bruce Allanf523d212009-10-29 13:45:45 +00001083
Bruce Allan8b802a72010-05-10 15:01:10 +00001084 ret_val = phy->ops.write_reg_locked(hw, (u32)reg_addr,
1085 reg_data);
1086 if (ret_val)
1087 goto out;
Bruce Allanf523d212009-10-29 13:45:45 +00001088 }
1089
1090out:
Bruce Allan94d81862009-11-20 23:25:26 +00001091 hw->phy.ops.release(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00001092 return ret_val;
1093}
1094
1095/**
Bruce Allan1d5846b2009-10-29 13:46:05 +00001096 * e1000_k1_gig_workaround_hv - K1 Si workaround
1097 * @hw: pointer to the HW structure
1098 * @link: link up bool flag
1099 *
1100 * If K1 is enabled for 1Gbps, the MAC might stall when transitioning
1101 * from a lower speed. This workaround disables K1 whenever link is at 1Gig
1102 * If link is down, the function will restore the default K1 setting located
1103 * in the NVM.
1104 **/
1105static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link)
1106{
1107 s32 ret_val = 0;
1108 u16 status_reg = 0;
1109 bool k1_enable = hw->dev_spec.ich8lan.nvm_k1_enabled;
1110
1111 if (hw->mac.type != e1000_pchlan)
1112 goto out;
1113
1114 /* Wrap the whole flow with the sw flag */
Bruce Allan94d81862009-11-20 23:25:26 +00001115 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001116 if (ret_val)
1117 goto out;
1118
1119 /* Disable K1 when link is 1Gbps, otherwise use the NVM setting */
1120 if (link) {
1121 if (hw->phy.type == e1000_phy_82578) {
Bruce Allan94d81862009-11-20 23:25:26 +00001122 ret_val = hw->phy.ops.read_reg_locked(hw, BM_CS_STATUS,
Bruce Allan1d5846b2009-10-29 13:46:05 +00001123 &status_reg);
1124 if (ret_val)
1125 goto release;
1126
1127 status_reg &= BM_CS_STATUS_LINK_UP |
1128 BM_CS_STATUS_RESOLVED |
1129 BM_CS_STATUS_SPEED_MASK;
1130
1131 if (status_reg == (BM_CS_STATUS_LINK_UP |
1132 BM_CS_STATUS_RESOLVED |
1133 BM_CS_STATUS_SPEED_1000))
1134 k1_enable = false;
1135 }
1136
1137 if (hw->phy.type == e1000_phy_82577) {
Bruce Allan94d81862009-11-20 23:25:26 +00001138 ret_val = hw->phy.ops.read_reg_locked(hw, HV_M_STATUS,
Bruce Allan1d5846b2009-10-29 13:46:05 +00001139 &status_reg);
1140 if (ret_val)
1141 goto release;
1142
1143 status_reg &= HV_M_STATUS_LINK_UP |
1144 HV_M_STATUS_AUTONEG_COMPLETE |
1145 HV_M_STATUS_SPEED_MASK;
1146
1147 if (status_reg == (HV_M_STATUS_LINK_UP |
1148 HV_M_STATUS_AUTONEG_COMPLETE |
1149 HV_M_STATUS_SPEED_1000))
1150 k1_enable = false;
1151 }
1152
1153 /* Link stall fix for link up */
Bruce Allan94d81862009-11-20 23:25:26 +00001154 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
Bruce Allan1d5846b2009-10-29 13:46:05 +00001155 0x0100);
1156 if (ret_val)
1157 goto release;
1158
1159 } else {
1160 /* Link stall fix for link down */
Bruce Allan94d81862009-11-20 23:25:26 +00001161 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
Bruce Allan1d5846b2009-10-29 13:46:05 +00001162 0x4100);
1163 if (ret_val)
1164 goto release;
1165 }
1166
1167 ret_val = e1000_configure_k1_ich8lan(hw, k1_enable);
1168
1169release:
Bruce Allan94d81862009-11-20 23:25:26 +00001170 hw->phy.ops.release(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001171out:
1172 return ret_val;
1173}
1174
1175/**
1176 * e1000_configure_k1_ich8lan - Configure K1 power state
1177 * @hw: pointer to the HW structure
1178 * @enable: K1 state to configure
1179 *
1180 * Configure the K1 power state based on the provided parameter.
1181 * Assumes semaphore already acquired.
1182 *
1183 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1184 **/
Bruce Allanbb436b22009-11-20 23:24:11 +00001185s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable)
Bruce Allan1d5846b2009-10-29 13:46:05 +00001186{
1187 s32 ret_val = 0;
1188 u32 ctrl_reg = 0;
1189 u32 ctrl_ext = 0;
1190 u32 reg = 0;
1191 u16 kmrn_reg = 0;
1192
1193 ret_val = e1000e_read_kmrn_reg_locked(hw,
1194 E1000_KMRNCTRLSTA_K1_CONFIG,
1195 &kmrn_reg);
1196 if (ret_val)
1197 goto out;
1198
1199 if (k1_enable)
1200 kmrn_reg |= E1000_KMRNCTRLSTA_K1_ENABLE;
1201 else
1202 kmrn_reg &= ~E1000_KMRNCTRLSTA_K1_ENABLE;
1203
1204 ret_val = e1000e_write_kmrn_reg_locked(hw,
1205 E1000_KMRNCTRLSTA_K1_CONFIG,
1206 kmrn_reg);
1207 if (ret_val)
1208 goto out;
1209
1210 udelay(20);
1211 ctrl_ext = er32(CTRL_EXT);
1212 ctrl_reg = er32(CTRL);
1213
1214 reg = ctrl_reg & ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100);
1215 reg |= E1000_CTRL_FRCSPD;
1216 ew32(CTRL, reg);
1217
1218 ew32(CTRL_EXT, ctrl_ext | E1000_CTRL_EXT_SPD_BYPS);
1219 udelay(20);
1220 ew32(CTRL, ctrl_reg);
1221 ew32(CTRL_EXT, ctrl_ext);
1222 udelay(20);
1223
1224out:
1225 return ret_val;
1226}
1227
1228/**
Bruce Allanf523d212009-10-29 13:45:45 +00001229 * e1000_oem_bits_config_ich8lan - SW-based LCD Configuration
1230 * @hw: pointer to the HW structure
1231 * @d0_state: boolean if entering d0 or d3 device state
1232 *
1233 * SW will configure Gbe Disable and LPLU based on the NVM. The four bits are
1234 * collectively called OEM bits. The OEM Write Enable bit and SW Config bit
1235 * in NVM determines whether HW should configure LPLU and Gbe Disable.
1236 **/
1237static s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state)
1238{
1239 s32 ret_val = 0;
1240 u32 mac_reg;
1241 u16 oem_reg;
1242
Bruce Alland3738bb2010-06-16 13:27:28 +00001243 if ((hw->mac.type != e1000_pch2lan) && (hw->mac.type != e1000_pchlan))
Bruce Allanf523d212009-10-29 13:45:45 +00001244 return ret_val;
1245
Bruce Allan94d81862009-11-20 23:25:26 +00001246 ret_val = hw->phy.ops.acquire(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00001247 if (ret_val)
1248 return ret_val;
1249
Bruce Alland3738bb2010-06-16 13:27:28 +00001250 if (!(hw->mac.type == e1000_pch2lan)) {
1251 mac_reg = er32(EXTCNF_CTRL);
1252 if (mac_reg & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE)
1253 goto out;
1254 }
Bruce Allanf523d212009-10-29 13:45:45 +00001255
1256 mac_reg = er32(FEXTNVM);
1257 if (!(mac_reg & E1000_FEXTNVM_SW_CONFIG_ICH8M))
1258 goto out;
1259
1260 mac_reg = er32(PHY_CTRL);
1261
Bruce Allan94d81862009-11-20 23:25:26 +00001262 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
Bruce Allanf523d212009-10-29 13:45:45 +00001263 if (ret_val)
1264 goto out;
1265
1266 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
1267
1268 if (d0_state) {
1269 if (mac_reg & E1000_PHY_CTRL_GBE_DISABLE)
1270 oem_reg |= HV_OEM_BITS_GBE_DIS;
1271
1272 if (mac_reg & E1000_PHY_CTRL_D0A_LPLU)
1273 oem_reg |= HV_OEM_BITS_LPLU;
1274 } else {
1275 if (mac_reg & E1000_PHY_CTRL_NOND0A_GBE_DISABLE)
1276 oem_reg |= HV_OEM_BITS_GBE_DIS;
1277
1278 if (mac_reg & E1000_PHY_CTRL_NOND0A_LPLU)
1279 oem_reg |= HV_OEM_BITS_LPLU;
1280 }
1281 /* Restart auto-neg to activate the bits */
Bruce Allan818f3332009-11-19 14:17:30 +00001282 if (!e1000_check_reset_block(hw))
1283 oem_reg |= HV_OEM_BITS_RESTART_AN;
Bruce Allan94d81862009-11-20 23:25:26 +00001284 ret_val = hw->phy.ops.write_reg_locked(hw, HV_OEM_BITS, oem_reg);
Bruce Allanf523d212009-10-29 13:45:45 +00001285
1286out:
Bruce Allan94d81862009-11-20 23:25:26 +00001287 hw->phy.ops.release(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00001288
1289 return ret_val;
1290}
1291
1292
1293/**
Bruce Allanfddaa1a2010-01-13 01:52:49 +00001294 * e1000_set_mdio_slow_mode_hv - Set slow MDIO access mode
1295 * @hw: pointer to the HW structure
1296 **/
1297static s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw)
1298{
1299 s32 ret_val;
1300 u16 data;
1301
1302 ret_val = e1e_rphy(hw, HV_KMRN_MODE_CTRL, &data);
1303 if (ret_val)
1304 return ret_val;
1305
1306 data |= HV_KMRN_MDIO_SLOW;
1307
1308 ret_val = e1e_wphy(hw, HV_KMRN_MODE_CTRL, data);
1309
1310 return ret_val;
1311}
1312
1313/**
Bruce Allana4f58f52009-06-02 11:29:18 +00001314 * e1000_hv_phy_workarounds_ich8lan - A series of Phy workarounds to be
1315 * done after every PHY reset.
1316 **/
1317static s32 e1000_hv_phy_workarounds_ich8lan(struct e1000_hw *hw)
1318{
1319 s32 ret_val = 0;
Bruce Allanbaf86c92010-01-13 01:53:08 +00001320 u16 phy_data;
Bruce Allana4f58f52009-06-02 11:29:18 +00001321
1322 if (hw->mac.type != e1000_pchlan)
1323 return ret_val;
1324
Bruce Allanfddaa1a2010-01-13 01:52:49 +00001325 /* Set MDIO slow mode before any other MDIO access */
1326 if (hw->phy.type == e1000_phy_82577) {
1327 ret_val = e1000_set_mdio_slow_mode_hv(hw);
1328 if (ret_val)
1329 goto out;
1330 }
1331
Bruce Allana4f58f52009-06-02 11:29:18 +00001332 if (((hw->phy.type == e1000_phy_82577) &&
1333 ((hw->phy.revision == 1) || (hw->phy.revision == 2))) ||
1334 ((hw->phy.type == e1000_phy_82578) && (hw->phy.revision == 1))) {
1335 /* Disable generation of early preamble */
1336 ret_val = e1e_wphy(hw, PHY_REG(769, 25), 0x4431);
1337 if (ret_val)
1338 return ret_val;
1339
1340 /* Preamble tuning for SSC */
1341 ret_val = e1e_wphy(hw, PHY_REG(770, 16), 0xA204);
1342 if (ret_val)
1343 return ret_val;
1344 }
1345
1346 if (hw->phy.type == e1000_phy_82578) {
1347 /*
1348 * Return registers to default by doing a soft reset then
1349 * writing 0x3140 to the control register.
1350 */
1351 if (hw->phy.revision < 2) {
1352 e1000e_phy_sw_reset(hw);
1353 ret_val = e1e_wphy(hw, PHY_CONTROL, 0x3140);
1354 }
1355 }
1356
1357 /* Select page 0 */
Bruce Allan94d81862009-11-20 23:25:26 +00001358 ret_val = hw->phy.ops.acquire(hw);
Bruce Allana4f58f52009-06-02 11:29:18 +00001359 if (ret_val)
1360 return ret_val;
Bruce Allan1d5846b2009-10-29 13:46:05 +00001361
Bruce Allana4f58f52009-06-02 11:29:18 +00001362 hw->phy.addr = 1;
Bruce Allan1d5846b2009-10-29 13:46:05 +00001363 ret_val = e1000e_write_phy_reg_mdic(hw, IGP01E1000_PHY_PAGE_SELECT, 0);
Bruce Allanbaf86c92010-01-13 01:53:08 +00001364 hw->phy.ops.release(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001365 if (ret_val)
1366 goto out;
Bruce Allana4f58f52009-06-02 11:29:18 +00001367
Bruce Allan1d5846b2009-10-29 13:46:05 +00001368 /*
1369 * Configure the K1 Si workaround during phy reset assuming there is
1370 * link so that it disables K1 if link is in 1Gbps.
1371 */
1372 ret_val = e1000_k1_gig_workaround_hv(hw, true);
Bruce Allanbaf86c92010-01-13 01:53:08 +00001373 if (ret_val)
1374 goto out;
Bruce Allan1d5846b2009-10-29 13:46:05 +00001375
Bruce Allanbaf86c92010-01-13 01:53:08 +00001376 /* Workaround for link disconnects on a busy hub in half duplex */
1377 ret_val = hw->phy.ops.acquire(hw);
1378 if (ret_val)
1379 goto out;
1380 ret_val = hw->phy.ops.read_reg_locked(hw,
1381 PHY_REG(BM_PORT_CTRL_PAGE, 17),
1382 &phy_data);
1383 if (ret_val)
1384 goto release;
1385 ret_val = hw->phy.ops.write_reg_locked(hw,
1386 PHY_REG(BM_PORT_CTRL_PAGE, 17),
1387 phy_data & 0x00FF);
1388release:
1389 hw->phy.ops.release(hw);
Bruce Allan1d5846b2009-10-29 13:46:05 +00001390out:
Bruce Allana4f58f52009-06-02 11:29:18 +00001391 return ret_val;
1392}
1393
1394/**
Bruce Alland3738bb2010-06-16 13:27:28 +00001395 * e1000_copy_rx_addrs_to_phy_ich8lan - Copy Rx addresses from MAC to PHY
1396 * @hw: pointer to the HW structure
1397 **/
1398void e1000_copy_rx_addrs_to_phy_ich8lan(struct e1000_hw *hw)
1399{
1400 u32 mac_reg;
1401 u16 i;
1402
1403 /* Copy both RAL/H (rar_entry_count) and SHRAL/H (+4) to PHY */
1404 for (i = 0; i < (hw->mac.rar_entry_count + 4); i++) {
1405 mac_reg = er32(RAL(i));
1406 e1e_wphy(hw, BM_RAR_L(i), (u16)(mac_reg & 0xFFFF));
1407 e1e_wphy(hw, BM_RAR_M(i), (u16)((mac_reg >> 16) & 0xFFFF));
1408 mac_reg = er32(RAH(i));
1409 e1e_wphy(hw, BM_RAR_H(i), (u16)(mac_reg & 0xFFFF));
1410 e1e_wphy(hw, BM_RAR_CTRL(i), (u16)((mac_reg >> 16) & 0x8000));
1411 }
1412}
1413
Bruce Alland3738bb2010-06-16 13:27:28 +00001414/**
1415 * e1000_lv_jumbo_workaround_ich8lan - required for jumbo frame operation
1416 * with 82579 PHY
1417 * @hw: pointer to the HW structure
1418 * @enable: flag to enable/disable workaround when enabling/disabling jumbos
1419 **/
1420s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable)
1421{
1422 s32 ret_val = 0;
1423 u16 phy_reg, data;
1424 u32 mac_reg;
1425 u16 i;
1426
1427 if (hw->mac.type != e1000_pch2lan)
1428 goto out;
1429
1430 /* disable Rx path while enabling/disabling workaround */
1431 e1e_rphy(hw, PHY_REG(769, 20), &phy_reg);
1432 ret_val = e1e_wphy(hw, PHY_REG(769, 20), phy_reg | (1 << 14));
1433 if (ret_val)
1434 goto out;
1435
1436 if (enable) {
1437 /*
1438 * Write Rx addresses (rar_entry_count for RAL/H, +4 for
1439 * SHRAL/H) and initial CRC values to the MAC
1440 */
1441 for (i = 0; i < (hw->mac.rar_entry_count + 4); i++) {
1442 u8 mac_addr[ETH_ALEN] = {0};
1443 u32 addr_high, addr_low;
1444
1445 addr_high = er32(RAH(i));
1446 if (!(addr_high & E1000_RAH_AV))
1447 continue;
1448 addr_low = er32(RAL(i));
1449 mac_addr[0] = (addr_low & 0xFF);
1450 mac_addr[1] = ((addr_low >> 8) & 0xFF);
1451 mac_addr[2] = ((addr_low >> 16) & 0xFF);
1452 mac_addr[3] = ((addr_low >> 24) & 0xFF);
1453 mac_addr[4] = (addr_high & 0xFF);
1454 mac_addr[5] = ((addr_high >> 8) & 0xFF);
1455
Bruce Allanfe46f582011-01-06 14:29:51 +00001456 ew32(PCH_RAICC(i), ~ether_crc_le(ETH_ALEN, mac_addr));
Bruce Alland3738bb2010-06-16 13:27:28 +00001457 }
1458
1459 /* Write Rx addresses to the PHY */
1460 e1000_copy_rx_addrs_to_phy_ich8lan(hw);
1461
1462 /* Enable jumbo frame workaround in the MAC */
1463 mac_reg = er32(FFLT_DBG);
1464 mac_reg &= ~(1 << 14);
1465 mac_reg |= (7 << 15);
1466 ew32(FFLT_DBG, mac_reg);
1467
1468 mac_reg = er32(RCTL);
1469 mac_reg |= E1000_RCTL_SECRC;
1470 ew32(RCTL, mac_reg);
1471
1472 ret_val = e1000e_read_kmrn_reg(hw,
1473 E1000_KMRNCTRLSTA_CTRL_OFFSET,
1474 &data);
1475 if (ret_val)
1476 goto out;
1477 ret_val = e1000e_write_kmrn_reg(hw,
1478 E1000_KMRNCTRLSTA_CTRL_OFFSET,
1479 data | (1 << 0));
1480 if (ret_val)
1481 goto out;
1482 ret_val = e1000e_read_kmrn_reg(hw,
1483 E1000_KMRNCTRLSTA_HD_CTRL,
1484 &data);
1485 if (ret_val)
1486 goto out;
1487 data &= ~(0xF << 8);
1488 data |= (0xB << 8);
1489 ret_val = e1000e_write_kmrn_reg(hw,
1490 E1000_KMRNCTRLSTA_HD_CTRL,
1491 data);
1492 if (ret_val)
1493 goto out;
1494
1495 /* Enable jumbo frame workaround in the PHY */
Bruce Alland3738bb2010-06-16 13:27:28 +00001496 e1e_rphy(hw, PHY_REG(769, 23), &data);
1497 data &= ~(0x7F << 5);
1498 data |= (0x37 << 5);
1499 ret_val = e1e_wphy(hw, PHY_REG(769, 23), data);
1500 if (ret_val)
1501 goto out;
1502 e1e_rphy(hw, PHY_REG(769, 16), &data);
1503 data &= ~(1 << 13);
Bruce Alland3738bb2010-06-16 13:27:28 +00001504 ret_val = e1e_wphy(hw, PHY_REG(769, 16), data);
1505 if (ret_val)
1506 goto out;
1507 e1e_rphy(hw, PHY_REG(776, 20), &data);
1508 data &= ~(0x3FF << 2);
1509 data |= (0x1A << 2);
1510 ret_val = e1e_wphy(hw, PHY_REG(776, 20), data);
1511 if (ret_val)
1512 goto out;
1513 ret_val = e1e_wphy(hw, PHY_REG(776, 23), 0xFE00);
1514 if (ret_val)
1515 goto out;
1516 e1e_rphy(hw, HV_PM_CTRL, &data);
1517 ret_val = e1e_wphy(hw, HV_PM_CTRL, data | (1 << 10));
1518 if (ret_val)
1519 goto out;
1520 } else {
1521 /* Write MAC register values back to h/w defaults */
1522 mac_reg = er32(FFLT_DBG);
1523 mac_reg &= ~(0xF << 14);
1524 ew32(FFLT_DBG, mac_reg);
1525
1526 mac_reg = er32(RCTL);
1527 mac_reg &= ~E1000_RCTL_SECRC;
Bruce Allana1ce6472010-09-22 17:16:40 +00001528 ew32(RCTL, mac_reg);
Bruce Alland3738bb2010-06-16 13:27:28 +00001529
1530 ret_val = e1000e_read_kmrn_reg(hw,
1531 E1000_KMRNCTRLSTA_CTRL_OFFSET,
1532 &data);
1533 if (ret_val)
1534 goto out;
1535 ret_val = e1000e_write_kmrn_reg(hw,
1536 E1000_KMRNCTRLSTA_CTRL_OFFSET,
1537 data & ~(1 << 0));
1538 if (ret_val)
1539 goto out;
1540 ret_val = e1000e_read_kmrn_reg(hw,
1541 E1000_KMRNCTRLSTA_HD_CTRL,
1542 &data);
1543 if (ret_val)
1544 goto out;
1545 data &= ~(0xF << 8);
1546 data |= (0xB << 8);
1547 ret_val = e1000e_write_kmrn_reg(hw,
1548 E1000_KMRNCTRLSTA_HD_CTRL,
1549 data);
1550 if (ret_val)
1551 goto out;
1552
1553 /* Write PHY register values back to h/w defaults */
Bruce Alland3738bb2010-06-16 13:27:28 +00001554 e1e_rphy(hw, PHY_REG(769, 23), &data);
1555 data &= ~(0x7F << 5);
1556 ret_val = e1e_wphy(hw, PHY_REG(769, 23), data);
1557 if (ret_val)
1558 goto out;
1559 e1e_rphy(hw, PHY_REG(769, 16), &data);
Bruce Alland3738bb2010-06-16 13:27:28 +00001560 data |= (1 << 13);
1561 ret_val = e1e_wphy(hw, PHY_REG(769, 16), data);
1562 if (ret_val)
1563 goto out;
1564 e1e_rphy(hw, PHY_REG(776, 20), &data);
1565 data &= ~(0x3FF << 2);
1566 data |= (0x8 << 2);
1567 ret_val = e1e_wphy(hw, PHY_REG(776, 20), data);
1568 if (ret_val)
1569 goto out;
1570 ret_val = e1e_wphy(hw, PHY_REG(776, 23), 0x7E00);
1571 if (ret_val)
1572 goto out;
1573 e1e_rphy(hw, HV_PM_CTRL, &data);
1574 ret_val = e1e_wphy(hw, HV_PM_CTRL, data & ~(1 << 10));
1575 if (ret_val)
1576 goto out;
1577 }
1578
1579 /* re-enable Rx path after enabling/disabling workaround */
1580 ret_val = e1e_wphy(hw, PHY_REG(769, 20), phy_reg & ~(1 << 14));
1581
1582out:
1583 return ret_val;
1584}
1585
1586/**
1587 * e1000_lv_phy_workarounds_ich8lan - A series of Phy workarounds to be
1588 * done after every PHY reset.
1589 **/
1590static s32 e1000_lv_phy_workarounds_ich8lan(struct e1000_hw *hw)
1591{
1592 s32 ret_val = 0;
1593
1594 if (hw->mac.type != e1000_pch2lan)
1595 goto out;
1596
1597 /* Set MDIO slow mode before any other MDIO access */
1598 ret_val = e1000_set_mdio_slow_mode_hv(hw);
1599
1600out:
1601 return ret_val;
1602}
1603
1604/**
Bruce Allan831bd2e2010-09-22 17:16:18 +00001605 * e1000_k1_gig_workaround_lv - K1 Si workaround
1606 * @hw: pointer to the HW structure
1607 *
1608 * Workaround to set the K1 beacon duration for 82579 parts
1609 **/
1610static s32 e1000_k1_workaround_lv(struct e1000_hw *hw)
1611{
1612 s32 ret_val = 0;
1613 u16 status_reg = 0;
1614 u32 mac_reg;
Bruce Allan9202d312011-07-29 05:52:56 +00001615 u16 phy_reg;
Bruce Allan831bd2e2010-09-22 17:16:18 +00001616
1617 if (hw->mac.type != e1000_pch2lan)
1618 goto out;
1619
1620 /* Set K1 beacon duration based on 1Gbps speed or otherwise */
1621 ret_val = e1e_rphy(hw, HV_M_STATUS, &status_reg);
1622 if (ret_val)
1623 goto out;
1624
1625 if ((status_reg & (HV_M_STATUS_LINK_UP | HV_M_STATUS_AUTONEG_COMPLETE))
1626 == (HV_M_STATUS_LINK_UP | HV_M_STATUS_AUTONEG_COMPLETE)) {
1627 mac_reg = er32(FEXTNVM4);
1628 mac_reg &= ~E1000_FEXTNVM4_BEACON_DURATION_MASK;
1629
Bruce Allan9202d312011-07-29 05:52:56 +00001630 ret_val = e1e_rphy(hw, I82579_LPI_CTRL, &phy_reg);
1631 if (ret_val)
1632 goto out;
Bruce Allan831bd2e2010-09-22 17:16:18 +00001633
Bruce Allan9202d312011-07-29 05:52:56 +00001634 if (status_reg & HV_M_STATUS_SPEED_1000) {
1635 mac_reg |= E1000_FEXTNVM4_BEACON_DURATION_8USEC;
1636 phy_reg &= ~I82579_LPI_CTRL_FORCE_PLL_LOCK_COUNT;
1637 } else {
1638 mac_reg |= E1000_FEXTNVM4_BEACON_DURATION_16USEC;
1639 phy_reg |= I82579_LPI_CTRL_FORCE_PLL_LOCK_COUNT;
1640 }
Bruce Allan831bd2e2010-09-22 17:16:18 +00001641 ew32(FEXTNVM4, mac_reg);
Bruce Allan9202d312011-07-29 05:52:56 +00001642 ret_val = e1e_wphy(hw, I82579_LPI_CTRL, phy_reg);
Bruce Allan831bd2e2010-09-22 17:16:18 +00001643 }
1644
1645out:
1646 return ret_val;
1647}
1648
1649/**
Bruce Allan605c82b2010-09-22 17:17:01 +00001650 * e1000_gate_hw_phy_config_ich8lan - disable PHY config via hardware
1651 * @hw: pointer to the HW structure
1652 * @gate: boolean set to true to gate, false to ungate
1653 *
1654 * Gate/ungate the automatic PHY configuration via hardware; perform
1655 * the configuration via software instead.
1656 **/
1657static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate)
1658{
1659 u32 extcnf_ctrl;
1660
1661 if (hw->mac.type != e1000_pch2lan)
1662 return;
1663
1664 extcnf_ctrl = er32(EXTCNF_CTRL);
1665
1666 if (gate)
1667 extcnf_ctrl |= E1000_EXTCNF_CTRL_GATE_PHY_CFG;
1668 else
1669 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_GATE_PHY_CFG;
1670
1671 ew32(EXTCNF_CTRL, extcnf_ctrl);
1672 return;
1673}
1674
1675/**
Bruce Allanfc0c7762009-07-01 13:27:55 +00001676 * e1000_lan_init_done_ich8lan - Check for PHY config completion
1677 * @hw: pointer to the HW structure
1678 *
1679 * Check the appropriate indication the MAC has finished configuring the
1680 * PHY after a software reset.
1681 **/
1682static void e1000_lan_init_done_ich8lan(struct e1000_hw *hw)
1683{
1684 u32 data, loop = E1000_ICH8_LAN_INIT_TIMEOUT;
1685
1686 /* Wait for basic configuration completes before proceeding */
1687 do {
1688 data = er32(STATUS);
1689 data &= E1000_STATUS_LAN_INIT_DONE;
1690 udelay(100);
1691 } while ((!data) && --loop);
1692
1693 /*
1694 * If basic configuration is incomplete before the above loop
1695 * count reaches 0, loading the configuration from NVM will
1696 * leave the PHY in a bad state possibly resulting in no link.
1697 */
1698 if (loop == 0)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001699 e_dbg("LAN_INIT_DONE not set, increase timeout\n");
Bruce Allanfc0c7762009-07-01 13:27:55 +00001700
1701 /* Clear the Init Done bit for the next init event */
1702 data = er32(STATUS);
1703 data &= ~E1000_STATUS_LAN_INIT_DONE;
1704 ew32(STATUS, data);
1705}
1706
1707/**
Bruce Allane98cac42010-05-10 15:02:32 +00001708 * e1000_post_phy_reset_ich8lan - Perform steps required after a PHY reset
Auke Kokbc7f75f2007-09-17 12:30:59 -07001709 * @hw: pointer to the HW structure
Auke Kokbc7f75f2007-09-17 12:30:59 -07001710 **/
Bruce Allane98cac42010-05-10 15:02:32 +00001711static s32 e1000_post_phy_reset_ich8lan(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001712{
Bruce Allanf523d212009-10-29 13:45:45 +00001713 s32 ret_val = 0;
1714 u16 reg;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001715
Bruce Allane98cac42010-05-10 15:02:32 +00001716 if (e1000_check_reset_block(hw))
1717 goto out;
Bruce Allanfc0c7762009-07-01 13:27:55 +00001718
Bruce Allan5f3eed62010-09-22 17:15:54 +00001719 /* Allow time for h/w to get to quiescent state after reset */
Bruce Allan1bba4382011-03-19 00:27:20 +00001720 usleep_range(10000, 20000);
Bruce Allan5f3eed62010-09-22 17:15:54 +00001721
Bruce Allanfddaa1a2010-01-13 01:52:49 +00001722 /* Perform any necessary post-reset workarounds */
Bruce Allane98cac42010-05-10 15:02:32 +00001723 switch (hw->mac.type) {
1724 case e1000_pchlan:
Bruce Allana4f58f52009-06-02 11:29:18 +00001725 ret_val = e1000_hv_phy_workarounds_ich8lan(hw);
1726 if (ret_val)
Bruce Allane98cac42010-05-10 15:02:32 +00001727 goto out;
1728 break;
Bruce Alland3738bb2010-06-16 13:27:28 +00001729 case e1000_pch2lan:
1730 ret_val = e1000_lv_phy_workarounds_ich8lan(hw);
1731 if (ret_val)
1732 goto out;
1733 break;
Bruce Allane98cac42010-05-10 15:02:32 +00001734 default:
1735 break;
Bruce Allana4f58f52009-06-02 11:29:18 +00001736 }
1737
Bruce Allandb2932e2009-10-26 11:22:47 +00001738 /* Dummy read to clear the phy wakeup bit after lcd reset */
Bruce Alland3738bb2010-06-16 13:27:28 +00001739 if (hw->mac.type >= e1000_pchlan)
Bruce Allandb2932e2009-10-26 11:22:47 +00001740 e1e_rphy(hw, BM_WUC, &reg);
1741
Bruce Allanf523d212009-10-29 13:45:45 +00001742 /* Configure the LCD with the extended configuration region in NVM */
1743 ret_val = e1000_sw_lcd_config_ich8lan(hw);
1744 if (ret_val)
1745 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001746
Bruce Allanf523d212009-10-29 13:45:45 +00001747 /* Configure the LCD with the OEM bits in NVM */
Bruce Allane98cac42010-05-10 15:02:32 +00001748 ret_val = e1000_oem_bits_config_ich8lan(hw, true);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001749
Bruce Allan1effb452011-02-25 06:58:03 +00001750 if (hw->mac.type == e1000_pch2lan) {
1751 /* Ungate automatic PHY configuration on non-managed 82579 */
1752 if (!(er32(FWSM) & E1000_ICH_FWSM_FW_VALID)) {
Bruce Allan1bba4382011-03-19 00:27:20 +00001753 usleep_range(10000, 20000);
Bruce Allan1effb452011-02-25 06:58:03 +00001754 e1000_gate_hw_phy_config_ich8lan(hw, false);
1755 }
1756
1757 /* Set EEE LPI Update Timer to 200usec */
1758 ret_val = hw->phy.ops.acquire(hw);
1759 if (ret_val)
1760 goto out;
1761 ret_val = hw->phy.ops.write_reg_locked(hw, I82579_EMI_ADDR,
1762 I82579_LPI_UPDATE_TIMER);
1763 if (ret_val)
1764 goto release;
1765 ret_val = hw->phy.ops.write_reg_locked(hw, I82579_EMI_DATA,
1766 0x1387);
1767release:
1768 hw->phy.ops.release(hw);
Bruce Allan605c82b2010-09-22 17:17:01 +00001769 }
1770
Bruce Allanf523d212009-10-29 13:45:45 +00001771out:
Bruce Allane98cac42010-05-10 15:02:32 +00001772 return ret_val;
1773}
1774
1775/**
1776 * e1000_phy_hw_reset_ich8lan - Performs a PHY reset
1777 * @hw: pointer to the HW structure
1778 *
1779 * Resets the PHY
1780 * This is a function pointer entry point called by drivers
1781 * or other shared routines.
1782 **/
1783static s32 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw)
1784{
1785 s32 ret_val = 0;
1786
Bruce Allan605c82b2010-09-22 17:17:01 +00001787 /* Gate automatic PHY configuration by hardware on non-managed 82579 */
1788 if ((hw->mac.type == e1000_pch2lan) &&
1789 !(er32(FWSM) & E1000_ICH_FWSM_FW_VALID))
1790 e1000_gate_hw_phy_config_ich8lan(hw, true);
1791
Bruce Allane98cac42010-05-10 15:02:32 +00001792 ret_val = e1000e_phy_hw_reset_generic(hw);
1793 if (ret_val)
1794 goto out;
1795
1796 ret_val = e1000_post_phy_reset_ich8lan(hw);
1797
1798out:
1799 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001800}
1801
1802/**
Bruce Allanfa2ce132009-10-26 11:23:25 +00001803 * e1000_set_lplu_state_pchlan - Set Low Power Link Up state
1804 * @hw: pointer to the HW structure
1805 * @active: true to enable LPLU, false to disable
1806 *
1807 * Sets the LPLU state according to the active flag. For PCH, if OEM write
1808 * bit are disabled in the NVM, writing the LPLU bits in the MAC will not set
1809 * the phy speed. This function will manually set the LPLU bit and restart
1810 * auto-neg as hw would do. D3 and D0 LPLU will call the same function
1811 * since it configures the same bit.
1812 **/
1813static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active)
1814{
1815 s32 ret_val = 0;
1816 u16 oem_reg;
1817
1818 ret_val = e1e_rphy(hw, HV_OEM_BITS, &oem_reg);
1819 if (ret_val)
1820 goto out;
1821
1822 if (active)
1823 oem_reg |= HV_OEM_BITS_LPLU;
1824 else
1825 oem_reg &= ~HV_OEM_BITS_LPLU;
1826
1827 oem_reg |= HV_OEM_BITS_RESTART_AN;
1828 ret_val = e1e_wphy(hw, HV_OEM_BITS, oem_reg);
1829
1830out:
1831 return ret_val;
1832}
1833
1834/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001835 * e1000_set_d0_lplu_state_ich8lan - Set Low Power Linkup D0 state
1836 * @hw: pointer to the HW structure
Bruce Allan564ea9b2009-11-20 23:26:44 +00001837 * @active: true to enable LPLU, false to disable
Auke Kokbc7f75f2007-09-17 12:30:59 -07001838 *
1839 * Sets the LPLU D0 state according to the active flag. When
1840 * activating LPLU this function also disables smart speed
1841 * and vice versa. LPLU will not be activated unless the
1842 * device autonegotiation advertisement meets standards of
1843 * either 10 or 10/100 or 10/100/1000 at all duplexes.
1844 * This is a function pointer entry point only called by
1845 * PHY setup routines.
1846 **/
1847static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
1848{
1849 struct e1000_phy_info *phy = &hw->phy;
1850 u32 phy_ctrl;
1851 s32 ret_val = 0;
1852 u16 data;
1853
Bruce Allan97ac8ca2008-04-29 09:16:05 -07001854 if (phy->type == e1000_phy_ife)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001855 return ret_val;
1856
1857 phy_ctrl = er32(PHY_CTRL);
1858
1859 if (active) {
1860 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU;
1861 ew32(PHY_CTRL, phy_ctrl);
1862
Bruce Allan60f12922009-07-01 13:28:14 +00001863 if (phy->type != e1000_phy_igp_3)
1864 return 0;
1865
Bruce Allanad680762008-03-28 09:15:03 -07001866 /*
1867 * Call gig speed drop workaround on LPLU before accessing
1868 * any PHY registers
1869 */
Bruce Allan60f12922009-07-01 13:28:14 +00001870 if (hw->mac.type == e1000_ich8lan)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001871 e1000e_gig_downshift_workaround_ich8lan(hw);
1872
1873 /* When LPLU is enabled, we should disable SmartSpeed */
1874 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
1875 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1876 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
1877 if (ret_val)
1878 return ret_val;
1879 } else {
1880 phy_ctrl &= ~E1000_PHY_CTRL_D0A_LPLU;
1881 ew32(PHY_CTRL, phy_ctrl);
1882
Bruce Allan60f12922009-07-01 13:28:14 +00001883 if (phy->type != e1000_phy_igp_3)
1884 return 0;
1885
Bruce Allanad680762008-03-28 09:15:03 -07001886 /*
1887 * LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -07001888 * during Dx states where the power conservation is most
1889 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -07001890 * SmartSpeed, so performance is maintained.
1891 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001892 if (phy->smart_speed == e1000_smart_speed_on) {
1893 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001894 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001895 if (ret_val)
1896 return ret_val;
1897
1898 data |= IGP01E1000_PSCFR_SMART_SPEED;
1899 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001900 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001901 if (ret_val)
1902 return ret_val;
1903 } else if (phy->smart_speed == e1000_smart_speed_off) {
1904 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001905 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001906 if (ret_val)
1907 return ret_val;
1908
1909 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1910 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001911 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001912 if (ret_val)
1913 return ret_val;
1914 }
1915 }
1916
1917 return 0;
1918}
1919
1920/**
1921 * e1000_set_d3_lplu_state_ich8lan - Set Low Power Linkup D3 state
1922 * @hw: pointer to the HW structure
Bruce Allan564ea9b2009-11-20 23:26:44 +00001923 * @active: true to enable LPLU, false to disable
Auke Kokbc7f75f2007-09-17 12:30:59 -07001924 *
1925 * Sets the LPLU D3 state according to the active flag. When
1926 * activating LPLU this function also disables smart speed
1927 * and vice versa. LPLU will not be activated unless the
1928 * device autonegotiation advertisement meets standards of
1929 * either 10 or 10/100 or 10/100/1000 at all duplexes.
1930 * This is a function pointer entry point only called by
1931 * PHY setup routines.
1932 **/
1933static s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
1934{
1935 struct e1000_phy_info *phy = &hw->phy;
1936 u32 phy_ctrl;
1937 s32 ret_val;
1938 u16 data;
1939
1940 phy_ctrl = er32(PHY_CTRL);
1941
1942 if (!active) {
1943 phy_ctrl &= ~E1000_PHY_CTRL_NOND0A_LPLU;
1944 ew32(PHY_CTRL, phy_ctrl);
Bruce Allan60f12922009-07-01 13:28:14 +00001945
1946 if (phy->type != e1000_phy_igp_3)
1947 return 0;
1948
Bruce Allanad680762008-03-28 09:15:03 -07001949 /*
1950 * LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -07001951 * during Dx states where the power conservation is most
1952 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -07001953 * SmartSpeed, so performance is maintained.
1954 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001955 if (phy->smart_speed == e1000_smart_speed_on) {
Bruce Allanad680762008-03-28 09:15:03 -07001956 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1957 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001958 if (ret_val)
1959 return ret_val;
1960
1961 data |= IGP01E1000_PSCFR_SMART_SPEED;
Bruce Allanad680762008-03-28 09:15:03 -07001962 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1963 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001964 if (ret_val)
1965 return ret_val;
1966 } else if (phy->smart_speed == e1000_smart_speed_off) {
Bruce Allanad680762008-03-28 09:15:03 -07001967 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1968 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001969 if (ret_val)
1970 return ret_val;
1971
1972 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
Bruce Allanad680762008-03-28 09:15:03 -07001973 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
1974 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001975 if (ret_val)
1976 return ret_val;
1977 }
1978 } else if ((phy->autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
1979 (phy->autoneg_advertised == E1000_ALL_NOT_GIG) ||
1980 (phy->autoneg_advertised == E1000_ALL_10_SPEED)) {
1981 phy_ctrl |= E1000_PHY_CTRL_NOND0A_LPLU;
1982 ew32(PHY_CTRL, phy_ctrl);
1983
Bruce Allan60f12922009-07-01 13:28:14 +00001984 if (phy->type != e1000_phy_igp_3)
1985 return 0;
1986
Bruce Allanad680762008-03-28 09:15:03 -07001987 /*
1988 * Call gig speed drop workaround on LPLU before accessing
1989 * any PHY registers
1990 */
Bruce Allan60f12922009-07-01 13:28:14 +00001991 if (hw->mac.type == e1000_ich8lan)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001992 e1000e_gig_downshift_workaround_ich8lan(hw);
1993
1994 /* When LPLU is enabled, we should disable SmartSpeed */
Bruce Allanad680762008-03-28 09:15:03 -07001995 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001996 if (ret_val)
1997 return ret_val;
1998
1999 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
Bruce Allanad680762008-03-28 09:15:03 -07002000 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002001 }
2002
2003 return 0;
2004}
2005
2006/**
Bruce Allanf4187b52008-08-26 18:36:50 -07002007 * e1000_valid_nvm_bank_detect_ich8lan - finds out the valid bank 0 or 1
2008 * @hw: pointer to the HW structure
2009 * @bank: pointer to the variable that returns the active bank
2010 *
2011 * Reads signature byte from the NVM using the flash access registers.
Bruce Allane2434552008-11-21 17:02:41 -08002012 * Word 0x13 bits 15:14 = 10b indicate a valid signature for that bank.
Bruce Allanf4187b52008-08-26 18:36:50 -07002013 **/
2014static s32 e1000_valid_nvm_bank_detect_ich8lan(struct e1000_hw *hw, u32 *bank)
2015{
Bruce Allane2434552008-11-21 17:02:41 -08002016 u32 eecd;
Bruce Allanf4187b52008-08-26 18:36:50 -07002017 struct e1000_nvm_info *nvm = &hw->nvm;
Bruce Allanf4187b52008-08-26 18:36:50 -07002018 u32 bank1_offset = nvm->flash_bank_size * sizeof(u16);
2019 u32 act_offset = E1000_ICH_NVM_SIG_WORD * 2 + 1;
Bruce Allane2434552008-11-21 17:02:41 -08002020 u8 sig_byte = 0;
2021 s32 ret_val = 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07002022
Bruce Allane2434552008-11-21 17:02:41 -08002023 switch (hw->mac.type) {
2024 case e1000_ich8lan:
2025 case e1000_ich9lan:
2026 eecd = er32(EECD);
2027 if ((eecd & E1000_EECD_SEC1VAL_VALID_MASK) ==
2028 E1000_EECD_SEC1VAL_VALID_MASK) {
2029 if (eecd & E1000_EECD_SEC1VAL)
Bruce Allanf4187b52008-08-26 18:36:50 -07002030 *bank = 1;
Bruce Allane2434552008-11-21 17:02:41 -08002031 else
2032 *bank = 0;
2033
2034 return 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07002035 }
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002036 e_dbg("Unable to determine valid NVM bank via EEC - "
Bruce Allane2434552008-11-21 17:02:41 -08002037 "reading flash signature\n");
2038 /* fall-thru */
2039 default:
2040 /* set bank to 0 in case flash read fails */
2041 *bank = 0;
2042
2043 /* Check bank 0 */
2044 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset,
2045 &sig_byte);
2046 if (ret_val)
2047 return ret_val;
2048 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
2049 E1000_ICH_NVM_SIG_VALUE) {
2050 *bank = 0;
2051 return 0;
2052 }
2053
2054 /* Check bank 1 */
2055 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset +
2056 bank1_offset,
2057 &sig_byte);
2058 if (ret_val)
2059 return ret_val;
2060 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
2061 E1000_ICH_NVM_SIG_VALUE) {
2062 *bank = 1;
2063 return 0;
2064 }
2065
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002066 e_dbg("ERROR: No valid NVM bank present\n");
Bruce Allane2434552008-11-21 17:02:41 -08002067 return -E1000_ERR_NVM;
Bruce Allanf4187b52008-08-26 18:36:50 -07002068 }
2069
2070 return 0;
2071}
2072
2073/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002074 * e1000_read_nvm_ich8lan - Read word(s) from the NVM
2075 * @hw: pointer to the HW structure
2076 * @offset: The offset (in bytes) of the word(s) to read.
2077 * @words: Size of data to read in words
2078 * @data: Pointer to the word(s) to read at offset.
2079 *
2080 * Reads a word(s) from the NVM using the flash access registers.
2081 **/
2082static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
2083 u16 *data)
2084{
2085 struct e1000_nvm_info *nvm = &hw->nvm;
2086 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
2087 u32 act_offset;
Bruce Allan148675a2009-08-07 07:41:56 +00002088 s32 ret_val = 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07002089 u32 bank = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002090 u16 i, word;
2091
2092 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
2093 (words == 0)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002094 e_dbg("nvm parameter(s) out of bounds\n");
Bruce Allanca15df52009-10-26 11:23:43 +00002095 ret_val = -E1000_ERR_NVM;
2096 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002097 }
2098
Bruce Allan94d81862009-11-20 23:25:26 +00002099 nvm->ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002100
Bruce Allanf4187b52008-08-26 18:36:50 -07002101 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
Bruce Allan148675a2009-08-07 07:41:56 +00002102 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002103 e_dbg("Could not detect valid bank, assuming bank 0\n");
Bruce Allan148675a2009-08-07 07:41:56 +00002104 bank = 0;
2105 }
Bruce Allanf4187b52008-08-26 18:36:50 -07002106
2107 act_offset = (bank) ? nvm->flash_bank_size : 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002108 act_offset += offset;
2109
Bruce Allan148675a2009-08-07 07:41:56 +00002110 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002111 for (i = 0; i < words; i++) {
2112 if ((dev_spec->shadow_ram) &&
2113 (dev_spec->shadow_ram[offset+i].modified)) {
2114 data[i] = dev_spec->shadow_ram[offset+i].value;
2115 } else {
2116 ret_val = e1000_read_flash_word_ich8lan(hw,
2117 act_offset + i,
2118 &word);
2119 if (ret_val)
2120 break;
2121 data[i] = word;
2122 }
2123 }
2124
Bruce Allan94d81862009-11-20 23:25:26 +00002125 nvm->ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002126
Bruce Allane2434552008-11-21 17:02:41 -08002127out:
2128 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002129 e_dbg("NVM read error: %d\n", ret_val);
Bruce Allane2434552008-11-21 17:02:41 -08002130
Auke Kokbc7f75f2007-09-17 12:30:59 -07002131 return ret_val;
2132}
2133
2134/**
2135 * e1000_flash_cycle_init_ich8lan - Initialize flash
2136 * @hw: pointer to the HW structure
2137 *
2138 * This function does initial flash setup so that a new read/write/erase cycle
2139 * can be started.
2140 **/
2141static s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw)
2142{
2143 union ich8_hws_flash_status hsfsts;
2144 s32 ret_val = -E1000_ERR_NVM;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002145
2146 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2147
2148 /* Check if the flash descriptor is valid */
2149 if (hsfsts.hsf_status.fldesvalid == 0) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002150 e_dbg("Flash descriptor invalid. "
Joe Perches2c73e1f2010-03-26 20:16:59 +00002151 "SW Sequencing must be used.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002152 return -E1000_ERR_NVM;
2153 }
2154
2155 /* Clear FCERR and DAEL in hw status by writing 1 */
2156 hsfsts.hsf_status.flcerr = 1;
2157 hsfsts.hsf_status.dael = 1;
2158
2159 ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
2160
Bruce Allanad680762008-03-28 09:15:03 -07002161 /*
2162 * Either we should have a hardware SPI cycle in progress
Auke Kokbc7f75f2007-09-17 12:30:59 -07002163 * bit to check against, in order to start a new cycle or
2164 * FDONE bit should be changed in the hardware so that it
Auke Kok489815c2008-02-21 15:11:07 -08002165 * is 1 after hardware reset, which can then be used as an
Auke Kokbc7f75f2007-09-17 12:30:59 -07002166 * indication whether a cycle is in progress or has been
2167 * completed.
2168 */
2169
2170 if (hsfsts.hsf_status.flcinprog == 0) {
Bruce Allanad680762008-03-28 09:15:03 -07002171 /*
2172 * There is no cycle running at present,
Bruce Allan5ff5b662009-12-01 15:51:11 +00002173 * so we can start a cycle.
Bruce Allanad680762008-03-28 09:15:03 -07002174 * Begin by setting Flash Cycle Done.
2175 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002176 hsfsts.hsf_status.flcdone = 1;
2177 ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
2178 ret_val = 0;
2179 } else {
Bruce Allan90da0662011-01-06 07:02:53 +00002180 s32 i = 0;
2181
Bruce Allanad680762008-03-28 09:15:03 -07002182 /*
Bruce Allan5ff5b662009-12-01 15:51:11 +00002183 * Otherwise poll for sometime so the current
Bruce Allanad680762008-03-28 09:15:03 -07002184 * cycle has a chance to end before giving up.
2185 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002186 for (i = 0; i < ICH_FLASH_READ_COMMAND_TIMEOUT; i++) {
2187 hsfsts.regval = __er16flash(hw, ICH_FLASH_HSFSTS);
2188 if (hsfsts.hsf_status.flcinprog == 0) {
2189 ret_val = 0;
2190 break;
2191 }
2192 udelay(1);
2193 }
2194 if (ret_val == 0) {
Bruce Allanad680762008-03-28 09:15:03 -07002195 /*
2196 * Successful in waiting for previous cycle to timeout,
2197 * now set the Flash Cycle Done.
2198 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002199 hsfsts.hsf_status.flcdone = 1;
2200 ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
2201 } else {
Joe Perches2c73e1f2010-03-26 20:16:59 +00002202 e_dbg("Flash controller busy, cannot get access\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002203 }
2204 }
2205
2206 return ret_val;
2207}
2208
2209/**
2210 * e1000_flash_cycle_ich8lan - Starts flash cycle (read/write/erase)
2211 * @hw: pointer to the HW structure
2212 * @timeout: maximum time to wait for completion
2213 *
2214 * This function starts a flash cycle and waits for its completion.
2215 **/
2216static s32 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout)
2217{
2218 union ich8_hws_flash_ctrl hsflctl;
2219 union ich8_hws_flash_status hsfsts;
2220 s32 ret_val = -E1000_ERR_NVM;
2221 u32 i = 0;
2222
2223 /* Start a cycle by writing 1 in Flash Cycle Go in Hw Flash Control */
2224 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2225 hsflctl.hsf_ctrl.flcgo = 1;
2226 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2227
2228 /* wait till FDONE bit is set to 1 */
2229 do {
2230 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2231 if (hsfsts.hsf_status.flcdone == 1)
2232 break;
2233 udelay(1);
2234 } while (i++ < timeout);
2235
2236 if (hsfsts.hsf_status.flcdone == 1 && hsfsts.hsf_status.flcerr == 0)
2237 return 0;
2238
2239 return ret_val;
2240}
2241
2242/**
2243 * e1000_read_flash_word_ich8lan - Read word from flash
2244 * @hw: pointer to the HW structure
2245 * @offset: offset to data location
2246 * @data: pointer to the location for storing the data
2247 *
2248 * Reads the flash word at offset into data. Offset is converted
2249 * to bytes before read.
2250 **/
2251static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
2252 u16 *data)
2253{
2254 /* Must convert offset into bytes. */
2255 offset <<= 1;
2256
2257 return e1000_read_flash_data_ich8lan(hw, offset, 2, data);
2258}
2259
2260/**
Bruce Allanf4187b52008-08-26 18:36:50 -07002261 * e1000_read_flash_byte_ich8lan - Read byte from flash
2262 * @hw: pointer to the HW structure
2263 * @offset: The offset of the byte to read.
2264 * @data: Pointer to a byte to store the value read.
2265 *
2266 * Reads a single byte from the NVM using the flash access registers.
2267 **/
2268static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
2269 u8 *data)
2270{
2271 s32 ret_val;
2272 u16 word = 0;
2273
2274 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
2275 if (ret_val)
2276 return ret_val;
2277
2278 *data = (u8)word;
2279
2280 return 0;
2281}
2282
2283/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002284 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
2285 * @hw: pointer to the HW structure
2286 * @offset: The offset (in bytes) of the byte or word to read.
2287 * @size: Size of data to read, 1=byte 2=word
2288 * @data: Pointer to the word to store the value read.
2289 *
2290 * Reads a byte or word from the NVM using the flash access registers.
2291 **/
2292static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
2293 u8 size, u16 *data)
2294{
2295 union ich8_hws_flash_status hsfsts;
2296 union ich8_hws_flash_ctrl hsflctl;
2297 u32 flash_linear_addr;
2298 u32 flash_data = 0;
2299 s32 ret_val = -E1000_ERR_NVM;
2300 u8 count = 0;
2301
2302 if (size < 1 || size > 2 || offset > ICH_FLASH_LINEAR_ADDR_MASK)
2303 return -E1000_ERR_NVM;
2304
2305 flash_linear_addr = (ICH_FLASH_LINEAR_ADDR_MASK & offset) +
2306 hw->nvm.flash_base_addr;
2307
2308 do {
2309 udelay(1);
2310 /* Steps */
2311 ret_val = e1000_flash_cycle_init_ich8lan(hw);
2312 if (ret_val != 0)
2313 break;
2314
2315 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2316 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
2317 hsflctl.hsf_ctrl.fldbcount = size - 1;
2318 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ;
2319 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2320
2321 ew32flash(ICH_FLASH_FADDR, flash_linear_addr);
2322
2323 ret_val = e1000_flash_cycle_ich8lan(hw,
2324 ICH_FLASH_READ_COMMAND_TIMEOUT);
2325
Bruce Allanad680762008-03-28 09:15:03 -07002326 /*
2327 * Check if FCERR is set to 1, if set to 1, clear it
Auke Kokbc7f75f2007-09-17 12:30:59 -07002328 * and try the whole sequence a few more times, else
2329 * read in (shift in) the Flash Data0, the order is
Bruce Allanad680762008-03-28 09:15:03 -07002330 * least significant byte first msb to lsb
2331 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002332 if (ret_val == 0) {
2333 flash_data = er32flash(ICH_FLASH_FDATA0);
Bruce Allanb1cdfea2010-12-11 05:53:47 +00002334 if (size == 1)
Auke Kokbc7f75f2007-09-17 12:30:59 -07002335 *data = (u8)(flash_data & 0x000000FF);
Bruce Allanb1cdfea2010-12-11 05:53:47 +00002336 else if (size == 2)
Auke Kokbc7f75f2007-09-17 12:30:59 -07002337 *data = (u16)(flash_data & 0x0000FFFF);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002338 break;
2339 } else {
Bruce Allanad680762008-03-28 09:15:03 -07002340 /*
2341 * If we've gotten here, then things are probably
Auke Kokbc7f75f2007-09-17 12:30:59 -07002342 * completely hosed, but if the error condition is
2343 * detected, it won't hurt to give it another try...
2344 * ICH_FLASH_CYCLE_REPEAT_COUNT times.
2345 */
2346 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2347 if (hsfsts.hsf_status.flcerr == 1) {
2348 /* Repeat for some time before giving up. */
2349 continue;
2350 } else if (hsfsts.hsf_status.flcdone == 0) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002351 e_dbg("Timeout error - flash cycle "
Joe Perches2c73e1f2010-03-26 20:16:59 +00002352 "did not complete.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002353 break;
2354 }
2355 }
2356 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
2357
2358 return ret_val;
2359}
2360
2361/**
2362 * e1000_write_nvm_ich8lan - Write word(s) to the NVM
2363 * @hw: pointer to the HW structure
2364 * @offset: The offset (in bytes) of the word(s) to write.
2365 * @words: Size of data to write in words
2366 * @data: Pointer to the word(s) to write at offset.
2367 *
2368 * Writes a byte or word to the NVM using the flash access registers.
2369 **/
2370static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
2371 u16 *data)
2372{
2373 struct e1000_nvm_info *nvm = &hw->nvm;
2374 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002375 u16 i;
2376
2377 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
2378 (words == 0)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002379 e_dbg("nvm parameter(s) out of bounds\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002380 return -E1000_ERR_NVM;
2381 }
2382
Bruce Allan94d81862009-11-20 23:25:26 +00002383 nvm->ops.acquire(hw);
Bruce Allanca15df52009-10-26 11:23:43 +00002384
Auke Kokbc7f75f2007-09-17 12:30:59 -07002385 for (i = 0; i < words; i++) {
Bruce Allan564ea9b2009-11-20 23:26:44 +00002386 dev_spec->shadow_ram[offset+i].modified = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002387 dev_spec->shadow_ram[offset+i].value = data[i];
2388 }
2389
Bruce Allan94d81862009-11-20 23:25:26 +00002390 nvm->ops.release(hw);
Bruce Allanca15df52009-10-26 11:23:43 +00002391
Auke Kokbc7f75f2007-09-17 12:30:59 -07002392 return 0;
2393}
2394
2395/**
2396 * e1000_update_nvm_checksum_ich8lan - Update the checksum for NVM
2397 * @hw: pointer to the HW structure
2398 *
2399 * The NVM checksum is updated by calling the generic update_nvm_checksum,
2400 * which writes the checksum to the shadow ram. The changes in the shadow
2401 * ram are then committed to the EEPROM by processing each bank at a time
2402 * checking for the modified bit and writing only the pending changes.
Auke Kok489815c2008-02-21 15:11:07 -08002403 * After a successful commit, the shadow ram is cleared and is ready for
Auke Kokbc7f75f2007-09-17 12:30:59 -07002404 * future writes.
2405 **/
2406static s32 e1000_update_nvm_checksum_ich8lan(struct e1000_hw *hw)
2407{
2408 struct e1000_nvm_info *nvm = &hw->nvm;
2409 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Bruce Allanf4187b52008-08-26 18:36:50 -07002410 u32 i, act_offset, new_bank_offset, old_bank_offset, bank;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002411 s32 ret_val;
2412 u16 data;
2413
2414 ret_val = e1000e_update_nvm_checksum_generic(hw);
2415 if (ret_val)
Bruce Allane2434552008-11-21 17:02:41 -08002416 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002417
2418 if (nvm->type != e1000_nvm_flash_sw)
Bruce Allane2434552008-11-21 17:02:41 -08002419 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002420
Bruce Allan94d81862009-11-20 23:25:26 +00002421 nvm->ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002422
Bruce Allanad680762008-03-28 09:15:03 -07002423 /*
2424 * We're writing to the opposite bank so if we're on bank 1,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002425 * write to bank 0 etc. We also need to erase the segment that
Bruce Allanad680762008-03-28 09:15:03 -07002426 * is going to be written
2427 */
Bruce Allanf4187b52008-08-26 18:36:50 -07002428 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
Bruce Allane2434552008-11-21 17:02:41 -08002429 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002430 e_dbg("Could not detect valid bank, assuming bank 0\n");
Bruce Allan148675a2009-08-07 07:41:56 +00002431 bank = 0;
Bruce Allane2434552008-11-21 17:02:41 -08002432 }
Bruce Allanf4187b52008-08-26 18:36:50 -07002433
2434 if (bank == 0) {
Auke Kokbc7f75f2007-09-17 12:30:59 -07002435 new_bank_offset = nvm->flash_bank_size;
2436 old_bank_offset = 0;
Bruce Allane2434552008-11-21 17:02:41 -08002437 ret_val = e1000_erase_flash_bank_ich8lan(hw, 1);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002438 if (ret_val)
2439 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002440 } else {
2441 old_bank_offset = nvm->flash_bank_size;
2442 new_bank_offset = 0;
Bruce Allane2434552008-11-21 17:02:41 -08002443 ret_val = e1000_erase_flash_bank_ich8lan(hw, 0);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002444 if (ret_val)
2445 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002446 }
2447
2448 for (i = 0; i < E1000_ICH8_SHADOW_RAM_WORDS; i++) {
Bruce Allanad680762008-03-28 09:15:03 -07002449 /*
2450 * Determine whether to write the value stored
Auke Kokbc7f75f2007-09-17 12:30:59 -07002451 * in the other NVM bank or a modified value stored
Bruce Allanad680762008-03-28 09:15:03 -07002452 * in the shadow RAM
2453 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002454 if (dev_spec->shadow_ram[i].modified) {
2455 data = dev_spec->shadow_ram[i].value;
2456 } else {
Bruce Allane2434552008-11-21 17:02:41 -08002457 ret_val = e1000_read_flash_word_ich8lan(hw, i +
2458 old_bank_offset,
2459 &data);
2460 if (ret_val)
2461 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002462 }
2463
Bruce Allanad680762008-03-28 09:15:03 -07002464 /*
2465 * If the word is 0x13, then make sure the signature bits
Auke Kokbc7f75f2007-09-17 12:30:59 -07002466 * (15:14) are 11b until the commit has completed.
2467 * This will allow us to write 10b which indicates the
2468 * signature is valid. We want to do this after the write
2469 * has completed so that we don't mark the segment valid
Bruce Allanad680762008-03-28 09:15:03 -07002470 * while the write is still in progress
2471 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002472 if (i == E1000_ICH_NVM_SIG_WORD)
2473 data |= E1000_ICH_NVM_SIG_MASK;
2474
2475 /* Convert offset to bytes. */
2476 act_offset = (i + new_bank_offset) << 1;
2477
2478 udelay(100);
2479 /* Write the bytes to the new bank. */
2480 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
2481 act_offset,
2482 (u8)data);
2483 if (ret_val)
2484 break;
2485
2486 udelay(100);
2487 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
2488 act_offset + 1,
2489 (u8)(data >> 8));
2490 if (ret_val)
2491 break;
2492 }
2493
Bruce Allanad680762008-03-28 09:15:03 -07002494 /*
2495 * Don't bother writing the segment valid bits if sector
2496 * programming failed.
2497 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002498 if (ret_val) {
Bruce Allan4a770352008-10-01 17:18:35 -07002499 /* Possibly read-only, see e1000e_write_protect_nvm_ich8lan() */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002500 e_dbg("Flash commit failed.\n");
Bruce Allan9c5e2092010-05-10 15:00:31 +00002501 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002502 }
2503
Bruce Allanad680762008-03-28 09:15:03 -07002504 /*
2505 * Finally validate the new segment by setting bit 15:14
Auke Kokbc7f75f2007-09-17 12:30:59 -07002506 * to 10b in word 0x13 , this can be done without an
2507 * erase as well since these bits are 11 to start with
Bruce Allanad680762008-03-28 09:15:03 -07002508 * and we need to change bit 14 to 0b
2509 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002510 act_offset = new_bank_offset + E1000_ICH_NVM_SIG_WORD;
Bruce Allane2434552008-11-21 17:02:41 -08002511 ret_val = e1000_read_flash_word_ich8lan(hw, act_offset, &data);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002512 if (ret_val)
2513 goto release;
2514
Auke Kokbc7f75f2007-09-17 12:30:59 -07002515 data &= 0xBFFF;
2516 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
2517 act_offset * 2 + 1,
2518 (u8)(data >> 8));
Bruce Allan9c5e2092010-05-10 15:00:31 +00002519 if (ret_val)
2520 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002521
Bruce Allanad680762008-03-28 09:15:03 -07002522 /*
2523 * And invalidate the previously valid segment by setting
Auke Kokbc7f75f2007-09-17 12:30:59 -07002524 * its signature word (0x13) high_byte to 0b. This can be
2525 * done without an erase because flash erase sets all bits
Bruce Allanad680762008-03-28 09:15:03 -07002526 * to 1's. We can write 1's to 0's without an erase
2527 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002528 act_offset = (old_bank_offset + E1000_ICH_NVM_SIG_WORD) * 2 + 1;
2529 ret_val = e1000_retry_write_flash_byte_ich8lan(hw, act_offset, 0);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002530 if (ret_val)
2531 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002532
2533 /* Great! Everything worked, we can now clear the cached entries. */
2534 for (i = 0; i < E1000_ICH8_SHADOW_RAM_WORDS; i++) {
Bruce Allan564ea9b2009-11-20 23:26:44 +00002535 dev_spec->shadow_ram[i].modified = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002536 dev_spec->shadow_ram[i].value = 0xFFFF;
2537 }
2538
Bruce Allan9c5e2092010-05-10 15:00:31 +00002539release:
Bruce Allan94d81862009-11-20 23:25:26 +00002540 nvm->ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002541
Bruce Allanad680762008-03-28 09:15:03 -07002542 /*
2543 * Reload the EEPROM, or else modifications will not appear
Auke Kokbc7f75f2007-09-17 12:30:59 -07002544 * until after the next adapter reset.
2545 */
Bruce Allan9c5e2092010-05-10 15:00:31 +00002546 if (!ret_val) {
2547 e1000e_reload_nvm(hw);
Bruce Allan1bba4382011-03-19 00:27:20 +00002548 usleep_range(10000, 20000);
Bruce Allan9c5e2092010-05-10 15:00:31 +00002549 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07002550
Bruce Allane2434552008-11-21 17:02:41 -08002551out:
2552 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002553 e_dbg("NVM update error: %d\n", ret_val);
Bruce Allane2434552008-11-21 17:02:41 -08002554
Auke Kokbc7f75f2007-09-17 12:30:59 -07002555 return ret_val;
2556}
2557
2558/**
2559 * e1000_validate_nvm_checksum_ich8lan - Validate EEPROM checksum
2560 * @hw: pointer to the HW structure
2561 *
2562 * Check to see if checksum needs to be fixed by reading bit 6 in word 0x19.
2563 * If the bit is 0, that the EEPROM had been modified, but the checksum was not
2564 * calculated, in which case we need to calculate the checksum and set bit 6.
2565 **/
2566static s32 e1000_validate_nvm_checksum_ich8lan(struct e1000_hw *hw)
2567{
2568 s32 ret_val;
2569 u16 data;
2570
Bruce Allanad680762008-03-28 09:15:03 -07002571 /*
2572 * Read 0x19 and check bit 6. If this bit is 0, the checksum
Auke Kokbc7f75f2007-09-17 12:30:59 -07002573 * needs to be fixed. This bit is an indication that the NVM
2574 * was prepared by OEM software and did not calculate the
2575 * checksum...a likely scenario.
2576 */
2577 ret_val = e1000_read_nvm(hw, 0x19, 1, &data);
2578 if (ret_val)
2579 return ret_val;
2580
2581 if ((data & 0x40) == 0) {
2582 data |= 0x40;
2583 ret_val = e1000_write_nvm(hw, 0x19, 1, &data);
2584 if (ret_val)
2585 return ret_val;
2586 ret_val = e1000e_update_nvm_checksum(hw);
2587 if (ret_val)
2588 return ret_val;
2589 }
2590
2591 return e1000e_validate_nvm_checksum_generic(hw);
2592}
2593
2594/**
Bruce Allan4a770352008-10-01 17:18:35 -07002595 * e1000e_write_protect_nvm_ich8lan - Make the NVM read-only
2596 * @hw: pointer to the HW structure
2597 *
2598 * To prevent malicious write/erase of the NVM, set it to be read-only
2599 * so that the hardware ignores all write/erase cycles of the NVM via
2600 * the flash control registers. The shadow-ram copy of the NVM will
2601 * still be updated, however any updates to this copy will not stick
2602 * across driver reloads.
2603 **/
2604void e1000e_write_protect_nvm_ich8lan(struct e1000_hw *hw)
2605{
Bruce Allanca15df52009-10-26 11:23:43 +00002606 struct e1000_nvm_info *nvm = &hw->nvm;
Bruce Allan4a770352008-10-01 17:18:35 -07002607 union ich8_flash_protected_range pr0;
2608 union ich8_hws_flash_status hsfsts;
2609 u32 gfpreg;
Bruce Allan4a770352008-10-01 17:18:35 -07002610
Bruce Allan94d81862009-11-20 23:25:26 +00002611 nvm->ops.acquire(hw);
Bruce Allan4a770352008-10-01 17:18:35 -07002612
2613 gfpreg = er32flash(ICH_FLASH_GFPREG);
2614
2615 /* Write-protect GbE Sector of NVM */
2616 pr0.regval = er32flash(ICH_FLASH_PR0);
2617 pr0.range.base = gfpreg & FLASH_GFPREG_BASE_MASK;
2618 pr0.range.limit = ((gfpreg >> 16) & FLASH_GFPREG_BASE_MASK);
2619 pr0.range.wpe = true;
2620 ew32flash(ICH_FLASH_PR0, pr0.regval);
2621
2622 /*
2623 * Lock down a subset of GbE Flash Control Registers, e.g.
2624 * PR0 to prevent the write-protection from being lifted.
2625 * Once FLOCKDN is set, the registers protected by it cannot
2626 * be written until FLOCKDN is cleared by a hardware reset.
2627 */
2628 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2629 hsfsts.hsf_status.flockdn = true;
2630 ew32flash(ICH_FLASH_HSFSTS, hsfsts.regval);
2631
Bruce Allan94d81862009-11-20 23:25:26 +00002632 nvm->ops.release(hw);
Bruce Allan4a770352008-10-01 17:18:35 -07002633}
2634
2635/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002636 * e1000_write_flash_data_ich8lan - Writes bytes to the NVM
2637 * @hw: pointer to the HW structure
2638 * @offset: The offset (in bytes) of the byte/word to read.
2639 * @size: Size of data to read, 1=byte 2=word
2640 * @data: The byte(s) to write to the NVM.
2641 *
2642 * Writes one/two bytes to the NVM using the flash access registers.
2643 **/
2644static s32 e1000_write_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
2645 u8 size, u16 data)
2646{
2647 union ich8_hws_flash_status hsfsts;
2648 union ich8_hws_flash_ctrl hsflctl;
2649 u32 flash_linear_addr;
2650 u32 flash_data = 0;
2651 s32 ret_val;
2652 u8 count = 0;
2653
2654 if (size < 1 || size > 2 || data > size * 0xff ||
2655 offset > ICH_FLASH_LINEAR_ADDR_MASK)
2656 return -E1000_ERR_NVM;
2657
2658 flash_linear_addr = (ICH_FLASH_LINEAR_ADDR_MASK & offset) +
2659 hw->nvm.flash_base_addr;
2660
2661 do {
2662 udelay(1);
2663 /* Steps */
2664 ret_val = e1000_flash_cycle_init_ich8lan(hw);
2665 if (ret_val)
2666 break;
2667
2668 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2669 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
2670 hsflctl.hsf_ctrl.fldbcount = size -1;
2671 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE;
2672 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2673
2674 ew32flash(ICH_FLASH_FADDR, flash_linear_addr);
2675
2676 if (size == 1)
2677 flash_data = (u32)data & 0x00FF;
2678 else
2679 flash_data = (u32)data;
2680
2681 ew32flash(ICH_FLASH_FDATA0, flash_data);
2682
Bruce Allanad680762008-03-28 09:15:03 -07002683 /*
2684 * check if FCERR is set to 1 , if set to 1, clear it
2685 * and try the whole sequence a few more times else done
2686 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002687 ret_val = e1000_flash_cycle_ich8lan(hw,
2688 ICH_FLASH_WRITE_COMMAND_TIMEOUT);
2689 if (!ret_val)
2690 break;
2691
Bruce Allanad680762008-03-28 09:15:03 -07002692 /*
2693 * If we're here, then things are most likely
Auke Kokbc7f75f2007-09-17 12:30:59 -07002694 * completely hosed, but if the error condition
2695 * is detected, it won't hurt to give it another
2696 * try...ICH_FLASH_CYCLE_REPEAT_COUNT times.
2697 */
2698 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2699 if (hsfsts.hsf_status.flcerr == 1)
2700 /* Repeat for some time before giving up. */
2701 continue;
2702 if (hsfsts.hsf_status.flcdone == 0) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002703 e_dbg("Timeout error - flash cycle "
Auke Kokbc7f75f2007-09-17 12:30:59 -07002704 "did not complete.");
2705 break;
2706 }
2707 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
2708
2709 return ret_val;
2710}
2711
2712/**
2713 * e1000_write_flash_byte_ich8lan - Write a single byte to NVM
2714 * @hw: pointer to the HW structure
2715 * @offset: The index of the byte to read.
2716 * @data: The byte to write to the NVM.
2717 *
2718 * Writes a single byte to the NVM using the flash access registers.
2719 **/
2720static s32 e1000_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
2721 u8 data)
2722{
2723 u16 word = (u16)data;
2724
2725 return e1000_write_flash_data_ich8lan(hw, offset, 1, word);
2726}
2727
2728/**
2729 * e1000_retry_write_flash_byte_ich8lan - Writes a single byte to NVM
2730 * @hw: pointer to the HW structure
2731 * @offset: The offset of the byte to write.
2732 * @byte: The byte to write to the NVM.
2733 *
2734 * Writes a single byte to the NVM using the flash access registers.
2735 * Goes through a retry algorithm before giving up.
2736 **/
2737static s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
2738 u32 offset, u8 byte)
2739{
2740 s32 ret_val;
2741 u16 program_retries;
2742
2743 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
2744 if (!ret_val)
2745 return ret_val;
2746
2747 for (program_retries = 0; program_retries < 100; program_retries++) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002748 e_dbg("Retrying Byte %2.2X at offset %u\n", byte, offset);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002749 udelay(100);
2750 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
2751 if (!ret_val)
2752 break;
2753 }
2754 if (program_retries == 100)
2755 return -E1000_ERR_NVM;
2756
2757 return 0;
2758}
2759
2760/**
2761 * e1000_erase_flash_bank_ich8lan - Erase a bank (4k) from NVM
2762 * @hw: pointer to the HW structure
2763 * @bank: 0 for first bank, 1 for second bank, etc.
2764 *
2765 * Erases the bank specified. Each bank is a 4k block. Banks are 0 based.
2766 * bank N is 4096 * N + flash_reg_addr.
2767 **/
2768static s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank)
2769{
2770 struct e1000_nvm_info *nvm = &hw->nvm;
2771 union ich8_hws_flash_status hsfsts;
2772 union ich8_hws_flash_ctrl hsflctl;
2773 u32 flash_linear_addr;
2774 /* bank size is in 16bit words - adjust to bytes */
2775 u32 flash_bank_size = nvm->flash_bank_size * 2;
2776 s32 ret_val;
2777 s32 count = 0;
Bruce Allana708dd82009-11-20 23:28:37 +00002778 s32 j, iteration, sector_size;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002779
2780 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2781
Bruce Allanad680762008-03-28 09:15:03 -07002782 /*
2783 * Determine HW Sector size: Read BERASE bits of hw flash status
2784 * register
2785 * 00: The Hw sector is 256 bytes, hence we need to erase 16
Auke Kokbc7f75f2007-09-17 12:30:59 -07002786 * consecutive sectors. The start index for the nth Hw sector
2787 * can be calculated as = bank * 4096 + n * 256
2788 * 01: The Hw sector is 4K bytes, hence we need to erase 1 sector.
2789 * The start index for the nth Hw sector can be calculated
2790 * as = bank * 4096
2791 * 10: The Hw sector is 8K bytes, nth sector = bank * 8192
2792 * (ich9 only, otherwise error condition)
2793 * 11: The Hw sector is 64K bytes, nth sector = bank * 65536
2794 */
2795 switch (hsfsts.hsf_status.berasesz) {
2796 case 0:
2797 /* Hw sector size 256 */
2798 sector_size = ICH_FLASH_SEG_SIZE_256;
2799 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256;
2800 break;
2801 case 1:
2802 sector_size = ICH_FLASH_SEG_SIZE_4K;
Bruce Allan28c91952009-07-01 13:28:32 +00002803 iteration = 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002804 break;
2805 case 2:
Bruce Allan148675a2009-08-07 07:41:56 +00002806 sector_size = ICH_FLASH_SEG_SIZE_8K;
2807 iteration = 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002808 break;
2809 case 3:
2810 sector_size = ICH_FLASH_SEG_SIZE_64K;
Bruce Allan28c91952009-07-01 13:28:32 +00002811 iteration = 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002812 break;
2813 default:
2814 return -E1000_ERR_NVM;
2815 }
2816
2817 /* Start with the base address, then add the sector offset. */
2818 flash_linear_addr = hw->nvm.flash_base_addr;
Bruce Allan148675a2009-08-07 07:41:56 +00002819 flash_linear_addr += (bank) ? flash_bank_size : 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002820
2821 for (j = 0; j < iteration ; j++) {
2822 do {
2823 /* Steps */
2824 ret_val = e1000_flash_cycle_init_ich8lan(hw);
2825 if (ret_val)
2826 return ret_val;
2827
Bruce Allanad680762008-03-28 09:15:03 -07002828 /*
2829 * Write a value 11 (block Erase) in Flash
2830 * Cycle field in hw flash control
2831 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002832 hsflctl.regval = er16flash(ICH_FLASH_HSFCTL);
2833 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_ERASE;
2834 ew16flash(ICH_FLASH_HSFCTL, hsflctl.regval);
2835
Bruce Allanad680762008-03-28 09:15:03 -07002836 /*
2837 * Write the last 24 bits of an index within the
Auke Kokbc7f75f2007-09-17 12:30:59 -07002838 * block into Flash Linear address field in Flash
2839 * Address.
2840 */
2841 flash_linear_addr += (j * sector_size);
2842 ew32flash(ICH_FLASH_FADDR, flash_linear_addr);
2843
2844 ret_val = e1000_flash_cycle_ich8lan(hw,
2845 ICH_FLASH_ERASE_COMMAND_TIMEOUT);
2846 if (ret_val == 0)
2847 break;
2848
Bruce Allanad680762008-03-28 09:15:03 -07002849 /*
2850 * Check if FCERR is set to 1. If 1,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002851 * clear it and try the whole sequence
Bruce Allanad680762008-03-28 09:15:03 -07002852 * a few more times else Done
2853 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002854 hsfsts.regval = er16flash(ICH_FLASH_HSFSTS);
2855 if (hsfsts.hsf_status.flcerr == 1)
Bruce Allanad680762008-03-28 09:15:03 -07002856 /* repeat for some time before giving up */
Auke Kokbc7f75f2007-09-17 12:30:59 -07002857 continue;
2858 else if (hsfsts.hsf_status.flcdone == 0)
2859 return ret_val;
2860 } while (++count < ICH_FLASH_CYCLE_REPEAT_COUNT);
2861 }
2862
2863 return 0;
2864}
2865
2866/**
2867 * e1000_valid_led_default_ich8lan - Set the default LED settings
2868 * @hw: pointer to the HW structure
2869 * @data: Pointer to the LED settings
2870 *
2871 * Reads the LED default settings from the NVM to data. If the NVM LED
2872 * settings is all 0's or F's, set the LED default to a valid LED default
2873 * setting.
2874 **/
2875static s32 e1000_valid_led_default_ich8lan(struct e1000_hw *hw, u16 *data)
2876{
2877 s32 ret_val;
2878
2879 ret_val = e1000_read_nvm(hw, NVM_ID_LED_SETTINGS, 1, data);
2880 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002881 e_dbg("NVM Read Error\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002882 return ret_val;
2883 }
2884
2885 if (*data == ID_LED_RESERVED_0000 ||
2886 *data == ID_LED_RESERVED_FFFF)
2887 *data = ID_LED_DEFAULT_ICH8LAN;
2888
2889 return 0;
2890}
2891
2892/**
Bruce Allana4f58f52009-06-02 11:29:18 +00002893 * e1000_id_led_init_pchlan - store LED configurations
2894 * @hw: pointer to the HW structure
2895 *
2896 * PCH does not control LEDs via the LEDCTL register, rather it uses
2897 * the PHY LED configuration register.
2898 *
2899 * PCH also does not have an "always on" or "always off" mode which
2900 * complicates the ID feature. Instead of using the "on" mode to indicate
2901 * in ledctl_mode2 the LEDs to use for ID (see e1000e_id_led_init()),
2902 * use "link_up" mode. The LEDs will still ID on request if there is no
2903 * link based on logic in e1000_led_[on|off]_pchlan().
2904 **/
2905static s32 e1000_id_led_init_pchlan(struct e1000_hw *hw)
2906{
2907 struct e1000_mac_info *mac = &hw->mac;
2908 s32 ret_val;
2909 const u32 ledctl_on = E1000_LEDCTL_MODE_LINK_UP;
2910 const u32 ledctl_off = E1000_LEDCTL_MODE_LINK_UP | E1000_PHY_LED0_IVRT;
2911 u16 data, i, temp, shift;
2912
2913 /* Get default ID LED modes */
2914 ret_val = hw->nvm.ops.valid_led_default(hw, &data);
2915 if (ret_val)
2916 goto out;
2917
2918 mac->ledctl_default = er32(LEDCTL);
2919 mac->ledctl_mode1 = mac->ledctl_default;
2920 mac->ledctl_mode2 = mac->ledctl_default;
2921
2922 for (i = 0; i < 4; i++) {
2923 temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK;
2924 shift = (i * 5);
2925 switch (temp) {
2926 case ID_LED_ON1_DEF2:
2927 case ID_LED_ON1_ON2:
2928 case ID_LED_ON1_OFF2:
2929 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
2930 mac->ledctl_mode1 |= (ledctl_on << shift);
2931 break;
2932 case ID_LED_OFF1_DEF2:
2933 case ID_LED_OFF1_ON2:
2934 case ID_LED_OFF1_OFF2:
2935 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
2936 mac->ledctl_mode1 |= (ledctl_off << shift);
2937 break;
2938 default:
2939 /* Do nothing */
2940 break;
2941 }
2942 switch (temp) {
2943 case ID_LED_DEF1_ON2:
2944 case ID_LED_ON1_ON2:
2945 case ID_LED_OFF1_ON2:
2946 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
2947 mac->ledctl_mode2 |= (ledctl_on << shift);
2948 break;
2949 case ID_LED_DEF1_OFF2:
2950 case ID_LED_ON1_OFF2:
2951 case ID_LED_OFF1_OFF2:
2952 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
2953 mac->ledctl_mode2 |= (ledctl_off << shift);
2954 break;
2955 default:
2956 /* Do nothing */
2957 break;
2958 }
2959 }
2960
2961out:
2962 return ret_val;
2963}
2964
2965/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002966 * e1000_get_bus_info_ich8lan - Get/Set the bus type and width
2967 * @hw: pointer to the HW structure
2968 *
2969 * ICH8 use the PCI Express bus, but does not contain a PCI Express Capability
2970 * register, so the the bus width is hard coded.
2971 **/
2972static s32 e1000_get_bus_info_ich8lan(struct e1000_hw *hw)
2973{
2974 struct e1000_bus_info *bus = &hw->bus;
2975 s32 ret_val;
2976
2977 ret_val = e1000e_get_bus_info_pcie(hw);
2978
Bruce Allanad680762008-03-28 09:15:03 -07002979 /*
2980 * ICH devices are "PCI Express"-ish. They have
Auke Kokbc7f75f2007-09-17 12:30:59 -07002981 * a configuration space, but do not contain
2982 * PCI Express Capability registers, so bus width
2983 * must be hardcoded.
2984 */
2985 if (bus->width == e1000_bus_width_unknown)
2986 bus->width = e1000_bus_width_pcie_x1;
2987
2988 return ret_val;
2989}
2990
2991/**
2992 * e1000_reset_hw_ich8lan - Reset the hardware
2993 * @hw: pointer to the HW structure
2994 *
2995 * Does a full reset of the hardware which includes a reset of the PHY and
2996 * MAC.
2997 **/
2998static s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw)
2999{
Bruce Allan1d5846b2009-10-29 13:46:05 +00003000 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
Bruce Allandb2932e2009-10-26 11:22:47 +00003001 u16 reg;
Bruce Allandd93f952011-01-06 14:29:48 +00003002 u32 ctrl, kab;
Auke Kokbc7f75f2007-09-17 12:30:59 -07003003 s32 ret_val;
3004
Bruce Allanad680762008-03-28 09:15:03 -07003005 /*
3006 * Prevent the PCI-E bus from sticking if there is no TLP connection
Auke Kokbc7f75f2007-09-17 12:30:59 -07003007 * on the last TLP read/write transaction when MAC is reset.
3008 */
3009 ret_val = e1000e_disable_pcie_master(hw);
Bruce Allane98cac42010-05-10 15:02:32 +00003010 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003011 e_dbg("PCI-E Master disable polling has failed.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07003012
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003013 e_dbg("Masking off all interrupts\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07003014 ew32(IMC, 0xffffffff);
3015
Bruce Allanad680762008-03-28 09:15:03 -07003016 /*
3017 * Disable the Transmit and Receive units. Then delay to allow
Auke Kokbc7f75f2007-09-17 12:30:59 -07003018 * any pending transactions to complete before we hit the MAC
3019 * with the global reset.
3020 */
3021 ew32(RCTL, 0);
3022 ew32(TCTL, E1000_TCTL_PSP);
3023 e1e_flush();
3024
Bruce Allan1bba4382011-03-19 00:27:20 +00003025 usleep_range(10000, 20000);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003026
3027 /* Workaround for ICH8 bit corruption issue in FIFO memory */
3028 if (hw->mac.type == e1000_ich8lan) {
3029 /* Set Tx and Rx buffer allocation to 8k apiece. */
3030 ew32(PBA, E1000_PBA_8K);
3031 /* Set Packet Buffer Size to 16k. */
3032 ew32(PBS, E1000_PBS_16K);
3033 }
3034
Bruce Allan1d5846b2009-10-29 13:46:05 +00003035 if (hw->mac.type == e1000_pchlan) {
3036 /* Save the NVM K1 bit setting*/
3037 ret_val = e1000_read_nvm(hw, E1000_NVM_K1_CONFIG, 1, &reg);
3038 if (ret_val)
3039 return ret_val;
3040
3041 if (reg & E1000_NVM_K1_ENABLE)
3042 dev_spec->nvm_k1_enabled = true;
3043 else
3044 dev_spec->nvm_k1_enabled = false;
3045 }
3046
Auke Kokbc7f75f2007-09-17 12:30:59 -07003047 ctrl = er32(CTRL);
3048
3049 if (!e1000_check_reset_block(hw)) {
Bruce Allanad680762008-03-28 09:15:03 -07003050 /*
Bruce Allane98cac42010-05-10 15:02:32 +00003051 * Full-chip reset requires MAC and PHY reset at the same
Auke Kokbc7f75f2007-09-17 12:30:59 -07003052 * time to make sure the interface between MAC and the
3053 * external PHY is reset.
3054 */
3055 ctrl |= E1000_CTRL_PHY_RST;
Bruce Allan605c82b2010-09-22 17:17:01 +00003056
3057 /*
3058 * Gate automatic PHY configuration by hardware on
3059 * non-managed 82579
3060 */
3061 if ((hw->mac.type == e1000_pch2lan) &&
3062 !(er32(FWSM) & E1000_ICH_FWSM_FW_VALID))
3063 e1000_gate_hw_phy_config_ich8lan(hw, true);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003064 }
3065 ret_val = e1000_acquire_swflag_ich8lan(hw);
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003066 e_dbg("Issuing a global reset to ich8lan\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07003067 ew32(CTRL, (ctrl | E1000_CTRL_RST));
3068 msleep(20);
3069
Bruce Allanfc0c7762009-07-01 13:27:55 +00003070 if (!ret_val)
Jeff Kirsher30bb0e02008-12-11 21:28:11 -08003071 e1000_release_swflag_ich8lan(hw);
Jesse Brandeburg37f40232008-10-02 16:33:20 -07003072
Bruce Allane98cac42010-05-10 15:02:32 +00003073 if (ctrl & E1000_CTRL_PHY_RST) {
Bruce Allanfc0c7762009-07-01 13:27:55 +00003074 ret_val = hw->phy.ops.get_cfg_done(hw);
Bruce Allane98cac42010-05-10 15:02:32 +00003075 if (ret_val)
3076 goto out;
Bruce Allanfc0c7762009-07-01 13:27:55 +00003077
Bruce Allane98cac42010-05-10 15:02:32 +00003078 ret_val = e1000_post_phy_reset_ich8lan(hw);
Bruce Allanf523d212009-10-29 13:45:45 +00003079 if (ret_val)
3080 goto out;
3081 }
Bruce Allane98cac42010-05-10 15:02:32 +00003082
Bruce Allan7d3cabb2009-07-01 13:29:08 +00003083 /*
3084 * For PCH, this write will make sure that any noise
3085 * will be detected as a CRC error and be dropped rather than show up
3086 * as a bad packet to the DMA engine.
3087 */
3088 if (hw->mac.type == e1000_pchlan)
3089 ew32(CRC_OFFSET, 0x65656565);
3090
Auke Kokbc7f75f2007-09-17 12:30:59 -07003091 ew32(IMC, 0xffffffff);
Bruce Allandd93f952011-01-06 14:29:48 +00003092 er32(ICR);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003093
3094 kab = er32(KABGTXD);
3095 kab |= E1000_KABGTXD_BGSQLBIAS;
3096 ew32(KABGTXD, kab);
3097
Bruce Allanf523d212009-10-29 13:45:45 +00003098out:
Auke Kokbc7f75f2007-09-17 12:30:59 -07003099 return ret_val;
3100}
3101
3102/**
3103 * e1000_init_hw_ich8lan - Initialize the hardware
3104 * @hw: pointer to the HW structure
3105 *
3106 * Prepares the hardware for transmit and receive by doing the following:
3107 * - initialize hardware bits
3108 * - initialize LED identification
3109 * - setup receive address registers
3110 * - setup flow control
Auke Kok489815c2008-02-21 15:11:07 -08003111 * - setup transmit descriptors
Auke Kokbc7f75f2007-09-17 12:30:59 -07003112 * - clear statistics
3113 **/
3114static s32 e1000_init_hw_ich8lan(struct e1000_hw *hw)
3115{
3116 struct e1000_mac_info *mac = &hw->mac;
3117 u32 ctrl_ext, txdctl, snoop;
3118 s32 ret_val;
3119 u16 i;
3120
3121 e1000_initialize_hw_bits_ich8lan(hw);
3122
3123 /* Initialize identification LED */
Bruce Allana4f58f52009-06-02 11:29:18 +00003124 ret_val = mac->ops.id_led_init(hw);
Bruce Allande39b752009-11-20 23:27:59 +00003125 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003126 e_dbg("Error initializing identification LED\n");
Bruce Allande39b752009-11-20 23:27:59 +00003127 /* This is not fatal and we should not stop init due to this */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003128
3129 /* Setup the receive address. */
3130 e1000e_init_rx_addrs(hw, mac->rar_entry_count);
3131
3132 /* Zero out the Multicast HASH table */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003133 e_dbg("Zeroing the MTA\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07003134 for (i = 0; i < mac->mta_reg_count; i++)
3135 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0);
3136
Bruce Allanfc0c7762009-07-01 13:27:55 +00003137 /*
3138 * The 82578 Rx buffer will stall if wakeup is enabled in host and
3139 * the ME. Reading the BM_WUC register will clear the host wakeup bit.
3140 * Reset the phy after disabling host wakeup to reset the Rx buffer.
3141 */
3142 if (hw->phy.type == e1000_phy_82578) {
Bruce Allan482fed82011-01-06 14:29:49 +00003143 e1e_rphy(hw, BM_WUC, &i);
Bruce Allanfc0c7762009-07-01 13:27:55 +00003144 ret_val = e1000_phy_hw_reset_ich8lan(hw);
3145 if (ret_val)
3146 return ret_val;
3147 }
3148
Auke Kokbc7f75f2007-09-17 12:30:59 -07003149 /* Setup link and flow control */
3150 ret_val = e1000_setup_link_ich8lan(hw);
3151
3152 /* Set the transmit descriptor write-back policy for both queues */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003153 txdctl = er32(TXDCTL(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003154 txdctl = (txdctl & ~E1000_TXDCTL_WTHRESH) |
3155 E1000_TXDCTL_FULL_TX_DESC_WB;
3156 txdctl = (txdctl & ~E1000_TXDCTL_PTHRESH) |
3157 E1000_TXDCTL_MAX_TX_DESC_PREFETCH;
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003158 ew32(TXDCTL(0), txdctl);
3159 txdctl = er32(TXDCTL(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003160 txdctl = (txdctl & ~E1000_TXDCTL_WTHRESH) |
3161 E1000_TXDCTL_FULL_TX_DESC_WB;
3162 txdctl = (txdctl & ~E1000_TXDCTL_PTHRESH) |
3163 E1000_TXDCTL_MAX_TX_DESC_PREFETCH;
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003164 ew32(TXDCTL(1), txdctl);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003165
Bruce Allanad680762008-03-28 09:15:03 -07003166 /*
3167 * ICH8 has opposite polarity of no_snoop bits.
3168 * By default, we should use snoop behavior.
3169 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003170 if (mac->type == e1000_ich8lan)
3171 snoop = PCIE_ICH8_SNOOP_ALL;
3172 else
3173 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
3174 e1000e_set_pcie_no_snoop(hw, snoop);
3175
3176 ctrl_ext = er32(CTRL_EXT);
3177 ctrl_ext |= E1000_CTRL_EXT_RO_DIS;
3178 ew32(CTRL_EXT, ctrl_ext);
3179
Bruce Allanad680762008-03-28 09:15:03 -07003180 /*
3181 * Clear all of the statistics registers (clear on read). It is
Auke Kokbc7f75f2007-09-17 12:30:59 -07003182 * important that we do this after we have tried to establish link
3183 * because the symbol error count will increment wildly if there
3184 * is no link.
3185 */
3186 e1000_clear_hw_cntrs_ich8lan(hw);
3187
3188 return 0;
3189}
3190/**
3191 * e1000_initialize_hw_bits_ich8lan - Initialize required hardware bits
3192 * @hw: pointer to the HW structure
3193 *
3194 * Sets/Clears required hardware bits necessary for correctly setting up the
3195 * hardware for transmit and receive.
3196 **/
3197static void e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw)
3198{
3199 u32 reg;
3200
3201 /* Extended Device Control */
3202 reg = er32(CTRL_EXT);
3203 reg |= (1 << 22);
Bruce Allana4f58f52009-06-02 11:29:18 +00003204 /* Enable PHY low-power state when MAC is at D3 w/o WoL */
3205 if (hw->mac.type >= e1000_pchlan)
3206 reg |= E1000_CTRL_EXT_PHYPDEN;
Auke Kokbc7f75f2007-09-17 12:30:59 -07003207 ew32(CTRL_EXT, reg);
3208
3209 /* Transmit Descriptor Control 0 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003210 reg = er32(TXDCTL(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003211 reg |= (1 << 22);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003212 ew32(TXDCTL(0), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003213
3214 /* Transmit Descriptor Control 1 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003215 reg = er32(TXDCTL(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003216 reg |= (1 << 22);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003217 ew32(TXDCTL(1), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003218
3219 /* Transmit Arbitration Control 0 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003220 reg = er32(TARC(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003221 if (hw->mac.type == e1000_ich8lan)
3222 reg |= (1 << 28) | (1 << 29);
3223 reg |= (1 << 23) | (1 << 24) | (1 << 26) | (1 << 27);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003224 ew32(TARC(0), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003225
3226 /* Transmit Arbitration Control 1 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003227 reg = er32(TARC(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003228 if (er32(TCTL) & E1000_TCTL_MULR)
3229 reg &= ~(1 << 28);
3230 else
3231 reg |= (1 << 28);
3232 reg |= (1 << 24) | (1 << 26) | (1 << 30);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07003233 ew32(TARC(1), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003234
3235 /* Device Status */
3236 if (hw->mac.type == e1000_ich8lan) {
3237 reg = er32(STATUS);
3238 reg &= ~(1 << 31);
3239 ew32(STATUS, reg);
3240 }
Jesse Brandeburga80483d2010-03-05 02:21:44 +00003241
3242 /*
3243 * work-around descriptor data corruption issue during nfs v2 udp
3244 * traffic, just disable the nfs filtering capability
3245 */
3246 reg = er32(RFCTL);
3247 reg |= (E1000_RFCTL_NFSW_DIS | E1000_RFCTL_NFSR_DIS);
3248 ew32(RFCTL, reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003249}
3250
3251/**
3252 * e1000_setup_link_ich8lan - Setup flow control and link settings
3253 * @hw: pointer to the HW structure
3254 *
3255 * Determines which flow control settings to use, then configures flow
3256 * control. Calls the appropriate media-specific link configuration
3257 * function. Assuming the adapter has a valid link partner, a valid link
3258 * should be established. Assumes the hardware has previously been reset
3259 * and the transmitter and receiver are not enabled.
3260 **/
3261static s32 e1000_setup_link_ich8lan(struct e1000_hw *hw)
3262{
Auke Kokbc7f75f2007-09-17 12:30:59 -07003263 s32 ret_val;
3264
3265 if (e1000_check_reset_block(hw))
3266 return 0;
3267
Bruce Allanad680762008-03-28 09:15:03 -07003268 /*
3269 * ICH parts do not have a word in the NVM to determine
Auke Kokbc7f75f2007-09-17 12:30:59 -07003270 * the default flow control setting, so we explicitly
3271 * set it to full.
3272 */
Bruce Allan37289d92009-06-02 11:29:37 +00003273 if (hw->fc.requested_mode == e1000_fc_default) {
3274 /* Workaround h/w hang when Tx flow control enabled */
3275 if (hw->mac.type == e1000_pchlan)
3276 hw->fc.requested_mode = e1000_fc_rx_pause;
3277 else
3278 hw->fc.requested_mode = e1000_fc_full;
3279 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07003280
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08003281 /*
3282 * Save off the requested flow control mode for use later. Depending
3283 * on the link partner's capabilities, we may or may not use this mode.
3284 */
3285 hw->fc.current_mode = hw->fc.requested_mode;
Auke Kokbc7f75f2007-09-17 12:30:59 -07003286
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003287 e_dbg("After fix-ups FlowControl is now = %x\n",
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08003288 hw->fc.current_mode);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003289
3290 /* Continue to configure the copper link. */
3291 ret_val = e1000_setup_copper_link_ich8lan(hw);
3292 if (ret_val)
3293 return ret_val;
3294
Jeff Kirsher318a94d2008-03-28 09:15:16 -07003295 ew32(FCTTV, hw->fc.pause_time);
Bruce Allana4f58f52009-06-02 11:29:18 +00003296 if ((hw->phy.type == e1000_phy_82578) ||
Bruce Alland3738bb2010-06-16 13:27:28 +00003297 (hw->phy.type == e1000_phy_82579) ||
Bruce Allana4f58f52009-06-02 11:29:18 +00003298 (hw->phy.type == e1000_phy_82577)) {
Bruce Allana3055952010-05-10 15:02:12 +00003299 ew32(FCRTV_PCH, hw->fc.refresh_time);
3300
Bruce Allan482fed82011-01-06 14:29:49 +00003301 ret_val = e1e_wphy(hw, PHY_REG(BM_PORT_CTRL_PAGE, 27),
3302 hw->fc.pause_time);
Bruce Allana4f58f52009-06-02 11:29:18 +00003303 if (ret_val)
3304 return ret_val;
3305 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07003306
3307 return e1000e_set_fc_watermarks(hw);
3308}
3309
3310/**
3311 * e1000_setup_copper_link_ich8lan - Configure MAC/PHY interface
3312 * @hw: pointer to the HW structure
3313 *
3314 * Configures the kumeran interface to the PHY to wait the appropriate time
3315 * when polling the PHY, then call the generic setup_copper_link to finish
3316 * configuring the copper link.
3317 **/
3318static s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw)
3319{
3320 u32 ctrl;
3321 s32 ret_val;
3322 u16 reg_data;
3323
3324 ctrl = er32(CTRL);
3325 ctrl |= E1000_CTRL_SLU;
3326 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
3327 ew32(CTRL, ctrl);
3328
Bruce Allanad680762008-03-28 09:15:03 -07003329 /*
3330 * Set the mac to wait the maximum time between each iteration
Auke Kokbc7f75f2007-09-17 12:30:59 -07003331 * and increase the max iterations when polling the phy;
Bruce Allanad680762008-03-28 09:15:03 -07003332 * this fixes erroneous timeouts at 10Mbps.
3333 */
Bruce Allan07818952009-12-08 07:28:01 +00003334 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_TIMEOUTS, 0xFFFF);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003335 if (ret_val)
3336 return ret_val;
Bruce Allan07818952009-12-08 07:28:01 +00003337 ret_val = e1000e_read_kmrn_reg(hw, E1000_KMRNCTRLSTA_INBAND_PARAM,
3338 &reg_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003339 if (ret_val)
3340 return ret_val;
3341 reg_data |= 0x3F;
Bruce Allan07818952009-12-08 07:28:01 +00003342 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_INBAND_PARAM,
3343 reg_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003344 if (ret_val)
3345 return ret_val;
3346
Bruce Allana4f58f52009-06-02 11:29:18 +00003347 switch (hw->phy.type) {
3348 case e1000_phy_igp_3:
Auke Kokbc7f75f2007-09-17 12:30:59 -07003349 ret_val = e1000e_copper_link_setup_igp(hw);
3350 if (ret_val)
3351 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003352 break;
3353 case e1000_phy_bm:
3354 case e1000_phy_82578:
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003355 ret_val = e1000e_copper_link_setup_m88(hw);
3356 if (ret_val)
3357 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003358 break;
3359 case e1000_phy_82577:
Bruce Alland3738bb2010-06-16 13:27:28 +00003360 case e1000_phy_82579:
Bruce Allana4f58f52009-06-02 11:29:18 +00003361 ret_val = e1000_copper_link_setup_82577(hw);
3362 if (ret_val)
3363 return ret_val;
3364 break;
3365 case e1000_phy_ife:
Bruce Allan482fed82011-01-06 14:29:49 +00003366 ret_val = e1e_rphy(hw, IFE_PHY_MDIX_CONTROL, &reg_data);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003367 if (ret_val)
3368 return ret_val;
3369
3370 reg_data &= ~IFE_PMC_AUTO_MDIX;
3371
3372 switch (hw->phy.mdix) {
3373 case 1:
3374 reg_data &= ~IFE_PMC_FORCE_MDIX;
3375 break;
3376 case 2:
3377 reg_data |= IFE_PMC_FORCE_MDIX;
3378 break;
3379 case 0:
3380 default:
3381 reg_data |= IFE_PMC_AUTO_MDIX;
3382 break;
3383 }
Bruce Allan482fed82011-01-06 14:29:49 +00003384 ret_val = e1e_wphy(hw, IFE_PHY_MDIX_CONTROL, reg_data);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003385 if (ret_val)
3386 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003387 break;
3388 default:
3389 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003390 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07003391 return e1000e_setup_copper_link(hw);
3392}
3393
3394/**
3395 * e1000_get_link_up_info_ich8lan - Get current link speed and duplex
3396 * @hw: pointer to the HW structure
3397 * @speed: pointer to store current link speed
3398 * @duplex: pointer to store the current link duplex
3399 *
Bruce Allanad680762008-03-28 09:15:03 -07003400 * Calls the generic get_speed_and_duplex to retrieve the current link
Auke Kokbc7f75f2007-09-17 12:30:59 -07003401 * information and then calls the Kumeran lock loss workaround for links at
3402 * gigabit speeds.
3403 **/
3404static s32 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw, u16 *speed,
3405 u16 *duplex)
3406{
3407 s32 ret_val;
3408
3409 ret_val = e1000e_get_speed_and_duplex_copper(hw, speed, duplex);
3410 if (ret_val)
3411 return ret_val;
3412
3413 if ((hw->mac.type == e1000_ich8lan) &&
3414 (hw->phy.type == e1000_phy_igp_3) &&
3415 (*speed == SPEED_1000)) {
3416 ret_val = e1000_kmrn_lock_loss_workaround_ich8lan(hw);
3417 }
3418
3419 return ret_val;
3420}
3421
3422/**
3423 * e1000_kmrn_lock_loss_workaround_ich8lan - Kumeran workaround
3424 * @hw: pointer to the HW structure
3425 *
3426 * Work-around for 82566 Kumeran PCS lock loss:
3427 * On link status change (i.e. PCI reset, speed change) and link is up and
3428 * speed is gigabit-
3429 * 0) if workaround is optionally disabled do nothing
3430 * 1) wait 1ms for Kumeran link to come up
3431 * 2) check Kumeran Diagnostic register PCS lock loss bit
3432 * 3) if not set the link is locked (all is good), otherwise...
3433 * 4) reset the PHY
3434 * 5) repeat up to 10 times
3435 * Note: this is only called for IGP3 copper when speed is 1gb.
3436 **/
3437static s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw)
3438{
3439 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3440 u32 phy_ctrl;
3441 s32 ret_val;
3442 u16 i, data;
3443 bool link;
3444
3445 if (!dev_spec->kmrn_lock_loss_workaround_enabled)
3446 return 0;
3447
Bruce Allanad680762008-03-28 09:15:03 -07003448 /*
3449 * Make sure link is up before proceeding. If not just return.
Auke Kokbc7f75f2007-09-17 12:30:59 -07003450 * Attempting this while link is negotiating fouled up link
Bruce Allanad680762008-03-28 09:15:03 -07003451 * stability
3452 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003453 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
3454 if (!link)
3455 return 0;
3456
3457 for (i = 0; i < 10; i++) {
3458 /* read once to clear */
3459 ret_val = e1e_rphy(hw, IGP3_KMRN_DIAG, &data);
3460 if (ret_val)
3461 return ret_val;
3462 /* and again to get new status */
3463 ret_val = e1e_rphy(hw, IGP3_KMRN_DIAG, &data);
3464 if (ret_val)
3465 return ret_val;
3466
3467 /* check for PCS lock */
3468 if (!(data & IGP3_KMRN_DIAG_PCS_LOCK_LOSS))
3469 return 0;
3470
3471 /* Issue PHY reset */
3472 e1000_phy_hw_reset(hw);
3473 mdelay(5);
3474 }
3475 /* Disable GigE link negotiation */
3476 phy_ctrl = er32(PHY_CTRL);
3477 phy_ctrl |= (E1000_PHY_CTRL_GBE_DISABLE |
3478 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
3479 ew32(PHY_CTRL, phy_ctrl);
3480
Bruce Allanad680762008-03-28 09:15:03 -07003481 /*
3482 * Call gig speed drop workaround on Gig disable before accessing
3483 * any PHY registers
3484 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003485 e1000e_gig_downshift_workaround_ich8lan(hw);
3486
3487 /* unable to acquire PCS lock */
3488 return -E1000_ERR_PHY;
3489}
3490
3491/**
Bruce Allanad680762008-03-28 09:15:03 -07003492 * e1000_set_kmrn_lock_loss_workaround_ich8lan - Set Kumeran workaround state
Auke Kokbc7f75f2007-09-17 12:30:59 -07003493 * @hw: pointer to the HW structure
Auke Kok489815c2008-02-21 15:11:07 -08003494 * @state: boolean value used to set the current Kumeran workaround state
Auke Kokbc7f75f2007-09-17 12:30:59 -07003495 *
Bruce Allan564ea9b2009-11-20 23:26:44 +00003496 * If ICH8, set the current Kumeran workaround state (enabled - true
3497 * /disabled - false).
Auke Kokbc7f75f2007-09-17 12:30:59 -07003498 **/
3499void e1000e_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw,
3500 bool state)
3501{
3502 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3503
3504 if (hw->mac.type != e1000_ich8lan) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003505 e_dbg("Workaround applies to ICH8 only.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07003506 return;
3507 }
3508
3509 dev_spec->kmrn_lock_loss_workaround_enabled = state;
3510}
3511
3512/**
3513 * e1000_ipg3_phy_powerdown_workaround_ich8lan - Power down workaround on D3
3514 * @hw: pointer to the HW structure
3515 *
3516 * Workaround for 82566 power-down on D3 entry:
3517 * 1) disable gigabit link
3518 * 2) write VR power-down enable
3519 * 3) read it back
3520 * Continue if successful, else issue LCD reset and repeat
3521 **/
3522void e1000e_igp3_phy_powerdown_workaround_ich8lan(struct e1000_hw *hw)
3523{
3524 u32 reg;
3525 u16 data;
3526 u8 retry = 0;
3527
3528 if (hw->phy.type != e1000_phy_igp_3)
3529 return;
3530
3531 /* Try the workaround twice (if needed) */
3532 do {
3533 /* Disable link */
3534 reg = er32(PHY_CTRL);
3535 reg |= (E1000_PHY_CTRL_GBE_DISABLE |
3536 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
3537 ew32(PHY_CTRL, reg);
3538
Bruce Allanad680762008-03-28 09:15:03 -07003539 /*
3540 * Call gig speed drop workaround on Gig disable before
3541 * accessing any PHY registers
3542 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003543 if (hw->mac.type == e1000_ich8lan)
3544 e1000e_gig_downshift_workaround_ich8lan(hw);
3545
3546 /* Write VR power-down enable */
3547 e1e_rphy(hw, IGP3_VR_CTRL, &data);
3548 data &= ~IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
3549 e1e_wphy(hw, IGP3_VR_CTRL, data | IGP3_VR_CTRL_MODE_SHUTDOWN);
3550
3551 /* Read it back and test */
3552 e1e_rphy(hw, IGP3_VR_CTRL, &data);
3553 data &= IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
3554 if ((data == IGP3_VR_CTRL_MODE_SHUTDOWN) || retry)
3555 break;
3556
3557 /* Issue PHY reset and repeat at most one more time */
3558 reg = er32(CTRL);
3559 ew32(CTRL, reg | E1000_CTRL_PHY_RST);
3560 retry++;
3561 } while (retry);
3562}
3563
3564/**
3565 * e1000e_gig_downshift_workaround_ich8lan - WoL from S5 stops working
3566 * @hw: pointer to the HW structure
3567 *
3568 * Steps to take when dropping from 1Gb/s (eg. link cable removal (LSC),
Auke Kok489815c2008-02-21 15:11:07 -08003569 * LPLU, Gig disable, MDIC PHY reset):
Auke Kokbc7f75f2007-09-17 12:30:59 -07003570 * 1) Set Kumeran Near-end loopback
3571 * 2) Clear Kumeran Near-end loopback
3572 * Should only be called for ICH8[m] devices with IGP_3 Phy.
3573 **/
3574void e1000e_gig_downshift_workaround_ich8lan(struct e1000_hw *hw)
3575{
3576 s32 ret_val;
3577 u16 reg_data;
3578
3579 if ((hw->mac.type != e1000_ich8lan) ||
3580 (hw->phy.type != e1000_phy_igp_3))
3581 return;
3582
3583 ret_val = e1000e_read_kmrn_reg(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
3584 &reg_data);
3585 if (ret_val)
3586 return;
3587 reg_data |= E1000_KMRNCTRLSTA_DIAG_NELPBK;
3588 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
3589 reg_data);
3590 if (ret_val)
3591 return;
3592 reg_data &= ~E1000_KMRNCTRLSTA_DIAG_NELPBK;
3593 ret_val = e1000e_write_kmrn_reg(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
3594 reg_data);
3595}
3596
3597/**
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003598 * e1000e_disable_gig_wol_ich8lan - disable gig during WoL
3599 * @hw: pointer to the HW structure
3600 *
3601 * During S0 to Sx transition, it is possible the link remains at gig
3602 * instead of negotiating to a lower speed. Before going to Sx, set
3603 * 'LPLU Enabled' and 'Gig Disable' to force link speed negotiation
3604 * to a lower speed.
3605 *
Bruce Allana4f58f52009-06-02 11:29:18 +00003606 * Should only be called for applicable parts.
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003607 **/
3608void e1000e_disable_gig_wol_ich8lan(struct e1000_hw *hw)
3609{
3610 u32 phy_ctrl;
Bruce Allan8395ae82010-09-22 17:15:08 +00003611 s32 ret_val;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003612
Bruce Allan17f085d2010-06-17 18:59:48 +00003613 phy_ctrl = er32(PHY_CTRL);
3614 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU | E1000_PHY_CTRL_GBE_DISABLE;
3615 ew32(PHY_CTRL, phy_ctrl);
Bruce Allana4f58f52009-06-02 11:29:18 +00003616
Bruce Allan8395ae82010-09-22 17:15:08 +00003617 if (hw->mac.type >= e1000_pchlan) {
Bruce Allance54afd2010-11-24 06:01:41 +00003618 e1000_oem_bits_config_ich8lan(hw, false);
Bruce Allan8395ae82010-09-22 17:15:08 +00003619 ret_val = hw->phy.ops.acquire(hw);
3620 if (ret_val)
3621 return;
3622 e1000_write_smbus_addr(hw);
3623 hw->phy.ops.release(hw);
3624 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003625}
3626
3627/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07003628 * e1000_cleanup_led_ich8lan - Restore the default LED operation
3629 * @hw: pointer to the HW structure
3630 *
3631 * Return the LED back to the default configuration.
3632 **/
3633static s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw)
3634{
3635 if (hw->phy.type == e1000_phy_ife)
3636 return e1e_wphy(hw, IFE_PHY_SPECIAL_CONTROL_LED, 0);
3637
3638 ew32(LEDCTL, hw->mac.ledctl_default);
3639 return 0;
3640}
3641
3642/**
Auke Kok489815c2008-02-21 15:11:07 -08003643 * e1000_led_on_ich8lan - Turn LEDs on
Auke Kokbc7f75f2007-09-17 12:30:59 -07003644 * @hw: pointer to the HW structure
3645 *
Auke Kok489815c2008-02-21 15:11:07 -08003646 * Turn on the LEDs.
Auke Kokbc7f75f2007-09-17 12:30:59 -07003647 **/
3648static s32 e1000_led_on_ich8lan(struct e1000_hw *hw)
3649{
3650 if (hw->phy.type == e1000_phy_ife)
3651 return e1e_wphy(hw, IFE_PHY_SPECIAL_CONTROL_LED,
3652 (IFE_PSCL_PROBE_MODE | IFE_PSCL_PROBE_LEDS_ON));
3653
3654 ew32(LEDCTL, hw->mac.ledctl_mode2);
3655 return 0;
3656}
3657
3658/**
Auke Kok489815c2008-02-21 15:11:07 -08003659 * e1000_led_off_ich8lan - Turn LEDs off
Auke Kokbc7f75f2007-09-17 12:30:59 -07003660 * @hw: pointer to the HW structure
3661 *
Auke Kok489815c2008-02-21 15:11:07 -08003662 * Turn off the LEDs.
Auke Kokbc7f75f2007-09-17 12:30:59 -07003663 **/
3664static s32 e1000_led_off_ich8lan(struct e1000_hw *hw)
3665{
3666 if (hw->phy.type == e1000_phy_ife)
3667 return e1e_wphy(hw, IFE_PHY_SPECIAL_CONTROL_LED,
Bruce Allan482fed82011-01-06 14:29:49 +00003668 (IFE_PSCL_PROBE_MODE |
3669 IFE_PSCL_PROBE_LEDS_OFF));
Auke Kokbc7f75f2007-09-17 12:30:59 -07003670
3671 ew32(LEDCTL, hw->mac.ledctl_mode1);
3672 return 0;
3673}
3674
3675/**
Bruce Allana4f58f52009-06-02 11:29:18 +00003676 * e1000_setup_led_pchlan - Configures SW controllable LED
3677 * @hw: pointer to the HW structure
3678 *
3679 * This prepares the SW controllable LED for use.
3680 **/
3681static s32 e1000_setup_led_pchlan(struct e1000_hw *hw)
3682{
Bruce Allan482fed82011-01-06 14:29:49 +00003683 return e1e_wphy(hw, HV_LED_CONFIG, (u16)hw->mac.ledctl_mode1);
Bruce Allana4f58f52009-06-02 11:29:18 +00003684}
3685
3686/**
3687 * e1000_cleanup_led_pchlan - Restore the default LED operation
3688 * @hw: pointer to the HW structure
3689 *
3690 * Return the LED back to the default configuration.
3691 **/
3692static s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw)
3693{
Bruce Allan482fed82011-01-06 14:29:49 +00003694 return e1e_wphy(hw, HV_LED_CONFIG, (u16)hw->mac.ledctl_default);
Bruce Allana4f58f52009-06-02 11:29:18 +00003695}
3696
3697/**
3698 * e1000_led_on_pchlan - Turn LEDs on
3699 * @hw: pointer to the HW structure
3700 *
3701 * Turn on the LEDs.
3702 **/
3703static s32 e1000_led_on_pchlan(struct e1000_hw *hw)
3704{
3705 u16 data = (u16)hw->mac.ledctl_mode2;
3706 u32 i, led;
3707
3708 /*
3709 * If no link, then turn LED on by setting the invert bit
3710 * for each LED that's mode is "link_up" in ledctl_mode2.
3711 */
3712 if (!(er32(STATUS) & E1000_STATUS_LU)) {
3713 for (i = 0; i < 3; i++) {
3714 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
3715 if ((led & E1000_PHY_LED0_MODE_MASK) !=
3716 E1000_LEDCTL_MODE_LINK_UP)
3717 continue;
3718 if (led & E1000_PHY_LED0_IVRT)
3719 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
3720 else
3721 data |= (E1000_PHY_LED0_IVRT << (i * 5));
3722 }
3723 }
3724
Bruce Allan482fed82011-01-06 14:29:49 +00003725 return e1e_wphy(hw, HV_LED_CONFIG, data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003726}
3727
3728/**
3729 * e1000_led_off_pchlan - Turn LEDs off
3730 * @hw: pointer to the HW structure
3731 *
3732 * Turn off the LEDs.
3733 **/
3734static s32 e1000_led_off_pchlan(struct e1000_hw *hw)
3735{
3736 u16 data = (u16)hw->mac.ledctl_mode1;
3737 u32 i, led;
3738
3739 /*
3740 * If no link, then turn LED off by clearing the invert bit
3741 * for each LED that's mode is "link_up" in ledctl_mode1.
3742 */
3743 if (!(er32(STATUS) & E1000_STATUS_LU)) {
3744 for (i = 0; i < 3; i++) {
3745 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
3746 if ((led & E1000_PHY_LED0_MODE_MASK) !=
3747 E1000_LEDCTL_MODE_LINK_UP)
3748 continue;
3749 if (led & E1000_PHY_LED0_IVRT)
3750 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
3751 else
3752 data |= (E1000_PHY_LED0_IVRT << (i * 5));
3753 }
3754 }
3755
Bruce Allan482fed82011-01-06 14:29:49 +00003756 return e1e_wphy(hw, HV_LED_CONFIG, data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003757}
3758
3759/**
Bruce Allane98cac42010-05-10 15:02:32 +00003760 * e1000_get_cfg_done_ich8lan - Read config done bit after Full or PHY reset
Bruce Allanf4187b52008-08-26 18:36:50 -07003761 * @hw: pointer to the HW structure
3762 *
Bruce Allane98cac42010-05-10 15:02:32 +00003763 * Read appropriate register for the config done bit for completion status
3764 * and configure the PHY through s/w for EEPROM-less parts.
3765 *
3766 * NOTE: some silicon which is EEPROM-less will fail trying to read the
3767 * config done bit, so only an error is logged and continues. If we were
3768 * to return with error, EEPROM-less silicon would not be able to be reset
3769 * or change link.
Bruce Allanf4187b52008-08-26 18:36:50 -07003770 **/
3771static s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw)
3772{
Bruce Allane98cac42010-05-10 15:02:32 +00003773 s32 ret_val = 0;
Bruce Allanf4187b52008-08-26 18:36:50 -07003774 u32 bank = 0;
Bruce Allane98cac42010-05-10 15:02:32 +00003775 u32 status;
Bruce Allanfc0c7762009-07-01 13:27:55 +00003776
Bruce Allanf4187b52008-08-26 18:36:50 -07003777 e1000e_get_cfg_done(hw);
3778
Bruce Allane98cac42010-05-10 15:02:32 +00003779 /* Wait for indication from h/w that it has completed basic config */
3780 if (hw->mac.type >= e1000_ich10lan) {
3781 e1000_lan_init_done_ich8lan(hw);
3782 } else {
3783 ret_val = e1000e_get_auto_rd_done(hw);
3784 if (ret_val) {
3785 /*
3786 * When auto config read does not complete, do not
3787 * return with an error. This can happen in situations
3788 * where there is no eeprom and prevents getting link.
3789 */
3790 e_dbg("Auto Read Done did not complete\n");
3791 ret_val = 0;
3792 }
3793 }
3794
3795 /* Clear PHY Reset Asserted bit */
3796 status = er32(STATUS);
3797 if (status & E1000_STATUS_PHYRA)
3798 ew32(STATUS, status & ~E1000_STATUS_PHYRA);
3799 else
3800 e_dbg("PHY Reset Asserted not set - needs delay\n");
3801
Bruce Allanf4187b52008-08-26 18:36:50 -07003802 /* If EEPROM is not marked present, init the IGP 3 PHY manually */
Bruce Allane98cac42010-05-10 15:02:32 +00003803 if (hw->mac.type <= e1000_ich9lan) {
Bruce Allanf4187b52008-08-26 18:36:50 -07003804 if (((er32(EECD) & E1000_EECD_PRES) == 0) &&
3805 (hw->phy.type == e1000_phy_igp_3)) {
3806 e1000e_phy_init_script_igp3(hw);
3807 }
3808 } else {
3809 if (e1000_valid_nvm_bank_detect_ich8lan(hw, &bank)) {
3810 /* Maybe we should do a basic PHY config */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003811 e_dbg("EEPROM not present\n");
Bruce Allane98cac42010-05-10 15:02:32 +00003812 ret_val = -E1000_ERR_CONFIG;
Bruce Allanf4187b52008-08-26 18:36:50 -07003813 }
3814 }
3815
Bruce Allane98cac42010-05-10 15:02:32 +00003816 return ret_val;
Bruce Allanf4187b52008-08-26 18:36:50 -07003817}
3818
3819/**
Bruce Allan17f208d2009-12-01 15:47:22 +00003820 * e1000_power_down_phy_copper_ich8lan - Remove link during PHY power down
3821 * @hw: pointer to the HW structure
3822 *
3823 * In the case of a PHY power down to save power, or to turn off link during a
3824 * driver unload, or wake on lan is not enabled, remove the link.
3825 **/
3826static void e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw)
3827{
3828 /* If the management interface is not enabled, then power down */
3829 if (!(hw->mac.ops.check_mng_mode(hw) ||
3830 hw->phy.ops.check_reset_block(hw)))
3831 e1000_power_down_phy_copper(hw);
Bruce Allan17f208d2009-12-01 15:47:22 +00003832}
3833
3834/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07003835 * e1000_clear_hw_cntrs_ich8lan - Clear statistical counters
3836 * @hw: pointer to the HW structure
3837 *
3838 * Clears hardware counters specific to the silicon family and calls
3839 * clear_hw_cntrs_generic to clear all general purpose counters.
3840 **/
3841static void e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw)
3842{
Bruce Allana4f58f52009-06-02 11:29:18 +00003843 u16 phy_data;
Auke Kokbc7f75f2007-09-17 12:30:59 -07003844
3845 e1000e_clear_hw_cntrs_base(hw);
3846
Bruce Allan99673d92009-11-20 23:27:21 +00003847 er32(ALGNERRC);
3848 er32(RXERRC);
3849 er32(TNCRS);
3850 er32(CEXTERR);
3851 er32(TSCTC);
3852 er32(TSCTFC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003853
Bruce Allan99673d92009-11-20 23:27:21 +00003854 er32(MGTPRC);
3855 er32(MGTPDC);
3856 er32(MGTPTC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003857
Bruce Allan99673d92009-11-20 23:27:21 +00003858 er32(IAC);
3859 er32(ICRXOC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07003860
Bruce Allana4f58f52009-06-02 11:29:18 +00003861 /* Clear PHY statistics registers */
3862 if ((hw->phy.type == e1000_phy_82578) ||
Bruce Alland3738bb2010-06-16 13:27:28 +00003863 (hw->phy.type == e1000_phy_82579) ||
Bruce Allana4f58f52009-06-02 11:29:18 +00003864 (hw->phy.type == e1000_phy_82577)) {
Bruce Allan482fed82011-01-06 14:29:49 +00003865 e1e_rphy(hw, HV_SCC_UPPER, &phy_data);
3866 e1e_rphy(hw, HV_SCC_LOWER, &phy_data);
3867 e1e_rphy(hw, HV_ECOL_UPPER, &phy_data);
3868 e1e_rphy(hw, HV_ECOL_LOWER, &phy_data);
3869 e1e_rphy(hw, HV_MCC_UPPER, &phy_data);
3870 e1e_rphy(hw, HV_MCC_LOWER, &phy_data);
3871 e1e_rphy(hw, HV_LATECOL_UPPER, &phy_data);
3872 e1e_rphy(hw, HV_LATECOL_LOWER, &phy_data);
3873 e1e_rphy(hw, HV_COLC_UPPER, &phy_data);
3874 e1e_rphy(hw, HV_COLC_LOWER, &phy_data);
3875 e1e_rphy(hw, HV_DC_UPPER, &phy_data);
3876 e1e_rphy(hw, HV_DC_LOWER, &phy_data);
3877 e1e_rphy(hw, HV_TNCRS_UPPER, &phy_data);
3878 e1e_rphy(hw, HV_TNCRS_LOWER, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003879 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07003880}
3881
3882static struct e1000_mac_operations ich8_mac_ops = {
Bruce Allana4f58f52009-06-02 11:29:18 +00003883 .id_led_init = e1000e_id_led_init,
Bruce Allaneb7700d2010-06-16 13:27:05 +00003884 /* check_mng_mode dependent on mac type */
Bruce Allan7d3cabb2009-07-01 13:29:08 +00003885 .check_for_link = e1000_check_for_copper_link_ich8lan,
Bruce Allana4f58f52009-06-02 11:29:18 +00003886 /* cleanup_led dependent on mac type */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003887 .clear_hw_cntrs = e1000_clear_hw_cntrs_ich8lan,
3888 .get_bus_info = e1000_get_bus_info_ich8lan,
Bruce Allanf4d2dd42010-01-13 02:05:18 +00003889 .set_lan_id = e1000_set_lan_id_single_port,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003890 .get_link_up_info = e1000_get_link_up_info_ich8lan,
Bruce Allana4f58f52009-06-02 11:29:18 +00003891 /* led_on dependent on mac type */
3892 /* led_off dependent on mac type */
Jeff Kirshere2de3eb2008-03-28 09:15:11 -07003893 .update_mc_addr_list = e1000e_update_mc_addr_list_generic,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003894 .reset_hw = e1000_reset_hw_ich8lan,
3895 .init_hw = e1000_init_hw_ich8lan,
3896 .setup_link = e1000_setup_link_ich8lan,
3897 .setup_physical_interface= e1000_setup_copper_link_ich8lan,
Bruce Allana4f58f52009-06-02 11:29:18 +00003898 /* id_led_init dependent on mac type */
Auke Kokbc7f75f2007-09-17 12:30:59 -07003899};
3900
3901static struct e1000_phy_operations ich8_phy_ops = {
Bruce Allan94d81862009-11-20 23:25:26 +00003902 .acquire = e1000_acquire_swflag_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003903 .check_reset_block = e1000_check_reset_block_ich8lan,
Bruce Allan94d81862009-11-20 23:25:26 +00003904 .commit = NULL,
Bruce Allanf4187b52008-08-26 18:36:50 -07003905 .get_cfg_done = e1000_get_cfg_done_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003906 .get_cable_length = e1000e_get_cable_length_igp_2,
Bruce Allan94d81862009-11-20 23:25:26 +00003907 .read_reg = e1000e_read_phy_reg_igp,
3908 .release = e1000_release_swflag_ich8lan,
3909 .reset = e1000_phy_hw_reset_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003910 .set_d0_lplu_state = e1000_set_d0_lplu_state_ich8lan,
3911 .set_d3_lplu_state = e1000_set_d3_lplu_state_ich8lan,
Bruce Allan94d81862009-11-20 23:25:26 +00003912 .write_reg = e1000e_write_phy_reg_igp,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003913};
3914
3915static struct e1000_nvm_operations ich8_nvm_ops = {
Bruce Allan94d81862009-11-20 23:25:26 +00003916 .acquire = e1000_acquire_nvm_ich8lan,
3917 .read = e1000_read_nvm_ich8lan,
3918 .release = e1000_release_nvm_ich8lan,
3919 .update = e1000_update_nvm_checksum_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003920 .valid_led_default = e1000_valid_led_default_ich8lan,
Bruce Allan94d81862009-11-20 23:25:26 +00003921 .validate = e1000_validate_nvm_checksum_ich8lan,
3922 .write = e1000_write_nvm_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003923};
3924
3925struct e1000_info e1000_ich8_info = {
3926 .mac = e1000_ich8lan,
3927 .flags = FLAG_HAS_WOL
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003928 | FLAG_IS_ICH
Auke Kokbc7f75f2007-09-17 12:30:59 -07003929 | FLAG_RX_CSUM_ENABLED
3930 | FLAG_HAS_CTRLEXT_ON_LOAD
3931 | FLAG_HAS_AMT
3932 | FLAG_HAS_FLASH
3933 | FLAG_APME_IN_WUC,
3934 .pba = 8,
Bruce Allan2adc55c2009-06-02 11:28:58 +00003935 .max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN,
Jeff Kirsher69e3fd82008-04-02 13:48:18 -07003936 .get_variants = e1000_get_variants_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003937 .mac_ops = &ich8_mac_ops,
3938 .phy_ops = &ich8_phy_ops,
3939 .nvm_ops = &ich8_nvm_ops,
3940};
3941
3942struct e1000_info e1000_ich9_info = {
3943 .mac = e1000_ich9lan,
3944 .flags = FLAG_HAS_JUMBO_FRAMES
Bruce Allan97ac8ca2008-04-29 09:16:05 -07003945 | FLAG_IS_ICH
Auke Kokbc7f75f2007-09-17 12:30:59 -07003946 | FLAG_HAS_WOL
3947 | FLAG_RX_CSUM_ENABLED
3948 | FLAG_HAS_CTRLEXT_ON_LOAD
3949 | FLAG_HAS_AMT
3950 | FLAG_HAS_ERT
3951 | FLAG_HAS_FLASH
3952 | FLAG_APME_IN_WUC,
3953 .pba = 10,
Bruce Allan2adc55c2009-06-02 11:28:58 +00003954 .max_hw_frame_size = DEFAULT_JUMBO,
Jeff Kirsher69e3fd82008-04-02 13:48:18 -07003955 .get_variants = e1000_get_variants_ich8lan,
Auke Kokbc7f75f2007-09-17 12:30:59 -07003956 .mac_ops = &ich8_mac_ops,
3957 .phy_ops = &ich8_phy_ops,
3958 .nvm_ops = &ich8_nvm_ops,
3959};
3960
Bruce Allanf4187b52008-08-26 18:36:50 -07003961struct e1000_info e1000_ich10_info = {
3962 .mac = e1000_ich10lan,
3963 .flags = FLAG_HAS_JUMBO_FRAMES
3964 | FLAG_IS_ICH
3965 | FLAG_HAS_WOL
3966 | FLAG_RX_CSUM_ENABLED
3967 | FLAG_HAS_CTRLEXT_ON_LOAD
3968 | FLAG_HAS_AMT
3969 | FLAG_HAS_ERT
3970 | FLAG_HAS_FLASH
3971 | FLAG_APME_IN_WUC,
3972 .pba = 10,
Bruce Allan2adc55c2009-06-02 11:28:58 +00003973 .max_hw_frame_size = DEFAULT_JUMBO,
Bruce Allanf4187b52008-08-26 18:36:50 -07003974 .get_variants = e1000_get_variants_ich8lan,
3975 .mac_ops = &ich8_mac_ops,
3976 .phy_ops = &ich8_phy_ops,
3977 .nvm_ops = &ich8_nvm_ops,
3978};
Bruce Allana4f58f52009-06-02 11:29:18 +00003979
3980struct e1000_info e1000_pch_info = {
3981 .mac = e1000_pchlan,
3982 .flags = FLAG_IS_ICH
3983 | FLAG_HAS_WOL
3984 | FLAG_RX_CSUM_ENABLED
3985 | FLAG_HAS_CTRLEXT_ON_LOAD
3986 | FLAG_HAS_AMT
3987 | FLAG_HAS_FLASH
3988 | FLAG_HAS_JUMBO_FRAMES
Bruce Allan38eb3942009-11-19 12:34:20 +00003989 | FLAG_DISABLE_FC_PAUSE_TIME /* errata */
Bruce Allana4f58f52009-06-02 11:29:18 +00003990 | FLAG_APME_IN_WUC,
Bruce Allan8c7bbb92010-06-16 13:26:41 +00003991 .flags2 = FLAG2_HAS_PHY_STATS,
Bruce Allana4f58f52009-06-02 11:29:18 +00003992 .pba = 26,
3993 .max_hw_frame_size = 4096,
3994 .get_variants = e1000_get_variants_ich8lan,
3995 .mac_ops = &ich8_mac_ops,
3996 .phy_ops = &ich8_phy_ops,
3997 .nvm_ops = &ich8_nvm_ops,
3998};
Bruce Alland3738bb2010-06-16 13:27:28 +00003999
4000struct e1000_info e1000_pch2_info = {
4001 .mac = e1000_pch2lan,
4002 .flags = FLAG_IS_ICH
4003 | FLAG_HAS_WOL
4004 | FLAG_RX_CSUM_ENABLED
4005 | FLAG_HAS_CTRLEXT_ON_LOAD
4006 | FLAG_HAS_AMT
4007 | FLAG_HAS_FLASH
4008 | FLAG_HAS_JUMBO_FRAMES
4009 | FLAG_APME_IN_WUC,
Bruce Allane52997f2010-06-16 13:27:49 +00004010 .flags2 = FLAG2_HAS_PHY_STATS
4011 | FLAG2_HAS_EEE,
Bruce Allan828bac82010-09-29 21:39:37 +00004012 .pba = 26,
Bruce Alland3738bb2010-06-16 13:27:28 +00004013 .max_hw_frame_size = DEFAULT_JUMBO,
4014 .get_variants = e1000_get_variants_ich8lan,
4015 .mac_ops = &ich8_mac_ops,
4016 .phy_ops = &ich8_phy_ops,
4017 .nvm_ops = &ich8_nvm_ops,
4018};