index.html: * Separate the sections on the main page * Move the documentation links to the main page * Add links for FSP 1.0 and 2.0 specifications * Add link for UEFI specifications * Add link to MinnowBoard MAX coreboot fsp1_1.html: * Use Integration instead of Documentation SoC/quark.html: * Move documentation to main page * Update build instructions for CorebootPayloadPkg * Remove FatPkg since it is now part of edk2 tree * Add source location for QuarkFspPkg * Add build instructions for QuarkFspPkg TEST=None Change-Id: I48bd1bf98a6d8bc43bdd3b4c51dfd119a1e0f61b Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/14882 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
		
			
				
	
	
		
			87 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <title>Intel® x86</title>
 | |
|   </head>
 | |
|   <body>
 | |
| 
 | |
| <h1>Intel® x86 Boards</h1>
 | |
| <ul>
 | |
|   <li><a target="_blank" href="Board/galileo.html">Galileo</a></li>
 | |
|   <li><a target="_blank" href="http://wiki.minnowboard.org/Coreboot">MinnowBoard MAX</a></li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| 
 | |
| <h1>Intel® x86 SoCs</h1>
 | |
| <ul>
 | |
|   <li><a target="_blank" href="SoC/quark.html">Quark™</a></li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| 
 | |
| <hr>
 | |
| <h1>x86 coreboot Development</h1>
 | |
| <ul>
 | |
|   <li>Get the <a target="_blank" href="https://www.coreboot.org/Git">coreboot source</li>
 | |
|   <li><a target="_blank" href="development.html">Overall</a> development</li>
 | |
|   <li><a target="_blank" href="fsp1_1.html">FSP 1.1</a> integration
 | |
|   </li>
 | |
|   <li><a target="_blank" href="SoC/soc.html">SoC</a> support</li>
 | |
|   <li><a target="_blank" href="Board/board.html">Board</a> support</li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| 
 | |
| <hr>
 | |
| <h1>Payload Development</h1>
 | |
| <ul>
 | |
|   <li><a target="_blank" href="SoC/quark.html#CorebootPayloadPkg">CorebootPayloadPkg</a>
 | |
|     <ul>
 | |
|       <li><a target="_blank" href="https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process">EDK II Development Process</a></li>
 | |
|       <li>EDK II <a target="_blank" href="https://github.com/tianocore/tianocore.github.io/wiki/EDK%20II%20White%20papers">White Papers</a></li>
 | |
|       <li><a target="_blank" href="https://github.com/tianocore/tianocore.github.io/wiki/SourceForge-to-Github-Quick-Start">SourceForge to Github Quick Start</a></li>
 | |
|       <li>UEFI <a target="_blank" href="http://www.uefi.org/sites/default/files/resources/UEFI%20Spec%202_5_Errata_A.PDF">2.5 Errata A</a></li>
 | |
|     </ul>
 | |
|   </li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| 
 | |
| <hr>
 | |
| <h1><a name="Documentation">Documentation</a></h1>
 | |
| <ul>
 | |
|   <li><a target="_blank" href="http://www.uefi.org/specifications">ACPI Specifications</a></li>
 | |
|   <li>Intel® 64 and IA-32 Architectures <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf">Software Developer Manual</a></li>
 | |
|   <li><a target="_blank" href="http://www.uefi.org/specifications">UEFI Specifications</a></li>
 | |
| </ul>
 | |
| 
 | |
| <h2><a name="Edk2Documentation">EDK-II Documentation</a></h2>
 | |
| <ul>
 | |
|   <li>Build <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/Build_Spec_1_26.pdf">V1.26</a></li>
 | |
|   <li>Coding Standards <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/CCS_2_1_Draft.pdf">V2.1</a></li>
 | |
|   <li>DEC <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/DEC_Spec_1_25.pdf">V1.25</a></li>
 | |
|   <li>DSC <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/DSC_Spec_1_26.pdf">V1.26</a></li>
 | |
|   <li><a target="_blank" href="https://github.com/tianocore/tianocore.github.io/wiki/UEFI-Driver-Writer's-Guide">Driver Writer's Guide</a></li>
 | |
|   <li>Expression Syntax <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/ExpressionSyntax_1.1.pdf">V1.1</a></li>
 | |
|   <li>FDF <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/FDF_Spec_1_26.pdf">V1.26</a></li>
 | |
|   <li>INF <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/INF_Spec_1_25.pdf">V1.25</a></li>
 | |
|   <li>PCD <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/PCD_Infrastructure.pdf">PCD</a>V0.55</li>
 | |
|   <li>UNI <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/UNI_File_Spec_v1_2_Errata_A.pdf">V1.2 Errata A</a></li>
 | |
|   <li>VRF <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/VFR_1_9.pdf">V1.9</a></li>
 | |
| </ul>
 | |
| 
 | |
| <h2><a name="FspDocumentation">FSP Documentation</a></h2>
 | |
| <ul>
 | |
|   <li>Intel® Firmware Support Package External Architecture Specification <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec-v2.pdf">V2.0</a></li>
 | |
|   <li>Intel® Firmware Support Package External Architecture Specification <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec-v1-1.pdf">V1.1</a></li>
 | |
|   <li>Intel® Firmware Support Package External Architecture Specification <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec.pdf">V1.0</a></li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| 
 | |
| <hr>
 | |
| <p>Modified: 17 May 2016</p>
 | |
|   </body>
 | |
| </html>
 |