From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by mx.groups.io with SMTP id smtpd.web11.10094.1574765869855730659 for ; Tue, 26 Nov 2019 02:57:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@akeo-ie.20150623.gappssmtp.com header.s=20150623 header.b=y4gnBc3w; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.128.65, mailfrom: pete@akeo.ie) Received: by mail-wm1-f65.google.com with SMTP id y5so2743200wmi.5 for ; Tue, 26 Nov 2019 02:57:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ulkHFJvRlcNUb1mtksTT5LoEUz4FVyqfra1pZUz9gbI=; b=y4gnBc3wWTAa3ApPmIMoOPkYOSsfxLhO/wIPwI7jPvsc3CkQ/0NJfbryDyxbOosgvp UxNNEPtnQC8fVLbyNuoU6xM5j/nJTxnjbbZDa1eOxSV5IbxBZ2SQLA9GYF0NhZPquMnc eHsmUsmMGv/XBIR1J19TVU4gObMf/QdJfNx51vHTT6jgEbMDR6hG/i1YwBeAwZ7Lx5FV RyOekwfkE5cUBsn31zAWEdJUMPYlhOQA/dDt+jLBNfJzwAOpmecU5epGEeyWKf6Jszye J3UmDMSf4/LbJWJ/Q8BCznJpnKJeOxcDnEQ2Io/bDklz6K8pZtC+By7BU8o9MmvemwVn 3zgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ulkHFJvRlcNUb1mtksTT5LoEUz4FVyqfra1pZUz9gbI=; b=hi44XejqEg6UpmfXcADSykk51qWWOBDFdgXD5WDsclsamtCIYJUUPTHSdd4Xp9W//z ELJfZi5xN70kXbIJ4XiDwBwuiypqjUL9Ox4NUH8BNh5E++lS8ittA3FlumLOLflTE8Uu pAC+us08VGori6Hjfc0dU4/5IneoToUMSbdoWSu3uSqQ5ezXphuciw3zig+uD7TWRbBo i0gQukk56y1wtWxAhmSmV0SJPiVmA878iK4McUSva+6z2AdRazXuFrY7XzCv6cQh1R5y tRZJqzVRrG3aFkwQSIadWNhcqigcjpz/SWLWYV1BDWYXIkLLwz4rDCGley+NITZTeGF/ MEsg== X-Gm-Message-State: APjAAAV0UGv47gkBielnJz5C4emjK0TfAarzC+Xz06Uj0v7JYcyAvpCW tyXBsxJ8sMYAEdRDPLKnmLu2Yi6CX8A= X-Google-Smtp-Source: APXvYqy6rwlOpO+LXCdKjf+Z8vDhG4z6CfMeLJbzGJLQubxRfI29RN9LB4dBMMEAkECCG1MuOEKq7g== X-Received: by 2002:a1c:7d01:: with SMTP id y1mr3508737wmc.157.1574765868209; Tue, 26 Nov 2019 02:57:48 -0800 (PST) Return-Path: Received: from localhost.localdomain ([84.203.37.1]) by smtp.gmail.com with ESMTPSA id p25sm2545037wma.20.2019.11.26.02.57.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2019 02:57:47 -0800 (PST) From: "Pete Batard" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org, philmd@redhat.com Subject: [edk2-platforms][PATCH 2/2] Platform/RPi3: Add acpiview to the builtin UEFI Shell Date: Tue, 26 Nov 2019 10:57:33 +0000 Message-Id: <20191126105733.6300-3-pete@akeo.ie> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20191126105733.6300-1-pete@akeo.ie> References: <20191126105733.6300-1-pete@akeo.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Ard Biesheuvel acpiview is a UEFI shell command that can be used to inspect and validate ACPI tables from the pre-OS environment. Let's add it to our build of the shell. Signed-off-by: Pete Batard --- Platform/RaspberryPi/RPi3/RPi3.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc index 8ec82fc6d598..6a808b287ea9 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.dsc +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc @@ -617,6 +617,7 @@ [Components.common] NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf + NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf -- 2.21.0.windows.1