diff options
| author | Quentin Schulz <[email protected]> | 2026-08-25 18:49:41 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | e680470aa028ed2f097c519d1a034b2eabae92ca (patch) | |
| tree | 3dff9d90da68f0b444108f94452f981990362141 | |
| parent | 602e7cf2a33034938718a19a5553355629001787 (diff) | |
doc: arch/x86: fix URL to em100
The URL points to nothing on the Coreboot Gerrit. Instead, let's point
at the project page on Gerrit from which one can get the command to use
to clone the repo and also show the changes (patchsets) related to the
project.
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | doc/arch/x86/x86.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch/x86/x86.rst b/doc/arch/x86/x86.rst index 066838b956b..7abf819e36f 100644 --- a/doc/arch/x86/x86.rst +++ b/doc/arch/x86/x86.rst @@ -185,7 +185,7 @@ These notes are for those who want to port U-Boot to a new x86 platform. Since x86 CPUs boot from SPI flash, a SPI flash emulator is a good investment. The Dediprog em100 can be used on Linux. -The em100 tool is available here: http://review.coreboot.org/p/em100.git +The em100 tool is available here: https://review.coreboot.org/admin/repos/em100,general On Minnowboard Max the following command line can be used:: |
