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::52a; helo=mail-pg1-x52a.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg1-x52a.google.com (mail-pg1-x52a.google.com [IPv6:2607:f8b0:4864:20::52a]) (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 3759121BADAB2 for ; Fri, 1 Feb 2019 06:25:14 -0800 (PST) Received: by mail-pg1-x52a.google.com with SMTP id t13so3000850pgr.11 for ; Fri, 01 Feb 2019 06:25:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=cilemCgNxfnfjqDb5/2AupxxjHII/fK48BUfWoeV7Bc=; b=MwQnjALSlP3poiJIkPSSA2KpQOZozwIwra998OWxM8CPqwaA8LrDKrIZkGD4Yb08/r H9Ei0VXfMWiYAwVVUtB0dOERzvJC51N4VooXIPCqTwAq/7kMxPkU/tE0lqXQXmA03dAC KqxQqU5WpD9e5y96I8He3SKWsySXGJWZbn/FQ= 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=cilemCgNxfnfjqDb5/2AupxxjHII/fK48BUfWoeV7Bc=; b=p/JUHUoY4hgeXJgrZG1ckkDdtxoKShkG+GVu7oSkgIy/Ry555ezQ4Pn9Em5j9X4iOp 7pRFHJJmdA9bp9zL9nQ6cxdgR2orf2d7mJ0hfVpUMEX6wtqUSyNaas8gJFUZncXMjHiw QOSFZW3SQiun7Gr7FIi0/pgQnaYpjtSjLXopfvDQ1QvakLDvMnHMAwgWP4QnaP5pKZRZ BmQOdnJgsUCcIxYPjSTIc2RF8+RISJN4GI27Wk+hjHLG/vCmX5sG/O4FagXLuhVkIB/6 kqBoapNfW7GLy70s1QlDs9j24FvUNWgQAFc4SpiIyfaRsfw8Js6iSb0dypXaqEFnXREb zXng== X-Gm-Message-State: AHQUAuY//gDA6eEh+CzurTN8ODK0j4Iwndf4824eJaOv+R/sM0wpR1S4 zMNxsTu9moHB2GBPuED/62Ez5w== X-Google-Smtp-Source: AHgI3IYvlblQAHxCTCuwIwllZ4ss1B+ardYb48ZANDzZJCb6FM/RxLXyOx3xr8bP5ddqco9FjGyzeA== X-Received: by 2002:a63:7044:: with SMTP id a4mr2379146pgn.359.1549031114474; Fri, 01 Feb 2019 06:25:14 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id 134sm8929118pgb.78.2019.02.01.06.25.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Feb 2019 06:25:13 -0800 (PST) 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: Fri, 1 Feb 2019 22:25:00 +0800 Message-Id: <20190201142507.30454-1-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 Subject: [PATCH edk2-non-osi v1 0/7] Upload D0x binary modules 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: Fri, 01 Feb 2019 14:25:15 -0000 Main Changes : 1 Fix numa node wrong issue; 2 Use new flash layout; 3 Update RAS binary; 4 Rename StartupAp() function; 5 Optimize SAS driver for reducing boot time; Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git branch: 1902-non-osi-v1 Ming Huang (7): Hisilicon/D06: Optimize SAS driver for reducing boot time Hisilicon/D0x: Rename StartupAp() function Hisilicon/D06: Update Mbigen and gic RAS register Hisilicon/D06: Support PCIe local RAS Hisilicon/D06: Use new flash layout Hisilicon/D06: Fix numa node wrong issue Hisilicon/D06: Add Setup Item "Support DPC" Platform/Hisilicon/D06/CustomData.Fv | Bin 0 -> 65536 bytes Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi | Bin 232832 -> 226784 bytes Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.efi | Bin 21248 -> 22048 bytes Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.efi | Bin 17984 -> 18720 bytes Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.depex | Bin 216 -> 36 bytes Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.efi | Bin 221312 -> 220640 bytes Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.lib | Bin 61892 -> 31696 bytes Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.efi | Bin 297696 -> 358656 bytes Platform/Hisilicon/D06/Sec/FVMAIN_SEC.Fv | Bin 1048576 -> 1048576 bytes Platform/Hisilicon/D06/bl1.bin | Bin 12432 -> 12432 bytes Platform/Hisilicon/D06/fip.bin | Bin 113450 -> 121866 bytes Silicon/Hisilicon/Hi1610/Library/PlatformSysCtrlLibHi1610/PlatformSysCtrlLibHi1610.lib | Bin 297590 -> 229128 bytes Silicon/Hisilicon/Hi1616/Library/PlatformSysCtrlLibHi1616/PlatformSysCtrlLibHi1616.lib | Bin 344310 -> 275312 bytes Silicon/Hisilicon/Hi1620/Library/PlatformSysCtrlLibHi1620/PlatformSysCtrlLibHi1620.lib | Bin 356032 -> 375916 bytes 14 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Platform/Hisilicon/D06/CustomData.Fv -- 2.9.5