From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web11.7586.1633344332239511449 for ; Mon, 04 Oct 2021 03:45:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ventanamicro.com header.s=google header.b=ERbLhnLZ; spf=pass (domain: ventanamicro.com, ip: 209.85.210.181, mailfrom: sunilvl@ventanamicro.com) Received: by mail-pf1-f181.google.com with SMTP id m26so869404pff.3 for ; Mon, 04 Oct 2021 03:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ventanamicro.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=mwuvpaPDY5A4p0sqLw0cekaHJfj8KTD+DLbj6nLoHlI=; b=ERbLhnLZgmrFwpAp+G8+YpEFQLkKHCwZJlJijeyqGK5RRpdBHDG5wvRKdzX2I54abu oUT1GJaLlUPO9Y+e4J1luhxiH5Qzmbc6ocM2skii2kcFbul/QrxY5rssTDBNcm5pYfQ4 RfNLPngaYWq3BEw8MlZ3R1/UXD0My52eA/FbDeFEPDb7cCxYzsMdY5m6G1xCPRYlO7sY viOQ6luOnqJjgbypjthoSRYP7sDoalufj3xvjsGQ+u8V2MKuqiL6GxPkViQOVL1beu22 BYji1qc99VKVG6Dm1QIFrfTSZDQL8AGx3A2hk8Qzynbxzs5M65fnVCooSg9v0+a5QD2d 4VdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=mwuvpaPDY5A4p0sqLw0cekaHJfj8KTD+DLbj6nLoHlI=; b=UngyBhLF/k3A8zbhc6XWZk+W8Hdnu/X2X1+Ss3NwPVzgqWO25CrnoDJxjEDFtSTvh4 ZF6FLmZzRbzbtqu9jkJVtuIx2oTJG7C4cEHGnY+0RKnFqbSTwiYchch9ikODr6ae1z6U oxdWOAK7GxH+G/ONEQSb+oyQVTZpVgrN59Kk37ijObIdZtc01IO87Xg6uBqFSH80xPTL Bzo9uzU3uLyg46Kr+jnLpESX2OeitbS+JE+Uf4tA/4UYfs4qilK8AJV5+srUqo8fRu1h NYtGWAoDDsGjZ/wzvXNufbHXuOdUCFXXkU9gUiEESSgUrUCE3APCfXDTTU8AzvLj50FA 6VhQ== X-Gm-Message-State: AOAM533hKahKHb8f/oW2p15+NbaQnE1N4iYRiMS4KAioqs+oz8ePFljB ch724YSxoTbb4CePMNYT9k3TeA== X-Google-Smtp-Source: ABdhPJwPWQXSYDI4WIrnCbGeUGKy6aDsDN4V7cja4OWhjMt9rQFMIUCEFuVlHqE8/1hqZzayPfZjDg== X-Received: by 2002:a63:1a03:: with SMTP id a3mr6322308pga.311.1633344331770; Mon, 04 Oct 2021 03:45:31 -0700 (PDT) Return-Path: Received: from sunil-ThinkPad-T490 ([49.206.3.187]) by smtp.gmail.com with ESMTPSA id gj6sm7227671pjb.34.2021.10.04.03.45.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Oct 2021 03:45:31 -0700 (PDT) Date: Mon, 4 Oct 2021 16:15:26 +0530 From: Sunil V L To: Daniel Schaefer Cc: devel@edk2.groups.io, Abner Chang , Leif Lindholm Subject: Re: [PATCH v1 3/5] U540, U500: Add initrd command to boot Linux Message-ID: <20211004104526.GC83401@sunil-ThinkPad-T490> References: <20211003172359.1622768-1-daniel.schaefer@hpe.com> <20211003172359.1622768-4-daniel.schaefer@hpe.com> MIME-Version: 1.0 In-Reply-To: <20211003172359.1622768-4-daniel.schaefer@hpe.com> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 04, 2021 at 01:23:57AM +0800, Daniel Schaefer wrote: > Cc: Abner Chang > Cc: Sunil V L > Cc: Leif Lindholm > > Signed-off-by: Daniel Schaefer > --- > Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc | 7 +++++++ > Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.fdf | 1 + > Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 7 +++++++ > Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.fdf | 1 + > 4 files changed, 16 insertions(+) > > diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc > index cdc1b9ee8f..23f50ab2c4 100644 > --- a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc > +++ b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc > @@ -513,6 +513,13 @@ > FatPkg/EnhancedFatDxe/Fat.inf > MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf > > + OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf { > + > + gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE > + > + ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf Do we need to add UefiShellLib.inf here? Same question for other changes too. > + } > + > ShellPkg/Application/Shell/Shell.inf { > > ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf > diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.fdf b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.fdf > index f262e4fe17..5f3ac8e0b7 100644 > --- a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.fdf > +++ b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.fdf > @@ -187,6 +187,7 @@ INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf > > INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf > > +INF OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf > INF ShellPkg/Application/Shell/Shell.inf > > # > diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc > index be70ef5294..850d60afa2 100644 > --- a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc > +++ b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc > @@ -512,6 +512,13 @@ > FatPkg/EnhancedFatDxe/Fat.inf > MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf > > + OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf { > + > + gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE > + > + ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf > + } > + > ShellPkg/Application/Shell/Shell.inf { > > ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf > diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.fdf b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.fdf > index c0ce09fcee..a1a4b342e3 100644 > --- a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.fdf > +++ b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.fdf > @@ -187,6 +187,7 @@ INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf > > INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf > > +INF OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf > INF ShellPkg/Application/Shell/Shell.inf > > # > -- > 2.33.0 >