diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-03-01 02:15:48 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-03-11 19:39:44 +0000 |
commit | c664056c56df85eb1c72ff3bb94da6f69872827b (patch) | |
tree | b4990ce33d0326ed8e3aaa818f1a9af703f96dcf /Documentation/mainboard/supermicro/x9sae.md | |
parent | c774a93bcf29ac687ad1d2eb9126877248f52788 (diff) |
Documentation: Use file paths to flashing firmware tutorial
In preperation for CB:62424, replace HTTP links pointing to the flashing
firmware tutorial with file paths to the Markdown files.
Change-Id: I6a271a912348cbe002bc9cced9922ed743e1133c
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62452
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'Documentation/mainboard/supermicro/x9sae.md')
-rw-r--r-- | Documentation/mainboard/supermicro/x9sae.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/mainboard/supermicro/x9sae.md b/Documentation/mainboard/supermicro/x9sae.md index ddc5ac7bca..b66ae92748 100644 --- a/Documentation/mainboard/supermicro/x9sae.md +++ b/Documentation/mainboard/supermicro/x9sae.md @@ -41,10 +41,9 @@ first, otherwise ME may write something back and break the firmware you write. The following command may be used to flash coreboot. (To do so, linux kernel could be started with `iomem=relaxed` or unload the `lpc_ich` kernel module) -Now you can [flash internally](/flash_tutorial/int_flashrom.md). It is -recommended to flash only the `bios` region (use `--ifd -i bios -N` flashrom -arguments), in order to minimize the chances of messing something up in the -beginning. +Now you can [flash internally]. It is recommended to flash only the `bios` +region (use `--ifd -i bios -N` flashrom arguments), in order to minimize the +chances of messing something up in the beginning. The flash chip is a SOIC-8 SPI flash, and may be socketed, so it's also easy to do in-system programming, or remove and flash externally if it is socketed. @@ -106,3 +105,4 @@ seems that it shall not appear on X9SAE even if it is defined. [X9SAE-V]: https://www.supermicro.com/products/motherboard/xeon/c216/x9sae-v.cfm [W25Q128FVSG]: https://static.chipdip.ru/lib/093/DOC001093213.pdf [flashrom]: https://flashrom.org/Flashrom +[flash internally]: ../../flash_tutorial/int_flashrom.md |