From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id BC909D81195 for ; Tue, 17 Dec 2024 16:44:15 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=yZJc2cJaDN6zWwkLwBMhK3Lm0mCs0mDEqe3/bqMnB6k=; c=relaxed/simple; d=groups.io; h=Subject:To:From:User-Agent:MIME-Version:Date:Message-ID:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240830; t=1734453855; v=1; x=1734713054; b=rqMxFvmMDKn2hRgw0UMJ3FZWGafmAYscxn5ZiA5U0hsFQX5zLEBno5RvCdzqZ1PdZsIYrDXo f8QusNGT8wBuKWY2yuwQMXCBHWOvy/rwomZ+7g74NfiKuOS1cEJgahD7fL2DsI3rBkHx+XxfAwu d/0rT/9tXhbpVDBV293jUGL7WMNinWc549/045G0OWiIfMfXJzPrCS0bcQBKhnJb/nnaWCcrdsW D2kdJKhNOvY5BRFzpO0P1y4vk6ZqBN/W//cp7JeHsby8NuPCnBqpSu2Mf9Xro/hKmTiiguQMWpO dPyKz4ZIk09LcePxLNN3bDn+iCKZGf7nvTe1wJ6rfnAjw== X-Received: by 127.0.0.2 with SMTP id iihYYY7687511x0fRp0EmP7C; Tue, 17 Dec 2024 08:44:14 -0800 Subject: [edk2-devel] Changing the UEFI Shell version from 2.2 to 2.7? To: devel@edk2.groups.io From: "greg.wilson via groups.io" X-Originating-Location: Winchester, England, GB (31.121.119.225) X-Originating-Platform: Windows Chrome 131 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Tue, 17 Dec 2024 08:44:13 -0800 Message-ID: <5mSS.1734453853386415537.aCSX@groups.io> 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,greg.wilson@gd-ms.uk List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: oJCygdKMrVZCvnfIGAMdbwU2x7686176AA= Content-Type: multipart/alternative; boundary="EQgYJdmbcPwpqkzvdv8r" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240830 header.b=rqMxFvmM; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=pass (policy=none) header.from=groups.io --EQgYJdmbcPwpqkzvdv8r Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I am probably missing someting really obvious, but in UEFIPayloadpkg.dsc i'= ve set "DEFINE RAM_DISK_ENABLE =3D TRUE", and it has built the RamDiskDxe.e= fi, which does seem to load automatically... as when i try to load it in UE= FI shell, it says it's already loaded. I tried to run the ramdisk command, but it isn't a recognised instruction o= r listed in help. I've updated to version 2.7 of UEFI shell (I think below) C:\sbl\sbl_02\edk2\MdePkg\Include\Protocol\Shell.h enum ShellVersion { SHELL_MAJOR_VERSION =3D 2, SHELL_MINOR_VERSION =3D 7 }; Is this just changing the version number that is being displayed, or is thi= s the variable that configures UEFI Shell to be at revision 2.7? I need to access the ramdisk instructions within the shell. Any help gratefully received. Kind regards -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120903): https://edk2.groups.io/g/devel/message/120903 Mute This Topic: https://groups.io/mt/110165774/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- --EQgYJdmbcPwpqkzvdv8r Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi,
 
I am probably missing someting really obvious, but in UEFIPayloadpkg.d= sc i've set "DEFINE RAM_DISK_ENABLE =3D TRUE", and it has built the RamDisk= Dxe.efi, which does seem to load automatically... as when i try to load it = in UEFI shell, it says it's already loaded. 
 
I tried to run the ramdisk command, but it isn't a recognised instruct= ion or listed in help.
 
I've updated to version 2.7 of UEFI shell (I think below)
 
C:\sbl\sbl_02\edk2\MdePkg\Include\Protocol\Shell.h
enum ShellVers= ion {
  SHELL_MAJOR_VERSION =3D 2,
  SHELL_MINOR_VERSIO= N =3D 7
};
 
Is this just changing the version number that is being displayed, or i= s this the variable that configures UEFI Shell to be at revision 2.7?
 
I need to access the ramdisk instructions within the shell.
 
Any help gratefully received.
 
Kind regards
_._,_._,_

Groups.io Links:

=20 You receive all messages sent to this group. =20 =20

View/Reply Online (#120903) | =20 | Mute= This Topic | New Topic
Your Subscriptio= n | Contact Group Owner | Unsubscribe [rebecca@openfw.io]

_._,_._,_
--EQgYJdmbcPwpqkzvdv8r--