Intel (R) Serial IO BringUpGuide ReleaseNotes
Intel (R) Serial IO BringUpGuide ReleaseNotes
June 2015
Revision 1.3
Intel Confidential
INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,
BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS
PROVIDED IN INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER
AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS
INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR
INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT.
A "Mission Critical Application" is any application in which failure of the Intel Product could result, directly or indirectly, in
personal injury or death. SHOULD YOU PURCHASE OR USE INTEL'S PRODUCTS FOR ANY SUCH MISSION CRITICAL APPLICATION,
YOU SHALL INDEMNIFY AND HOLD INTEL AND ITS SUBSIDIARIES, SUBCONTRACTORS AND AFFILIATES, AND THE DIRECTORS,
OFFICERS, AND EMPLOYEES OF EACH, HARMLESS AGAINST ALL CLAIMS COSTS, DAMAGES, AND EXPENSES AND REASONABLE
ATTORNEYS' FEES ARISING OUT OF, DIRECTLY OR INDIRECTLY, ANY CLAIM OF PRODUCT LIABILITY, PERSONAL INJURY, OR
DEATH ARISING IN ANY WAY OUT OF SUCH MISSION CRITICAL APPLICATION, WHETHER OR NOT INTEL OR ITS
SUBCONTRACTOR WAS NEGLIGENT IN THE DESIGN, MANUFACTURE, OR WARNING OF THE INTEL PRODUCT OR ANY OF ITS
PARTS.
Intel may make changes to specifications and product descriptions at any time, without notice. Designers must not rely on the
absence or characteristics of any features or instructions marked "reserved" or "undefined". Intel reserves these for future
definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them. The
information here is subject to change without notice. Do not finalize a design with this information.
The products described in this document may contain design defects or errors known as errata which may cause the product to
deviate from published specifications. Current characterized errata are available on request.
Contact your local Intel sales office or your distributor to obtain the latest specifications and before placing your product order.
Copies of documents which have an order number and are referenced in this document, or other Intel literature, may be obtained
by calling 1-800-548-4725, or go to: http://www.intel.com/design/literature.htm%20
All products, computer systems, dates, and figures specified are preliminary based on current expectations, and are subject to
change without notice.
This document contains information on products in the design phase of development. Do not finalize a design with this
information. Revised information will be published when the product is available. Verify with your local sales office that you have
the latest datasheet before finalizing a design.
Intel processor numbers are not a measure of performance. Processor numbers differentiate features within each processor
family, not across different processor families. See www.intel.com/products/processor_number for details.
Code names featured are used internally within Intel to identify products that are in development and not yet publicly announced
for release. Customers, licensees and other third parties are not authorized by Intel to use code names in advertising, promotion
or marketing of any product or services and any such use of Intel's internal code names is at the sole risk of the user.
Intel, Celeron, Pentium, and the Intel logo are trademarks of Intel Corporation in the U.S. and/or other countries.
*Other names and brands may be claimed as the property of others.
Copyright 2014, Intel Corporation. All rights reserved.
2 Intel Confidential
Contents
1 Introduction ................................................................................................... 5
1.1 Purpose and Scope of Document ............................................................. 5
1.2 Acronyms and Terminology .................................................................... 5
2 Release Kit Summary....................................................................................... 7
2.1 Release Kit Details ................................................................................ 7
3 Driver Installation ........................................................................................... 8
3.1 Manual Driver Installation via INF File ...................................................... 8
3.2 Driver Installation via Installer ................................................................ 9
3.3 Silent Driver Installation via Installer ..................................................... 11
4 Driver Uninstall ............................................................................................. 14
4.1 Uninstalling the Driver via Control Panel ................................................. 14
9 Limitations ................................................................................................... 21
Intel Confidential 3
Revision History
4 Intel Confidential
Introduction
1 Introduction
This Intel Serial IO Drivers support the following operating system and platform:
Operating System:
Hardware Requirements:
Braswell
Term Description
Intel Confidential 5
Introduction
6 Intel Confidential
Release Kit Summary
Driver Version:
Installer1 152702
Note1:
Please use the LPSS_X64_Threshold_install_NNNNNN.EXE installer for driver
installation. The Setup.exe installer included in this driver package is to be used in
conjunction with the mup.xml file. If you do not need the mup.xml, please do not use
Setup.exe.
Intel Confidential 7
Driver Installation
3 Driver Installation
1. Copy and unzip the Intel Serial IO Driver Kit to the platform under test
3. Right click on the INF file and select Install option from the menu
8 Intel Confidential
Driver Installation
1. Copy and unzip the Intel Serial IO Driver Kit to the platform under test
3. Right click on the .EXE file and select Run as administrator option menu. Click
Yes button in User Account Control pop-up window.
5. Click Next. The installation will takes a few minutes. You will see the screen as
below.
Intel Confidential 9
Driver Installation
10 Intel Confidential
Driver Installation
1. Copy and unzip the Intel Serial IO Driver package onto the Platform under test.
3. Change the directory to where you unzipped the driver package in Step 1 above
and then change to the Driver Installer directory.
Note that only the /C:<Cmd> option will be supported. The installer executable
contains Microsofts Driver Package Installer (DPInst) version 2.1 (DPInst.exe). All
the silent install commands are supported from DPInst.
A pop-up menu will show the supported command by DPInst. Example as below:
Intel Confidential 11
Driver Installation
Note that not all command listed above are validated by Intel. Customer are
advice to do their own validation.
Tasks Command
12 Intel Confidential
Driver Installation
Note1: The Serial IO controllers must be enabled in BIOS setup menu for I2C,
HSUART and GPIO controller.
Intel Confidential 13
Driver Uninstall
4 Driver Uninstall
2. If the Control Panel window is shown in Category view, then select Uninstall a
program as shown below. Otherwise if the Control Panel window is shown in icon
view, then select Programs and Features.
3. On the next window, select the Serial IO driver that would like to uninstall. Then,
click the uninstall button.
14 Intel Confidential
Driver Uninstall
Intel Confidential 15
Supported Languages
5 Supported Languages
5.1 Introduction
The supported languages for the installer is as listed below.
16 Intel Confidential
Changing SDA Hold Time
6.1 Purpose
Based on Intel Braswell External Design Specification (EDS), the SDA hold time,
tHD:DAT is more than 0. This section is added based on special cases where the SDA
hold time need to be tune such as for debug purposes. Most design do not need to
tune the SDA hold time.
The Intel Serial IO I2C driver implemented two methods for customer to modify the
I2C SDA hold time. The _SHT method in system BIOS DSDT table and Windows
registry key method. The Intel I2C driver look for SDA override value in DSDT table
first, follow by Windows registry. If both are not found, a default value is loaded.
In the event where the newly tuned SDA hold time value need to be permanently
implemented in your system. The BIOS DSDT method is preferred.
Example:
Device (I2C1) {
Name (_ADR, Zero) // _ADR: Address
Name (_HID, "80860F41") // _HID: Hardware ID
Name (_CID, "80860F41") // _CID: Compatible ID
Name (_DDN, "Intel(R) I2C Controller #6 - 80860F46")
Name (_UID, 0x06) // _UID: Unique ID
Name (_SHT, 0x32) // Replace the SDA_HOLD value . . .
The _SHT method override the SDA hold time for all I2C modes of operation, include
Standard mode (100Kb/s), Fast mode (400Kb/s), Fast Mode Plus (1Mb/s) and High-
Speed mode (1.7 Mb/s)
Intel Confidential 17
Changing SDA Hold Time
2. Restart system.
3. Add the SDA hold time override value to Windows registry. User can
copy the sample code below. Write to a txt file and rename the text file
to .reg extension. Double click the .reg file to add the registry key to
Windows.
4. After that, open Windows Device Manager, select System devices.
Right click. Then, select Scan for hardware changes. The new SDA key
in the registry will be loaded after that.
Example code:
; Timing override for I2C SDA hold time (All Fast Speed
"BUS_FS_SDA_1"=dword:0000000F
"BUS_FS_SDA_2"=dword:0000000F
"BUS_FS_SDA_3"=dword:0000000F
"BUS_FS_SDA_4"=dword:0000000F
"BUS_FS_SDA_5"=dword:0000000F
"BUS_FS_SDA_6"=dword:0000000F
"BUS_FS_SDA_7"=dword:0000000F
For the example above, it changes SDA hold time for I2C controller number 1 to
number 7 for fast speed mode (FS).
To change SDA hold time for other operation mode, use the table below:
HP High-Speed (1.7Mb/s)
Example:
Change I2C controller no 4, high-speed mode (1.7Mb/s) SDA hold time to 0x8
"BUS_HP_SDA_4"=dword:00000008
18 Intel Confidential
Closed Issues
7 Closed Issues
5505259/ I2C touch pad not working probably caused by Fixed in pre-beta
interaction with GPIO driver. package.
5584421
Intel Confidential 19
Known Issues
8 Known Issues
Issue # Description
n/a
20 Intel Confidential
Limitations
9 Limitations
# Description
Intel Serial IO Controller Driver install, uninstall, upgrade and downgrade using
1
Microsoft devcon.exe tool is not supported.
Intel Confidential 21