Building a Firmware Component Ecosystem with the Intel Firmware Engine

Size: px
Start display at page:

Download "Building a Firmware Component Ecosystem with the Intel Firmware Engine"

Transcription

1 Building a Firmware Component Ecosystem with the Intel Firmware Engine Brian Richardson Senior Technical Marketing Engineer, Intel Corporation STTS002 1

2 Agenda Binary Firmware Management The Binary Firmware Workflow Developing Firmware Components Summary and Next Steps

3 Agenda Binary Firmware Management The Binary Firmware Workflow Developing Firmware Components Summary and Next Steps

4 Binary Firmware Management Problem: Intel s existing firmware ecosystem doesn t address many customers in new markets (Internet of Things, China Tech Ecosystem, ) Customer doesn t have an out of the box option for Intel firmware (can t ship reference firmware as-is, cant modify reference firmware) Third party firmware solutions are overkill for simple devices Open source alternatives can be too complex How to directly enable customers without adding complexity? One solution: modular and configurable binary firmware. 4

5 Address Specific Firmware Challenges Perceived Firmware Complexity Quickly Build from Reference Ship it Faster, Build it Cheaper 5

6 Intel Firmware Engine Platform for building production firmware from binary components. Starts from reference project. Add new features from a firmware component catalog. Based on industry-standard Unified Extensible Firmware Interface (UEFI). 6

7

8 Core Platform Silicon

9 Connectors and peripherals

10 Package repository

11 Modular Benefits for the Platform Developer Package parameters are easily adjustable without recompiling Packages are easily removed if the functionality isn t required Packages don t depend on outdated coding practices Enabling configuration tools to reduce configuration complexity Binary firmware solutions can be extensible 11

12 Agenda Binary Firmware Management The Binary Firmware Workflow Developing Firmware Components Summary and Next Steps

13 The Binary Firmware Workflow Start New Project Based on Reference Change Peripherals & Connectors Configure Firmware Components Build a Custom Firmware Image How do customers extend firmware functionality in a binary workflow? 13

14 Intel Firmware Engine Package vs. UEFI Driver UEFI Drivers provide extensibility, but packages have additional features Expose configurable parameters as patchable-in-binary PCDs Describes configuration parameters in localized Unicode strings Describes connections to other components and connectors Contains release & debug versions of binaries for bring-up debugging 14 UEFI Unified Extensible Firmware Interface DXE Driver execution Environment PEI Pre-EFI Initialization PCD Platform Configuration Database

15 Usage Example: MinnowBoard Max No Services Associated with Networking Hardware 15

16 Add Network Service Gear to Project Drag & drop Network Service from list of Peripherals 16

17 Configure Networking Parameters Select component and adjust IPv4/IPv6 value in Properties 17

18 Add Boot to PXE Server Feature 18 PXE - Preboot execution Environment

19 19 Build and Test the New Firmware

20 Reference Firmware with Built-In Extensibility Binary packages extend the existing firmware ecosystem Specific functionality with adjustable parameters Hardware-specific packages can be provided by the IHV New functionality can be provided by an IBV or ISV ODMs can configure options w/o a user setup Simple configuration without IP exposure Extensibility is key to a healthy firmware ecosystem 20 IHV Independent Hardware Vendor IBV Independent BIOS Vendor ISV Independent Software Vendor ODM Original Device Manufacturer

21 Agenda Binary Firmware Management The Binary Firmware Workflow Developing Firmware Components Summary and Next Steps

22 Developing Firmware Components Modular coding is easier if you do it from the start photo credit: Brian Richardson 22

23 Intel Firmware Engine Software Development Kit Package Make BinPkg Binary Package Repository Maintenance Tool (RMT) Intel Firmware Engine repository Resulting package includes release and debug binaries Platform Project Intel Firmware Engine application UEFI source code, with Intel Firmware Engine extensions Projects are a collection of binary packages 23

24 Core Principles for Creating Binary Packages Make parameters in firmware patchable Adding metadata for configuration tools Remove circular module dependencies Remove legacy dependencies 24

25 Make Parameters in Firmware Patchable Use PcdsPatchableInModule to describe developer parameters PcdFixedAtBuild can t be modified by the developer Convert PcdsDynamic to PcdsDynamicEx The PcdsDynamic type does not work with binary distribution Review & update PCD information in package.dec file Prompt, help, validation expression, valid lists, valid range, and error codes/error messages 25 PCD Platform Configuration Database

26 Package DEC File Package UNI File 26

27 27 Package DEC File

28 Adding Metadata for Configuration Tools Create help, prompt & declaration for PCDs Declaration in.dec file & help/prompt in associated.uni file Define package connections Dependencies, connection points & configuration questions (.INF file) Name & description of a connector component (Unicode) Name & description of supported connection points (Unicode) Connector component icon (optional) 28

29 [Defines] INF_VERSION = 0x BASE_NAME = NanoUsb FILE_GUID = 9CEEE4A DFD-647FB18519EE MODULE_TYPE = USER_DEFINED VERSION_STRING = 0.8 MODULE_UNI_FILE = NanoUsb.uni User extensions to package.inf file for Intel Firmware Engine [Packages] HardwarePkg/HardwarePkg.dec [Pcd] ghardwarepkgtokenspaceguid.unicodeannotationstring [UserExtensions.Intel."Properties"] CONNECTOR_NAME = Nano USB LOCATION = EDGE [UserExtensions.Intel."ConnectionPoints"] BOARD ghardwarepkgconnectiontypespaceguid.usbbus UP PERIPHERAL ghardwarepkgconnectiontypespaceguid.usbbus DOWN [UserExtensions.TianoCore."ExtraFiles"] NanoUsbProperties.uni NanoUsb.png 29

30 [UserExtensions.Intel."ConnectionPoints"] BOARD ghardwarepkgconnectiontypespaceguid.usbbus UP PERIPHERAL ghardwarepkgconnectiontypespaceguid.usbbus DOWN UP DOWN 30

31 31

32 Circular Dependencies & Legacy Dependencies Packages cannot have circular dependencies Properly declared and described with connections in.dec/.inf Packages cannot have legacy dependencies No use of EFI Development Kit (EDK) or EDK Compatibility Package (ECP) in Intel Firmware Engine packages No dependency on legacy BIOS calls (INT XXh, 16-bit instructions, ) These issues must be resolved before attempting to build a package 32

33 Build Process, Packaging and Distribution Package Make BinPkg Binary Package Repository Maintenance Tool (RMT) Intel Firmware Engine repository Provided by SDK NanoUsb.inf NanoUsb.uni NanoUsb.png NanoUsbProperties.uni NanoUsb.dist.DIST files use UEFI Distribution Package (UDP) format NanoUsb.dist Customer downloads new package and adds to repository using RMT 33

34 What s in the Next Intel Firmware Engine SDK? Additional tools to simplify package creation Intel Firmware Engine Package Creator - Builds skeleton code for new packages, components and UEFI drivers - Wizard-style interface creates code based on developer input Intel Firmware Engine Package Converter - Convert existing UDK2014.SP1 code to binary packages - Identify non-patchable PCDs and circular dependencies Intel provides tools to simplify binary package development 34 Intel Firmware Engine Software Development Kit (Intel Firmware Engine SDK)

35 Agenda Binary Firmware Management The Binary Firmware Workflow Developing Firmware Components Summary and Next Steps

36 Summary Binary firmware solutions can be extensible Extensibility is key to a healthy firmware ecosystem Intel provides tools to simplify binary package development 36

37 Next Steps Use modular practices to enable binary firmware distribution Evaluate existing UEFI drivers and features for binary packages Develop and distribute firmware packages using the Intel Firmware Engine Software Development Kit intel.com/firmwareengine 37

38 Additional Sources of Information A PDF of this presentation is available from our Technical Session Catalog: This URL is also printed on the top of Session Agenda Pages in the Pocket Guide. Demos in the showcase booth #511 Tech Chats - Using Intel Firmware Engine to Generate Simulated Platforms for Wind River * Simics * Wed -1:00 level 2 -Station 5 Develop and distribute firmware packages using the Intel Firmware Engine Software Development Kit intel.com/firmwareengine 38

39 Other Technical Sessions Session ID Title Day Time Room STTS001 Firmware in the Data Center: Building a Modern Deployment Framework Using UEFI and Redfish REST APIs Tue 11: STTS002 Building a Firmware Component Ecosystem with the Intel Firmware Engine Tue 1: STTS003 Developing Best-in-Class Security Principles with Open Source Firmware Tue 2: STTS004 STTS005 Planning and Predicting Big Data Clusters for Spark*, NoSQL and SQL-on- Hadoop* Deployments Accelerating Real-time Analytics Insights with Open Source Software from Intel Tue 4: Wed 9: = DONE 39

40 Legal Notices and Disclaimers Intel technologies features and benefits depend on system configuration and may require enabled hardware, software or service activation. Learn more at intel.com, or from the OEM or retailer. No computer system can be absolutely secure. Tests document performance of components on a particular test, in specific systems. Differences in hardware, software, or configuration will affect actual performance. Consult other sources of information to evaluate performance as you consider your purchase. For more complete information about performance and benchmark results, visit Cost reduction scenarios described are intended as examples of how a given Intel-based product, in the specified circumstances and configurations, may affect future costs and provide cost savings. Circumstances will vary. Intel does not guarantee any costs or cost reduction. This document contains information on products, services and/or processes in development. All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest forecast, schedule, specifications and roadmaps. Statements in this document that refer to Intel s plans and expectations for the quarter, the year, and the future, are forward-looking statements that involve a number of risks and uncertainties. A detailed discussion of the factors that could affect Intel s results and plans is included in Intel s SEC filings, including the annual report on Form 10-K. The products described 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. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document. Intel does not control or audit third-party benchmark data or the web sites referenced in this document. You should visit the referenced web site and confirm whether referenced data are accurate. Intel and the Intel logo are trademarks of Intel Corporation in the United States and other countries. *Other names and brands may be claimed as the property of others Intel Corporation. 40

41 Risk Factors The above statements and any others in this document that refer to plans and expectations for the second quarter, the year and the future are forwardlooking statements that involve a number of risks and uncertainties. Words such as "anticipates," "expects," "intends," "plans," "believes," "seeks," "estimates," "may," "will," "should" and their variations identify forward-looking statements. Statements that refer to or are based on projections, uncertain events or assumptions also identify forward-looking statements. Many factors could affect Intel's actual results, and variances from Intel's current expectations regarding such factors could cause actual results to differ materially from those expressed in these forward-looking statements. Intel presently considers the following to be important factors that could cause actual results to differ materially from the company's expectations. Demand for Intel's products is highly variable and could differ from expectations due to factors including changes in business and economic conditions; consumer confidence or income levels; the introduction, availability and market acceptance of Intel's products, products used together with Intel products and competitors' products; competitive and pricing pressures, including actions taken by competitors; supply constraints and other disruptions affecting customers; changes in customer order patterns including order cancellations; and changes in the level of inventory at customers. Intel's gross margin percentage could vary significantly from expectations based on capacity utilization; variations in inventory valuation, including variations related to the timing of qualifying products for sale; changes in revenue levels; segment product mix; the timing and execution of the manufacturing ramp and associated costs; excess or obsolete inventory; changes in unit costs; defects or disruptions in the supply of materials or resources; and product manufacturing quality/yields. Variations in gross margin may also be caused by the timing of Intel product introductions and related expenses, including marketing expenses, and Intel's ability to respond quickly to technological developments and to introduce new products or incorporate new features into existing products, which may result in restructuring and asset impairment charges. Intel's results could be affected by adverse economic, social, political and physical/infrastructure conditions in countries where Intel, its customers or its suppliers operate, including military conflict and other security risks, natural disasters, infrastructure disruptions, health concerns and fluctuations in currency exchange rates. Results may also be affected by the formal or informal imposition by countries of new or revised export and/or import and doing-business regulations, which could be changed without prior notice. Intel operates in highly competitive industries and its operations have high costs that are either fixed or difficult to reduce in the short term. The amount, timing and execution of Intel's stock repurchase program could be affected by changes in Intel's priorities for the use of cash, such as operational spending, capital spending, acquisitions, and as a result of changes to Intel's cash flows or changes in tax laws. Product defects or errata (deviations from published specifications) may adversely impact our expenses, revenues and reputation. Intel's results could be affected by litigation or regulatory matters involving intellectual property, stockholder, consumer, antitrust, disclosure and other issues. An unfavorable ruling could include monetary damages or an injunction prohibiting Intel from manufacturing or selling one or more products, precluding particular business practices, impacting Intel's ability to design its products, or requiring other remedies such as compulsory licensing of intellectual property. Intel's results may be affected by the timing of closing of acquisitions, divestitures and other significant transactions. A detailed discussion of these and other factors that could affect Intel's results is included in Intel's SEC filings, including the company's most recent reports on Form 10-Q, Form 10-K and earnings release. 41 Rev. 4/14/15

Data center day. Non-volatile memory. Rob Crooke. August 27, Senior Vice President, General Manager Non-Volatile Memory Solutions Group

Data center day. Non-volatile memory. Rob Crooke. August 27, Senior Vice President, General Manager Non-Volatile Memory Solutions Group Non-volatile memory Rob Crooke Senior Vice President, General Manager Non-Volatile Memory Solutions Group August 27, 2015 THE EXPLOSION OF DATA Requires Technology To Perform Random Data Access, Low Queue

More information

Mobile World Congress Claudine Mangano Director, Global Communications Intel Corporation

Mobile World Congress Claudine Mangano Director, Global Communications Intel Corporation Mobile World Congress 2015 Claudine Mangano Director, Global Communications Intel Corporation Mobile World Congress 2015 Brian Krzanich Chief Executive Officer Intel Corporation 4.9B 2X CONNECTED CONNECTED

More information

Sensors on mobile devices An overview of applications, power management and security aspects. Katrin Matthes, Rajasekaran Andiappan Intel Corporation

Sensors on mobile devices An overview of applications, power management and security aspects. Katrin Matthes, Rajasekaran Andiappan Intel Corporation Sensors on mobile devices An overview of applications, power management and security aspects Katrin Matthes, Rajasekaran Andiappan Intel Corporation Introduction 1. Compute platforms are adding more and

More information

Hardware and Software Co-Optimization for Best Cloud Experience

Hardware and Software Co-Optimization for Best Cloud Experience Hardware and Software Co-Optimization for Best Cloud Experience Khun Ban (Intel), Troy Wallins (Intel) October 25-29 2015 1 Cloud Computing Growth Connected Devices + Apps + New Services + New Service

More information

Kirk Skaugen Senior Vice President General Manager, PC Client Group Intel Corporation

Kirk Skaugen Senior Vice President General Manager, PC Client Group Intel Corporation Kirk Skaugen Senior Vice President General Manager, PC Client Group Intel Corporation 2 in 1 Computing Built for Business A Look Inside 2014 Ultrabook 2011 2012 2013 Delivering The Best Mobile Experience

More information

Thunderbolt Technology Brett Branch Thunderbolt Platform Enabling Manager

Thunderbolt Technology Brett Branch Thunderbolt Platform Enabling Manager Thunderbolt Technology Brett Branch Thunderbolt Platform Enabling Manager Agenda Technology Recap Protocol Overview Connector and Cable Overview System Overview Technology Block Overview Silicon Block

More information

Using Wind River Simics * Virtual Platforms to Accelerate Firmware Development

Using Wind River Simics * Virtual Platforms to Accelerate Firmware Development Using Wind River Simics * Virtual Platforms to Accelerate Firmware Development Brian Richardson, Senior Technical Marketing Engineer, Intel Guillaume Girard, Simics Project Manager, Intel EFIS002 Please

More information

Using Wind River Simics * Virtual Platforms to Accelerate Firmware Development PTAS003

Using Wind River Simics * Virtual Platforms to Accelerate Firmware Development PTAS003 Using Wind River Simics * Virtual Platforms to Accelerate Firmware Development Steven Shi, Senior Firmware Engineer, Intel Chunrong Lai, Software Engineer, Intel Alexander Y. Belousov, Engineer Manager,

More information

Data Centre Server Efficiency Metric- A Simplified Effective Approach. Henry ML Wong Sr. Power Technologist Eco-Technology Program Office

Data Centre Server Efficiency Metric- A Simplified Effective Approach. Henry ML Wong Sr. Power Technologist Eco-Technology Program Office Data Centre Server Efficiency Metric- A Simplified Effective Approach Henry ML Wong Sr. Power Technologist Eco-Technology Program Office 1 Agenda The Elephant in your Data Center Calculating Server Utilization

More information

Technology is a Journey

Technology is a Journey Technology is a Journey Not a Destination Renée James President, Intel Corp Other names and brands may be claimed as the property of others. Building Tomorrow s TECHNOLOGIES Late 80 s The Early Motherboard

More information

The Heart of A New Generation Update to Analysts. Anand Chandrasekher Senior Vice President, Intel General Manager, Ultra Mobility Group

The Heart of A New Generation Update to Analysts. Anand Chandrasekher Senior Vice President, Intel General Manager, Ultra Mobility Group The Heart of A New Generation Update to Analysts Anand Chandrasekher Senior Vice President, Intel General Manager, Ultra Mobility Group Today s s presentation contains forward-looking statements. All statements

More information

Carsten Benthin, Sven Woop, Ingo Wald, Attila Áfra HPG 2017

Carsten Benthin, Sven Woop, Ingo Wald, Attila Áfra HPG 2017 Carsten Benthin, Sven Woop, Ingo Wald, Attila Áfra HPG 2017 Recap Twolevel BVH Multiple object BVHs Single toplevel BVH Recap Twolevel BVH Multiple object BVHs Single toplevel BVH Motivation The Library

More information

NVMHCI: The Optimized Interface for Caches and SSDs

NVMHCI: The Optimized Interface for Caches and SSDs NVMHCI: The Optimized Interface for Caches and SSDs Amber Huffman Intel August 2008 1 Agenda Hidden Costs of Emulating Hard Drives An Optimized Interface for Caches and SSDs August 2008 2 Hidden Costs

More information

Rack Scale Architecture Platform and Management

Rack Scale Architecture Platform and Management Rack Scale Architecture Platform and Management Mohan J. Kumar Senior Principal Engineer, Intel Corporation DATS008 Agenda Rack Scale Architecture (RSA) Overview RSA Platform Overview Elements of RSA Platform

More information

Innovation Accelerating Mission Critical Infrastructure

Innovation Accelerating Mission Critical Infrastructure Innovation Accelerating Mission Critical Infrastructure Legal Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

JOE NARDONE. General Manager, WiMAX Solutions Division Service Provider Business Group October 23, 2006

JOE NARDONE. General Manager, WiMAX Solutions Division Service Provider Business Group October 23, 2006 JOE NARDONE General Manager, WiMAX Solutions Division Service Provider Business Group October 23, 2006 Intel s s Broadband Wireless Vision Intel is driving >200 million new screens each year We re focused

More information

Server Efficiency: A Simplified Data Center Approach

Server Efficiency: A Simplified Data Center Approach Server Efficiency: A Simplified Data Center Approach Henry M.L. Wong Intel Eco-Technology Program Office Environment Global CO 2 Emissions ICT 2% 98% 2 Source: The Climate Group Economic Efficiency and

More information

investor meeting SANTA CLARA Diane Bryant Senior Vice President & General Manager Data Center Group

investor meeting SANTA CLARA Diane Bryant Senior Vice President & General Manager Data Center Group investor meeting 2 0 1 5 SANTA CLARA Diane Bryant Senior Vice President & General Manager Data Center Group Key Messages Fundamental growth drivers remain strong Adoption of cloud computing growing and

More information

Unlocking the Future with Intel

Unlocking the Future with Intel Unlocking the Future with Intel Renée James Senior Vice President, Intel Corporation General Manager, Software and Services Group Technology Has Changed the Way We Interact With Our World 1981 348 IBM

More information

Enterprise Data Integrity and Increasing the Endurance of Your Solid-State Drive MEMS003

Enterprise Data Integrity and Increasing the Endurance of Your Solid-State Drive MEMS003 SF 2009 Enterprise Data Integrity and Increasing the Endurance of Your Solid-State Drive James Myers Manager, SSD Applications Engineering, Intel Cliff Jeske Manager, SSD development, Hitachi GST MEMS003

More information

Intel. Rack Scale Design: A Deeper Perspective on Software Manageability for the Open Compute Project Community. Mohan J. Kumar Intel Fellow

Intel. Rack Scale Design: A Deeper Perspective on Software Manageability for the Open Compute Project Community. Mohan J. Kumar Intel Fellow Intel Rack Scale Design: A Deeper Perspective on Software Manageability for the Open Compute Project Community Mohan J. Kumar Intel Fellow Agenda Rack Scale Design (RSD) Overview Manageability for RSD

More information

Nokia Conference Call 1Q 2012 Financial Results

Nokia Conference Call 1Q 2012 Financial Results Nokia Internal Use Only Nokia Conference Call 1Q 2012 Financial Results April 19 th, 2012 15.00 Helsinki time 8.00 New York time Stephen Elop President & CEO Timo Ihamuotila CFO Matt Shimao Head of Investor

More information

DisplayPort: Foundation and Innovation for Current and Future Intel Platforms

DisplayPort: Foundation and Innovation for Current and Future Intel Platforms DisplayPort: Foundation Innovation for Current Future Intel Platforms Bailey Cross Mobile Technology Evangelist Mobile Platforms Group Nick Willow Display Technologist Business Client Group Session ID

More information

Solid-State Drives for Servers and Clients: Why, When, Where and How

Solid-State Drives for Servers and Clients: Why, When, Where and How Solid-State Drives for Servers and Clients: Why, When, Where and How Troy Winslow Marketing Manager Intel NAND Products Group MASS001 Agenda Why Solid-State Drives? Where will SSDs be utilized? When will

More information

NOKIA FINANCIAL RESULTS Q3 / 2012

NOKIA FINANCIAL RESULTS Q3 / 2012 Nokia Internal Use Only NOKIA FINANCIAL RESULTS Q3 / 2012 Conference Call October 18, 2012 15.00 / Helsinki 08.00 / New York Stephen Elop / President & CEO Timo Ihamuotila / CFO Matt Shimao / Head of Investor

More information

Yuan Zhou Chendi Xue Jian Zhang 02/2017

Yuan Zhou Chendi Xue Jian Zhang 02/2017 Yuan Zhou yuan.zhou@intel.com Chendi Xue Chendi.xue@intel.com Jian Zhang jian.zhang@intel.com 02/2017 Agenda Introduction Hyper Converged Cache Hyper Converged Cache Architecture Overview Design details

More information

Intel European Investor Meeting

Intel European Investor Meeting Intel European Investor Meeting Christian Morales Vice President - Sales & Marketing, GM EMEA Reinventing the PC Again Ultra Thin Ultra Responsive Ultra Secure > 10 Hours Battery Life* 7X Graphics Improvement*

More information

Interconnect Bus Extensions for Energy-Efficient Platforms

Interconnect Bus Extensions for Energy-Efficient Platforms Interconnect Bus Extensions for Energy-Efficient Platforms EBLS001 Sonesh Balchandani, Product Marketing Manager, Intel Corporation Jaya Jeyaseelan, Client Platform Architect, Intel Corporation Agenda

More information

The Intel IoT Platform Architecture and Product Overview

The Intel IoT Platform Architecture and Product Overview The Intel IoT Platform Architecture and Product Overview Ramesh Peri Senior Principal Engineer and IoT Devkit Architect, Intel Corporation 1 Agenda Introduction Intel IoT Platform Architecture Roadmap

More information

ENVISION TECHNOLOGY CONFERENCE. Functional intel (ia) BLA PARTHAS, INTEL PLATFORM ARCHITECT

ENVISION TECHNOLOGY CONFERENCE. Functional intel (ia) BLA PARTHAS, INTEL PLATFORM ARCHITECT ENVISION TECHNOLOGY CONFERENCE Functional Safety @ intel (ia) BLA PARTHAS, INTEL PLATFORM ARCHITECT Legal Notices & Disclaimers This document contains information on products, services and/or processes

More information

An introduction to today s Modular Operating System

An introduction to today s Modular Operating System An introduction to today s Modular Operating System Bun K. Tan Open Source Technology Center - Intel Corporation October 2018 *Other names and brands may be claimed as the property of others Agenda Why

More information

Introduction to the NVMe Working Group Initiative

Introduction to the NVMe Working Group Initiative Introduction to the NVMe Working Group Initiative Author: Paul Luse Date: 3/27/2012 www.openfabrics.org 1 Agenda NVM Express: Accelerating the PCI Express* SSD Transition Driver Ecosystem Looking to the

More information

Modernizing Meetings: Delivering Intel Unite App Authentication with RFID

Modernizing Meetings: Delivering Intel Unite App Authentication with RFID Modernizing Meetings: Delivering Intel Unite App Authentication with RFID INTEL UNITE SOLUTION WHITE PAPER Revision 1.0 Document Number: 599309-1.0 Legal Disclaimers and Copyrights All information provided

More information

Optimization of Lustre* performance using a mix of fabric cards

Optimization of Lustre* performance using a mix of fabric cards * Some names and brands may be claimed as the property of others. Optimization of Lustre* performance using a mix of fabric cards Dmitry Eremin Agenda High variety of RDMA solutions Network optimization

More information

Nokia Conference Call Fourth Quarter 2010 and Full Year 2010 Financial Results

Nokia Conference Call Fourth Quarter 2010 and Full Year 2010 Financial Results Nokia Conference Call Fourth Quarter 2010 and Full Year 2010 Financial Results January 27, 2011 15.00 Helsinki time 8.00 New York time Stephen Elop President and CEO Timo Ihamuotila CFO Matt Shimao Head

More information

Risk Factors. Rev. 4/19/11

Risk Factors. Rev. 4/19/11 Risk Factors Today s presentations contain forward-looking statements. All statements made that are not historical facts are subject to a number of risks and uncertainties, and actual results may differ

More information

Programming Larrabee: Beyond Data Parallelism. Dr. Larry Seiler Intel Corporation

Programming Larrabee: Beyond Data Parallelism. Dr. Larry Seiler Intel Corporation Dr. Larry Seiler Intel Corporation Intel Corporation, 2009 Agenda: What do parallel applications need? How does Larrabee enable parallelism? How does Larrabee support data parallelism? How does Larrabee

More information

Nokia Conference Call First Quarter 2010 Financial Results

Nokia Conference Call First Quarter 2010 Financial Results Nokia Conference Call First Quarter 2010 Financial Results April 22, 2010 15.00 Helsinki time 8.00 New York time Olli-Pekka Kallasvuo CEO Timo Ihamuotila CFO Kristian Pullola Head of Treasury and Investor

More information

Performance Monitoring on Intel Core i7 Processors*

Performance Monitoring on Intel Core i7 Processors* Performance Monitoring on Intel Core i7 Processors* Ramesh Peri Principal Engineer & Engineering Manager Profiling Collectors Group (PAT/DPD/SSG) Intel Corporation Austin, TX 78746 * Intel, the Intel logo,

More information

2nd Quarter 2017 Earnings Results

2nd Quarter 2017 Earnings Results 2nd Quarter 2017 Earnings Results August 2, 2017 Forward-Looking Statements Except for historical and factual information, the matters set forth in this presentation and other of our oral or written statements

More information

Clear CMOS after Hardware Configuration Changes

Clear CMOS after Hardware Configuration Changes Clear CMOS after Hardware Configuration Changes Technical White Paper August 2018 Revision 001 Document Number: 337986-001 You may not use or facilitate the use of this document in connection with any

More information

Android Innovation. Mark Skarpness Director, Systems Engineering Open Source Technology Center

Android Innovation. Mark Skarpness Director, Systems Engineering Open Source Technology Center Android Innovation Mark Skarpness Director, Systems Engineering Open Source Technology Center Agenda Android* & Intel Architecture Delivering a Great Developer Experience Collaborating

More information

Tech Data s Acquisition of Avnet Technology Solutions

Tech Data s Acquisition of Avnet Technology Solutions Tech Data s Acquisition of Avnet Technology Solutions Creating a Premier Global IT Distributor: From the Data Center to the Living Room September 19, 2016 techdata.com 1 Forward-Looking Statements Safe

More information

Introduction to Intel Boot Loader Development Kit (Intel BLDK) Intel SSG/SSD/UEFI

Introduction to Intel Boot Loader Development Kit (Intel BLDK) Intel SSG/SSD/UEFI Introduction to Intel Boot Loader Development Kit (Intel BLDK) Intel SSG/SSD/UEFI Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Software Innovations for Cloud Scale Networking. Kelly Ahuja Senior Vice President Service Provider Business, Products & Solutions November 18, 2015

Software Innovations for Cloud Scale Networking. Kelly Ahuja Senior Vice President Service Provider Business, Products & Solutions November 18, 2015 Software Innovations for Cloud Scale Networking Kelly Ahuja Senior Vice President Service Provider Business, Products & Solutions November 18, 2015 Forward-looking Statements This presentation contains

More information

Evolving Small Cells. Udayan Mukherjee Senior Principal Engineer and Director (Wireless Infrastructure)

Evolving Small Cells. Udayan Mukherjee Senior Principal Engineer and Director (Wireless Infrastructure) Evolving Small Cells Udayan Mukherjee Senior Principal Engineer and Director (Wireless Infrastructure) Intelligent Heterogeneous Network Optimum User Experience Fibre-optic Connected Macro Base stations

More information

32nm Westmere Family of Processors

32nm Westmere Family of Processors 32nm Westmere Family of Processors Stephen L. Smith Vice President, Director of Group Operations Digital Enterprise Group Contact: George Alfs (408)765-5707 5707 Highlights from Paul Otellini Speech Today

More information

Intel European Investor Meeting

Intel European Investor Meeting Intel European Investor Meeting Stacy Smith Senior Vice President Chief Financial Officer Key Messages Unprecedented demand for computing, both devices and data center infrastructure Intel well positioned

More information

Nokia Conference Call Second Quarter 2010 Financial Results

Nokia Conference Call Second Quarter 2010 Financial Results Nokia Conference Call Second Quarter 2010 Financial Results July 22, 2010 15.00 Helsinki time 8.00 New York time Olli-Pekka Kallasvuo CEO Timo Ihamuotila CFO Kristian Pullola Head of Treasury and Investor

More information

WINNING IN A MULTICLOUD WORLD

WINNING IN A MULTICLOUD WORLD WINNING IN A MULTICLOUD WORLD Rami Rahim CEO, Juniper Networks 2 CAUTIONARY STATEMENTS Forward-Looking Statements. This presentation contains forward-looking statements within the meaning of Section 27A

More information

Intel Unite Plugin Guide for VDO360 Clearwater

Intel Unite Plugin Guide for VDO360 Clearwater Intel Unite Plugin Guide for VDO360 Clearwater INSTALLATION AND USER GUIDE Version 1.2 December 2017 Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact

More information

Cincinnati Bell Inc. March 4, 2013

Cincinnati Bell Inc. March 4, 2013 Cincinnati Bell Inc. March 4, 2013 Safe Harbor This presentation and the documents incorporated by reference herein contain forwardlooking statements regarding future events and our future results that

More information

M.2 Evolves to Storage Benefit

M.2 Evolves to Storage Benefit M.2 Evolves to Storage Benefit Anthony Constantine Platform Architect Intel Corporation August 2018 1 M.2 Growth in the Market M.2 SSDs have strong and growing adoption in client Dominant form factor in

More information

Intel & Lustre: LUG Micah Bhakti

Intel & Lustre: LUG Micah Bhakti Intel & Lustre: LUG 2018 Micah Bhakti Exciting Information from Lawyers All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel product

More information

Hitachi Announces 2018 Mid-term Management Plan

Hitachi Announces 2018 Mid-term Management Plan FOR IMMEDIATE RELEASE Contacts: Japan: Mickey Takeuchi U.K.: Yuki Maeda Hitachi, Ltd. Hitachi Europe Ltd. +81-3-5208-9324 +44-1628-585714 masayuki.takeuchi.cc@hitachi.com yuki.maeda@hitachi-eu.com Hitachi

More information

2008 Mobile World Congress. February 12, Barcelona

2008 Mobile World Congress. February 12, Barcelona 2008 Mobile World Congress February 12, 2008 - Barcelona 2008 Mobile World Congress Tommi Uhari Executive Vice President Mobile, Multimedia and Communications Group February 12, 2008 - Barcelona Agenda

More information

Intel Unite Solution Version 4.0

Intel Unite Solution Version 4.0 Intel Unite Solution Version 4.0 Guest Access Application Guide Revision 1.0 October 2018 Document ID: XXXX Legal Disclaimers and Copyrights This document contains information on products, services and/or

More information

UEFI Security and Networking Advancements

UEFI Security and Networking Advancements UEFI Security and Networking Advancements Mark Doran, Senior Principal Engineer, Intel Corporation Jeff Bobzin, Senior Director Software Architecture, Insyde * Software EFIS001 Agenda UEFI Specification

More information

Intel Software Guard Extensions Platform Software for Windows* OS Release Notes

Intel Software Guard Extensions Platform Software for Windows* OS Release Notes Intel Software Guard Extensions Platform Software for Windows* OS Release Notes Installation Guide and Release Notes November 3, 2016 Revision: 1.7 Gold Contents: Introduction What's New System Requirements

More information

2017 Q4 Earnings Conference Call

2017 Q4 Earnings Conference Call 2017 Q4 Earnings Conference Call Forward Looking Statements This presentation includes certain forward-looking statements that are made as of the date hereof and are based upon current expectations, which

More information

Nokia and Microsoft sign definitive agreement ahead of schedule

Nokia and Microsoft sign definitive agreement ahead of schedule Nokia and Microsoft sign definitive agreement ahead of schedule Published April 21, 2011 Key contributions to new global mobile ecosystem agreed and significant progress made on engineering of new products

More information

UBS 42 nd Annual Global Media and Communications Conference December 8, Leigh Fox, CFO

UBS 42 nd Annual Global Media and Communications Conference December 8, Leigh Fox, CFO UBS 42 nd Annual Global Media and Communications Conference December 8, 2014 Leigh Fox, CFO Safe Harbor This presentation and the documents incorporated by reference herein contain forward-looking statements

More information

TRACKING & MARKETING CLOUD REPORTS

TRACKING & MARKETING CLOUD REPORTS @SalesforceU EMAIL TRACKING & MARKETING CLOUD REPORTS Roche Jan. 2018 Nikki Davie Sr. Learning Consultant, Salesforce University ndavie@salesforce.com www.salesforce.com/training Copyright 2016 salesforce.com,

More information

Fast-track Hybrid IT Transformation with Intel Data Center Blocks for Cloud

Fast-track Hybrid IT Transformation with Intel Data Center Blocks for Cloud Fast-track Hybrid IT Transformation with Intel Data Center Blocks for Cloud Kyle Corrigan, Cloud Product Line Manager, Intel Server Products Group Wagner Diaz, Product Marketing Engineer, Intel Data Center

More information

Extending SuperSpeed USB to Higher Performance Applications 10Gbps SuperSpeed USB

Extending SuperSpeed USB to Higher Performance Applications 10Gbps SuperSpeed USB Extending SuperSpeed USB to Higher Performance Applications 10Gbps SuperSpeed USB Brad Saunders, Architect/Strategist, I/O Initiatives, Intel Corporation Bob Dunstan, USB 3.1 Lead Architect, Intel Corporation

More information

Intel Xeon Processor E v3 Family

Intel Xeon Processor E v3 Family Intel Xeon Processor E5-2600 v3 Family October 2014 Document Number: 331309-001US All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest

More information

Reinvention and Transformation in Personal Systems March 22,

Reinvention and Transformation in Personal Systems March 22, Reinvention and Transformation in Personal Systems March 22, 2017 http://www.hp.com/investor/home 1 Copyright 2017 HP Development Company, L.P. The information contained herein is subject to change without

More information

OPPORTUNITY TO ACCELERATE MOMENTUM

OPPORTUNITY TO ACCELERATE MOMENTUM OPPORTUNITY TO ACCELERATE MOMENTUM Pierre-Paul Allard Chief Customer Officer Juniper Networks CAUTIONARY STATEMENTS Forward-Looking Statements. This presentation contains forward-looking statements within

More information

The Network Will Define The Winners In The Cloud

The Network Will Define The Winners In The Cloud Forward Looking Statements Statements in these presentation slides and related webcast concerning Juniper Networks business, economic, industry and market outlook, trends and opportunity; 2016 and long-term

More information

Capturing value from an open ecosystem

Capturing value from an open ecosystem Capturing value from an open ecosystem Tom Rosamilia Senior Vice President IBM Systems Forward-Looking Statement Certain comments made during this event and in the presentation materials may be characterized

More information

ONAP VNF Developer Experience. Eric Multanen - Intel. ONAP Developer Forum June 20, 2018

ONAP VNF Developer Experience. Eric Multanen - Intel. ONAP Developer Forum June 20, 2018 ONAP VNF Developer Experience Eric Multanen - Intel ONAP Developer Forum June 20, 2018 Context We have VNFs - Reference platforms e.g. FlexRAN, NEV SDK, etc. We have ONAP experience - Contributions to

More information

Intel Unite Plugin for Logitech GROUP* and Logitech CONNECT* Devices INSTALLATION AND USER GUIDE

Intel Unite Plugin for Logitech GROUP* and Logitech CONNECT* Devices INSTALLATION AND USER GUIDE Intel Unite Plugin for Logitech GROUP* and Logitech CONNECT* Devices INSTALLATION AND USER GUIDE November 2017 You may not use or facilitate the use of this document in connection with any infringement

More information

Intel Architecture Press Briefing

Intel Architecture Press Briefing Intel Architecture Press Briefing Stephen L. Smith Vice President Director, Digital Enterprise Group Operations Ronak Singhal Principal Engineer Digital Enterprise Group 17 March, 2008 Today s s News Intel

More information

NEC to Revise Operating Segments

NEC to Revise Operating Segments NEC to Revise Operating Segments Tokyo, July 20, 2018 NEC Corporation (NEC; TSE: 6701) announced earlier this year a shift to a new organization structure effective as of April 1, 2018. In line with these

More information

Intel Unite Solution Intel Unite Plugin for WebEx*

Intel Unite Solution Intel Unite Plugin for WebEx* Intel Unite Solution Intel Unite Plugin for WebEx* Version 1.0 Legal Notices and Disclaimers All information provided here is subject to change without notice. Contact your Intel representative to obtain

More information

Hitachi Received Notice of Request for Arbitration

Hitachi Received Notice of Request for Arbitration FOR IMMEDIATE RELEASE Hitachi Received Notice of Request for Arbitration Tokyo, August 22, 2017 --- Hitachi, Ltd. (TSE: 6501, Hitachi ) today announced that it has received the notice of the request for

More information

Intel Unite Solution. Plugin Guide for Protected Guest Access

Intel Unite Solution. Plugin Guide for Protected Guest Access Intel Unite Solution Plugin Guide for Protected Guest Access June 2016 Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative

More information

Expand Your HPC Market Reach and Grow Your Sales with Intel Cluster Ready

Expand Your HPC Market Reach and Grow Your Sales with Intel Cluster Ready Intel Cluster Ready Expand Your HPC Market Reach and Grow Your Sales with Intel Cluster Ready Legal Disclaimer Intel may make changes to specifications and product descriptions at any time, without notice.

More information

Nokia Services Current State and Future Direction Niklas Savander

Nokia Services Current State and Future Direction Niklas Savander Nokia Services Current State and Future Direction Niklas Savander 1 2008 Nokia Disclaimer It should be noted that certain statements herein which are not historical facts, including, without limitation,

More information

Consolidated Financial Results for the Second Quarter, Fiscal 2018

Consolidated Financial Results for the Second Quarter, Fiscal 2018 Consolidated Financial Results for the Second Quarter, Fiscal 2018 Ⅰ. Consolidated Financial Results for the First Half, Fiscal 2018 Consolidated Financial Results for Fiscal 2018 Ⅱ. Supplementary Data

More information

Intel QuickAssist for Windows*

Intel QuickAssist for Windows* Intel QuickAssist for Windows* Release Notes Package Version: QAT1.0.0-40 June 2018 Revision 001US Document Number: 337758-001US You may not use or facilitate the use of this document in connection with

More information

Enabling a Multicloud World. Kip Compton VP, Cloud Platform & Solutions Group December 4,

Enabling a Multicloud World. Kip Compton VP, Cloud Platform & Solutions Group December 4, Enabling a Multicloud World Kip Compton VP, Platform & Solutions Group December 4, 2017 @kipcompton Forward-Looking Statements This presentation contains projections and other forward-looking statements

More information

Cincinnati Bell Third Quarter 2011 Results. November 3, 2011

Cincinnati Bell Third Quarter 2011 Results. November 3, 2011 Cincinnati Bell Third Quarter 2011 Results November 3, 2011 Today s Agenda Performance Highlights Jack Cassidy, President & Chief Executive Officer Review of Wireline, Wireless, IT Services & Hardware

More information

Hitachi Announces the Conclusion of Absorption-Type Company Split Agreement Relating to Reorganization of the Healthcare Business

Hitachi Announces the Conclusion of Absorption-Type Company Split Agreement Relating to Reorganization of the Healthcare Business FOR IMMEDIATE RELEASE Hitachi Announces the Conclusion of Absorption-Type Company Split Agreement Relating to Reorganization of the Healthcare Business Tokyo, Japan, February 7, 2018 --- Hitachi, Ltd.

More information

Drive Recovery Panel

Drive Recovery Panel Drive Recovery Panel Don Verner Senior Application Engineer David Blunden Channel Application Engineering Mgr. Intel Corporation 1 Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Intel Omni-Path Fabric Switches

Intel Omni-Path Fabric Switches Release Notes for 10.8 Rev. 1.0 September 2018 Doc. No.: K21142, Rev.: 1.0 You may not use or facilitate the use of this document in connection with any infringement or other legal analysis concerning

More information

Extending the leading Device Market position CSFB, London, May 15th, 2008

Extending the leading Device Market position CSFB, London, May 15th, 2008 Søren Petersen SVP Nokia Devices Extending the leading Device Market position CSFB, London, May 15th, 2008 Disclaimer It should be noted that certain statements herein which are not historical facts, including,

More information

A U G U S T 8, S A N T A C L A R A, C A

A U G U S T 8, S A N T A C L A R A, C A A U G U S T 8, 2 0 1 8 S A N T A C L A R A, C A Data-Centric Innovation Summit LISA SPELMAN VICE PRESIDENT & GENERAL MANAGER INTEL XEON PRODUCTS AND DATA CENTER MARKETING Increased integration and optimization

More information

Intel Unite. Intel Unite Firewall Help Guide

Intel Unite. Intel Unite Firewall Help Guide Intel Unite Intel Unite Firewall Help Guide September 2015 Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain

More information

Side Channel Analysis Security issue ANALYST CONSULTATION JANUARY

Side Channel Analysis Security issue ANALYST CONSULTATION JANUARY Side Channel Analysis Security issue ANALYST CONSULTATION JANUARY 3 2018 briefing Objectives Provide information on a new class of security issue & mitigation Provide context on how this issue has brought

More information

Re-Architecting Cloud Storage with Intel 3D XPoint Technology and Intel 3D NAND SSDs

Re-Architecting Cloud Storage with Intel 3D XPoint Technology and Intel 3D NAND SSDs Re-Architecting Cloud Storage with Intel 3D XPoint Technology and Intel 3D NAND SSDs Jack Zhang yuan.zhang@intel.com, Cloud & Enterprise Storage Architect Santa Clara, CA 1 Agenda Memory Storage Hierarchy

More information

CFO Commentary on Second Quarter 2016 Financial Results

CFO Commentary on Second Quarter 2016 Financial Results CFO Commentary on Second Quarter 2016 Financial Results August 2, 2016 Related Information The commentary in this document can be referenced in the financial information found in the earnings release issued

More information

Vodafone K.K. FY04 interim results Period ended 30 September 2004

Vodafone K.K. FY04 interim results Period ended 30 September 2004 Vodafone K.K. FY04 interim results Period ended 30 September 2004 16 Nov 2004 Presented by: J. Brian Clark Representative Executive Officer, President & CEO John Durkin Representative Executive Officer,

More information

Systems & Services Business Strategy

Systems & Services Business Strategy Systems & Services Business Strategy Hitachi IR Day 2016 June 1, 2016 Keiichi Shiotsuka Senior Vice President and Executive Officer, Head of Systems & Services Business Hitachi, Ltd. Systems & Services

More information

Conference call February 2, :00 / Helsinki 08:00 / New York 1 Nokia Q4 and FY 2016

Conference call February 2, :00 / Helsinki 08:00 / New York 1 Nokia Q4 and FY 2016 Conference call February 2, 2017 15:00 / Helsinki 08:00 / New York 1 Nokia 2016 Q4 and FY 2016 Disclaimer It should be noted that Nokia and its business are exposed to various risks and uncertainties,

More information

Leveraging Adaptive Auth and Device Trust for Enhanced Security and Compliance

Leveraging Adaptive Auth and Device Trust for Enhanced Security and Compliance Leveraging Adaptive Auth and Device Trust for Enhanced Security and Compliance CHRISTOPHER NIGGEL, DIRECTOR OF SECURITY & COMPLIANCE SWAROOP SHAM, SR PRODUCT MARKETING MANAGER, SECURITY CHRIS NIGGEL Director

More information

#Q1_2018. Orange financial results. Ramon Fernandez Deputy CEO, Chief Financial and Strategy Officer. 26 April 2018

#Q1_2018. Orange financial results. Ramon Fernandez Deputy CEO, Chief Financial and Strategy Officer. 26 April 2018 #Q1_2018 Orange financial results Ramon Fernandez Deputy CEO, Chief Financial and Strategy Officer 26 April 2018 Disclaimer This presentation contains forward-looking statements about Orange. Although

More information

Extending Energy Efficiency. From Silicon To The Platform. And Beyond Raj Hazra. Director, Systems Technology Lab

Extending Energy Efficiency. From Silicon To The Platform. And Beyond Raj Hazra. Director, Systems Technology Lab Extending Energy Efficiency From Silicon To The Platform And Beyond Raj Hazra Director, Systems Technology Lab 1 Agenda Defining Terms Why Platform Energy Efficiency Value Intel Research Call to Action

More information

Hitachi Completes Transfer of Hard Disk Drive Business to Western Digital

Hitachi Completes Transfer of Hard Disk Drive Business to Western Digital FOR IMMEDIATE RELEASE Contact: Japan: Hajime Kito Hitachi, Ltd. +81-3-5208-9323 hajime.kito.qy@hitachi.com Hitachi Completes Transfer of Hard Disk Drive Business to Western Digital Tokyo, March 9, 2012

More information

Intel Omni-Path Fabric Manager GUI Software

Intel Omni-Path Fabric Manager GUI Software Intel Omni-Path Fabric Manager GUI Software Release Notes for V10.7 Rev. 1.0 April 2018 Order No.: J95968-1.0 You may not use or facilitate the use of this document in connection with any infringement

More information