From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::244; helo=mail-wr0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0A593203B8C87 for ; Fri, 27 Apr 2018 04:37:59 -0700 (PDT) Received: by mail-wr0-x244.google.com with SMTP id v5-v6so1461848wrf.9 for ; Fri, 27 Apr 2018 04:37:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=AIqHauGQS82n5xmEWThFcRYZCDGS62wh7eL8meWOuGc=; b=WoBxhHbML+AgWb9S+bfky9Uj4gJd5pnHJifCLtb2RHPE7/uwUkZfR3no8NxyS+VNaX opbM94wqU7KgewpkGighsEVW+YvNBO3C7G5lLeKFpRVDPE7G1SfbtzNorGSnL1soEE6S 5FsoYPYqurZQnEloOuPZJ7qxWzzlJE0Cf/8I0= 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; bh=AIqHauGQS82n5xmEWThFcRYZCDGS62wh7eL8meWOuGc=; b=n6HrUpDEbUNfQaRnyN45acD+12gbUv2BlQ0plYAbRGOp2l8J9zmscYtlmSw8PjvXpR r2RNZDAL9Iyp28Evl9opRJFD75sZk/wsiXqLyV7U8dC2D0XOnHaA0QP0Jod3CiaBYFBT NUdIWhHj48m1TPZHPX1ubrk0bJE3KdEuLHZ9VBNRB+hoIQvBE7+4hlGHoGeoFoZptlHv BnsmjndG7d5wu/84ej4mcT/cg1Fd2eo848rbgE+tBG0+XCJVpYyAAXQgvDucu8F7AmQ2 F+i81AEvOKh+OhqCPUJsQYMabIKEJhqKHO6coR+e9ETKI9zDS904UblgwZyqRRopLP9Z /TtA== X-Gm-Message-State: ALQs6tASb445t2qzqKedVpqV56BWwwAq7aa2nBTeCNmRSdwxLw7Snt5w D35b8SV78xnLnOfpTMLgAhnpal64ir0= X-Google-Smtp-Source: AB8JxZphqh003P7LZ29UbWbUqOItPcOQAvlBMrvFsatNp4LFpB1mmbG67bE0If7XkMCVFYqRezSGXw== X-Received: by 2002:adf:8df7:: with SMTP id o110-v6mr1616445wrb.251.1524829077400; Fri, 27 Apr 2018 04:37:57 -0700 (PDT) Received: from localhost.localdomain ([2a01:e35:3995:5470:200:1aff:fe1b:b328]) by smtp.gmail.com with ESMTPSA id k82sm869167wmf.17.2018.04.27.04.37.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Apr 2018 04:37:56 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Fri, 27 Apr 2018 13:37:46 +0200 Message-Id: <20180427113748.21663-4-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180427113748.21663-1-ard.biesheuvel@linaro.org> References: <20180427113748.21663-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 3/5] Platform/SynQuacer: add 'acpiview' shell command to build X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2018 11:37:59 -0000 To help diagnose ACPI related boot problems, include the 'acpiview' builtin shell command to our build of the UEFI Shell. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 + Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc index 430c3fb06df1..cacb3d9e4852 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -533,6 +533,7 @@ [Components.common] ShellPkg/Application/Shell/Shell.inf { ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf + NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc index f2c6aa15fee4..2d68aed76ca2 100644 --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc @@ -505,6 +505,7 @@ [Components.common] ShellPkg/Application/Shell/Shell.inf { ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf + NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf -- 2.17.0