diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /ReferenceCode/Haswell/Docs | |
download | zprj-master.tar.xz |
Diffstat (limited to 'ReferenceCode/Haswell/Docs')
-rw-r--r-- | ReferenceCode/Haswell/Docs/Haswell_CPU_RC_ReleaseNotes.pdf | bin | 0 -> 221096 bytes | |||
-rw-r--r-- | ReferenceCode/Haswell/Docs/Intel Haswell Processor Reference Code Specification_1.9.0.pdf | bin | 0 -> 1266451 bytes | |||
-rw-r--r-- | ReferenceCode/Haswell/Docs/RcCpuApi.chm | bin | 0 -> 1175704 bytes | |||
-rw-r--r-- | ReferenceCode/Haswell/Docs/ReleaseNotes.txt | 54 |
4 files changed, 54 insertions, 0 deletions
diff --git a/ReferenceCode/Haswell/Docs/Haswell_CPU_RC_ReleaseNotes.pdf b/ReferenceCode/Haswell/Docs/Haswell_CPU_RC_ReleaseNotes.pdf Binary files differnew file mode 100644 index 0000000..14be742 --- /dev/null +++ b/ReferenceCode/Haswell/Docs/Haswell_CPU_RC_ReleaseNotes.pdf diff --git a/ReferenceCode/Haswell/Docs/Intel Haswell Processor Reference Code Specification_1.9.0.pdf b/ReferenceCode/Haswell/Docs/Intel Haswell Processor Reference Code Specification_1.9.0.pdf Binary files differnew file mode 100644 index 0000000..0fe80ce --- /dev/null +++ b/ReferenceCode/Haswell/Docs/Intel Haswell Processor Reference Code Specification_1.9.0.pdf diff --git a/ReferenceCode/Haswell/Docs/RcCpuApi.chm b/ReferenceCode/Haswell/Docs/RcCpuApi.chm Binary files differnew file mode 100644 index 0000000..8b4f925 --- /dev/null +++ b/ReferenceCode/Haswell/Docs/RcCpuApi.chm diff --git a/ReferenceCode/Haswell/Docs/ReleaseNotes.txt b/ReferenceCode/Haswell/Docs/ReleaseNotes.txt new file mode 100644 index 0000000..734f956 --- /dev/null +++ b/ReferenceCode/Haswell/Docs/ReleaseNotes.txt @@ -0,0 +1,54 @@ +;***********************************************************************; +;* *; +;* Intel(r) Restricted Secret *; +;* *; +;* Haswell CPU Reference Code *; +;* *; +;* PCCG Systems Software Engineering *; +;* *; +;* Copyright (c) 2014 Intel Corp. *; +;* *; +;* This program has been developed by Intel Corporation. *; +;* Licensee has Intel's permission to incorporate this source code*; +;* into their product, royalty free. This source code may NOT be *; +;* redistributed to anyone without Intel's written permission. *; +;* *; +;* Intel specifically disclaims all warranties, express or *; +;* implied, and all liability, including consequential and other *; +;* indirect damages, for the use of this code, including liability*; +;* for infringement of any proprietary rights, and including the *; +;* warranties of merchantability and fitness for a particular *; +;* purpose. Intel does not assume any responsibility for any *; +;* errors which may appear in this code nor any responsibility to *; +;* update it. *; +;* *; +;***********************************************************************; + + +Purpose of Reference Code + +------------------------------------------------------------------------------ + +This is Reference code for initialization of the Haswell Processor. +This supports detection and initialization of various functionalities in +CPU. The algorithm used in this file follows the algorithm provided in the +Haswell Processor Family BIOS Writer's Guide. + +------------------------------------------------------------------------------ + + +Framework Haswell CPU Reference Code Version Information +Revision: 1.9.0 +Release Date: Nov 6, 2014 + + +Release Details +--------------- + +EDK version: Edk-Dev-Snapshot-20061117 + EDK1117PatchV8 +Compiler tools version: VS2008 + SP1 +CRB BAT version: HLPT138 + +References +---------- +Haswell Processor Family BIOS Writer's Guide 1.8.0
\ No newline at end of file |