From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-x230.google.com (mail-pg0-x230.google.com [IPv6:2607:f8b0:400e:c05::230]) (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 1A59D21E43B7B for ; Fri, 22 Sep 2017 07:03:03 -0700 (PDT) Received: by mail-pg0-x230.google.com with SMTP id 188so647952pgb.2 for ; Fri, 22 Sep 2017 07:06:11 -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=+tUtZKKROrXfFQGXGDdnYrH5eKBzTGB23Y7tiW2OWno=; b=LkHChkdkI9S3UgLuClNtcB+yGBJT504TraUkb5IzMg/013a/XFI8frq3iFsAlYFD3v 0cWsOzEvRyheA9bJZRGovYUQ5659+6qlBAUzUb8JufSvjNdSvQGfk+IqwnZvZ1ZLpiJU B6aa1gZp7H9vz9IkR579WHkEmzHcP23Y3wcWk= 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=+tUtZKKROrXfFQGXGDdnYrH5eKBzTGB23Y7tiW2OWno=; b=gj7LYIqhMFYb5W64dxb6P6lfXbzyLmxBsQAaIl5x61Ue+ilFU8vBgc3UUBT6I+iJ6U RoqHA+7nNTTn/WjZ0SMwziCZ23RQJ2IpFdNuBCHhnaz9e8148in61GjHGIVKHM9OLGqL URF2oJ3SAN4egi1dl5sUepA1s6aquHdopbvwIM1XpB4RCeaCr6N4zk5chwy2jifQD/Ux IHOV4NnaA0MQBhrfoky3s/iAa/HG3lHaXNx62qa+oeVh6LTz2UjKty1x9JfkpyEDErAp wHU0X4KF4MofKMJJzUhHyBtFHajiAUBN/zlDm6iehPR23BaBCrIWMhkJFy0KW1z2niK1 KI+w== X-Gm-Message-State: AHPjjUiK8+saQWm+nQWZCG9N1e/1i2Wm7EA04diDWHDitcs2z9wwDMeQ iYJ/skb1Igr3/HNg9Me3k+kspQ== X-Google-Smtp-Source: AOwi7QC+31hYA8lSG64o904ofDw1at2ZPGYuBlDrgmjy7JvV9gUaTxhdOz0afKdvx3PRCbS5oelNvg== X-Received: by 10.101.64.139 with SMTP id t11mr9250634pgp.299.1506089170848; Fri, 22 Sep 2017 07:06:10 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id f11sm8072143pgt.65.2017.09.22.07.06.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 Sep 2017 07:06:10 -0700 (PDT) From: Heyi Guo To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, mengfanrong@huawei.com, waip23@126.com, Heyi Guo Date: Fri, 22 Sep 2017 21:58:35 +0800 Message-Id: <1506088728-53634-9-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1506088728-53634-1-git-send-email-heyi.guo@linaro.org> References: <1506088728-53634-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-non-osi v4 04/10] Hisilicon: Update Trusted Firmware binary X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2017 14:03:03 -0000 From: Ming Huang The Trusted Firmware binary was produced from the commit hash: "14c7bdf" Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo --- Platform/Hisilicon/D03/bl1.bin | Bin 14336 -> 14336 bytes Platform/Hisilicon/D03/fip.bin | Bin 45601 -> 62513 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D03/bl1.bin b/Platform/Hisilicon/D03/bl1.bin index 7bf0698..cdaa743 100644 Binary files a/Platform/Hisilicon/D03/bl1.bin and b/Platform/Hisilicon/D03/bl1.bin differ diff --git a/Platform/Hisilicon/D03/fip.bin b/Platform/Hisilicon/D03/fip.bin index 913d40d..ae4ed1a 100644 Binary files a/Platform/Hisilicon/D03/fip.bin and b/Platform/Hisilicon/D03/fip.bin differ -- 1.9.1