From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 21 Oct 2015 17:10:30 -0600 Subject: [U-Boot] [PATCH 2/2] ARM: tegra: enable PCI support of p2371-2180 In-Reply-To: <4f09015b4d1341f78fc63decfb0f5769@HQMAIL103.nvidia.com> References: <1444086160-30298-1-git-send-email-swarren@wwwdotorg.org> <1444086160-30298-2-git-send-email-swarren@wwwdotorg.org> <4f09015b4d1341f78fc63decfb0f5769@HQMAIL103.nvidia.com> Message-ID: <56281B66.1040301@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/21/2015 05:03 PM, Tom Warren wrote: > Stephen, > >> -----Original Message----- >> From: Stephen Warren [mailto:swarren at wwwdotorg.org] >> Sent: Monday, October 05, 2015 4:03 PM >> To: u-boot at lists.denx.de; Simon Glass ; Tom Warren >> ; Stephen Warren >> Cc: Thierry Reding >> Subject: [PATCH 2/2] ARM: tegra: enable PCI support of p2371-2180 >> >> From: Stephen Warren >> >> p2371-2180 has two PCI ports; a regular x4 slot and a x1 M.2 slot. This patch >> adds the relevant DT to enable the PCI controller and configure the XUSB padctl >> pin muxing, and code to turn on the PCI power and enable PCI features in U- >> Boot. I have only tested the x4 slot. >> >> Signed-off-by: Stephen Warren > > This breaks the P2371-2180 build with this error: > > drivers/net/rtl8169.c: In function 'rtl_recv': > drivers/net/rtl8169.c:584:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > return rtl_recv_common((pci_dev_t)dev->priv, dev->iobase, NULL); > ^ > drivers/net/rtl8169.c: In function 'rtl_send': > drivers/net/rtl8169.c:669:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > return rtl_send_common((pci_dev_t)dev->priv, dev->iobase, packet, > ^ > drivers/net/rtl8169.c: In function 'rtl_reset': > drivers/net/rtl8169.c:849:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > rtl8169_common_start((pci_dev_t)dev->priv, dev->enetaddr); > > I've taken my current u-boot-tegra/master, rebased against u-boot/master, added your armv8 NONCACHED_MEMORY patchset, then your PLLE, XUSB and PCI patchsets. Here are the top commits: ... You're missing the following two: net: rtl8169: Build warning fixes for 64-bit fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT (see note below --- in patch 1) I think everything else required is in your list.