From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::443; helo=mail-pf1-x443.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x443.google.com (mail-pf1-x443.google.com [IPv6:2607:f8b0:4864:20::443]) (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 1238B211069EF for ; Thu, 23 Aug 2018 09:10:27 -0700 (PDT) Received: by mail-pf1-x443.google.com with SMTP id b11-v6so2996046pfo.3 for ; Thu, 23 Aug 2018 09:10:27 -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=mrucpWOTlkKRLrY0tbug1pAhZl60yU5xUso8GgjjNLU=; b=jIzni9Cggo44ZsqnZ4RDf8nGxgGnvJ6eDJFTvFro9KaelsJNOcn8+fnZyshtJKGTzz z3JIk3BrVjC2SmPM5Wd7CLTRylGglcOc0WZzDhJkZrv9y2H0Td8ZAla30Iyjt8LE7EWJ ZBfbbnbAV7KAMNEkkmG1MzWQDJvjkULUO/S0o= 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=mrucpWOTlkKRLrY0tbug1pAhZl60yU5xUso8GgjjNLU=; b=EZYQBBJgFrkHhSYSRqXm+gxvh5aMfyZUzdQ2z5rlmpqMmLamnAmK2Hl1l5ZKDoYxxj Ha42Q7gImL963MlKfmC5lP4pHQP1k0noJCeUUc4aUTEo8oxqz26d6zOxkha5AEw6T9Ut ERb0O4/eyWtHF0clLApNmFKAv4trV94cK2mP6jCPF/aTCig+tuF8fYpqFSpYp//nSwmi oRZb0aiPaB7WT6h5D68lwF6K4bnoXGeBVI3O5bySajph9VqpRLwTXJT9UVzTRjfOqM3C GadFCpTUAnAz/m9ZC/gI1T9XgLULiU0psOAEbfXCCUny7F0Kz5tvO4quil9Z/ZbVsud7 fpjw== X-Gm-Message-State: APzg51CZnwssK679hb7j1LvfW4XhqZ1eH1kZbpCgchkFDmi9DB7SwG3b bglMISA8zo+k6aUsE+gABNEvDQ== X-Google-Smtp-Source: ANB0VdZuGWORFwfpv6MCcnh9rmxlyF5B4HqMY6EtkyUxduj1vRSZqSP9whttfYDIFvHbWl7mqDuyNA== X-Received: by 2002:a63:f14d:: with SMTP id o13-v6mr4494558pgk.236.1535040626793; Thu, 23 Aug 2018 09:10:26 -0700 (PDT) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id d19-v6sm5788083pgv.61.2018.08.23.09.10.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 23 Aug 2018 09:10:26 -0700 (PDT) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, lersek@redhat.com, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org, Ming Huang Date: Fri, 24 Aug 2018 00:07:40 +0800 Message-Id: <20180823160743.45638-29-ming.huang@linaro.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180823160743.45638-1-ming.huang@linaro.org> References: <20180823160743.45638-1-ming.huang@linaro.org> Subject: [PATCH edk2-platforms v4 28/31] Silicon/Hisilicon/Setup: Support SPCR table switch X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2018 16:10:27 -0000 If install SPCR table, KVM will not output while install or boot some OS, like ubuntu, so add SPCR switch setup item and set it disable by default. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/D06.dsc | 1 + Platform/Hisilicon/D06/D06.fdf | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Hisilicon/D06/D06.dsc b/Platform/Hisilicon/D06/D06.dsc index fad6fcc747..e6bebfb78b 100644 --- a/Platform/Hisilicon/D06/D06.dsc +++ b/Platform/Hisilicon/D06/D06.dsc @@ -325,6 +325,7 @@ MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf MdeModulePkg/Universal/SerialDxe/SerialDxe.inf + EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf diff --git a/Platform/Hisilicon/D06/D06.fdf b/Platform/Hisilicon/D06/D06.fdf index 8c3f4f9932..6580a5971a 100644 --- a/Platform/Hisilicon/D06/D06.fdf +++ b/Platform/Hisilicon/D06/D06.fdf @@ -200,6 +200,7 @@ READ_LOCK_STATUS = TRUE INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf + INF EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf -- 2.18.0