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::431; helo=mail-pf1-x431.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x431.google.com (mail-pf1-x431.google.com [IPv6:2607:f8b0:4864:20::431]) (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 9504B2117CE98 for ; Sun, 28 Oct 2018 21:57:15 -0700 (PDT) Received: by mail-pf1-x431.google.com with SMTP id h4-v6so3376623pfi.10 for ; Sun, 28 Oct 2018 21:57:15 -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; bh=KXI58/Hkx8fGFZxSllSQUzdAbdDalCMljHwukH5AKro=; b=BCKHxYhpYGmMGo3+lkfcvj0TaaX7HmXEw4G7BGpncOa0nEIaA2aQZAMIUG3lBP6HQO 4oS3s9GfXoZWzq1rC+gEQlN5BBBC4+zR0UBb9FXFSm+mbUSeRb5YdIM8b5Ontu+UtQV+ 30vf1WxWXvcu07yxDkHrEr7JipoUifNBMaWdY= 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; bh=KXI58/Hkx8fGFZxSllSQUzdAbdDalCMljHwukH5AKro=; b=M2uGtcGzVSnNFvxvSbnLhIRHC1iH/eFUYwY6tnqj8Ik6x54GthGnnMFwB/P5j6nrFs SjyiQEiQkWjhuV1vaZPlF/D4tJW7YLX6cX23iFvjH0PIrU49YljYLB96u1mStvvJjchs 8Qc0DJOJd8e6txMcrEfkf9MIzVifvS3aAhPwTs4JdTVqsEh7epCgL0K47pfd8/gRgEJn 7XAUTaIAA8GuHQSDL1uhJ9cObBATGybVY8P/Yooi7V/Is0oWgOp6Ii7RK/4ENdqCBzf6 BMi1GI2UWt1Ad5SfttvQy8uf6vmkQ2BhNeQdqBiGebAr16Lp6aoeWlQ3BsKK/HU5btxo 88tA== X-Gm-Message-State: AGRZ1gL6LhtNzvMIkItcBpgWRXB085wc/YUu0YZiVjjFHpvW1QbMtkwD dEGVun5ceNfeh00+f3qzRIP6qQ== X-Google-Smtp-Source: AJdET5d6KhEX0fCAmB4KeG0PBu1m7KrN87GFBCyG1qmmJuO5gHujNvvycvYFfPJsg9/V9gRHGL1+2A== X-Received: by 2002:a65:6447:: with SMTP id s7mr12289723pgv.226.1540789034927; Sun, 28 Oct 2018 21:57:14 -0700 (PDT) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id c2-v6sm20287231pfn.95.2018.10.28.21.57.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 28 Oct 2018 21:57:14 -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, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org, zhangfeng56@huawei.com, Ming Huang Date: Mon, 29 Oct 2018 12:57:07 +0800 Message-Id: <20181029045708.6292-1-ming.huang@linaro.org> X-Mailer: git-send-email 2.18.0 Subject: [PATCH edk2/ArmPkg v1 0/1] Fix Gic interrupt routing modes bug 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: Mon, 29 Oct 2018 04:57:15 -0000 As GicV3 Spec, Interrupt Routing Modes should be 0 for routing the SPIs to the primary CPU. BTW: Edk2 latest commit(2f6693c283b5) has build error: make[2]: Entering directory '/home/huangming/source/new/edk2/BaseTools/Source/C/BrotliCompress' gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2 tools/brotli.c -o tools/brotli.o make[2]: *** No rule to make target 'common/././types.h', needed by 'common/dictionary.o'. Stop. make[2]: Leaving directory '/home/huangming/source/new/edk2/BaseTools/Source/C/BrotliCompress' GNUmakefile:85: recipe for target 'BrotliCompress' failed make[1]: *** [BrotliCompress] Error 2 make[1]: Leaving directory '/home/huangming/source/new/edk2/BaseTools/Source/C' GNUmakefile:25: recipe for target 'Source/C' failed make: *** [Source/C] Error 2 Ming Huang (1): ArmPkg: Fix Gic interrupt routing modes bug ArmPkg/Drivers/ArmGic/GicV3/ArmGicV3Dxe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.18.0