From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 2AA1874004C for ; Tue, 9 Apr 2024 12:51:05 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ptQzosYIDFz00IyhT8ia9XqEWP1FD/70EyvbRkOaYNk=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240206; t=1712667063; v=1; b=AtXjdla1USGE7Nj7FwwDC53crHbQfe2T7UpZBY7OmMtGKqYQHujbmmGS9si6kajmVAT5X/2Q 3Ch+IHMNt0cutGZ0hzVSP+kBGEacsxGeUfoDpq4Rtx16M2X1BgK0Dp67it+PZ2jztOUglJPwkUg dSc8hk0bTlglWxlPwKqAbHWgm1gqo+AFMzoRaCbYVz+yQSSqbASGret4yw3d4NP9Kj3Pu3DcAsU 0CsYlVVdyroD3OKyj9uYM+QWW6K7Nf5xzX2PD3BufM2vOXs+4myANmpWlP47kvaP8K6C4Uwdi47 i5Ac4Jpzij3W0Padlf9U7DMbYdpyQuySuwj5B11ioq8Cg== X-Received: by 127.0.0.2 with SMTP id AHVIYY7687511xvVujYzQcus; Tue, 09 Apr 2024 05:51:03 -0700 X-Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by mx.groups.io with SMTP id smtpd.web10.135347.1712667063011605593 for ; Tue, 09 Apr 2024 05:51:03 -0700 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id EB004CE1E78 for ; Tue, 9 Apr 2024 12:50:59 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id E78EDC433A6 for ; Tue, 9 Apr 2024 12:50:58 +0000 (UTC) X-Received: by mail-lj1-f170.google.com with SMTP id 38308e7fff4ca-2d858501412so71026461fa.0 for ; Tue, 09 Apr 2024 05:50:58 -0700 (PDT) X-Gm-Message-State: UcGF4DNT5KWWXA5MaJhToBNmx7686176AA= X-Google-Smtp-Source: AGHT+IG4DgiNU1nnZz6Lzpw5127/OGGQym5YrHQtMQ+275Ooq8TkQ8Urue390htB1jjdq+MpNnaRH1+XBbU6N802Af0= X-Received: by 2002:a2e:3015:0:b0:2d8:a71:b17a with SMTP id w21-20020a2e3015000000b002d80a71b17amr7515193ljw.3.1712667057187; Tue, 09 Apr 2024 05:50:57 -0700 (PDT) MIME-Version: 1.0 References: <20240406124154.17978-1-heinrich.schuchardt@canonical.com> <6do7bvuicrgx5w3tti6gaoevmswvndr6u27rihmu2c2fwtx7kj@osdsv4vkb2no> In-Reply-To: <6do7bvuicrgx5w3tti6gaoevmswvndr6u27rihmu2c2fwtx7kj@osdsv4vkb2no> From: "Ard Biesheuvel" Date: Tue, 9 Apr 2024 14:50:45 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH v2 1/1] OvmfPkg: OVMF supports USB mouses To: devel@edk2.groups.io, kraxel@redhat.com Cc: Phillip Tennen , Heinrich Schuchardt , Ard Biesheuvel , Jiewen Yao Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 09 Apr 2024 05:51:03 -0700 Resent-From: ardb@kernel.org Reply-To: devel@edk2.groups.io,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=AtXjdla1; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Tue, 9 Apr 2024 at 13:56, Gerd Hoffmann wrote: > > On Mon, Apr 08, 2024 at 08:53:10AM +0100, Phillip Tennen wrote: > > Hi, thank you for taking a look at the patch! > > > > This patch can be verified to be working with this app (which was the > > motivation for submitting this): > > https://github.com/codyd51/uefirc/releases/tag/1.0.1. > > Quoting https://github.com/codyd51/uefirc: > > Q: Should I use this? > A: This should not exist. > > Well. This certainly one of the more interesting ways to have some fun > and improve your rust coding skills. But a justification to include a > mouse driver by default which is not used by anything else? IMHO it > isn't. > Agreed. > Note that you can load drivers from efi shell with the 'load' command, > so there is no need to have a ovmf firmware image with the mouse drivers > included. You can boot into efi shell and use a startup.nsh script to > automatically load drivers needed and start the irc app. > startup.nsh is ignored unless you boot into the EFI shell. UEFI supports 'driver' entries in addition to Boot#### entries, which can be programmed (using efibootmgr under Linux, for instance) to point to a UEFI driver on the ESP that needs to be loaded at boot, before any boot options are evaluated. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117545): https://edk2.groups.io/g/devel/message/117545 Mute This Topic: https://groups.io/mt/105365480/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-