From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6996CC001DE for ; Wed, 2 Aug 2023 09:32:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3624C8686A; Wed, 2 Aug 2023 11:31:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=andestech.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id C64BF86875; Wed, 2 Aug 2023 11:31:56 +0200 (CEST) Received: from Atcsqr.andestech.com (60-248-80-70.hinet-ip.hinet.net [60.248.80.70]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5C4A58685B for ; Wed, 2 Aug 2023 11:31:52 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=andestech.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ycliang@andestech.com Received: from mail.andestech.com (ATCPCS16.andestech.com [10.0.1.222]) by Atcsqr.andestech.com with ESMTP id 3729Vifq077788; Wed, 2 Aug 2023 17:31:44 +0800 (+08) (envelope-from ycliang@andestech.com) Received: from ubuntu01 (10.0.12.75) by ATCPCS16.andestech.com (10.0.1.222) with Microsoft SMTP Server id 14.3.498.0; Wed, 2 Aug 2023 17:31:41 +0800 Date: Wed, 2 Aug 2023 09:31:38 +0000 From: Leo Liang To: Bin Meng CC: , , Subject: Re: [PULL] u-boot-riscv/master Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/2.0.5 (2021-01-21) X-Originating-IP: [10.0.12.75] X-DNSRBL: X-MAIL: Atcsqr.andestech.com 3729Vifq077788 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Bin, On Wed, Aug 02, 2023 at 02:27:29PM +0800, Bin Meng wrote: > Hi Leo, > > On Wed, Aug 2, 2023 at 1:49 PM Leo Liang wrote: > > > > Hi Tom, > > > > The following changes since commit 7755b2200777f72dca87dd169138e95f011bbcb9: > > > > Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-boot-x86 (2023-08-01 11:57:55 -0400) > > > > are available in the Git repository at: > > > > https://source.denx.de/u-boot/custodians/u-boot-riscv.git > > > > for you to fetch changes up to 093bd0354e5b947b0bd634bf5ed4041ba075b57d: > > > > acpi: Add missing RISC-V acpi_table header (2023-08-02 11:02:33 +0800) > > > > CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/17177 > > > > ---------------------------------------------------------------- > > > > + Fix compilation error for CI when enabling RTL8169 driver > > + Fix compilation error for pci_mmc.c by adding acpi_table header file > > + Support StarFive JH7110 PCIe driver > > + Enable PCI on Unmatched board > > > > ---------------------------------------------------------------- > > > > Heinrich Schuchardt (2): > > riscv: sifive: initialize PCI on Unmatched > > acpi: Add missing RISC-V acpi_table header > > > > Mason Huo (3): > > starfive: pci: Add StarFive JH7110 pcie driver > > configs: starfive-jh7110: Add support for PCIe host driver > > riscv: dts: starfive: Enable PCIe host controller > > > > Minda Chen (5): > > i2c: designware: Add Kconfig for designware_i2c_pci.c > > net: rtl8169: Fix compile warning in rtl8169 > > net: rtl8169: Fix DMA minimal aligned compile warning in RISC-V > > net: rtl8169: Add one device ID 0x8161 > > configs: starfive-jh7110: Add CONFIG_RTL8169 > > > > Looks the second half of this series is missed? > https://patchwork.ozlabs.org/project/uboot/list/?series=365237 > > Regards, > Bin Thanks for the reminder! I did omit this second half of the series by accident! I will re-send the PR again ASAP! Best regards, Leo