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::644; helo=mail-pl1-x644.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl1-x644.google.com (mail-pl1-x644.google.com [IPv6:2607:f8b0:4864:20::644]) (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 7DBD621184ABA for ; Sun, 28 Oct 2018 20:51:22 -0700 (PDT) Received: by mail-pl1-x644.google.com with SMTP id t6-v6so3120348plo.9 for ; Sun, 28 Oct 2018 20:51:22 -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=OD1fVtyQuhMNLAIPOPichkdQPP0oArKJvT+/SBAnpOI=; b=IzKMeF4vT/xxNVJQfdbqzbtWWVYseClGCNOa6C9TKxp8wJFa+YUV/M1RFJpVWcBQeK V1W4gpi4atslDgS8+rBz+6B5BQoa6XlBuYstG8Li4qCvzZ1krPJNkId376ukseUM3wpZ plMmbwWWXrq69HcZEoCm9E3QK7JTIltJ71OPY= 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=OD1fVtyQuhMNLAIPOPichkdQPP0oArKJvT+/SBAnpOI=; b=GupVU+nZV1eYjf7wdQxcZKuOiEeqPjToAvKNei7rlsiKSPaMtr70RR45xjkJNWtnJS 1j+ZQnVCjtUjA9qn0yi8Q/Jc4kyvbUj8N0j+P96uT4HaxWipVJzkdMsoC0Ah9eXnFlxR o/rFjEq+t1nm+4N9IXdJAUnLFLftn/wVzwHWdBJjhTKguttxFXEV26VTvQbSRgUw4J+C hVfhK3+u4ZWziMaRMHPXsaYOA1cc7XGzWaY3snNFngpPz2uZ2y3tN3kKCoqjuXAyFAAe 5iUaTAxJ2Pk1nOtllAJ3ym0DRE3K9uq51l3CwA9wPntBo6T96ma9QaegdtPjPHggBqnY LuPg== X-Gm-Message-State: AGRZ1gIxQndEcYfvtJgm0fDphChjajgMR6MJ3ICB4CXRQnm58n82sEOm e55tOoXvEGKKWBivXBrDT13f0Q== X-Google-Smtp-Source: AJdET5dPcmktevEhKHlT4Ja3YgxGIdyVNIrKAad1IFUu27ZzlB1IccOz90SZVXiRw0YnFvmsRgw4Pg== X-Received: by 2002:a17:902:5ac9:: with SMTP id g9-v6mr12876828plm.311.1540785082151; Sun, 28 Oct 2018 20:51:22 -0700 (PDT) Received: from localhost.localdomain ([114.119.4.74]) by smtp.gmail.com with ESMTPSA id h62-v6sm890682pfg.27.2018.10.28.20.51.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 28 Oct 2018 20:51:21 -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 11:51:08 +0800 Message-Id: <20181029035111.53262-2-ming.huang@linaro.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20181029035111.53262-1-ming.huang@linaro.org> References: <20181029035111.53262-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v1 1/4] Hisilicon/D06: Add cpu on/off feature in TrustedFirmware 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 03:51:22 -0000 Add cpu on/off feature to support SBSA-PE test. Build commit information: TrustedFirmware:5888a78d43c Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/bl1.bin | Bin 12432 -> 12432 bytes Platform/Hisilicon/D06/fip.bin | Bin 113578 -> 113450 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D06/bl1.bin b/Platform/Hisilicon/D06/bl1.bin index d291359..524c7fd 100644 Binary files a/Platform/Hisilicon/D06/bl1.bin and b/Platform/Hisilicon/D06/bl1.bin differ diff --git a/Platform/Hisilicon/D06/fip.bin b/Platform/Hisilicon/D06/fip.bin index a72bef8..078758f 100644 Binary files a/Platform/Hisilicon/D06/fip.bin and b/Platform/Hisilicon/D06/fip.bin differ -- 2.18.0