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 64C79AC0F78 for ; Fri, 29 Sep 2023 10:58:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=rLD7tTE+MFrFu4B/ECbhsn84UlQjqAJJXVSqkj6tURE=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:To:Cc:References:From:Subject:In-Reply-To:Feedback-ID:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1695985128; v=1; b=KcNWDfR5ekMo1GZqiU886o6YRqNCvf92A7+s8EM6XzB/59pAyAD+oVG4Ah7O+nkRXwbd77o0 Tte8YjgWrQwQA68yYJVaMzqmC7e8I9MmO4R5k5awVumQPGWDhYn8o7qPvMXcMqQ6PBwRQmMtl9M QHnPY2tsNEdTn5US0Gpn3X/o= X-Received: by 127.0.0.2 with SMTP id kqk1YY7687511xRbfcfr41y2; Fri, 29 Sep 2023 03:58:48 -0700 X-Received: from a7-11.smtp-out.eu-west-1.amazonses.com (a7-11.smtp-out.eu-west-1.amazonses.com [54.240.7.11]) by mx.groups.io with SMTP id smtpd.web11.14634.1695985126603712235 for ; Fri, 29 Sep 2023 03:58:47 -0700 Message-ID: <0102018ae097455a-2ac36c7a-b10d-4622-be37-d8adf5f4d5b6-000000@eu-west-1.amazonses.com> Date: Fri, 29 Sep 2023 10:58:44 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 To: devel@edk2.groups.io, mhaeuser@posteo.de, Pedro Falcato Cc: Gerd Hoffmann , Laszlo Ersek References: <6odzwzflo4id7ra3cphgk3rhfpr7iqojsfqkbu4tutapcyhk2v@njifptgxmw5n> <944EB976-23EA-4921-AAF4-23435772C65A@posteo.de> From: "Michael Brown" Subject: Re: [edk2-devel] efi and ext4 and case sensitive file names In-Reply-To: <944EB976-23EA-4921-AAF4-23435772C65A@posteo.de> X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on blyat.fensystems.co.uk Feedback-ID: 1.eu-west-1.fspj4M/5bzJ9NLRzJP0PaxRwxrpZqiDQJ1IF94CF2TA=:AmazonSES X-SES-Outgoing: 2023.09.29-54.240.7.11 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 Reply-To: devel@edk2.groups.io,mcb30@ipxe.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: GQvlmpMJHLcMDEF53WOgigzDx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=KcNWDfR5; dmarc=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 29/09/2023 10:47, Marvin Häuser wrote: > Maybe when Linux starts adhering the spec for file names (the spec clearly defines e.g. BOOTx64.EFI, while at least some distros/images use bootx64.efi), this can be discussed. :) Let's not break various GRUB setups... Seems slightly unfair to blame Linux when EDK2 also apparently gets it wrong (in a different way)... :) // // EFI File location to boot from on removable media devices // ... #define EFI_REMOVABLE_MEDIA_FILE_NAME_X64 L"\\EFI\\BOOT\\BOOTX64.EFI" Is this something worth fixing in UefiSpec.h? Thanks, Michael -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109194): https://edk2.groups.io/g/devel/message/109194 Mute This Topic: https://groups.io/mt/101615699/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-