Nicholas Chin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85433?usp=email )
Change subject: Docs: Convert bare URLs into hyperlinks ......................................................................
Docs: Convert bare URLs into hyperlinks
Format bare URLs as links so that they are rendered as hyperlinks instead of plain text.
Change-Id: I234d395cddd58f3d3dfb4b4ddccb6efc70d4dd9e Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M Documentation/getting_started/kconfig.md M Documentation/infrastructure/services.md M Documentation/mainboard/emulation/qemu-sbsa.md M Documentation/mainboard/ocp/deltalake.md M Documentation/mainboard/starlabs/byte_adl.md M Documentation/mainboard/starlabs/labtop_cml.md M Documentation/mainboard/starlabs/labtop_kbl.md M Documentation/mainboard/starlabs/lite_adl.md M Documentation/mainboard/starlabs/lite_glk.md M Documentation/mainboard/starlabs/lite_glkr.md M Documentation/mainboard/starlabs/starbook_adl.md M Documentation/mainboard/starlabs/starbook_tgl.md M Documentation/mainboard/starlabs/starfighter_rpl.md M Documentation/mainboard/system76/gaze15.md M Documentation/mainboard/system76/lemp9.md M Documentation/mainboard/system76/oryp5.md M Documentation/mainboard/system76/oryp6.md M Documentation/releases/coreboot-24.02-relnotes.md M Documentation/releases/coreboot-24.05-relnotes.md M Documentation/releases/coreboot-24.11-relnotes.md M Documentation/releases/coreboot-4.1-relnotes.md M Documentation/releases/coreboot-4.10-relnotes.md M Documentation/releases/coreboot-4.14-relnotes.md M Documentation/releases/coreboot-4.16-relnotes.md M Documentation/releases/coreboot-4.17-relnotes.md M Documentation/releases/coreboot-4.18-relnotes.md M Documentation/releases/coreboot-4.19-relnotes.md M Documentation/releases/coreboot-4.2-relnotes.md M Documentation/releases/coreboot-4.20.1-relnotes.md M Documentation/releases/coreboot-4.21-relnotes.md M Documentation/releases/coreboot-4.22-relnotes.md M Documentation/releases/coreboot-4.3-relnotes.md M Documentation/releases/coreboot-4.4-relnotes.md M Documentation/releases/coreboot-4.5-relnotes.md M Documentation/releases/coreboot-4.6-relnotes.md M Documentation/releases/coreboot-4.8.1-relnotes.md M Documentation/soc/intel/xeon_sp/community_preview_guide.md M Documentation/technotes/2015-11-rebuilding-coreboot-image-generation.md M Documentation/technotes/console.md 39 files changed, 91 insertions(+), 90 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/85433/1
diff --git a/Documentation/getting_started/kconfig.md b/Documentation/getting_started/kconfig.md index 8965458..4aa00a2 100644 --- a/Documentation/getting_started/kconfig.md +++ b/Documentation/getting_started/kconfig.md @@ -1172,13 +1172,13 @@
### ultraedit:
-https://github.com/martinlroth/wordfiles/blob/master/kconfig.uew +https://github.com/martinlroth/wordfiles/blob/master/kconfig.uew
### atom:
-https://github.com/martinlroth/language-kconfig +https://github.com/martinlroth/language-kconfig
## Syntax Checking: @@ -1217,7 +1217,7 @@ ## License: This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit -https://creativecommons.org/licenses/by/4.0/ or send a letter to Creative +https://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
Code examples snippets are licensed under GPLv2, and are used here under fair diff --git a/Documentation/infrastructure/services.md b/Documentation/infrastructure/services.md index 6d7ddd9..6b2b1c7 100644 --- a/Documentation/infrastructure/services.md +++ b/Documentation/infrastructure/services.md @@ -41,7 +41,7 @@
### Gerrit user avatar To setup an avatar to show in Gerrit, clone the avatars repository at -https://review.coreboot.org/gerrit-avatars.git and add a file named +https://review.coreboot.org/gerrit-avatars.git and add a file named $your-user-ID.jpg (the user ID is a number shown on the [settings screen](https://review.coreboot.org/settings)). The image must be provided in JPEG format, must be square and have at most 50000 bytes. diff --git a/Documentation/mainboard/emulation/qemu-sbsa.md b/Documentation/mainboard/emulation/qemu-sbsa.md index abbd189..e7eee24 100644 --- a/Documentation/mainboard/emulation/qemu-sbsa.md +++ b/Documentation/mainboard/emulation/qemu-sbsa.md @@ -39,4 +39,4 @@
arm and 9elements worked together in order to create a LBBR compliant bootflow consisting of ```TF-A```, ```coreboot```, ```leanefi``` and ```LinuxBoot```. A proof of concept -can be found here https://gitlab.arm.com/systemready/firmware-build/linuxboot/lbbr-coreboot-po... +can be found here https://gitlab.arm.com/systemready/firmware-build/linuxboot/lbbr-coreboot-poc diff --git a/Documentation/mainboard/ocp/deltalake.md b/Documentation/mainboard/ocp/deltalake.md index 404052c..05df4f2 100644 --- a/Documentation/mainboard/ocp/deltalake.md +++ b/Documentation/mainboard/ocp/deltalake.md @@ -32,7 +32,7 @@ ## How to build
OSF code base is publicly available at -https://github.com/opencomputeproject/OpenSystemFirmware +https://github.com/opencomputeproject/OpenSystemFirmware
Run following commands to build Delta Lake OSF image from scratch: git clone https://github.com/opencomputeproject/OpenSystemFirmware.git @@ -44,10 +44,11 @@
Besides coreboot, the Delta Lake OSF solution includes following components: - FSP blob: The blobs (Intel Cooper Lake Scalable Processor Firmware Support Package) - is downloaded from https://github.com/intel/FSP/tree/master/CedarIslandFspBinPkg. -- Microcode: downloaded from github.com/intel/Intel-Linux-Processor-Microcode-Data-Files. + is downloaded from https://github.com/intel/FSP/tree/master/CedarIslandFspBinPkg. +- Microcode: downloaded from + https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files. - ME ignition binary: downloaded from - https://github.com/tianocore/edk2-non-osi/tree/master/Silicon/Intel/PurleySi... + https://github.com/tianocore/edk2-non-osi/tree/master/Silicon/Intel/PurleySiliconBinPkg/MeFirmware - ACM binaries: only required for CBnT enablement. Available under NDA with Intel. - Payload: LinuxBoot is necessary when LinuxBoot is used as the coreboot payload. U-root as initramfs, is used in the joint development. It is built diff --git a/Documentation/mainboard/starlabs/byte_adl.md b/Documentation/mainboard/starlabs/byte_adl.md index 11bed26..7805bb5 100644 --- a/Documentation/mainboard/starlabs/byte_adl.md +++ b/Documentation/mainboard/starlabs/byte_adl.md @@ -2,7 +2,7 @@
## Specs
-- CPU (full processor specs available at https://ark.intel.com) +- CPU (full processor specs available at https://ark.intel.com) - Intel N200 (Alder Lake) - EC - ITE IT5570E diff --git a/Documentation/mainboard/starlabs/labtop_cml.md b/Documentation/mainboard/starlabs/labtop_cml.md index e50db77..e8d846b 100644 --- a/Documentation/mainboard/starlabs/labtop_cml.md +++ b/Documentation/mainboard/starlabs/labtop_cml.md @@ -2,7 +2,7 @@
## Specs
-- CPU (full processor specs available at https://ark.intel.com) +- CPU (full processor specs available at https://ark.intel.com) - Intel i7-10710U (Comet Lake) - Intel i3-10110U (Comet Lake) - EC diff --git a/Documentation/mainboard/starlabs/labtop_kbl.md b/Documentation/mainboard/starlabs/labtop_kbl.md index eb68938..2b3b2cc 100644 --- a/Documentation/mainboard/starlabs/labtop_kbl.md +++ b/Documentation/mainboard/starlabs/labtop_kbl.md @@ -2,7 +2,7 @@
## Specs
-- CPU (full processor specs available at https://ark.intel.com) +- CPU (full processor specs available at https://ark.intel.com) - Intel i7-8550u (Kaby Lake Refresh) - EC - ITE IT8987E diff --git a/Documentation/mainboard/starlabs/lite_adl.md b/Documentation/mainboard/starlabs/lite_adl.md index 821c755..b6e7cb3 100644 --- a/Documentation/mainboard/starlabs/lite_adl.md +++ b/Documentation/mainboard/starlabs/lite_adl.md @@ -2,7 +2,7 @@
## Specs
-- CPU (full processor specs available at https://ark.intel.com) +- CPU (full processor specs available at https://ark.intel.com) - Intel N200 (Alder Lake) - EC - ITE IT5570E diff --git a/Documentation/mainboard/starlabs/lite_glk.md b/Documentation/mainboard/starlabs/lite_glk.md index d31b680..79aad0c 100644 --- a/Documentation/mainboard/starlabs/lite_glk.md +++ b/Documentation/mainboard/starlabs/lite_glk.md @@ -1,7 +1,7 @@ # StarLite Mk III
## Specs -- CPU (full processor specs available at https://ark.intel.com) +- CPU (full processor specs available at https://ark.intel.com) - Intel N5000 (Gemini Lake) - EC - ITE IT8987E diff --git a/Documentation/mainboard/starlabs/lite_glkr.md b/Documentation/mainboard/starlabs/lite_glkr.md index bf36281..e1ffe21 100644 --- a/Documentation/mainboard/starlabs/lite_glkr.md +++ b/Documentation/mainboard/starlabs/lite_glkr.md @@ -1,7 +1,7 @@ # StarLite Mk III
## Specs -- CPU (full processor specs available at https://ark.intel.com) +- CPU (full processor specs available at https://ark.intel.com) - Intel N5030 (Gemini Lake Refresh) - EC - Nuvoton NPCE985P/G diff --git a/Documentation/mainboard/starlabs/starbook_adl.md b/Documentation/mainboard/starlabs/starbook_adl.md index cce9cbe..3840bc9 100644 --- a/Documentation/mainboard/starlabs/starbook_adl.md +++ b/Documentation/mainboard/starlabs/starbook_adl.md @@ -2,7 +2,7 @@
## Specs
-- CPU (full processor specs available at https://ark.intel.com) +- CPU (full processor specs available at https://ark.intel.com) - Intel i7-1260P (Alder Lake) - Intel i3-1220P (Alder Lake) - Intel i3-1315U (Raptor Lake) diff --git a/Documentation/mainboard/starlabs/starbook_tgl.md b/Documentation/mainboard/starlabs/starbook_tgl.md index 30810dd..db447cf 100644 --- a/Documentation/mainboard/starlabs/starbook_tgl.md +++ b/Documentation/mainboard/starlabs/starbook_tgl.md @@ -2,7 +2,7 @@
## Specs
-- CPU (full processor specs available at https://ark.intel.com) +- CPU (full processor specs available at https://ark.intel.com) - Intel i7-1165G7 (Tiger Lake) - Intel i3-1110G4 (Tiger Lake) - EC diff --git a/Documentation/mainboard/starlabs/starfighter_rpl.md b/Documentation/mainboard/starlabs/starfighter_rpl.md index d386fb3..2468fae 100644 --- a/Documentation/mainboard/starlabs/starfighter_rpl.md +++ b/Documentation/mainboard/starlabs/starfighter_rpl.md @@ -2,7 +2,7 @@
## Specs
-- CPU (full processor specs available at https://ark.intel.com) +- CPU (full processor specs available at https://ark.intel.com) - Intel i3-1315U (Raptor Lake) - Intel i7-13700H (Raptor Lake) - Intel i9-13900H (Raptor Lake) diff --git a/Documentation/mainboard/system76/gaze15.md b/Documentation/mainboard/system76/gaze15.md index 45e4e26..01af254 100644 --- a/Documentation/mainboard/system76/gaze15.md +++ b/Documentation/mainboard/system76/gaze15.md @@ -5,7 +5,7 @@ - CPU - Intel Core i7 10750H - EC - - ITE5570E running https://github.com/system76/ec + - ITE5570E running https://github.com/system76/ec - Graphics - Intel UHD Graphics - NVIDIA GeForce GTX 1650/1650 Ti/1660 Ti diff --git a/Documentation/mainboard/system76/lemp9.md b/Documentation/mainboard/system76/lemp9.md index c216188..548cfa5 100644 --- a/Documentation/mainboard/system76/lemp9.md +++ b/Documentation/mainboard/system76/lemp9.md @@ -6,7 +6,7 @@ - Intel i7-10510U - Intel i5-10210U - EC - - ITE IT5570E running https://github.com/system76/ec + - ITE IT5570E running https://github.com/system76/ec - Backlit Keyboard, with standard PS/2 keycodes and SCI hotkeys - Battery - Charger, using AC adapter or USB-C PD diff --git a/Documentation/mainboard/system76/oryp5.md b/Documentation/mainboard/system76/oryp5.md index bfde6c0..902e7ce 100644 --- a/Documentation/mainboard/system76/oryp5.md +++ b/Documentation/mainboard/system76/oryp5.md @@ -6,7 +6,7 @@ - Intel Core i7-8750H - Intel Core i7-9750H - EC - - ITE8587E running https://github.com/system76/ec + - ITE8587E running https://github.com/system76/ec - Graphics - Intel UHD Graphics 630 - NVIDIA GeForce RTX 2080/2070/2060 diff --git a/Documentation/mainboard/system76/oryp6.md b/Documentation/mainboard/system76/oryp6.md index 6a52c54..0050ead 100644 --- a/Documentation/mainboard/system76/oryp6.md +++ b/Documentation/mainboard/system76/oryp6.md @@ -7,7 +7,7 @@ - Chipset - Intel HM470 - EC - - ITE IT5570E running https://github.com/system76/ec + - ITE IT5570E running https://github.com/system76/ec - GPU - NVIDIA GeForce RTX 2080 Super (Max-Q) - or NVIDIA GeForce RTX 2070 (Max-Q) diff --git a/Documentation/releases/coreboot-24.02-relnotes.md b/Documentation/releases/coreboot-24.02-relnotes.md index 4b98d57..90bd138 100644 --- a/Documentation/releases/coreboot-24.02-relnotes.md +++ b/Documentation/releases/coreboot-24.02-relnotes.md @@ -113,7 +113,7 @@ from 128060 bytes decompressed (64121 bytes after LZMA) to 172304 bytes decompressed (82734 bytes after LZMA).
-[0] https://github.com/google/wuffs +[0] https://github.com/google/wuffs
@@ -197,7 +197,7 @@ the version of verstage used in coreboot 24.02.
-Issues from the coreboot bugtracker: https://ticket.coreboot.org/ +Issues from the coreboot bugtracker: https://ticket.coreboot.org/
### coreboot-wide or architecture-wide issues
@@ -282,9 +282,9 @@ coreboot Links and Contact Information --------------------------------------
-* Main Web site: https://www.coreboot.org -* Downloads: https://coreboot.org/downloads.html -* Source control: https://review.coreboot.org -* Documentation: https://doc.coreboot.org -* Issue tracker: https://ticket.coreboot.org/projects/coreboot -* Donations: https://coreboot.org/donate.html +* Main Web site: https://www.coreboot.org +* Downloads: https://coreboot.org/downloads.html +* Source control: https://review.coreboot.org +* Documentation: https://doc.coreboot.org +* Issue tracker: https://ticket.coreboot.org/projects/coreboot +* Donations: https://coreboot.org/donate.html diff --git a/Documentation/releases/coreboot-24.05-relnotes.md b/Documentation/releases/coreboot-24.05-relnotes.md index 86910b8..6d34e5b 100644 --- a/Documentation/releases/coreboot-24.05-relnotes.md +++ b/Documentation/releases/coreboot-24.05-relnotes.md @@ -70,7 +70,7 @@ * Numerous fixes for clang support * Ongoing code cleanup * Docs: Replace Recommonmark with MyST Parser. For changes, see the commit - message in https://review.coreboot.org/73158 + message in https://review.coreboot.org/73158
@@ -257,9 +257,9 @@ coreboot Links and Contact Information --------------------------------------
-* Main Website: https://www.coreboot.org -* Downloads: https://coreboot.org/downloads.html -* Source control: https://review.coreboot.org -* Documentation: https://doc.coreboot.org -* Issue tracker: https://ticket.coreboot.org/projects/coreboot -* Donations: https://coreboot.org/donate.html +* Main Website: https://www.coreboot.org +* Downloads: https://coreboot.org/downloads.html +* Source control: https://review.coreboot.org +* Documentation: https://doc.coreboot.org +* Issue tracker: https://ticket.coreboot.org/projects/coreboot +* Donations: https://coreboot.org/donate.html diff --git a/Documentation/releases/coreboot-24.11-relnotes.md b/Documentation/releases/coreboot-24.11-relnotes.md index 6416b87..9ff9036 100644 --- a/Documentation/releases/coreboot-24.11-relnotes.md +++ b/Documentation/releases/coreboot-24.11-relnotes.md @@ -83,7 +83,7 @@ Significant Known and Open Issues ---------------------------------
-Issues from the coreboot bugtracker: https://ticket.coreboot.org/ +Issues from the coreboot bugtracker: https://ticket.coreboot.org/ * To be filled in immediately before the release by the release team
@@ -91,9 +91,9 @@ coreboot Links and Contact Information --------------------------------------
-* Main Web site: https://www.coreboot.org -* Downloads: https://coreboot.org/downloads.html -* Source control: https://review.coreboot.org -* Documentation: https://doc.coreboot.org -* Issue tracker: https://ticket.coreboot.org/projects/coreboot -* Donations: https://coreboot.org/donate.html +* Main Web site: https://www.coreboot.org +* Downloads: https://coreboot.org/downloads.html +* Source control: https://review.coreboot.org +* Documentation: https://doc.coreboot.org +* Issue tracker: https://ticket.coreboot.org/projects/coreboot +* Donations: https://coreboot.org/donate.html diff --git a/Documentation/releases/coreboot-4.1-relnotes.md b/Documentation/releases/coreboot-4.1-relnotes.md index d269688..dcc1f8d 100644 --- a/Documentation/releases/coreboot-4.1-relnotes.md +++ b/Documentation/releases/coreboot-4.1-relnotes.md @@ -31,7 +31,7 @@ overwhelming.
With the release of coreboot 4.1, you get an announcement (this email), -a git tag (4.1), and tar archives at http://www.coreboot.org/releases/, +a git tag (4.1), and tar archives at http://www.coreboot.org/releases/, for the coreboot sources and the redistributable blobs.
Starting with coreboot 4.1, we will maintain a high level changelog and diff --git a/Documentation/releases/coreboot-4.10-relnotes.md b/Documentation/releases/coreboot-4.10-relnotes.md index 0f935c2..e4c9b26 100644 --- a/Documentation/releases/coreboot-4.10-relnotes.md +++ b/Documentation/releases/coreboot-4.10-relnotes.md @@ -59,7 +59,7 @@
If you want to use Google Cyan with the release (or if you're tracking the master branch), please keep an eye on -https://review.coreboot.org/c/coreboot/+/34304 where a solution for this +https://review.coreboot.org/c/coreboot/+/34304 where a solution for this issue is sought.
Deprecations diff --git a/Documentation/releases/coreboot-4.14-relnotes.md b/Documentation/releases/coreboot-4.14-relnotes.md index 4f2b00e..8a78b40 100644 --- a/Documentation/releases/coreboot-4.14-relnotes.md +++ b/Documentation/releases/coreboot-4.14-relnotes.md @@ -147,7 +147,7 @@
With this release, the codebase for multiple generations of Xeon-SP were unified and optimized: -* SKX-SP SoC code is used in OCP TiogaPass mainboard [3]. Support for +* SKX-SP SoC code is used in [OCP TiogaPass mainboard][3]. Support for this board is in Proof Of Concept Status. * CPX-SP SoC code is used in OCP DeltaLake mainboard. Support for this board is in DVT (Design Validation Test) exit equivalent status. @@ -155,7 +155,7 @@ features gaps are described in [4].
-[1] https://www.intel.com/content/www/us/en/products/details/processors/xeon/sca... -[2] https://www.intel.com/content/www/us/en/products/docs/processors/xeon/3rd-ge... -[3] ../mainboard/ocp/tiogapass.md -[4] ../mainboard/ocp/deltalake.md +[1]: https://www.intel.com/content/www/us/en/products/details/processors/xeon/scalable.html +[2]: https://www.intel.com/content/www/us/en/products/docs/processors/xeon/3rd-gen-xeon-scalable-processors-brief.html +[3]: <../mainboard/ocp/tiogapass.md> +[4]: <../mainboard/ocp/deltalake.md> diff --git a/Documentation/releases/coreboot-4.16-relnotes.md b/Documentation/releases/coreboot-4.16-relnotes.md index bf60d53..c9d6705 100644 --- a/Documentation/releases/coreboot-4.16-relnotes.md +++ b/Documentation/releases/coreboot-4.16-relnotes.md @@ -115,7 +115,7 @@ the BSP CPU. - Support SMM in the legacy ASEG (0xa0000 - 0xb0000) region. A POC showed that it's not that hard to do with PARALLEL_MP - https://review.coreboot.org/c/coreboot/+/58700 + https://review.coreboot.org/c/coreboot/+/58700
No platforms in the tree have any hardware limitations that would block migrating to PARALLEL_MP / a simple !CONFIG_SMP codebase. diff --git a/Documentation/releases/coreboot-4.17-relnotes.md b/Documentation/releases/coreboot-4.17-relnotes.md index eb136f4..dbfff40 100644 --- a/Documentation/releases/coreboot-4.17-relnotes.md +++ b/Documentation/releases/coreboot-4.17-relnotes.md @@ -239,7 +239,7 @@ profiler-like output, and thus can be feed to flame graph generation tools.
-Generating flame graph using https://github.com/brendangregg/FlameGraph: +Generating flame graph using https://github.com/brendangregg/FlameGraph: ``` cbmem -S > trace.txt FlameGraph/flamegraph.pl --flamechart trace.txt > output.svg diff --git a/Documentation/releases/coreboot-4.18-relnotes.md b/Documentation/releases/coreboot-4.18-relnotes.md index a779192..73fc445 100644 --- a/Documentation/releases/coreboot-4.18-relnotes.md +++ b/Documentation/releases/coreboot-4.18-relnotes.md @@ -78,7 +78,7 @@ version) of the firmware.
Further reference: -https://web.archive.org/web/20220310104905/https://blogs.gnome.org/hughsie/2... +https://web.archive.org/web/20220310104905/https://blogs.gnome.org/hughsie/2022/03/10/firmware-software-bill-of-materials/
- Add Makefile.inc to generate and build coswid tags - Add templates for most payloads, coreboot, intel-microcode, diff --git a/Documentation/releases/coreboot-4.19-relnotes.md b/Documentation/releases/coreboot-4.19-relnotes.md index 09e99f6..b69abe9 100644 --- a/Documentation/releases/coreboot-4.19-relnotes.md +++ b/Documentation/releases/coreboot-4.19-relnotes.md @@ -220,7 +220,7 @@ Significant Known and Open Issues ---------------------------------
-Issues from the coreboot bugtracker: https://ticket.coreboot.org/ +Issues from the coreboot bugtracker: https://ticket.coreboot.org/ ```{eval-rst} +-----+-----------------------------------------------------------------+ | # | Subject | diff --git a/Documentation/releases/coreboot-4.2-relnotes.md b/Documentation/releases/coreboot-4.2-relnotes.md index 08a0175..dfde115 100644 --- a/Documentation/releases/coreboot-4.2-relnotes.md +++ b/Documentation/releases/coreboot-4.2-relnotes.md @@ -12,7 +12,7 @@ helped shape this release.
As with 4.1, the release tarballs are available at -http://www.coreboot.org/releases/. There's also a 4.2 tag and branch in +http://www.coreboot.org/releases/. There's also a 4.2 tag and branch in the git repository.
This marks the first release that features a changelog comparing it to diff --git a/Documentation/releases/coreboot-4.20.1-relnotes.md b/Documentation/releases/coreboot-4.20.1-relnotes.md index 6f41100..d0c537d 100644 --- a/Documentation/releases/coreboot-4.20.1-relnotes.md +++ b/Documentation/releases/coreboot-4.20.1-relnotes.md @@ -62,11 +62,11 @@ transition per port.
More details can be found in -https://web.archive.org/web/20230116084819/https://learn.microsoft.com/en-us... +https://web.archive.org/web/20230116084819/https://learn.microsoft.com/en-us/windows-hardware/drivers/bringup/usb-device-specific-method---dsm-
The ACPI and USB driver of linux kernel need corresponding functions to support this feature. Please see -https://git.kernel.org/pub/scm/linux/kernel/git/mnyman/xhci.git/log/?h=port_... +https://git.kernel.org/pub/scm/linux/kernel/git/mnyman/xhci.git/log/?h=port_check_acpi_dsm
### drivers/efi: Add EFI variable store option support @@ -229,7 +229,7 @@ Significant Known and Open Issues ---------------------------------
-Issues from the coreboot bugtracker: https://ticket.coreboot.org/ +Issues from the coreboot bugtracker: https://ticket.coreboot.org/ ```{eval-rst} +-----+-----------------------------------------------------------------+ | # | Subject | diff --git a/Documentation/releases/coreboot-4.21-relnotes.md b/Documentation/releases/coreboot-4.21-relnotes.md index 05d334f..661c019 100644 --- a/Documentation/releases/coreboot-4.21-relnotes.md +++ b/Documentation/releases/coreboot-4.21-relnotes.md @@ -19,7 +19,7 @@ repository was named ‘master’. In line with many other projects, coreboot has decided to switch away from this name and use the name ‘main’ instead. You can read about the initial reasoning on the SFC’s -website: https://sfconservancy.org/news/2020/jun/23/gitbranchname/ +website: https://sfconservancy.org/news/2020/jun/23/gitbranchname/
At some point before the 4.22 release, coreboot will be switching from the master branch to the main branch. This shouldn’t be a difficult @@ -355,7 +355,7 @@ ---------------------------------
-Issues from the coreboot bugtracker: https://ticket.coreboot.org/ +Issues from the coreboot bugtracker: https://ticket.coreboot.org/ ```{eval-rst} +-----+-----------------------------------------------------------------+ | # | Subject | @@ -398,10 +398,10 @@ coreboot Links and Contact Information --------------------------------------
-* Main Web site: https://www.coreboot.org -* IRC: https://web.libera.chat/#coreboot -* Downloads: https://coreboot.org/downloads.html -* Source control: https://review.coreboot.org -* Documentation: https://doc.coreboot.org -* Issue tracker: https://ticket.coreboot.org/projects/coreboot -* Donations: https://coreboot.org/donate.html +* Main Web site: https://www.coreboot.org +* IRC: https://web.libera.chat/#coreboot +* Downloads: https://coreboot.org/downloads.html +* Source control: https://review.coreboot.org +* Documentation: https://doc.coreboot.org +* Issue tracker: https://ticket.coreboot.org/projects/coreboot +* Donations: https://coreboot.org/donate.html diff --git a/Documentation/releases/coreboot-4.22-relnotes.md b/Documentation/releases/coreboot-4.22-relnotes.md index 8d0cc7a..f5ca7e8 100644 --- a/Documentation/releases/coreboot-4.22-relnotes.md +++ b/Documentation/releases/coreboot-4.22-relnotes.md @@ -263,7 +263,7 @@ Significant Known and Open Issues ---------------------------------
-Issues from the coreboot bugtracker: https://ticket.coreboot.org/ +Issues from the coreboot bugtracker: https://ticket.coreboot.org/
### Payload-specific issues
@@ -341,9 +341,9 @@ coreboot Links and Contact Information --------------------------------------
-* Main Website: https://www.coreboot.org -* Downloads: https://coreboot.org/downloads.html -* Source control: https://review.coreboot.org -* Documentation: https://doc.coreboot.org -* Issue tracker: https://ticket.coreboot.org/projects/coreboot -* Donations: https://coreboot.org/donate.html +* Main Website: https://www.coreboot.org +* Downloads: https://coreboot.org/downloads.html +* Source control: https://review.coreboot.org +* Documentation: https://doc.coreboot.org +* Issue tracker: https://ticket.coreboot.org/projects/coreboot +* Donations: https://coreboot.org/donate.html diff --git a/Documentation/releases/coreboot-4.3-relnotes.md b/Documentation/releases/coreboot-4.3-relnotes.md index c0dda6e..d8e8f35 100644 --- a/Documentation/releases/coreboot-4.3-relnotes.md +++ b/Documentation/releases/coreboot-4.3-relnotes.md @@ -10,7 +10,7 @@ authors added a net total of 17500 lines to the source code. Thank you to all who contributed!
-The release tarballs are available at http://www.coreboot.org/releases/. +The release tarballs are available at http://www.coreboot.org/releases/. There's also a 4.3 tag and branch in the git repository.
Besides the usual addition of new mainboards (14) and chipsets diff --git a/Documentation/releases/coreboot-4.4-relnotes.md b/Documentation/releases/coreboot-4.4-relnotes.md index 2207c7f..ee3f8d4 100644 --- a/Documentation/releases/coreboot-4.4-relnotes.md +++ b/Documentation/releases/coreboot-4.4-relnotes.md @@ -5,7 +5,7 @@ fourth quarterly release. Since the last release, we've had 850 commits by 90 authors adding 59000 lines to the codebase.
-The release tarballs are available at https://www.coreboot.org/releases/ +The release tarballs are available at https://www.coreboot.org/releases/ There is a 4.4 tag and branch in the git repository.
Log of commit 3141eac900 to commit 588ccaa9a7 diff --git a/Documentation/releases/coreboot-4.5-relnotes.md b/Documentation/releases/coreboot-4.5-relnotes.md index 12230b2..5b971a2 100644 --- a/Documentation/releases/coreboot-4.5-relnotes.md +++ b/Documentation/releases/coreboot-4.5-relnotes.md @@ -13,7 +13,7 @@ commits by 119 authors.
The release tarballs and gpg signatures are available in the usual place -at https://www.coreboot.org/downloads +at https://www.coreboot.org/downloads
There is a 4.5 tag in the git repository, and a branch will be created as needed. diff --git a/Documentation/releases/coreboot-4.6-relnotes.md b/Documentation/releases/coreboot-4.6-relnotes.md index 13af7e4..9f4d826 100644 --- a/Documentation/releases/coreboot-4.6-relnotes.md +++ b/Documentation/releases/coreboot-4.6-relnotes.md @@ -8,7 +8,7 @@
Since the last release in October 2016, the coreboot project had 1708 commits by 121 authors. The release tarballs and gpg signatures are -available in the usual place at https://www.coreboot.org/downloads +available in the usual place at https://www.coreboot.org/downloads
There is a pgp signed 4.6 tag in the git repository, and a branch will be created as needed. @@ -22,7 +22,7 @@ console now persists between reboots and is able to be used on some platforms via late init. Also there is a new Linux kernel driver which removes the need for the old cbmem tool to read from the cbmem area. You -can find the patch here https://patchwork.kernel.org/patch/9641997/ and +can find the patch here https://patchwork.kernel.org/patch/9641997/ and it can be enabled via GOOGLE_MEMCONSOLE_COREBOOT kconfig option in your kernel - Note that this name may change going forward.
@@ -51,7 +51,7 @@ cbui and is based on the nuklear graphics library including keyboard and mouse support. The cbui payload is currently expected to be merged into the main coreboot tree before the next release. The upstream repository -is here: https://github.com/siro20/coreboot/tree/cbui/payloads/cbui +is here: https://github.com/siro20/coreboot/tree/cbui/payloads/cbui
### UEFI support: A long road to go
@@ -65,7 +65,7 @@ We started to make progress with the integration into our sources and the hope is that by the end of the summer, we finally support the edk2 payload out-of-the- box. See the current patch state at -http://review.coreboot.org/#/c/15057/ +http://review.coreboot.org/#/c/15057/
### Fighting blobs and proprietary HW components
@@ -76,7 +76,7 @@ run in a functional error state and reduce it from 1.5/5MB to 80KB. It's not perfect but it works from Nehalem up to Skylake based Intel systems. The tool is now integrated into the coreboot build system. The upstream -repository is https://github.com/corna/me_cleaner +repository is https://github.com/corna/me_cleaner
Another ongoing improvement is the new utility blobtool. It is currently used for generating the flash descriptor and GbE configuration data on diff --git a/Documentation/releases/coreboot-4.8.1-relnotes.md b/Documentation/releases/coreboot-4.8.1-relnotes.md index f96e2cc..05fb590 100644 --- a/Documentation/releases/coreboot-4.8.1-relnotes.md +++ b/Documentation/releases/coreboot-4.8.1-relnotes.md @@ -63,7 +63,7 @@ * qemu-i440fx: Fix ACPI checksum corruption * intelmetool: Fix crash, support ME11+ platforms, fix bootguard detection -* tpm: Fix TPM software stack vulnerability in tlcl_read() for TPM 1.2 (https://github.com/nccgroup/TPMGenie) +* tpm: Fix TPM software stack vulnerability in tlcl_read() for TPM 1.2 ()https://github.com/nccgroup/TPMGenie) * asrock/b75pro3-m: Fixed HDMI * Intel/ibexpeak: Fix missing ACPI PIRQ entries * Intel/nehalem: Fix freeze during chipset lockdown @@ -86,7 +86,7 @@ Documentation ------------- * Switch from Hugo to Sphinx for the Documentation -* Working on markdown documentation for https://doc.coreboot.org +* Working on markdown documentation for https://doc.coreboot.org
Added 17 mainboards ------------------- diff --git a/Documentation/soc/intel/xeon_sp/community_preview_guide.md b/Documentation/soc/intel/xeon_sp/community_preview_guide.md index 96ff86f..9e01d52 100644 --- a/Documentation/soc/intel/xeon_sp/community_preview_guide.md +++ b/Documentation/soc/intel/xeon_sp/community_preview_guide.md @@ -4,10 +4,10 @@ ## Background
Xeon 6 basic boot supports are initially upstreamed at -https://review.coreboot.org/q/topic:%22Xeon6-Basic-Boot%22. +https://review.coreboot.org/q/topic:%22Xeon6-Basic-Boot%22.
Full feature supports are previewed at -https://review.coreboot.org/admin/repos/intel-dev-pub,general +https://review.coreboot.org/admin/repos/intel-dev-pub,general
The supported platform status are as below,
diff --git a/Documentation/technotes/2015-11-rebuilding-coreboot-image-generation.md b/Documentation/technotes/2015-11-rebuilding-coreboot-image-generation.md index a3f81bf..7abfab1 100644 --- a/Documentation/technotes/2015-11-rebuilding-coreboot-image-generation.md +++ b/Documentation/technotes/2015-11-rebuilding-coreboot-image-generation.md @@ -136,8 +136,8 @@ By having a global picture of the final image’s requirements, we can also avoid issues where files added earlier may prevent later additions that have stricter constraints - without resorting to hacks like -https://chromium-review.googlesource.com/289491 that reorder the file addition -manually. +https://chromium-review.googlesource.com/289491 that reorder the file +addition manually.
Example ------- diff --git a/Documentation/technotes/console.md b/Documentation/technotes/console.md index a125728..363dfa5 100644 --- a/Documentation/technotes/console.md +++ b/Documentation/technotes/console.md @@ -1,7 +1,7 @@ # coreboot Console
coreboot supports multiple ways to access its console. -https://www.coreboot.org/Console_and_outputs +https://www.coreboot.org/Console_and_outputs
## SMBus Console