Running RAM RedBoot to Move Flash from Outbound Direct Addressing Window

Size: px
Start display at page:

Download "Running RAM RedBoot to Move Flash from Outbound Direct Addressing Window"

Transcription

1 Running RAM RedBoot to Move Flash from Outbound Direct Addressing Window Application Note January 2002 Document Number:

2 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. Intel products are not intended for use in medical, life saving, or life sustaining applications. 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. 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 ordering number and are referenced in this document, or other Intel literature may be obtained by calling or by visiting Intel's website at Copyright Intel Corporation, 2002 AlertVIEW, i960, AnyPoint, AppChoice, BoardWatch, BunnyPeople, CablePort, Celeron, Chips, Commerce Cart, CT Connect, CT Media, Dialogic, DM3, EtherExpress, ETOX, FlashFile, GatherRound, i386, i486, icat, icomp, Insight960, InstantIP, Intel, Intel logo, Intel386, Intel486, Intel740, IntelDX2, IntelDX4, IntelSX2, Intel ChatPad, Intel Create&Share, Intel Dot.Station, Intel GigaBlade, Intel InBusiness, Intel Inside, Intel Inside logo, Intel NetBurst, Intel NetStructure, Intel Play, Intel Play logo, Intel Pocket Concert, Intel SingleDriver, Intel SpeedStep, Intel StrataFlash, Intel TeamStation, Intel WebOutfitter, Intel Xeon, Intel XScale, Itanium, JobAnalyst, LANDesk, LanRover, MCS, MMX, MMX logo, NetPort, NetportExpress, Optimizer logo, OverDrive, Paragon, PC Dads, PC Parents, Pentium, Pentium II Xeon, Pentium III Xeon, Performance at Your Command, ProShare, RemoteExpress, Screamline, Shiva, SmartDie, Solutions960, Sound Mark, StorageExpress, The Computer Inside, The Journey Inside, This Way In, TokenExpress, Trillium, Vivonic, and VTune are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others. 2 Application Note

3 Contents Contents 1.0 Introduction Issue Statement Solution Conclusion Related Documents...15 Figures 1 Sequential Changes to Address Space...6 Tables No Tables Used At This Time Application Note 3

4 Contents Revision History Date Revision Description January Application Note

5 Introduction 1.0 Introduction Intel Corporation has had several inquiries into how to move Flash Bank 1, so that the ATU Outbound Direct Addressing Window can be used on the Intel I/O Processor Chipset with Intel XScale microarchitecture 1 (80310). This application note offers a solution using the RedHat* RedBoot* monitor. The technique presented here can be generalized to resolve other configuration conflicts. Further information on RedBoot can be found at: and further Intel XScale IOP information can be found at: Issue Statement The Intel I/O Processor based on Intel XScale microarchitecture (80200) requires that the initialization code be located at address 0x This initialization code resides in Flash Bank 1 which is 8 MB and overlaps the ATU Outbound Direct Addressing Window. After reset, this window is disabled so that there is no address conflict. When the Flash Bank stays where it is in the address space, the window cannot be used. 2.0 Solution To use the ATU Outbound Direct Addressing Window, Flash Bank 1 must be moved. Since the initialization code is only required at power up and reset, the Flash Bank can be moved within the address space by changing the base address register. When the monitor, in this case RedBoot, is also resident to the Flash, then it must be considered before moving the Flash. There are two ways to accomplish this: One is to have the boot board support package (BSP) relocate the Flash Base Address. The other is to run a version of RedBoot that executes out of SDRAM. The first solution requires a modified version of RedBoot which is not currently available, but the second solution is available now. The RAM version of RedBoot depends on the boot portion of the ROM version BSP to initialize SDRAM. Once SDRAM is initialized, the RAM version of RedBoot can be loaded and started. Because this version of RedBoot does not depend on Flash, the Flash Base Address can be relocated by the application code. Furthermore, the RAM version of RedBoot can be loaded into Flash and automatically loaded into SDRAM by the ROM version, when the board is first booted. 1. ARM* architecture compliant. Application Note 5

6 3.0 The following steps are described in detail in chapter 4 and chapter 5 of the RedBoot User s Guide. 1. The ROM version of RedBoot must reside at address 0x When it is not loaded in the Flash, then the Flash Recovery Utility (FRU) must be used to initially write to the Flash. The FRU manual and software are located at dvtl_iq80310.htm. Use the prebuilt file redboot.bin (the binary version is required by FRU) located at C:\redhat\redboot-xscale \redboot-bin\cyclone-rom\install\bin (The path assumes a default installation of GNUPro.). Once the ROM version of RedBoot is in the Flash, reset the platform to launch RedBoot. Figure 1 illustrates the sequential changes to the address space. The base address of RAM RedBoot in the Flash can vary depending on locked address blocks. Figure 1. Sequential Changes to Address Space At Power Up RedBoot* in RAM RAM RedBoot Copied to Flash A H A H RAM RedBoot A H A H RAM RedBoot H RAM RedBoot H H H ROMRedBoot ROMRedBoot ROMRedBoot H H H 6 Application Note

7 2. Load a RAM version of RedBoot into SDRAM. Use the prebuilt file redboot.srec located at C:\redhat\redboot-xscale \redboot-bin\cyclone-ram\install\bin. A reference for common RedBoot commands is located in the GNUPro Toolkit, Optimized for Intel XScale Microarchitecture, Getting Started Guide, starting on page 128, and example code for updating RedBoot is found in chapter 4 of the RedBoot User s Guide. The following example was copied from there. Start HyperTerminal with a serial connection to the evaluation board. Then, reset the evaluation board. HyperTerminal displays the following: Flash configuration checksum error or invalid key Can't get BOOTP info - network disabled! RedBoot(tm) bootstrap and debug environment, version R built 16:53:49, Sep Platform: IQ80310 (XScale) Copyright (C) 2000, 2001, Red Hat, Inc. RAM: 0xa xa , 0xa001b0a8-0xa1fdf000 available Flash: 0x x , 64 blocks of 0x bytes each. RedBoot> If you get a check sum error, you need to use the fconfig command and change any value thus causing the check sum to be corrected. For example: RedBoot> fconfig Run script at boot: false Use BOOTP for network configuration: true false Local IP address: Default server IP address: GDB connection port: 9000 Network debug at boot time: false Update RedBoot non-volatile configuration - are you sure (y/n)? y Entering y saves the changes.... Unlock from 0x007c0000-0x007e0000:.... Erase from 0x007c0000-0x007e0000:.... Program from 0xa xa at 0x007df000:.... Lock from 0x007c0000-0x007e0000:. RedBoot> fis init -f About to initialize [format] Flash image system - are you sure (y/n)? y *** Initialize Flash Image System... Erase from 0x x007df000: Unlock from 0x007e0000-0x :.... Erase from 0x007e0000-0x :.... Program from 0xa1fdf000-0xa1fdf400 at 0x007e0000:.... Lock from 0x007e0000-0x :. Application Note 7

8 Use the RedBoot fis list command to list the images that are presently in the Flash. The command displays the name, Flash address, memory address, length, and entry point. When the display looks like the following, then the fis init commandmustbeusedfirsttosetupthe Flash. RedBoot> fis list Name Flash addr Mem addr Length Entry point The following example shows what to expect: RedBoot> fis free 0x x The fis init f command should only be used once after the initial Flash image is loaded into the Flash using FRU. RedBoot> fis list Name Flash addr Mem addr Length Entry point RedBoot 0x x x x RedBoot[backup] 0x x x x RedBoot config 0x007DF000 0x007DF000 0x x FIS directory 0x007E0000 0x007E0000 0x x RedBoot> fis free 0x x007E0000 RedBoot> dump -b 0x0 0x : 18F0 9FE5 18F0 9FE5 18F0 9FE5 18F0 9FE5... 0x : 18F0 9FE F0 9FE5 18F0 9FE5... RedBoot> dump -b 0x x : FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF... 0x : FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF... RedBoot> dump -b 0x x : FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF... 0x : FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF... RedBoot> dump -b 0xa xA : xA : RedBoot> load -m ymodem 8 Application Note

9 After executing the RedBoot load command, on the HyperTerminal menu, select Transfer, Send File, Browse, and go find the file. Use the RAM version of RedBoot, redboot.srec, located at C:\redhat\redboot-xscale \redboot-bin\cyclone-ram\install\bin. The.srec file is required since Ymodem is being used. For protocol, select Ymodem. The load command times out, so this step needs to be done quickly. The screen looks something like the following: RedBoot> load -m ymodem CCxyzModem - CRC mode, 2(SOH)/445(STX)/0(CAN) packets, 5 retries RedBoot> dump -b 0x x : FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF... 0x : FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF... RedBoot> dump -b 0x x : FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF... 0x : FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF... RedBoot> dump -b 0xa xA : 18F0 9FE5 18F0 9FE5 18F0 9FE5 18F0 9FE5... 0xA : 18F0 9FE F0 9FE5 18F0 9FE5... Note: The RedBoot dump command now shows that addresses 0x and 0xA contain the same hexadecimal values. If RedBoot did not load into RAM, 0xA is filled with zeros. RedBoot> fis free 0x x007E0000 Address 0x is where RamRedBoot goes. Application Note 9

10 3. Copy the RAM version of RedBoot into Flash, be careful not to overwrite the ROM version. Example code for updating RedBoot is found in chapter 4 of the RedBoot User s Guide. The following example was copied from there. Chapter 5 explains the option flags f b r and l. RedBoot> fis create RamRedBoot -b 0xa l 0x r 0xa Erase from 0x x :..... Program from 0xa xa at 0x :..... Unlock from 0x007e0000-0x :.... Erase from 0x007e0000-0x :.... Program from 0xa1fdf000-0xa1fff000 at 0x007e0000:.... Lock from 0x007e0000-0x :. RedBoot> dump -b 0x x : 18F0 9FE5 18F0 9FE5 18F0 9FE5 18F0 9FE5... 0x : 18F0 9FE F0 9FE5 18F0 9FE5... RedBoot> dump -b 0x x : 2D2D 2D2D 2D2D 2D2D 2D2D 2D2D 2D2D 2D2D x : 2D2D 2D2D 2D2D 2D2D 2D2D 2D2D 2D2D 2D2D Note: Address 0x now has the same hexadecimal values as addresses 0x and 0xA RedBoot> fis list Name Flash addr Mem addr Length Entry point RedBoot 0x x x x RedBoot[backup] 0x x x x RedBoot config 0x007DF000 0x007DF000 0x x FIS directory 0x007E0000 0x007E0000 0x x RamRedBoot 0x xA x xA RedBoot> fis free 0x x007E0000 RamRedBoot is now Flashed at address 0x Application Note

11 4. Use an fconfig to program a script which automates loading and starting RAM RedBoot when the board is reset. The fconfig command is explained starting on page 133 in the GNUPro Toolkit, Optimized for Intel XScale Microarchitecture, Getting Started Guide. RedBoot> fconfig Run script at boot: false true Boot script: Enter script, terminate with empty line >> {ROM}fis load RamRedBoot >> {ROM}go >> {RAM}help >> version >> Boot script timeout (1000ms resolution): 0 10 Allow some time for boot script timeout. If there are problems with the script, this allows time to hit control-c to skip the script. Then enter into fconfig againandfixit. Use BOOTP for network configuration: false Local IP address: Default server IP address: GDB connection port: 9000 Network debug at boot time: false Update RedBoot non-volatile configuration - are you sure (y/n)? y Entering y saves the changes.... Unlock from 0x007c0000-0x007e0000:.... Erase from 0x007c0000-0x007e0000:.... Program from 0xa xa at 0x007df000:.... Lock from 0x007c0000-0x007e0000:.... Unlock from 0x007c0000-0x007e0000:.... Erase from 0x007c0000-0x007e0000:.... Program from 0xa xa at 0x007df000:.... Lock from 0x007c0000-0x007e0000:. RedBoot> reset... Resetting. Ethernet eth0: MAC address 00:80:4d:46:03:99 IP: , Default server: RedBoot(tm) bootstrap and debug environment, version R built 16:53:49, Sep Platform: IQ80310 (XScale) Copyright (C) 2000, 2001, Red Hat, Inc. RAM: 0xa xa , 0xa001b0a8-0xa1fdf000 available Flash: 0x x , 64 blocks of 0x bytes each. == Executing boot script in seconds - enter ^C to abort RedBoot> fis load RamRedBoot RedBoot> go Application Note 11

12 Ethernet eth0: MAC address 00:80:4d:46:03:99 IP: , Default server: RedBoot(tm) bootstrap and debug environment, version R built 16:36:38, Sep Platform: IQ80310 (XScale) Copyright (C) 2000, 2001, Red Hat, Inc. RAM: 0xa xa , 0xa xa1fdf000 available Flash: 0x x , 64 blocks of 0x bytes each. == Executing boot script in seconds - enter ^C to abort RedBoot> help Manage aliases kept in Flash memory alias name [value] Manage machine caches cache [ON OFF] Display/switch console channel channel [-1 <channel number>] Compute a 32bit checksum [POSIX algorithm] for a range of memory cksum -b <location> -l <length> Display (hex dump) a range of memory dump -b <location> [-l <length>] Manage Flash images fis {cmds} Manage configuration kept in Flash memory fconfig [-i] [-l] [-n] [-f] nickname [value] Execute code at a location go [-w <timeout>] [entry] Run board diagnostics diag Help about help? help [<topic>] Load a file load [-r] [-v] [-h <host>] [-m {TFTP xyzmodem}] [-b <base_address>] <file_name> Network connectivity test ping [-v] [-n <count>] [-l <length>] [-t <timeout>] [-r <rate>] [-i <IP_addr>] -h <IP_addr> Reset the system reset Display RedBoot version information version RedBoot> version RedBoot(tm) bootstrap and debug environment, version R built 16:36:38, Sep Platform: IQ80310 (XScale) Copyright (C) 2000, 2001, Red Hat, Inc. 12 Application Note

13 RAM: 0xa xa , 0xa xa1fdf000 available Flash: 0x x , 64 blocks of 0x bytes each. RedBoot> The August 28, 2001 version or later of RedBoot recognizes the {RAM} and {ROM} modifiers. In older versions of RedBoot, the script goes into an infinite loop, because the RAM version of RedBoot also runs the script. The script is stored in the same Flash location for both the RAM and ROM versions of RedBoot. The modifiers are the only way that the ROM and RAM versions of RedBoot can determine which commands in the script should run. When the modifier does not precede a command, then both versions execute the command. The problem is that when the RAM version sees the load and go commands, then it continuously loads itself and goes. Check the built time stamp to see that it is different. A different time stamp indicates that the new build was successful and that RedBoot is running out of SDRAM. The RedBoot version command is used to display this information. In this example, the ROM RedBoot build time is 16:53:49, and the RAM RedBoot build time is 16:36:38. RedBoot(tm) bootstrap and debug environment, version R built 16:53:49, Sep RedBoot(tm) bootstrap and debug environment, version R built 16:36:38, Sep Also, the fconfig script can be changed to test for proper functionality. The above script copies RedBoot into SDRAM and launches it. Then the help and version commands run from there. When the script is changed to {ROM}help and {ROM}version, these commands would not run when the RAM version of RedBoot is running. RedBoot> fis list Name Flash addr Mem addr Length Entry point RedBoot 0x x x x RedBoot[backup] 0x x x x RedBoot config 0x007DF000 0x007DF000 0x x FIS directory 0x007E0000 0x007E0000 0x x RamRedBoot 0x xA x xA RedBoot> dump -b 0xa xA : 18F0 9FE5 18F0 9FE5 18F0 9FE5 18F0 9FE5... 0xA : 18F0 9FE F0 9FE5 18F0 9FE5... RedBoot> dump -b 0x0 0x : 18F0 9FE5 18F0 9FE5 18F0 9FE5 18F0 9FE5... 0x : 18F0 9FE F0 9FE5 18F0 9FE5... RedBoot> dump -b 0x x : 18F0 9FE5 18F0 9FE5 18F0 9FE5 18F0 9FE5... 0x : 18F0 9FE F0 9FE5 18F0 9FE5... RedBoot> Application Note 13

14 5. The customer application code can now move the Flash Bank, by changing the address in the FEBR1 register and then enabling the ATU Outbound Direct Addressing Window, by changing bit 8 in the ATUCR register. Example code follows: In the appropriate header file: #define USER_FLASHBASE 0xD FEBR1_ADDR is defined in hal_iq80310.h as: #define FEBR1_ADDR 0x Insert in the users application code: *(volatile unsigned int *)FEBR1_ADDR = USER_FLASHBASE; address */ /* Move Flash Bank 1 base Note: There is no address conflict with the peripheral memory-mapped registers that are adjacent to the ATU Outbound Direct Addressing Window in the address space. The address overlap between the peripheral memory-mapped registers and Flash Bank 1 is resolved in the silicon by a prioritizing system described on page 3-33 in the Intel I/O Companion Chip Developer s Manual. At future resets, the Flash Bank 1 Base Address defaults to 0x , so the ROM version of RedBoot runs, the fconfig script copies the RAM version of RedBoot into SDRAM from Flash and then runs it from there. The steps presented here are considered the quick fix to this problem. A better fix would be to modify the board support package and to build a version of RedBoot that accomplishes the same things in a more efficient manner. 14 Application Note

15 Conclusion 4.0 Conclusion The above steps have been tested with RedBoot, and the resulting HyperTerminal text has been included for explicit illustration of the techniques. These techniques have been applied to a specific issue and a particular software application, but the techniques demonstrated above can be used with other hardware and software applications and can be used to resolve a variety of address conflicts. 5.0 Related Documents GNUPro Toolkit, Optimized for Intel XScale Microarchitecture, Getting Started Guide.This manual comes in the Intel Evaluation Board Kit. RedBoot User s Guide: FRU manual and software: Application Note 15

16 Related Documents This page intentionally left blank. 16 Application Note

Intel I/O Processor Chipset with Intel XScale Microarchitecture

Intel I/O Processor Chipset with Intel XScale Microarchitecture Intel 80310 I/O Processor Chipset with Intel XScale Microarchitecture Initialization Considerations White Paper July 2001 Order Number: 273454-001 Information in this document is provided in connection

More information

Recommended JTAG Circuitry for Debug with Intel Xscale Microarchitecture

Recommended JTAG Circuitry for Debug with Intel Xscale Microarchitecture Recommended JTAG Circuitry for Debug with Intel Xscale Microarchitecture Application Note June 2001 Document Number: 273538-001 Information in this document is provided in connection with Intel products.

More information

Using the Intel IQ80310 Ethernet Connection Under RedBoot

Using the Intel IQ80310 Ethernet Connection Under RedBoot Using the Intel IQ80310 Ethernet Connection Under RedBoot Application Note March 5, 2002 Document Number: 273685-001 Information in this document is provided in connection with Intel products. No license,

More information

ECC Handling Issues on Intel XScale I/O Processors

ECC Handling Issues on Intel XScale I/O Processors ECC Handling Issues on Intel XScale I/O Processors Technical Note December 2003 Order Number: 300311-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Intel 810 Embedded Client Reference Design DC/DC ATX Power Supply

Intel 810 Embedded Client Reference Design DC/DC ATX Power Supply Intel 810 Embedded Client Reference Design DC/DC ATX Power Supply Scalable Platform with Integrated Flat Panel Display Application Note June 2001 Order Number: 273549-001 Information in this document is

More information

Intel IXP400 Software: Integrating STMicroelectronics* ADSL MTK20170* Chipset Firmware

Intel IXP400 Software: Integrating STMicroelectronics* ADSL MTK20170* Chipset Firmware Intel IXP400 Software: Integrating STMicroelectronics* ADSL MTK20170* Chipset Firmware Application Note September 2004 Document Number: 254065-002 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Intel IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor PCI 16-Bit Read Implementation

Intel IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor PCI 16-Bit Read Implementation Intel IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor PCI 16-Bit Read Implementation Application Note September 2004 Document Number: 300375-002 INFORMATION IN THIS DOCUMENT

More information

Intel IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor: Boot-Up Options

Intel IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor: Boot-Up Options Intel IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor: Boot-Up Options Application Note September 2004 Document Number: 254067-002 Contents INFORMATION IN THIS DOCUMENT IS

More information

Third Party Hardware TDM Bus Administration

Third Party Hardware TDM Bus Administration Third Party Hardware TDM Bus Administration for Windows Copyright 2003 Intel Corporation 05-1509-004 COPYRIGHT NOTICE INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Enabling DDR2 16-Bit Mode on Intel IXP43X Product Line of Network Processors

Enabling DDR2 16-Bit Mode on Intel IXP43X Product Line of Network Processors Enabling DDR2 16-Bit Mode on Intel IXP43X Product Line of Network Processors Application Note May 2008 Order Number: 319801; Revision: 001US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH

More information

Intel PCI-X to Serial ATA Controller

Intel PCI-X to Serial ATA Controller Intel 31244 PCI-X to Controller Design Layout Review Checklist October 2002 Document Number: 273791-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR

More information

Intel I/O Processor

Intel I/O Processor Intel 80331 I/O Processor Application Accelerator Unit D-0 Addendum January, 2005 Document Number: 304496001US Intel 80331 I/O Processor Application Accelerator Unit D-0 Addendum Information in this document

More information

Intel IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor: Flash Programming

Intel IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor: Flash Programming Intel IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor: Flash Programming Application Note October 2004 Document Number: 254273-002 INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Intel I/O Processor Software Conversion to Intel I/O Processor

Intel I/O Processor Software Conversion to Intel I/O Processor Intel 80321 I/O Processor Software Conversion to Intel 80332 I/O Processor Application Note August 2004 Order Number: 273890-001US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

RAID on Motherboard (ROMB) Considerations Using Intel I/O Processor

RAID on Motherboard (ROMB) Considerations Using Intel I/O Processor RAID on Motherboard (ROMB) Considerations Using Intel 80321 I/O Processor Application Note June 2002 Document Number: 273456-006 Information in this document is provided in connection with Intel products.

More information

Intel 6300ESB I/O Controller Hub (ICH)

Intel 6300ESB I/O Controller Hub (ICH) Intel 6300ESB I/O Controller Hub (ICH) Notice: The Intel 6300ESB ICH may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized

More information

Intel NetStructure IPT Series on Windows

Intel NetStructure IPT Series on Windows Intel NetStructure IPT Series on Windows Configuration Guide November 2002 05-1752-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL

More information

Techniques for Lowering Power Consumption in Design Utilizing the Intel EP80579 Integrated Processor Product Line

Techniques for Lowering Power Consumption in Design Utilizing the Intel EP80579 Integrated Processor Product Line Techniques for Lowering Power Consumption in Design Utilizing the Intel Integrated Processor Product Line Order Number: 320180-003US Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Continuous Speech Processing API for Linux and Windows Operating Systems

Continuous Speech Processing API for Linux and Windows Operating Systems Continuous Speech Processing API for Linux and Windows Operating Systems Demo Guide November 2003 05-1701-003 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Intel Dialogic Global Call Protocols Version 4.1 for Linux and Windows

Intel Dialogic Global Call Protocols Version 4.1 for Linux and Windows Intel Dialogic Global Call Protocols Version 4.1 for Linux and Windows Release Notes December 2003 05-1941-002 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Intel C++ Compiler Documentation

Intel C++ Compiler Documentation Document number: 304967-001US Disclaimer and Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY

More information

Getting Compiler Advice from the Optimization Reports

Getting Compiler Advice from the Optimization Reports Getting Compiler Advice from the Optimization Reports Getting Started Guide An optimizing compiler can do a lot better with just a few tips from you. We've integrated the Intel compilers with Intel VTune

More information

Intel Parallel Amplifier Sample Code Guide

Intel Parallel Amplifier Sample Code Guide The analyzes the performance of your application and provides information on the performance bottlenecks in your code. It enables you to focus your tuning efforts on the most critical sections of your

More information

Open FCoE for ESX*-based Intel Ethernet Server X520 Family Adapters

Open FCoE for ESX*-based Intel Ethernet Server X520 Family Adapters Open FCoE for ESX*-based Intel Ethernet Server X520 Family Adapters Technical Brief v1.0 August 2011 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

Continuous Speech Processing API for Host Media Processing

Continuous Speech Processing API for Host Media Processing Continuous Speech Processing API for Host Media Processing Demo Guide April 2005 05-2084-003 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on SuSE*Enterprise Linux Server* using Xen*

How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on SuSE*Enterprise Linux Server* using Xen* How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on SuSE*Enterprise Linux Server* using Xen* Technical Brief v1.0 September 2011 Legal Lines and Disclaimers INFORMATION IN THIS

More information

Intel IT Director 1.7 Release Notes

Intel IT Director 1.7 Release Notes Intel IT Director 1.7 Release Notes Document Number: 320156-005US Contents What s New Overview System Requirements Installation Notes Documentation Known Limitations Technical Support Disclaimer and Legal

More information

Intel MPI Library for Windows* OS

Intel MPI Library for Windows* OS Intel MPI Library for Windows* OS Getting Started Guide The Intel MPI Library is a multi-fabric message passing library that implements the Message Passing Interface, v2 (MPI-2) specification. Use it to

More information

Intel(R) Threading Building Blocks

Intel(R) Threading Building Blocks Getting Started Guide Intel Threading Building Blocks is a runtime-based parallel programming model for C++ code that uses threads. It consists of a template-based runtime library to help you harness the

More information

Intel NetStructure SS7 Boards

Intel NetStructure SS7 Boards Intel NetStructure SS7 Boards SS7HD Migration Guide October 2003 05-2131-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

Introduction to Intel Fortran Compiler Documentation. Document Number: US

Introduction to Intel Fortran Compiler Documentation. Document Number: US Introduction to Intel Fortran Compiler Documentation Document Number: 307778-003US Disclaimer and Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Intel(R) Threading Building Blocks

Intel(R) Threading Building Blocks Getting Started Guide Intel Threading Building Blocks is a runtime-based parallel programming model for C++ code that uses threads. It consists of a template-based runtime library to help you harness the

More information

Native Configuration Manager API for Windows Operating Systems

Native Configuration Manager API for Windows Operating Systems Native Configuration Manager API for Windows Operating Systems Library Reference December 2003 05-1903-002 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Using the Intel VTune Amplifier 2013 on Embedded Platforms

Using the Intel VTune Amplifier 2013 on Embedded Platforms Using the Intel VTune Amplifier 2013 on Embedded Platforms Introduction This guide explains the usage of the Intel VTune Amplifier for performance and power analysis on embedded devices. Overview VTune

More information

Intel Platform Controller Hub EG20T

Intel Platform Controller Hub EG20T Intel Platform Controller Hub EG20T Packet HUB Driver for Windows* Programmer s Guide February 2011 Order Number: 324265-002US Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Intel Platform Controller Hub EG20T

Intel Platform Controller Hub EG20T Intel Platform Controller Hub EG20T UART Controller Driver for Windows* Programmer s Guide Order Number: 324261-002US Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Performance Profiling Techniques on Intel XScale Microarchitecture Processors

Performance Profiling Techniques on Intel XScale Microarchitecture Processors Performance Profiling Techniques on Intel XScale Microarchitecture Processors Application Note August 2002 Document Number: 273661-003 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114547-01 Change Title: Intel Dual Band Wireless-AC 3165 SKUs: 3165.NGWG.I; 3165.NGWGA.I; 3165.NGWG.S; 3165.NGWG; 3165.NGWGA.S; 3165.NGWGA, PCN 114547-01,

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114332-00 Change Title: Intel Dual Band Wireless-AC 7260, Intel Dual Band Wireless-N 7260, Intel Wireless-N 7260, SKUs: 7260.NGIANG, 7260.NGIG, 7260.NGINBG,

More information

Product Change Notification

Product Change Notification Product Notification Notification #: 114712-01 Title: Intel SSD 750 Series, Intel SSD DC P3500 Series, Intel SSD DC P3600 Series, Intel SSD DC P3608 Series, Intel SSD DC P3700 Series, PCN 114712-01, Product

More information

GUID Partition Table (GPT)

GUID Partition Table (GPT) GUID Partition Table (GPT) How to install an Operating System (OS) using the GUID Disk Partition Table (GPT) on an Intel Hardware RAID (HWR) Array under uefi environment. Revision 1.0 December, 2009 Enterprise

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114137-00 Change Title: Intel Dual Band Wireless-AC 8260, Intel Dual Band Wireless-N 8260, SKUs: 8260.NGWMG.NVS, 8260.NGWMG.S, 8260.NGWMG, 8260.NGWMG.NV

More information

Product Change Notification

Product Change Notification Product Change Notification 112177-01 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115169-01 Change Title: Intel Dual Band Wireless-AC 8265 SKUs: 8265.D2WMLG; 8265.D2WMLG.NV; 8265.D2WMLG.NVH; 8265.D2WMLGH; 8265.D2WMLG.NVS; 8265.D2WMLG.S;

More information

Migration Guide: Numonyx StrataFlash Embedded Memory (P30) to Numonyx StrataFlash Embedded Memory (P33)

Migration Guide: Numonyx StrataFlash Embedded Memory (P30) to Numonyx StrataFlash Embedded Memory (P33) Migration Guide: Numonyx StrataFlash Embedded Memory (P30) to Numonyx StrataFlash Embedded Memory (P33) Application Note August 2006 314750-03 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS

More information

GAP Guided Auto Parallelism A Tool Providing Vectorization Guidance

GAP Guided Auto Parallelism A Tool Providing Vectorization Guidance GAP Guided Auto Parallelism A Tool Providing Vectorization Guidance 7/27/12 1 GAP Guided Automatic Parallelism Key design ideas: Use compiler to help detect what is blocking optimizations in particular

More information

Using Intel Inspector XE 2011 with Fortran Applications

Using Intel Inspector XE 2011 with Fortran Applications Using Intel Inspector XE 2011 with Fortran Applications Jackson Marusarz Intel Corporation Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Product Change Notification

Product Change Notification Product Change Notification 113028-02 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Intel Cache Acceleration Software for Windows* Workstation

Intel Cache Acceleration Software for Windows* Workstation Intel Cache Acceleration Software for Windows* Workstation Release 3.1 Release Notes July 8, 2016 Revision 1.3 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Product Change Notification

Product Change Notification Product Change Notification 113412-00 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115338-00 Change Title: Intel Dual Band Wireless-AC 7265 and Intel Dual Band Wireless-N 7265 SKUs: 7265.NGWANG.W; 7265.NGWG.NVBR; 7265.NGWG.NVW; 7265.NGWG.W;

More information

Boot Agent Application Notes for BIOS Engineers

Boot Agent Application Notes for BIOS Engineers Boot Agent Application Notes for BIOS Engineers September 2007 318275-001 Revision 1.0 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Product Change Notification

Product Change Notification Product Change Notification 112087-00 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115107-00 Change Title: Intel Ethernet Converged Network Adapter X520 - DA1, E10G41BTDAPG1P5,, MM#927066, Intel Ethernet Converged Network Adapter X520

More information

Intel EP80579 Software Drivers for Embedded Applications

Intel EP80579 Software Drivers for Embedded Applications Intel EP80579 Software Drivers for Embedded Applications Package Version 1.0 Release Notes October 2008 Order Number: 320150-005US Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN

More information

Embedded Intel486 SX Processor

Embedded Intel486 SX Processor Embedded Intel486 SX Processor Product Features Datasheet 32-Bit RISC Technology Core 8-Kbyte Write-Through Cache Four Internal Write Buffers Burst Bus Cycles Dynamic Bus Sizing for 8- and 16-bit Data

More information

Product Change Notification

Product Change Notification Product Change Notification 111962-00 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Global Call API for Host Media Processing on Linux

Global Call API for Host Media Processing on Linux Global Call API for Host Media Processing on Linux Programming Guide September 2004 05-2346-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Intel Platform Controller Hub EG20T

Intel Platform Controller Hub EG20T Intel Platform Controller Hub EG20T Inter Integrated Circuit (I 2 C*) Driver for Windows* Programmer s Guide Order Number: 324258-002US Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Intel PXA27x Processor Family

Intel PXA27x Processor Family Intel PXA27x Processor Family Optimization Guide August, 2004 Order Number: 280004-002 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL

More information

Product Change Notification

Product Change Notification Product Change Notification 111213-02 Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel or otherwise, to any intellectual property

More information

Installation Guide and Release Notes

Installation Guide and Release Notes Intel C++ Studio XE 2013 for Windows* Installation Guide and Release Notes Document number: 323805-003US 26 June 2013 Table of Contents 1 Introduction... 1 1.1 What s New... 2 1.1.1 Changes since Intel

More information

Continuous Speech Processing API for Linux and Windows Operating Systems

Continuous Speech Processing API for Linux and Windows Operating Systems Continuous Speech Processing API for Linux and Windows Operating Systems Demo Guide June 2005 05-1701-005 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114216-00 Change Title: Intel SSD 730 Series (240GB, 480GB, 2.5in SATA 6Gb/s, 20nm, MLC) 7mm, Generic Single Pack, Intel SSD 730 Series (240GB, 480GB,

More information

Intel IXP400 Software: VLAN and QoS Application Version 1.0

Intel IXP400 Software: VLAN and QoS Application Version 1.0 Intel IXP400 Software: VLAN and QoS Application Version 1.0 Programmer s Guide September 2004 Document Number: 301925-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. EXCEPT

More information

Gateworks_Avila/Cambria_Installation. Please note: The details in these instructions apply specifically to the GW board.

Gateworks_Avila/Cambria_Installation. Please note: The details in these instructions apply specifically to the GW board. Please note: The details in these instructions apply specifically to the GW2348-4 board. If you are using a GW2348-2 or GW2347 there are subtle but important differences in the flashing commands you must

More information

Intel Desktop Board DZ68DB

Intel Desktop Board DZ68DB Intel Desktop Board DZ68DB Specification Update April 2011 Part Number: G31558-001 The Intel Desktop Board DZ68DB may contain design defects or errors known as errata, which may cause the product to deviate

More information

Parallel Programming Features in the Fortran Standard. Steve Lionel 12/4/2012

Parallel Programming Features in the Fortran Standard. Steve Lionel 12/4/2012 Parallel Programming Features in the Fortran Standard Steve Lionel 12/4/2012 Agenda Overview of popular parallelism methodologies FORALL a look back DO CONCURRENT Coarrays Fortran 2015 Q+A 12/5/2012 2

More information

Intel Desktop Board DG31PR

Intel Desktop Board DG31PR Intel Desktop Board DG31PR Specification Update May 2008 Order Number E30564-003US The Intel Desktop Board DG31PR may contain design defects or errors known as errata, which may cause the product to deviate

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115007-00 Change Title: Select Intel SSD 530 Series, Intel SSD 535 Series, Intel SSD E 5410s Series, Intel SSD E 5420s Series, Intel SSD PRO 2500 Series,

More information

Intel Desktop Board D945GCCR

Intel Desktop Board D945GCCR Intel Desktop Board D945GCCR Specification Update January 2008 Order Number: D87098-003 The Intel Desktop Board D945GCCR may contain design defects or errors known as errata, which may cause the product

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115190-03 Change Title: Intel Omni-Path Director Class Switch 100 Series 24 Slot Base 1MM 100SWD24B1N Date of Publication: March 1, 2017 Intel Omni-Path

More information

Intel 945(GM/GME)/915(GM/GME)/ 855(GM/GME)/852(GM/GME) Chipsets VGA Port Always Enabled Hardware Workaround

Intel 945(GM/GME)/915(GM/GME)/ 855(GM/GME)/852(GM/GME) Chipsets VGA Port Always Enabled Hardware Workaround Intel 945(GM/GME)/915(GM/GME)/ 855(GM/GME)/852(GM/GME) Chipsets VGA Port Always Enabled Hardware Workaround White Paper June 2007 Order Number: 12608-002EN INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114258-00 Change Title: Intel SSD DC S3710 Series (200GB, 400GB, 800GB, 1.2TB, 2.5in SATA 6Gb/s, 20nm, MLC) 7mm, Generic 50 Pack Intel SSD DC S3710 Series

More information

Intel Desktop Board DG41CN

Intel Desktop Board DG41CN Intel Desktop Board DG41CN Specification Update December 2010 Order Number: E89822-003US The Intel Desktop Board DG41CN may contain design defects or errors known as errata, which may cause the product

More information

Intel 848P Chipset. Specification Update. Intel 82848P Memory Controller Hub (MCH) August 2003

Intel 848P Chipset. Specification Update. Intel 82848P Memory Controller Hub (MCH) August 2003 Intel 848P Chipset Specification Update Intel 82848P Memory Controller Hub (MCH) August 2003 Notice: The Intel 82848P MCH may contain design defects or errors known as errata which may cause the product

More information

Intel Desktop Board DH55TC

Intel Desktop Board DH55TC Intel Desktop Board DH55TC Specification Update December 2011 Order Number: E88213-006 The Intel Desktop Board DH55TC may contain design defects or errors known as errata, which may cause the product to

More information

Intel Thread Checker 3.1 for Windows* Release Notes

Intel Thread Checker 3.1 for Windows* Release Notes Page 1 of 6 Intel Thread Checker 3.1 for Windows* Release Notes Contents Overview Product Contents What's New System Requirements Known Issues and Limitations Technical Support Related Products Overview

More information

IP Media Gateway (IPML)

IP Media Gateway (IPML) IP Media Gateway (IPML) Demo Guide September 2002 05-1823-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY

More information

How to Create a.cibd/.cce File from Mentor Xpedition for HLDRC

How to Create a.cibd/.cce File from Mentor Xpedition for HLDRC How to Create a.cibd/.cce File from Mentor Xpedition for HLDRC White Paper August 2017 Document Number: 052889-1.2 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

MayLoon User Manual. Copyright 2013 Intel Corporation. Document Number: xxxxxx-xxxus. World Wide Web:

MayLoon User Manual. Copyright 2013 Intel Corporation. Document Number: xxxxxx-xxxus. World Wide Web: Copyright 2013 Intel Corporation Document Number: xxxxxx-xxxus World Wide Web: http://www.intel.com/software Document Number: XXXXX-XXXXX Disclaimer and Legal Information INFORMATION IN THIS DOCUMENT IS

More information

Software Evaluation Guide for ImTOO* YouTube* to ipod* Converter Downloading YouTube videos to your ipod

Software Evaluation Guide for ImTOO* YouTube* to ipod* Converter Downloading YouTube videos to your ipod Software Evaluation Guide for ImTOO* YouTube* to ipod* Converter Downloading YouTube videos to your ipod http://www.intel.com/performance/resources Version 2008-09 Rev. 1.0 Information in this document

More information

Intel IXP42X Product Line and IXC1100 Control Plane Processor: Using the Intel LXT973 Ethernet Transceiver

Intel IXP42X Product Line and IXC1100 Control Plane Processor: Using the Intel LXT973 Ethernet Transceiver Intel IXP42X Product Line and IXC1100 Control Plane Processor: Using the Intel LXT973 Ethernet Transceiver Application Note July 2004 Document Number: 253429-002 INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115772-00 Change Title: memory, NUC7i3BNHX1, memory, NUC7i5BNHX1, memory, NUC7i7BNHX1, Intel NUC Kit, NUC7i3BNH, Intel NUC Kit, NUC7i3BNK, Intel NUC Kit,

More information

Intel Desktop Board D945GCLF2

Intel Desktop Board D945GCLF2 Intel Desktop Board D945GCLF2 Specification Update July 2010 Order Number: E54886-006US The Intel Desktop Board D945GCLF2 may contain design defects or errors known as errata, which may cause the product

More information

Upgrading Intel Server Board Set SE8500HW4 to Support Intel Xeon Processors 7000 Sequence

Upgrading Intel Server Board Set SE8500HW4 to Support Intel Xeon Processors 7000 Sequence Upgrading Intel Server Board Set SE8500HW4 to Support Intel Xeon Processors 7000 Sequence January 2006 Enterprise Platforms and Services Division - Marketing Revision History Upgrading Intel Server Board

More information

Intel Server Board S2600CW2S

Intel Server Board S2600CW2S Redhat* Testing Services Enterprise Platforms and Services Division Intel Server Board S2600CW2S Server Test Submission (STS) Report For Redhat* Certification Rev 1.0 This report describes the Intel Server

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114840-00 Change Title: Intel Omni-Path Host Fabric Interface Adapter 100 Series 1 Port PCIe x16 Standard 100HFA016FS, Intel Omni-Path Host Fabric Interface

More information

Board Management API for Windows and Linux Operating Systems

Board Management API for Windows and Linux Operating Systems Board Management API for Windows and Linux Operating Systems Library Reference November 2003 05-1958-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

This user manual describes the VHDL behavioral model for NANDxxxxxBxx flash memory devices. Organization of the VHDL model delivery package

This user manual describes the VHDL behavioral model for NANDxxxxxBxx flash memory devices. Organization of the VHDL model delivery package User manual NAND SLC large page memory devices VHDL model This user manual describes the VHDL behavioral model for NANDxxxxxBxx flash memory devices. Organization of the VHDL model delivery package The

More information

Product Change Notification

Product Change Notification Product Change Notification 110867-00 Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel or otherwise, to any intellectual property

More information

LED Manager for Intel NUC

LED Manager for Intel NUC LED Manager for Intel NUC User Guide Version 1.0.0 March 14, 2018 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO

More information

VTune(TM) Performance Analyzer for Linux

VTune(TM) Performance Analyzer for Linux VTune(TM) Performance Analyzer for Linux Getting Started Guide The VTune Performance Analyzer provides information on the performance of your code. The VTune analyzer shows you the performance issues,

More information

Intel Integrated Performance Primitives for Intel Architecture. Using Intel Integrated Performance Primitives in C++ Applications

Intel Integrated Performance Primitives for Intel Architecture. Using Intel Integrated Performance Primitives in C++ Applications Intel Integrated Performance Primitives for Intel Architecture Using Intel Integrated Performance Primitives in C++ Applications Version 2.0 June, 2004 Information in this document is provided in connection

More information

Intel System Event Log (SEL) Viewer Utility. User Guide SELViewer Version 10.0 /11.0 February 2012 Document number: G

Intel System Event Log (SEL) Viewer Utility. User Guide SELViewer Version 10.0 /11.0 February 2012 Document number: G Intel System Event Log (SEL) Viewer Utility User Guide SELViewer Version 10.0 /11.0 February 2012 Document number: G24422-003 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH

More information

Intel Parallel Studio XE 2015 Composer Edition for Linux* Installation Guide and Release Notes

Intel Parallel Studio XE 2015 Composer Edition for Linux* Installation Guide and Release Notes Intel Parallel Studio XE 2015 Composer Edition for Linux* Installation Guide and Release Notes 23 October 2014 Table of Contents 1 Introduction... 1 1.1 Product Contents... 2 1.2 Intel Debugger (IDB) is

More information

Global Call SS7. Technology Guide. November

Global Call SS7. Technology Guide. November Global Call SS7 Technology Guide November 2003 05-2274-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL

More information

Host Media Processing Conferencing

Host Media Processing Conferencing Host Media Processing Conferencing Demo Guide March 2004 05-2290-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

How to Create a.cibd File from Mentor Xpedition for HLDRC

How to Create a.cibd File from Mentor Xpedition for HLDRC How to Create a.cibd File from Mentor Xpedition for HLDRC White Paper May 2015 Document Number: 052889-1.0 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Installation and Configuration Guide

Installation and Configuration Guide Intel Dialogic System Release Version 5.1.1 Feature Pack 1 on PCI and CompactPCI for Microsoft* Windows NT/2000/XP on Intel Architecture Installation and Configuration Guide Copyright 2003 Intel Corporation

More information