This fixes a few "cross-reference target not found" warnings from MyST parser. In these cases, the relative path to the target markdown document was incorrect. Change-Id: I5d01deacc3ba7401faba30fc832e2357d4aedad8 Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83383 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Hermes
 | |
| 
 | |
| Hermes is a regular ATX board designed for workstation PCs.
 | |
| 
 | |
| The board features:
 | |
| * 5 PCIe 16x Gen3 slots
 | |
| * 4 ECC capable DDR4 DIMMs
 | |
| * 5 dedicated Ethernet ports
 | |
| * 1 BMC Ethernet port
 | |
| * VGA
 | |
| * COM port
 | |
| * 2 COM port headers
 | |
| * 4 SATA ports,
 | |
| * NVMe M2 slot
 | |
| * CNVi M2 slot
 | |
| * 3 optional DisplayPort outputs
 | |
| * optional TPM2
 | |
| 
 | |
| ## Required proprietary blobs
 | |
| 
 | |
| - [Intel FSP2.0]
 | |
| - Intel SPS
 | |
| 
 | |
| ## Flashing coreboot
 | |
| 
 | |
| * The BIOS flash can be updated over the BMC, but the update file has a proprietary format
 | |
| * For development a dediprog compatible pinheader is present which allows to use an EM100
 | |
| 
 | |
| ## Known issues
 | |
| 
 | |
| - MRC caching does not work on cold boot with Intel SPS (see [Intel FSP2.0])
 | |
| 
 | |
| ## Technology
 | |
| 
 | |
| ```{eval-rst}
 | |
| +------------------+--------------------------------------------------+
 | |
| | CPU              | CoffeeLake + CoffeeLake R (Core + Xeon)          |
 | |
| +------------------+--------------------------------------------------+
 | |
| | PCH              | Intel C246                                       |
 | |
| +------------------+--------------------------------------------------+
 | |
| | Coprocessor      | Intel SPS (server version of the ME)             |
 | |
| +------------------+--------------------------------------------------+
 | |
| | Super I/O        | none                                             |
 | |
| +------------------+--------------------------------------------------+
 | |
| | BMC              | Aspeed AST2500                                   |
 | |
| +------------------+--------------------------------------------------+
 | |
| ```
 | |
| 
 | |
| ## Extra links
 | |
| 
 | |
| [flashrom]: https://flashrom.org/Flashrom
 | |
| [flashing tutorial]: ../../tutorial/flashing_firmware/ext_power.md
 | |
| [Intel FSP2.0]: ../../soc/intel/fsp/index.md
 | |
| [AST2500]: https://www.aspeedtech.com/products.php?fPath=20&rId=440
 |