Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1708188imu; Thu, 17 Jan 2019 01:50:57 -0800 (PST) X-Google-Smtp-Source: ALg8bN63IRguYMtHlfm9KCNnRH8qb0196lMBdS/+CX0zYUhecrgPMAKIanvI029cH7A9h02ZfAc+ X-Received: by 2002:a63:981:: with SMTP id 123mr12936529pgj.444.1547718657546; Thu, 17 Jan 2019 01:50:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547718657; cv=none; d=google.com; s=arc-20160816; b=YXcHdq8XTCM4z4YbhB0DfbRhhNbM5euut2+PbBJo24/l9eUglmPvRp6SdGTkgykEZ+ M9nF2sIyDG8h+IrFZZswZ/Zi2Ck73vCrJV9hoaiztGp4cEHObN0jusdCmepT46/XnVce aqAnWCUMgB8XBbRssQ1H5XnLqAufAPbNcdmxTrtFHVcHa8fpeaLHdQSVr4O1iVfJeAX9 tBmqLLIdfM04WiRR5/h3+sGhDt7vUeRHym53UeDPoQ4fGTsGb+xFDBBgdUYqWU4Unz4F BvQD9udmtcnUclUHe/iCz5KGGjEvwiUPQNjX5d+klTsO9M0qXNUTnyusJ1gDcco4T9TV heuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Xp8IE1O2g6qGTvpnmDnpXP2F+/4D9q6zDAij/1z9REg=; b=oZRyZ530eQHu99N0/0mWr5Sp/5JXCuDRraJL7TtwB3a7fY29A0HK4qlPJFpGmhO4Nn kx9sn81jk1T5eMOrjvl2Rsmy87jmOmRiHL2uK/DcKEw6TWCD2gbLnJFSIlgnRCy0huNd 6PayIYjGsz0DM+dstn/oSa6IUMtXMxh1vfMWyVOKtJRiwgQMmCozzZ3NvtD2qRvkHa8H Eq4tsb/HnhabtTdF8+AtHvrbwcPKDALMCWQGVwyR9/mQe15s0UIM5/IsjU+slj9Dpsx+ BYQHyeUwQSb9u5WInoVVpP/339dpD2Cc59W41C6XUPAhBgOr8ENqud5OL5XBoocUTk91 6DYw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w67si1182450pgb.45.2019.01.17.01.50.41; Thu, 17 Jan 2019 01:50:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729079AbfAQJbU (ORCPT + 99 others); Thu, 17 Jan 2019 04:31:20 -0500 Received: from verein.lst.de ([213.95.11.211]:36379 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729046AbfAQJbT (ORCPT ); Thu, 17 Jan 2019 04:31:19 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id DD3416F9C5; Thu, 17 Jan 2019 10:31:17 +0100 (CET) Date: Thu, 17 Jan 2019 10:31:17 +0100 From: Christoph Hellwig To: Christian Zigotzky Cc: Christoph Hellwig , linux-arch@vger.kernel.org, Darren Stevens , linux-kernel@vger.kernel.org, Julian Margetson , linux-mm@kvack.org, iommu@lists.linux-foundation.org, Paul Mackerras , Olof Johansson , linuxppc-dev@lists.ozlabs.org Subject: Re: use generic DMA mapping code in powerpc V4 Message-ID: <20190117093117.GA31557@lst.de> References: <3504ee70-02de-049e-6402-2d530bf55a84@xenosoft.de> <23284859-bf0a-9cd5-a480-2a7fd7802056@xenosoft.de> <075f70e3-7a4a-732f-b501-05a1a8e3c853@xenosoft.de> <21f72a6a-9095-7034-f169-95e876228b2a@xenosoft.de> <27148ac2-2a92-5536-d886-2c0971ab43d9@xenosoft.de> <20190115133558.GA29225@lst.de> <685f0c06-af1b-0bec-ac03-f9bf1f7a2b35@xenosoft.de> <20190115151732.GA2325@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 17, 2019 at 10:21:11AM +0100, Christian Zigotzky wrote: > The X1000 boots and the PASEMI onboard ethernet works! > > Bad news for the X5000 (P5020 board). U-Boot loads the kernel and the dtb > file. Then the kernel starts but it doesn't find any hard disks > (partitions). Thanks for bisecting so far, and lets stop here until I manage to resolve the problem. Can you send me the .config and the dtb file for this board?