From owner-freebsd-arm@freebsd.org Sat May 2 16:54:22 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 EAA852D461B for ; Sat, 2 May 2020 16:54:22 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49DwFT5fhMz4P3w for ; Sat, 2 May 2020 16:54:21 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1588438454; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ikpKiFWPUjnSFUYVy382R0oKEXFINGk/lM9BdNKat8w=; b=nPL0vYuPCSV4esO42/tsw23k6/2bHUWyiR7WrN58C65cKn+pKr8yMFszd9QkNvumDb2HRu gA8qi5IcsKJob+1xrmtR6emCf9krUyp0MD0h0tJ8MY8ho3/A45ZMba6Lfdlv0Fx5+kE+Uq C1ztUCBpD7PBF2Jnv59txeJ1HkGf5iY= Received: from tails.home (lfbn-idf2-1-900-181.w86-238.abo.wanadoo.fr [86.238.131.181]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 67010bc6 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 2 May 2020 16:54:14 +0000 (UTC) Date: Sat, 2 May 2020 18:54:13 +0200 From: Emmanuel Vadot To: Oskar Holmlund Cc: Oskar Holmlund via freebsd-arm Subject: Re: TI omap4/pandaboard freebsd 12+ users? Message-Id: <20200502185413.2c69acbc8eb8f47e22deee0f@bidouilliste.com> In-Reply-To: <1038254550.435162.1588437553830@mail.yahoo.com> References: <1038254550.435162.1588437553830.ref@mail.yahoo.com> <1038254550.435162.1588437553830@mail.yahoo.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49DwFT5fhMz4P3w X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=nPL0vYuP; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-2.94 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-1.44)[ip: (-9.39), ipnet: 212.83.128.0/19(1.76), asn: 12876(0.42), country: FR(-0.00)]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; FREEMAIL_TO(0.00)[yahoo.com]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2020 16:54:23 -0000 Hi Oskar ! On Sat, 2 May 2020 16:39:13 +0000 (UTC) Oskar Holmlund via freebsd-arm wrote: > Is anyone actively using freebsd 12 / current on TI OMAP4 systems? > > Due to issues with upcomming import of Linux 5.5 device tree to stable (already in current). > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244754 > I decided to try to do a clock implementation with the sys/dev/extres/clk framework. I can get all the clocks/clkctrls out of the device tree and map it to the extres/clk framework, all the parent-child relation between the different clocks are working, the registers reads&writes seems to work. > > Now its time to update the drivers with the clk framework. I have different systems based on AM335x to test on but none with the omap4. > If no one are using omap4 based systems i will silently ignore these files, on the other hand if someone is using omap4 based systems please let me know if you want to try my code :) > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" I have a pandaboard here to test stuff. That's cool news, do you have links to your code ? Cheers, -- Emmanuel Vadot