From nobody Tue Apr 7 12:57:00 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9455BC433FE for ; Mon, 17 Oct 2022 09:31:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230401AbiJQJbL (ORCPT ); Mon, 17 Oct 2022 05:31:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231247AbiJQJbE (ORCPT ); Mon, 17 Oct 2022 05:31:04 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D83B050732; Mon, 17 Oct 2022 02:30:58 -0700 (PDT) Date: Mon, 17 Oct 2022 09:30:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1665999057; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=L2GanhxOxjUgqK89OBaJTXr0erQHYHetZNVubLDD7PU=; b=WgPcCXF0TRaFHOxvDr2tN/tX3RrPqR99fsj1WTBtCPzK+z8PJCJitmXCDFDhW538xaQLN+ 0JtNoZyV98z1g7CHKMKpcsWP3eGcf/7U4uEcNlqUH+ri8Z5oIJv4Cp6o04NODqHKZkVp5d jO/PpXV2GqtITpx9ktVWQv23mZGpEkDk6HgZ+URYvqWDNwTlcwx8MpYAEDXW98a4ZZty1K QYLGNjE45c0IWPuOQS7LAjyvQSJUprU3g9R3ns4bb+6X90JpJJRaOLAw+q/romkuf9mcbw nP1GcirhYi3nPJfWzqJLos2OkdXo/u2f+cTYZkLhiIoWKZb9uu4gAOWqiWcFDA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1665999057; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=L2GanhxOxjUgqK89OBaJTXr0erQHYHetZNVubLDD7PU=; b=lPwKSeIUCeXEVa2EkMdN8ZMnqGGCdCllVOtza3FYYnIQUQlcHMKdXP2IxazwwhOynEq5G0 unT6XRlxig9Ry9BA== From: "tip-bot2 for Ahmad Fatoum" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/misc] Documentation/x86/boot: Reserve type_of_loader=13 for barebox Cc: Ahmad Fatoum , Borislav Petkov , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20221002125752.3400831-1-a.fatoum@pengutronix.de> References: <20221002125752.3400831-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Message-ID: <166599905534.401.4036414001206900301.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the x86/misc branch of tip: Commit-ID: a27e292b8a54e24f85181d949fac8c51fdec8ff3 Gitweb: https://git.kernel.org/tip/a27e292b8a54e24f85181d949fac8c51f= dec8ff3 Author: Ahmad Fatoum AuthorDate: Sun, 02 Oct 2022 14:57:53 +02:00 Committer: Borislav Petkov CommitterDate: Mon, 17 Oct 2022 11:22:33 +02:00 Documentation/x86/boot: Reserve type_of_loader=3D13 for barebox barebox[1], a bootloader for mostly ARM and MIPS embedded systems, can also be built as EFI payload for x86[2] to provide redundant power-fail safe, watchdog-supervised boot up. Since its v2015.09.0 release, it has been booting Linux on x86 with type_of_loader=3D0xff[3]. Reserve 13, the next free id, so that can be used instead in the future. [1]: https://www.barebox.org/ [2]: https://www.barebox.org/doc/latest/boards/efi.html [3]: https://elixir.bootlin.com/barebox/v2022.09.0/source/common/efi/payloa= d/image.c#L217 Signed-off-by: Ahmad Fatoum Signed-off-by: Borislav Petkov Link: https://lore.kernel.org/r/20221002125752.3400831-1-a.fatoum@pengutron= ix.de --- Documentation/x86/boot.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/x86/boot.rst b/Documentation/x86/boot.rst index 894a198..240d084 100644 --- a/Documentation/x86/boot.rst +++ b/Documentation/x86/boot.rst @@ -455,6 +455,7 @@ Protocol: 2.00+ 11 Minimal Linux Bootloader 12 OVMF UEFI virtualization stack + 13 barebox =3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 Please contact if you need a bootloader ID value assigne= d.