自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (11)
  • 收藏
  • 关注

空空如也

TianoCore / EDK II

EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and UEFI Platform Initialization (PI) specifications. https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II

2021-11-02

Lesson-3-master.zip

UEFI EDKII Learning The self paced courses below are provided to help you increase your knowledge of UEFI and EDK II and to aid you in performing UEFI- and EDK II-related tasks. These courses are provided and produced as a courtesy of Intel Corporation and Contributed-under: TianoCore Contribution Agreement 1.1 (License Agreement ) Lesson 3: UEFI Driver When you complete this lesson, you will be able to: 1. Summarize UEFI drivers’ attribute, functions, and contents 2. Compare and contrast drivers and applications 3. Define UEFI protocols and explain their properties 4. Outline the UEFI driver design process 5. Identify and define the types of UEFI drivers 6. Describe the necessary and recommended protocols for writing UEFI drivers

2021-10-16

Lesson-2-master.zip

UEFI EDKII Learning The self paced courses below are provided to help you increase your knowledge of UEFI and EDK II and to aid you in performing UEFI- and EDK II-related tasks. These courses are provided and produced as a courtesy of Intel Corporation and Contributed-under: TianoCore Contribution Agreement 1.1 (License Agreement ) Lesson 2: Driver Execution Environment (DXE) When you complete this lesson, you will be able to: 1. Summarize the DXE phase and its purpose, functions, properties, attributes, and components * Identify the responsibilities of the DXE phase 2. Describe events and their role in the DXE phase 3. Define architectural protocols and their role in the DXE phase 4. Compare and contrast the two types of DXE drivers: Early DXE Phase Drivers and UEFI Drivers 5. Explain System Management Mode Services’ characteristics, services, and role in PI

2021-10-16

Lesson-1-master.zip

UEFI EDKII Learning The self paced courses below are provided to help you increase your knowledge of UEFI and EDK II and to aid you in performing UEFI- and EDK II-related tasks. These courses are provided and produced as a courtesy of Intel Corporation and Contributed-under: TianoCore Contribution Agreement 1.1 (License Agreement ) Lesson 1: Course Introduction and Pre-EFI (PEI) and Security (SEC) Phases When you complete this lesson, you will be able to: 1. Access EDK II to assist you in in using commercial compilers, providing for self-hosted development, and supplying libraries to assist in managing common tasks 2. Use tools to assist you in Platform Initialization 3. Define and implement types of debugging allowed with EDK II 4. Identify the responsibilities of the Security phase 5. Define PEI and its purpose, functions, attributes, and components 6. Describe PEI’s relationship to memory 7. Explain HOBs, their purpose, and contribution to the PEI phase 8. Transition from the PEI phase to the DXE phase

2021-10-16

Lesson-5-master.zip

UEFI EDKII Learning The self paced courses below are provided to help you increase your knowledge of UEFI and EDK II and to aid you in performing UEFI- and EDK II-related tasks. These courses are provided and produced as a courtesy of Intel Corporation and Contributed-under: TianoCore Contribution Agreement 1.1 (License Agreement ) Lesson 5: Boot Device Selection (BDS) and Human Interface Infrastructure (HII) When you complete this lesson, you will be able to: 1. Explain the primary steps of the BDS Phase 2. Define BDS’s goals 3. Identify BDS’ functions and components 4. Define global defined variables 5. Identify a UEFI device path 6. Search for handles in the handle database 7. Define HII and identify its components 8. Explain how data communicates with HII, the user, and UEFI drivers 9. Identify the functions of the HII database 10. Define Visual Forms Representation (VFR) 11. Define Internal Forms Representation (IFR) 12. Select Data from Forms Using HII

2021-10-16

Lesson-0-master.zip

UEFI EDKII Learning The self paced courses below are provided to help you increase your knowledge of UEFI and EDK II and to aid you in performing UEFI- and EDK II-related tasks. These courses are provided and produced as a courtesy of Intel Corporation and Contributed-under: TianoCore Contribution Agreement 1.1 (License Agreement ) Lesson 0: Defining Specifications' Role in Firmware When you complete the course, you will be able to: 1. Identify and define the Legacy BIOS and UEFI specifications 2. Compare the similarities and differences of Legacy BIOS and UEFI 3. Define Platform Initialization and explain its evolution from “The Framework” to “Platform Initialization” 4. Explain the benefits of Platform Initialization 5. Define EDK I and II and their purposes

2021-10-16

Lesson-4-master.zip

UEFI EDKII Learning The self paced courses below are provided to help you increase your knowledge of UEFI and EDK II and to aid you in performing UEFI- and EDK II-related tasks. These courses are provided and produced as a courtesy of Intel Corporation and Contributed-under: TianoCore Contribution Agreement 1.1 (License Agreement ) Lesson 4: Firmware and Data Storage When you complete this lesson, you will be able to: 1. Define Firmware Storage, Firmware Files, Firmware File Systems, and Firmware Volumes and explain their hierarchical relationship 2. Define Terse Image 3. Explain why using a Terse Image is more beneficial than using a UEFI Image 4. Locate firmware storage in a physical memory map 5. Load drivers from a non-flash location

2021-10-16

Getting started with STemWin Library

emWin图形库入门资料,emWin是由德国SEGGER公司开发,可为图形LCD设计提供高级支持,极大简化了LCD设计。为恩智浦ARM微控制器用户免费提供的emWin图形库。

2018-12-31

基于Verilog HDL 设计的多功能数字钟

本文利用Verilog HDL 语言自顶向下的设计方法设计多功能数字钟,突出了其作为硬件描述语言的良好的可读性、可移植性和易理解等优点,并通过Altera QuartusⅡ4.1 和ModelSim SE 6.0 完成综合、仿真。此程序通过下载到FPGA 芯片后,可应用于实际的数字钟显示中。

2015-12-21

经典C语言程序

c语言程序,合计100例,有助于C语言初学者学习

2012-05-19

《信息论:基础理论与应用》答案

信息论(基础理论与应用)第三版答案——电子工业出版社

2012-03-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除