All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: Quentin Schulz <foss+uboot@0leil.net>
Cc: Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Viacheslav Bocharov <adeep@lexina.in>,
	Stefano Babic <sbabic@nabladev.com>,
	Fabio Estevam <festevam@gmail.com>, Soeren Moch <smoch@web.de>,
	Alper Nebi Yasak <alpernebiyasak@gmail.com>,
	Le Jin <le.jin@siemens.com>, Jan Kiszka <jan.kiszka@siemens.com>,
	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>,
	Peter Robinson <pbrobinson@gmail.com>,
	Sean Anderson <seanga2@gmail.com>, Bin Meng <bmeng.cn@gmail.com>,
	Lukasz Majewski <lukma@denx.de>,
	Mattijs Korpershoek <mkorpershoek@kernel.org>,
	Quentin Schulz <quentin.schulz@cherry.de>,
	u-boot@lists.u-boot-project.org, u-boot-amlogic@groups.io,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Subject: Re: [PATCH next 09/45] doc: arch/x86: update link to ACPI
Date: Tue, 25 Aug 2026 23:57:50 +0200	[thread overview]
Message-ID: <2ea4e4a0-960d-467a-bde1-4792e83086ed@gmx.de> (raw)
In-Reply-To: <20260825-linkcheck-v1-9-ee7573fe3a4a@cherry.de>

On 8/25/26 18:49, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz@cherry.de>
> 
> acpi.info doesn't expose anything anymore.
> 
> One of the last archives of that link on the Wayback Machine states[1]
> that the ACPI spec is now hosted on uefi.org, so let's update the link
> to something that actually is interesting to the user.
> 
> [1] https://web.archive.org/web/20190522071820/http://www.acpi.info/
> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
> ---
>   doc/arch/x86/x86.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/arch/x86/x86.rst b/doc/arch/x86/x86.rst
> index 13d2b2ea9af3..28726f717f6e 100644
> --- a/doc/arch/x86/x86.rst
> +++ b/doc/arch/x86/x86.rst
> @@ -486,4 +486,4 @@ TODO List
>   .. _SFI: https://en.wikipedia.org/wiki/Simple_Firmware_Interface
>   .. _MP: https://en.wikipedia.org/wiki/MultiProcessor_Specification
>   .. _SeaBIOS: https://www.seabios.org/
> -.. _ACPI: http://www.acpi.info
> +.. _ACPI: https://uefi.org/acpi/specs

This is just a list of outdated ACPI specs.

The current specs are listed at

https://uefi.org/specifications

Best regards

Heinrich


  reply	other threads:[~2026-08-25 21:58 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-25 16:49 [PATCH next 00/45] doc: fix some issues reported by linkcheck Quentin Schulz
2026-08-25 16:49 ` [PATCH next 01/45] doc: arch/mips: update link for Buildroot toolchain Quentin Schulz
2026-08-25 16:49 ` [PATCH next 02/45] doc: arch/x86: fix "link" to IRQ router DT binding Quentin Schulz
2026-08-25 16:49 ` [PATCH next 03/45] doc: develop: sending_patches: fix links to pw-am.sh Quentin Schulz
2026-08-25 16:49 ` [PATCH next 04/45] doc: arch/x86: fix URL to em100 Quentin Schulz
2026-08-25 16:49 ` [PATCH next 05/45] doc: arch/x86: update link to DediProg SO8 Testclip Quentin Schulz
2026-08-25 16:49 ` [PATCH next 06/45] doc: arch/x86: update SFI link Quentin Schulz
2026-08-25 16:49 ` [PATCH next 07/45] doc: arch/x86: update MP link Quentin Schulz
2026-08-25 16:49 ` [PATCH next 08/45] doc: arch/x86: update link to SeaBIOS Quentin Schulz
2026-08-25 16:49 ` [PATCH next 09/45] doc: arch/x86: update link to ACPI Quentin Schulz
2026-08-25 21:57   ` Heinrich Schuchardt [this message]
2026-08-25 16:49 ` [PATCH next 10/45] doc: arch/x86: manual_boot: update links to slides Quentin Schulz
2026-08-25 16:49 ` [PATCH next 11/45] doc: develop: uefi: update link to ipxe git repo Quentin Schulz
2026-08-25 22:01   ` Heinrich Schuchardt
2026-08-26 10:56   ` Ilias Apalodimas
2026-08-26 10:56     ` Ilias Apalodimas
2026-08-25 16:49 ` [PATCH next 12/45] doc: board/amlogic: jethub-j100: update product page Quentin Schulz
2026-08-26  7:59   ` Viacheslav
2026-08-25 16:49 ` [PATCH next 13/45] doc: board/amlogic: jethub-j80: use redirect link directly Quentin Schulz
2026-08-26  9:10   ` Viacheslav
2026-08-25 16:49 ` [PATCH next 14/45] doc: develop: sending_patches: update link to Email Clients and Patches Quentin Schulz
2026-08-25 16:49 ` [PATCH next 15/45] doc: develop: sending_patches: update link to GPL license Quentin Schulz
2026-08-25 22:03   ` Heinrich Schuchardt
2026-08-25 16:49 ` [PATCH next 16/45] doc: usage/pxe: use redirect link Quentin Schulz
2026-08-25 16:49 ` [PATCH next 17/45] doc: board/google: chromebook_link: update link to blobs Quentin Schulz
2026-08-25 16:49 ` [PATCH next 18/45] doc: arch/sh: remove squatted URL Quentin Schulz
2026-08-25 16:49 ` [PATCH next 19/45] doc: develop/coccinelle: update links Quentin Schulz
2026-08-29  4:48   ` Heinrich Schuchardt
2026-08-25 16:49 ` [PATCH next 20/45] doc: develop/coccinelle: remove dead link in supplemental documentation Quentin Schulz
2026-08-25 16:49 ` [PATCH next 21/45] doc: board/nxp: mx6ullevk: replace broken link Quentin Schulz
2026-08-25 16:57 ` [PATCH next 00/45] doc: fix some issues reported by linkcheck Quentin Schulz
2026-08-25 17:08 ` Tom Rini
2026-08-27 11:03 ` Heinrich Schuchardt
2026-08-27 19:59   ` Quentin Schulz
2026-08-27 19:52 ` [PATCH 22/45] doc: arch/arc: update link Quentin Schulz
2026-08-27 19:52 ` [PATCH 23/45] doc: develop/uefi: stop tripping linkcheck Quentin Schulz
2026-08-27 19:52 ` [PATCH 24/45] doc: board/allwinner: update link to MTD utils Quentin Schulz
2026-08-27 19:52 ` [PATCH 25/45] doc: chromium: update link to Developer Mode Quentin Schulz
2026-08-27 19:52 ` [PATCH 26/45] doc: chromium: update Firmware porting guide link Quentin Schulz
2026-08-27 19:52 ` [PATCH 27/45] doc: chromium: update links to slides Quentin Schulz
2026-08-27 19:52 ` [PATCH 28/45] doc: develop/driver-model: fs_firmware_loader: update link Quentin Schulz
2026-08-27 19:52 ` [PATCH 29/45] doc: board/tbs: update link to TRM Quentin Schulz
2026-08-28  7:26   ` Soeren Moch
2026-08-27 19:52 ` [PATCH 30/45] doc: bootstd: update link to BSL Quentin Schulz
2026-08-27 19:52 ` [PATCH 31/45] doc: learn/talks: remove dead links to slides Quentin Schulz
2026-08-27 19:53 ` [PATCH 32/45] doc: build/gen_compile_commands: update link to point to the right page Quentin Schulz
2026-08-27 19:53 ` [PATCH 33/45] doc: board/highbank: update links to cxmanage and ipmitool tools Quentin Schulz
2026-08-27 19:53 ` [PATCH 34/45] doc: board/siemens: iot2050: update links to files on GitHub Quentin Schulz
2026-08-27 19:53 ` [PATCH 35/45] doc: develop/tests_writing: update links to new GitLab Quentin Schulz
2026-08-27 19:53 ` [PATCH 36/45] doc: board/renesas: update clone instructions to use " Quentin Schulz
2026-08-27 19:53 ` [PATCH 37/45] doc: fix broken links to mailing lists Quentin Schulz
2026-08-27 19:53 ` [PATCH 38/45] doc: index: update link to mailing list info Quentin Schulz
2026-08-27 19:53 ` [PATCH 39/45] doc: develop/bootstd: fix link to distro_boot Quentin Schulz
2026-08-27 19:53 ` [PATCH 40/45] doc: develop/sending_patches: remove mention to the test mailing list Quentin Schulz
2026-08-27 19:53 ` [PATCH 41/45] doc: chromium/chainload: update instructions on booting on Snow Quentin Schulz
2026-08-27 19:53 ` [PATCH 42/45] doc: develop/sending_patches: use link from ozlabs.org mailman archive Quentin Schulz
2026-08-27 19:53 ` [PATCH 43/45] doc: switch to HTTPS for a few links Quentin Schulz
2026-08-28 21:00 ` [PATCH next 44/45] binman: btool: bootgen: update link to user guide Quentin Schulz
2026-08-28 21:00 ` [PATCH next 45/45] binman: gbb: update link Quentin Schulz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2ea4e4a0-960d-467a-bde1-4792e83086ed@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=adeep@lexina.in \
    --cc=alpernebiyasak@gmail.com \
    --cc=bmeng.cn@gmail.com \
    --cc=festevam@gmail.com \
    --cc=foss+uboot@0leil.net \
    --cc=ilias.apalodimas@linaro.org \
    --cc=iwamatsu@nigauri.org \
    --cc=jan.kiszka@siemens.com \
    --cc=le.jin@siemens.com \
    --cc=lukma@denx.de \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=mkorpershoek@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=quentin.schulz@cherry.de \
    --cc=sbabic@nabladev.com \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=smoch@web.de \
    --cc=trini@konsulko.com \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.u-boot-project.org \
    --cc=uboot-imx@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.