From owner-freebsd-arm@freebsd.org Tue May 19 13:43:40 2020 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BBE0B2D8091 for ; Tue, 19 May 2020 13:43:40 +0000 (UTC) (envelope-from dan.kotowski@a9development.com) Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "protonmail.com", Issuer "SwissSign Server Gold CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49RHCb3Tq0z4XGd for ; Tue, 19 May 2020 13:43:39 +0000 (UTC) (envelope-from dan.kotowski@a9development.com) Date: Tue, 19 May 2020 13:43:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a9development.com; s=protonmail; t=1589895816; bh=sEXhRNobG8C22o4XT19ZMsvPdQisrfY/0CdyvD3AtDs=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=M+PFGnjFOu+m5n8eJwqjWj3nIzRnmrYz8koLtneLbiTyQL5y4vHHDARlYWNuP0Q8J bDZmyeLVuaeodn5g4apgHwJxa5wxO+PT/HRtlhKOyIvx5fbX01FV7Tv2wjnrtIUnoO xt0rD2IbR09lR/kI1aiLCQRR8spK+L0QhMSIxj/s= To: "greg@unrelenting.technology" From: Dan Kotowski Cc: John-Mark Gurney , freebsd-arm@freebsd.org Reply-To: Dan Kotowski Subject: Re: FreeBSD on Layerscape/QorIQ LX2160X Message-ID: In-Reply-To: References: <7F9D7164-2C04-4E27-85F9-A495EAC8FC84@unrelenting.technology> <63b4f78ff4ee07359a345bcbc03afeaa@unrelenting.technology> <2053cd2299b81860deecc638ef839d1f@unrelenting.technology> <0012917d629a48e9fcd8589f4f002e1b@unrelenting.technology> <947c2f9bfaad823a2b104b8741502b40@unrelenting.technology> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch X-Rspamd-Queue-Id: 49RHCb3Tq0z4XGd X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=a9development.com header.s=protonmail header.b=M+PFGnjF; dmarc=pass (policy=none) header.from=a9development.com; spf=pass (mx1.freebsd.org: domain of dan.kotowski@a9development.com designates 185.70.40.131 as permitted sender) smtp.mailfrom=dan.kotowski@a9development.com X-Spamd-Result: default: False [-2.85 / 15.00]; HAS_REPLYTO(0.00)[dan.kotowski@a9development.com]; TO_DN_EQ_ADDR_SOME(0.00)[]; R_DKIM_ALLOW(-0.20)[a9development.com:s=protonmail]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:185.70.40.0/24]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[a9development.com:+]; DMARC_POLICY_ALLOW(-0.50)[a9development.com,none]; NEURAL_HAM_SHORT(-0.79)[-0.791]; NEURAL_HAM_MEDIUM(-0.96)[-0.961]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RWL_MAILSPIKE_VERYGOOD(0.00)[185.70.40.131:from]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[185.70.40.131:from] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2020 13:43:40 -0000 > Let's try this kernel: > > https://send.firefox.com/download/37e834fd4c903d80/#UpK-DrJoy-k3OgdA7eZyJ= g > > - SDHCI included lol > - not including the GIC interrupt improvement from https://reviews.free= bsd.org/D24876 - might help with ahci interrupts? maybe? > - I2C support (https://reviews.freebsd.org/D24361 + ACPI attachment) no= t that it's urgently needed, but why not, that was easy enough, I wonder if= it would attach or, knowing my luck, crash :D Getting closer... dmesg.boot: https://gist.github.com/agrajag9/99d26385be0f49a8a4f046f15a2c0f= 08 sdhci_acpi0-slot0 seems to have hung the boot process for almost 5min waiti= ng for various timeouts. Also this: mmc0: on sdhci_acpi0 mmc0: No compatible cards found on bus And still seeing the AHCI interrupt issue