From owner-freebsd-arm@freebsd.org Wed Sep 30 11:16:16 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 9EA34424B53 for ; Wed, 30 Sep 2020 11:16:16 +0000 (UTC) (envelope-from dan.kotowski@a9development.com) Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "SwissSign Server Gold CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1Ybg55tMz46nx for ; Wed, 30 Sep 2020 11:16:15 +0000 (UTC) (envelope-from dan.kotowski@a9development.com) Date: Wed, 30 Sep 2020 11:16:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a9development.com; s=protonmail; t=1601464573; bh=GWnrqt/fWrhHJ9iuj6SLj3X87S0/R9d1IAgVWDEpcEc=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=B1zH3o54THKQhG658jFC0z5UvnON0w2+IWR9gUa/SvK+nnN9ORbkLQGCERxwYH+B0 /UYZmrY9SsCAm6Kv1Diw5t58/PVs1YeiUaOweB3bv5jYfr5/ozJmEKcGD5GejGrHjW sQfEjW0g65fht5tkW+onfLuLgcVOEFoeMXuY9xHw= To: freebsd-arm From: Dan Kotowski Reply-To: Dan Kotowski Subject: Re: HEADS UP: NXP LS1046A SoC support in the tree Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.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 mailout.protonmail.ch X-Rspamd-Queue-Id: 4C1Ybg55tMz46nx X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=a9development.com header.s=protonmail header.b=B1zH3o54; dmarc=pass (policy=none) header.from=a9development.com; spf=none (mx1.freebsd.org: domain of dan.kotowski@a9development.com has no SPF policy when checking 185.70.40.131) smtp.mailfrom=dan.kotowski@a9development.com X-Spamd-Result: default: False [-2.75 / 15.00]; HAS_REPLYTO(0.00)[dan.kotowski@a9development.com]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[a9development.com:s=protonmail]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.73)[-0.728]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_MEDIUM(-0.77)[-0.770]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[a9development.com:+]; DMARC_POLICY_ALLOW(-0.50)[a9development.com,none]; RCVD_IN_DNSWL_NONE(0.00)[185.70.40.131:from]; NEURAL_HAM_SHORT(-0.45)[-0.454]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-arm]; RWL_MAILSPIKE_POSSIBLE(0.00)[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: Wed, 30 Sep 2020 11:16:16 -0000 > Hello all, > > On behalf of the Semihalf team I'd like to announce that starting from > r365054 FreeBSD is ready to run NXP LS1046A system-on-a-chip with most > of the interfaces supported. > > LS1046A are quad-core 64-bit ARMv8 Cortex-A72 processors with > integrated packet processing acceleration and high speed peripherals > including 10 Gb Ethernet, PCIe 3.0, SATA 3.0 and USB 3.0 for a wide > range of networking, storage, security and industrial applications. It > is confirmed that at least some parts of the kernel support (such as > SDHCI) was successfully used on the Solid-Run LX2K Honeycomb > development platform. > > Below is the port status together with the features, which were > originally developed on top of the release/11.2.0 that have made their > way to FreeBSD-HEAD: > > - LS1046A core support (Quad-CA72 SMP, timers, IRQS, UART) > - already working in vanilla FreeBSD-HEAD before > - DWC3 USB3.0 host controller driver (FreeBSD-HEAD > version developed by manu@) > > - VF610 I2C controller (adjusted to work with the LS1046A) > - TI LM75 temperature sensor (adjusted to work with the LS1046A) > - QorIQ platform clockgen > - LS1046A CPU clockgen > - LS1046A GPIO > - RX8803 I2C RTC > - TCA6416 I2C GPIO expander > - LS1046A AHCI > - LS1046A SDHCI > > The major out-of-tree components are that albeit working on top of > release/11.2.0, still require significant effort to adopt to > FreeBSD-HEAD: > > - DPAA network controller support > - QSPI controller support > > This was a joined effort of Semihalf and Alstom Group (main > development sponsor), in particular: > Laurent Muller > David Fontaine > Yannis Planus > Artur Rojek > Dawid G=C3=B3recki > Kornel Dul=C4=99ba > Kamil Koczurek > Micha=C5=82 Stanek > Jacek Klimkowicz > > Best regards, > Marcin Excellent work, all! Do you expect to port up the DPAA controller support or will you be leaving= that for others? And have you looked into what it would take to add DPAA2 support as well?