Evgeny Zinoviev has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/71897 )
Change subject: payloads/*/Kconfig.name: update documentation link ......................................................................
payloads/*/Kconfig.name: update documentation link
Old wiki is outdated for years but Kconfig help messages of some payloads still reference it.
This commit changes those links to the corresponding page at doc.coreboot.org.
Change-Id: I81653f1b010d8a3ac4dfc4c6ad4fa714ce5d59a1 Signed-off-by: Evgeny Zinoviev me@ch1p.io --- M payloads/external/FILO/Kconfig.name M payloads/external/GRUB2/Kconfig.name M payloads/external/LinuxBoot/Kconfig.name M payloads/external/SeaBIOS/Kconfig.name M payloads/external/U-Boot/Kconfig.name M payloads/external/depthcharge/Kconfig.name M payloads/external/edk2/Kconfig.name 7 files changed, 24 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/71897/1
diff --git a/payloads/external/FILO/Kconfig.name b/payloads/external/FILO/Kconfig.name index 28a41dc..37b1f2c 100644 --- a/payloads/external/FILO/Kconfig.name +++ b/payloads/external/FILO/Kconfig.name @@ -6,4 +6,4 @@ with a FILO payload. If you don't know what this is about, just leave it enabled.
- See https://coreboot.org/Payloads for more information. + See https://doc.coreboot.org/payloads.html for more information. diff --git a/payloads/external/GRUB2/Kconfig.name b/payloads/external/GRUB2/Kconfig.name index 91e6888..bfa4af4 100644 --- a/payloads/external/GRUB2/Kconfig.name +++ b/payloads/external/GRUB2/Kconfig.name @@ -7,7 +7,7 @@ with a GRUB2 payload. If you don't know what this is about, just leave it enabled.
- See https://coreboot.org/Payloads for more information. + See https://doc.coreboot.org/payloads.html for more information.
config PAYLOAD_SEAGRUB bool "GRUB2 atop SeaBIOS" @@ -19,4 +19,4 @@ with a GRUB2 payload running atop SeaBIOS to improve its hardware compatibility.
- See https://coreboot.org/Payloads for more information. + See https://doc.coreboot.org/payloads.html for more information. diff --git a/payloads/external/LinuxBoot/Kconfig.name b/payloads/external/LinuxBoot/Kconfig.name index 4d3decd..774dce3 100644 --- a/payloads/external/LinuxBoot/Kconfig.name +++ b/payloads/external/LinuxBoot/Kconfig.name @@ -8,4 +8,4 @@ with a LinuxBoot payload. If you don't know what this is about, just leave it enabled.
- See https://coreboot.org/Payloads for more information. + See https://doc.coreboot.org/payloads.html for more information. diff --git a/payloads/external/SeaBIOS/Kconfig.name b/payloads/external/SeaBIOS/Kconfig.name index 623c298..d452b38 100644 --- a/payloads/external/SeaBIOS/Kconfig.name +++ b/payloads/external/SeaBIOS/Kconfig.name @@ -7,4 +7,4 @@ with a SeaBIOS payload. If you don't know what this is about, just leave it enabled.
- See https://coreboot.org/Payloads for more information. + See https://doc.coreboot.org/payloads.html for more information. diff --git a/payloads/external/U-Boot/Kconfig.name b/payloads/external/U-Boot/Kconfig.name index cd2df7c..fbef16e 100644 --- a/payloads/external/U-Boot/Kconfig.name +++ b/payloads/external/U-Boot/Kconfig.name @@ -5,6 +5,6 @@ Select this option if you want to build a coreboot image with a U-Boot payload.
- See https://coreboot.org/Payloads and U-Boot's documentation + See https://doc.coreboot.org/payloads.html and U-Boot's documentation at http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.x86 for more information. diff --git a/payloads/external/depthcharge/Kconfig.name b/payloads/external/depthcharge/Kconfig.name index 5a6c920..fc080aa 100644 --- a/payloads/external/depthcharge/Kconfig.name +++ b/payloads/external/depthcharge/Kconfig.name @@ -5,4 +5,4 @@ Select this option if you want to build a coreboot image with a depthcharge payload.
- See https://coreboot.org/Payloads for more information. + See https://doc.coreboot.org/payloads.html for more information. diff --git a/payloads/external/edk2/Kconfig.name b/payloads/external/edk2/Kconfig.name index 3e07f80..4afa551 100644 --- a/payloads/external/edk2/Kconfig.name +++ b/payloads/external/edk2/Kconfig.name @@ -6,4 +6,4 @@ with a edk2 payload. If you don't know what this is about, just leave it enabled.
- See https://coreboot.org/Payloads for more information. + See https://doc.coreboot.org/payloads.html for more information.