From nobody Fri Sep 13 15:55:38 2024 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X4zRg2XTCz5V7kv for ; Fri, 13 Sep 2024 15:55:43 +0000 (UTC) (envelope-from zmetzing@pobox.com) Received: from pb-smtp1.pobox.com (pb-smtp1.pobox.com [64.147.108.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4X4zRf3YRqz4sjW for ; Fri, 13 Sep 2024 15:55:42 +0000 (UTC) (envelope-from zmetzing@pobox.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=pobox.com header.s=sasl header.b=qlaA8Usu; dmarc=pass (policy=none) header.from=pobox.com; spf=pass (mx1.freebsd.org: domain of zmetzing@pobox.com designates 64.147.108.70 as permitted sender) smtp.mailfrom=zmetzing@pobox.com Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id CC1261EA01 for ; Fri, 13 Sep 2024 11:55:41 -0400 (EDT) (envelope-from zmetzing@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :date:mime-version:to:from:subject:content-type :content-transfer-encoding; s=sasl; bh=AwtvammTo2hOBzAgcGhqiNvRt nNOawMDQEBpwjp41r8=; b=qlaA8UsuTAzBgs+9zLm83VRWMrtOOmYJzYjblyq0j 8/u1mPl5eJKLLqpaNbyZfTstZowiRDW+iow6JFN9haU90ytDqwdWV/DlsjdjWUA8 flE8IAjc3XyPLHSEYd8Cb4yNZBgYP8rVdE6Xp/n12oYWv9tQj01ypO4jCqFeeTBN A0= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id C16BA1EA00 for ; Fri, 13 Sep 2024 11:55:41 -0400 (EDT) (envelope-from zmetzing@pobox.com) Received: from [192.168.1.5] (unknown [47.185.113.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 3139A1E9FF for ; Fri, 13 Sep 2024 11:55:41 -0400 (EDT) (envelope-from zmetzing@pobox.com) Message-ID: <276f57f2-5194-cad1-d859-e49b2bce2580@pobox.com> Date: Fri, 13 Sep 2024 10:55:38 -0500 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Content-Language: en-US To: freebsd-arm@freebsd.org From: Zach Metzinger Subject: Beaglebone Black/Green/Blue support (volunteering) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: A09A8F58-71E8-11EF-9EE6-2BAEEB2EC81B-19366360!pb-smtp1.pobox.com X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.86)[-0.865]; DMARC_POLICY_ALLOW(-0.50)[pobox.com,none]; R_DKIM_ALLOW(-0.20)[pobox.com:s=sasl]; R_SPF_ALLOW(-0.20)[+ip4:64.147.108.0/24]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.108.70:from]; RCVD_VIA_SMTP_AUTH(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:19151, ipnet:64.147.108.0/24, country:US]; MLMMJ_DEST(0.00)[freebsd-arm@freebsd.org]; DWL_DNSWL_NONE(0.00)[pobox.com:dkim]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[pobox.com:+] X-Rspamd-Queue-Id: 4X4zRf3YRqz4sjW Hello all, I have a number of these boards and really prefer them to any Pi-thing when I need to throw them out into the field to monitor or control things. It was mentioned that support for armv7 was being dropped (or at least it was a consideration) in the current version(s) of FreeBSD. I've built 12.4 and have it running on a BBG; I'm currently building 13.4 to see where it breaks -- I've been told moving to current would be the best way to "revive" support for this board. I'd like to do what I can to help keep them included as a viable and supported platform. Bare-metal/VxWorks/FreeRTOS C coder by day, so the real challenge is learning the build environment. Not many hours/wk to dedicate to it, but I'll do what I'm able. Thanks to FUZxx on freebsd.dev for pointing out this list. --- Zach (__sbrk) From nobody Fri Sep 13 16:43:07 2024 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X50Vh301Dz5VF0j for ; Fri, 13 Sep 2024 16:43:24 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic316-54.consmr.mail.gq1.yahoo.com (sonic316-54.consmr.mail.gq1.yahoo.com [98.137.69.30]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4X50Vh0RWSz515p for ; Fri, 13 Sep 2024 16:43:23 +0000 (UTC) (envelope-from marklmi@yahoo.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1726245801; bh=EElFBvjS6CpVN0eewWDFEgsoBwJsE1fiTtRozYLCTi0=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From:Subject:Reply-To; b=FcROSg5FA+s32Ye1UkXmBfmlRXRNyuBZRX6QvublxTVZnOLOR127bCACNzVTjkJ62ogVBndbsw2eIZMxQWuc4zHTJixu4qvRSAYwPLVjWGlrSYUOISQV7vSxmmh21TMcjtbPf85xeL9q9rH3I6JTEt/+mvVj9KMM4TmDZluR82yQhs6baiPJSR9nWVJdG283GdcMvnCH4heG3lmRRsyK3I94IhyqwN4YExOFQ5wF47eUmvZ5edlX+IuX+Seil3E8YItr2RUN1KM/hXh/8XS0L4a2d/JS1ZQWGZti/7Z4MvvVVTcIoz88MTqN4lbu0T1+LMkSheWpumr03Et+V8PLIw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1726245801; bh=tJvW0tOut0voDuObbh5sh/USEWeKm9gNeCdXBXcBMu0=; h=X-Sonic-MF:Subject:From:Date:To:From:Subject; b=hJookExBehJrmJPi95i5NZLPPblyjfm7pASwPiw/jPS0I/4USUYuL5Fk6Y3mS1ypaKsrsJoBxm/WG1YbQ8cnWKrjhbbHbhNW9ztDZwdtlMQCZZviAfMPMyF+YgLMIx+Zh5Idln5hB71FVdlIPIT4gB+NbWbsHLz3mH7jdhy+TT0KYTAhTEop19ClEPhqdkZHinhpVDEP5wEZZrpVJibXP7MQPI4jmzN4OmSix2y59U4bZyO9E8o7Y68p0N+UNI+dtIj0TNsSUVBvQHql0c3xLTozGi2rk0TftN1mvplUMusfQ39gfSj0a519BCsC6PRivkahohJqHtF1GSKriVcyIA== X-YMail-OSG: Evz39soVM1mB0B6j7k1kyvMr0IDo5EFWpotNgwgwmvM3b24qBYAu4fEC6ixcnJr 0DSb0a.0CppLTHI4pHBbk32PMmiqKAvx_KoE_l8Hr4Ik2M7G5A5TPSEfEgpCEzWxAo.dcElzxwtQ 6N_qLv2FvGQjLlndb8CWz5c7ryDYbSGl_PNmM90yzo2vf2NC8UtZyCTCs3Isa_qoBme9uZKQMde3 R16r0ALGrFeAwnR6LffYeZyBjl2AJdMVUtF3QRl3YCF8RNxDPYbd6B9XrCeSYO19X3mUH9IwUMor u2iWgvKsDkgwgw214fJtgVVzn0Dq9Tna0J5_4le1QaJkKJLVDAE0AfJYKSfkmDFcWKXTlAZj7foL 4ceDZrw1z55c_iorVh8NPvqro3X4nkFutbnr_wigtBih.LXhd3bm.ngnuOujA0Zj1w4b8Md.iJ2i 0NHN.8jhKpHcWu2DpvbQW6xe5eMp4dzLNclGm030yUxzvKX5pZy9jlvUV1rGHBELof7RDqkQ6ReC 0yC_Sa.w0ZJQgN82TBzOPZ_KAAU1u.kF2BiDQ1lSTc_5nRvCr.LAIYE5PCKur8TWz4Hbg1.5M7yc 3BujLo5I0MZBMMoXTfwlZvsHa_Uj0qQ4uernQ_Pu6mUwtZaEX8f3pt_aKbPjCmu_QLDnNGEL0IBY Q1S.OHo_7vP8gjfRhkb7iM1OcbkMOW2p7wix9FESHq6mq75l7wAEoHTCqV8RHM2ndA3tbk0ig6Xm J_dPTBCzuHVSA4gYrLDNV3LCHnqynTU7v.LX2.QHBqDQvTxpcCWx_zlNVe77p3ni2j_HmE7pjJhE vTTcUDpZA3zt3XakWdKwtoUOyjP_KjZFI4p3bVl2QMIVDJAnyNZasKXeM0NbUKANgocmdUn6Xit5 yOGeTLJq2FkLS3jgz9E1DAt3D2Vjfjh8hGFe2Sa4Ee4rbv7eWuXpNqgCkKZDGoSrBnVPDyoBEnUE ptw0VfTtwnKTCVKzHCnAY_fnCYPvG8V0BMNVWHyQo.EOOCoRME9zVPw0KGj1NVAyEPilYwl9s4nr ctr6TYO34LmOxKsFRuStE_YFpMFCYdfPaK6UfS4g9uLDCgQSMevlXeZEEnFN1cA0J4iZiXkCfi9N 1leTlWfgGBZoXrKcWYppNzkHewM2mCsxNnYWA6.nUwqYo1AdWHhxswrH9lFdWwo.egVA.6wS8Flf K1WxsdMyZOU0V1VpJkPkREF4U8kBytghVxnkpDhGgSXix.HY.fkCPQoOqIVlEhv4LMrWIMR7s.Xm nMeZqUadsie37_oi.kAY3j0BdqF6BUjOd8Zb.PVaEOXivH1nkbzbd4taHZK582Og1HJAL50vtwYI jeSfs3_kWjtmXRU120Z_Jsf7P7WrWiE0Zvr_iwjl.vG.43_9SwjioJfVWs.jQ9KLPVE84Coz0bRq Tm5eAdKq97oZbANJrQQExLxc9L7prj0rajKMjZwZcw0oQGVSrRCHRt3cMCwsd96WlLzZqPMqwSiO dVN9UykACDFJgtvE8ojPscXRyfvmLOdLpk26Si7iIZnVnNR1dL160TTh75T.Lz55iyK5oHS697Rf o489pOB01F6AOCyZ9O0R50diQ7vmc.mGDwvdfm87N003A7venj7vvwRcqO1CQFcbYEwfBCcPzvP1 jrJ8nK6ZDQ8iCY4tRMafcgBK5f7BKDd2qVCP4C8ecdUcwBsht1XatmiZJtfPxjhZpAu26QaIte_4 wripJ03.M8.8luroyQPdkyCwq3BgXbrVpA_17TbrbAdd4uEekpPwIS_B26Qg9OJ2y0i5VcanYY4G G_mFNUqZkswxJjDVYSNLhkTXOpjiB8GO5qOGrFl.cVRzGKFLiMXL.EJVyi7Uju4SykNWRvpzXZqh ZaHne1Ld4E._mMivii.ly_sTugoshrk7jdsPlf_E5AM6j5fhY9ndxP_Z6kDJ6xptoJeCK583P8c2 czFNTmBAMxupnx0xm.dHGFHOfBwl4OP1_5YzXasiGvi.o1Yzf8sjwrp4YSmdhj4FToVTlJPkAwBz r3hkRueePN2K7EHBMIdwFYCgIhvQQlMkn2EPmEws_S6TF.0dBxq8BOZMFXNbrCQJaY2rz1X7gzbg MJ3ptzy4It_UP7JHIeMwIUI2f9uCDKdMwMV4Qa6vpFbyEZMGjtzEIAIFFik__ZxSwYXczhoTnEDN qXjMlI75_9LpLmbk3LGncxS7LLJAEE2FyqA94KNXdp5HB1xdUkrlSvRMoFe21s6rZelmEI5i8Fk_ epaFN2x557IoGHx1KrWbbQq5Rfq4xuetGKVaQO6NrgJsuznjYOoGa1QDaKhz4mtAcIKaWk1IfYHX mAxmyEmfQ.Cc.eU0- X-Sonic-MF: X-Sonic-ID: ff361cf8-efbe-4011-9701-aee17ebae693 Received: from sonic.gate.mail.ne1.yahoo.com by sonic316.consmr.mail.gq1.yahoo.com with HTTP; Fri, 13 Sep 2024 16:43:21 +0000 Received: by hermes--production-gq1-5d95dc458-rx7kt (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 562e382012c9e30dcc2f24723e86dede; Fri, 13 Sep 2024 16:43:18 +0000 (UTC) Content-Type: text/plain; charset=us-ascii List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51\)) Subject: Re: Beaglebone Black/Green/Blue support (volunteering) From: Mark Millard In-Reply-To: <276f57f2-5194-cad1-d859-e49b2bce2580@pobox.com> Date: Fri, 13 Sep 2024 09:43:07 -0700 Cc: freebsd-arm@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <69E08B38-7388-46A6-8864-20074BFFF8F4@yahoo.com> References: <276f57f2-5194-cad1-d859-e49b2bce2580@pobox.com> To: Zach Metzinger X-Mailer: Apple Mail (2.3776.700.51) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/20, country:US] X-Rspamd-Queue-Id: 4X50Vh0RWSz515p On Sep 13, 2024, at 08:55, Zach Metzinger wrote: > I have a number of these boards and really prefer them to any Pi-thing = when I need to throw them out into the field to monitor or control = things. >=20 > It was mentioned that support for armv7 was being dropped (or at least = it was a consideration) in the current version(s) of FreeBSD. I've built = 12.4 and have it running on a BBG; I'm currently building 13.4 to see = where it breaks -- I've been told moving to current would be the best = way to "revive" support for this board. >=20 > I'd like to do what I can to help keep them included as a viable and = supported platform. >=20 > Bare-metal/VxWorks/FreeRTOS C coder by day, so the real challenge is = learning the build environment. Not many hours/wk to dedicate to it, but = I'll do what I'm able. >=20 > Thanks to FUZxx on freebsd.dev for pointing out this list. See https://www.freebsd.org/platforms/ . It lists: Platform Name TARGET_ARCH 13.x Support Tier 14.x Support Tier = Projected 15.x Support Tier . . . 32-bit ARMv6 armv6 Tier 2 Tier 3 = Unsupported 32-bit ARMv7 armv7 Tier 2 Tier 2 Tier = 2 . . . So it is just armv6 that recent commits just removed the code for as far as arm goes. Basically, armv7 is the only 32-bit platform projected to be supported for 15.x . The rest are 64-bit. It would seem likely that 16.x would not support armv7. 13.3-RELEASE included both armv6 (RPI-B) and armv7 (GENERICSD). 13.4-RC?? builds builds are like that as well. 13.4-STABLE snapshot builds are like that as well. 13.4-RELEASE should be as well. 14.*-RELEASE did not include armv6 but did include armv7 (GENERICSD). 14.1-STABLE snapshot builds are like that as well. 15.0-CURRENT snapshot builds do not include armv6 but do include armv7 = (GENERICSD). See in: http://ftp3.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/?C=3DM&O=3DD http://ftp3.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/?C=3DM&O=3DD A bigger issue might be having all the U-Boot support operational for your context(s) (?): https://cgit.freebsd.org/ports/tree/sysutils/u-boot-* =3D=3D=3D Mark Millard marklmi at yahoo.com From nobody Fri Sep 13 19:08:19 2024 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X53k13FQJz5W47K for ; Fri, 13 Sep 2024 19:08:25 +0000 (UTC) (envelope-from zmetzing@pobox.com) Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4X53k04DQfz41YK for ; Fri, 13 Sep 2024 19:08:24 +0000 (UTC) (envelope-from zmetzing@pobox.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=pobox.com header.s=sasl header.b=raTcqknc; dmarc=pass (policy=none) header.from=pobox.com; spf=pass (mx1.freebsd.org: domain of zmetzing@pobox.com designates 64.147.108.71 as permitted sender) smtp.mailfrom=zmetzing@pobox.com Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 739EF28A56 for ; Fri, 13 Sep 2024 15:08:23 -0400 (EDT) (envelope-from zmetzing@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=Qljo15cjBOiM U8b1ICuvX0wIWhm8glIFOngToTnetMI=; b=raTcqkncfYQ07oawFgmibtI5S1HJ 286KSNDDF6cIOPHKgTOsqKByonG6e/ZpHMOFeqtSEfBmD7JH+xzrYH+o4W4pCa3w 1MtzymIPA0h6TR+riwbHv3OzBt+5tO3zDsixKCOGvZDvxrr+66aip9CPQeKYSrjD AzlfrGEu8Tdpsts= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 6A74928A55 for ; Fri, 13 Sep 2024 15:08:23 -0400 (EDT) (envelope-from zmetzing@pobox.com) Received: from [192.168.1.5] (unknown [47.185.113.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id D679A28A54 for ; Fri, 13 Sep 2024 15:08:22 -0400 (EDT) (envelope-from zmetzing@pobox.com) Message-ID: <88d2cc76-f980-600e-0da4-2fa1070d76ba@pobox.com> Date: Fri, 13 Sep 2024 14:08:19 -0500 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: Beaglebone Black/Green/Blue support (volunteering) Content-Language: en-US To: freebsd-arm@freebsd.org References: <276f57f2-5194-cad1-d859-e49b2bce2580@pobox.com> <69E08B38-7388-46A6-8864-20074BFFF8F4@yahoo.com> From: Zach Metzinger In-Reply-To: <69E08B38-7388-46A6-8864-20074BFFF8F4@yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 8BE6A216-7203-11EF-BDE9-9B0F950A682E-19366360!pb-smtp2.pobox.com X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.10 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[pobox.com,none]; R_DKIM_ALLOW(-0.20)[pobox.com:s=sasl]; R_SPF_ALLOW(-0.20)[+ip4:64.147.108.0/24]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.108.71:from]; RCVD_VIA_SMTP_AUTH(0.00)[]; MIME_TRACE(0.00)[0:+]; RWL_MAILSPIKE_POSSIBLE(0.00)[64.147.108.71:from]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; ASN(0.00)[asn:19151, ipnet:64.147.108.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-arm@freebsd.org]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[pobox.com:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[pobox.com:+] X-Rspamd-Queue-Id: 4X53k04DQfz41YK On 9/13/24 11:43, Mark Millard wrote: > A bigger issue might be having all the U-Boot support > operational for your context(s) (?): > > https://cgit.freebsd.org/ports/tree/sysutils/u-boot-* Hello Mark, Thanks for the pointers! --- Zach From nobody Fri Sep 13 22:06:56 2024 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X57hF5nGCz5W3ZC for ; Fri, 13 Sep 2024 22:07:09 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X57hF4435z4RDF for ; Fri, 13 Sep 2024 22:07:09 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-pj1-x1031.google.com with SMTP id 98e67ed59e1d1-2d8fa2ca5b1so1257541a91.3 for ; Fri, 13 Sep 2024 15:07:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20230601.gappssmtp.com; s=20230601; t=1726265228; x=1726870028; darn=freebsd.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=AP/kZyNHfn0thoEUta8tsKr9LlXoRqxN6L3JGCHj4j4=; b=m+OJQqSnXTLAPbwVA3+2gjsoijmWdAMlf9kPqYtAJBlw2BO5bf7iPua//6DyiiSn1f x534wwz1CeUt+7uTyWDP0fjDobM9O6z8EdsYwGn3eiRj2jqNDL9Kpnxl5+Ou+m2QSdpk GcUlQGRPuYni8pGONDnKh39kwQqiqIZMTiO5eHxa14bm5L62x5iTFpykZ+v+pB+C5CP4 Q7E7JrlkT5fkAZ7h5cY+kQRcds8+tqJ8DXhfdk4CHkXunsJ/PFxos/3sy0tv3CReh0Au 69w2GAKhoGuTPodaEEhxKnJq06BLduksstWjEAb/+6+zcEqE9hj3U4JCyIZmzYx4iheq h/fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726265228; x=1726870028; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=AP/kZyNHfn0thoEUta8tsKr9LlXoRqxN6L3JGCHj4j4=; b=hIXXrTfizz1ijMHY/5UmFquKYFQW7OWSK1SyDFFTDLhYOMoYFuPE4C96AKdbBRpDAM V/Qua6MkLKRABY8PYjkLTVTFxnWT50vi9T7QvFuYDyyKGC5l7QKyv6DHoOCwim7fqaIy rynv405pjbVgMO3E3BCLVYYT32+ZoXqkylv8EyTUJDa/d7ZZlaupSojCIUs8JuZ0fKfn agb8achDGMHY/bfUJxb+GK7tJ70tFKru5pU2BEShddpMx8/SwjjQ+62HAA6kFz5C9DBU VC2GaF7pck6uJjvbT/qI5S0inUyf9GFgjI3kd3IYBRVgUuGLfCUZyr07TWHSJxMvpJ3Y pCTg== X-Gm-Message-State: AOJu0YwNUTek/Sh1GU3J/V4RM6P+I7/dCKIf3LxnIkJGXz56oX2Vc/uB vQBhlfJCnrDex0rkM+S5Y9YPEGTuXI+JqLDvI9fqcaU4IJ2r24WR5yg1ckhhg/Wg+EoAgboD1EB 2fjguDFhDnYByefzggvZrHT2Y9A1z/Z8YO00JyBpMZ6vEviNj X-Google-Smtp-Source: AGHT+IHR1hXP1IUL3LE2qlw9viJ5kGteH8wtJQB0FJDrfTYfLYRT07Jpx8gTQsjuBsLOVkmaCwpGMlV7p/2eolzirWw= X-Received: by 2002:a17:90b:1c84:b0:2c9:6a2d:b116 with SMTP id 98e67ed59e1d1-2dbb9dc9551mr6039131a91.7.1726265227790; Fri, 13 Sep 2024 15:07:07 -0700 (PDT) List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 References: <276f57f2-5194-cad1-d859-e49b2bce2580@pobox.com> <69E08B38-7388-46A6-8864-20074BFFF8F4@yahoo.com> <88d2cc76-f980-600e-0da4-2fa1070d76ba@pobox.com> In-Reply-To: <88d2cc76-f980-600e-0da4-2fa1070d76ba@pobox.com> From: Warner Losh Date: Fri, 13 Sep 2024 16:06:56 -0600 Message-ID: Subject: Re: Beaglebone Black/Green/Blue support (volunteering) To: Zach Metzinger Cc: freebsd-arm@freebsd.org Content-Type: multipart/alternative; boundary="000000000000b0e61c0622077133" X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US] X-Rspamd-Queue-Id: 4X57hF4435z4RDF --000000000000b0e61c0622077133 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, Sep 13, 2024 at 1:08=E2=80=AFPM Zach Metzinger = wrote: > On 9/13/24 11:43, Mark Millard wrote: > > A bigger issue might be having all the U-Boot support > > operational for your context(s) (?): > > > > https://cgit.freebsd.org/ports/tree/sysutils/u-boot-* > > Hello Mark, > > Thanks for the pointers! > Yea, the TI support isn't in GENERIC, but you can still build a the TI kernel you need for this. It's broken on -current (which is why it isn't in GENERIC) due to DTS changes in Linux (there's a lot of churn there, and we need someone that can help us keep up as we import new DTS from Linux). armv7 will be in 15, so if you get it working, and plan on sticking around to keep it working, we should get that into main. Warner --000000000000b0e61c0622077133 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Fri, Sep 13, 2024 at 1:08=E2=80=AF= PM Zach Metzinger <zmetzing@pobox.= com> wrote:
On 9/13/24 11:43, Mark Millard wrote:
> A bigger issue might be having all the U-Boot support
> operational for your context(s) (?):
>
> https://cgit.freebsd.org/ports/tree/sysut= ils/u-boot-*

Hello Mark,

Thanks for the pointers!

Yea, the TI su= pport isn't in GENERIC, but you can still build a the TI kernel you nee= d for this.

It's broken on -current (which is = why it isn't in GENERIC) due to DTS changes in Linux (there's
=
a lot of churn there, and we need someone that can help us keep up as = we import new DTS
from Linux).

armv7 wil= l be in 15, so if you get it working, and plan on sticking around to keep i= t working,
we should get that into main.

Warner
=C2=A0
--000000000000b0e61c0622077133-- From nobody Sat Sep 14 14:45:29 2024 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X5YrD3HCPz5WX5N for ; Sat, 14 Sep 2024 14:45:32 +0000 (UTC) (envelope-from zmetzing@pobox.com) Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4X5YrD1dQCz4bm7 for ; Sat, 14 Sep 2024 14:45:32 +0000 (UTC) (envelope-from zmetzing@pobox.com) Authentication-Results: mx1.freebsd.org; none Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 82EC336F92; Sat, 14 Sep 2024 10:45:31 -0400 (EDT) (envelope-from zmetzing@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :date:mime-version:subject:to:cc:references:from:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=VRKAx1RuiUHL hhHLxcTyY8MUefv5RpzlN+CQM8Gi+MQ=; b=V39mibwLaZg/3Twjzprlo0hLIZ6/ mLg+cf+eD3Ok4QQvfkSGcwIAuubK7yiPIDMvi+1YpQEuj7Y6n+9yGR0q1hd6yXht eNhCpqPvgbgECjqRfIRXnAesITZeRnO1Vi4s/0uF4grMRDCN8j/xy/tCWA+3IpK2 i6F2LSv6rtSbA3E= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 7AB1036F91; Sat, 14 Sep 2024 10:45:31 -0400 (EDT) (envelope-from zmetzing@pobox.com) Received: from [192.168.1.11] (unknown [47.185.113.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id D66C736F90; Sat, 14 Sep 2024 10:45:30 -0400 (EDT) (envelope-from zmetzing@pobox.com) Message-ID: <6b848423-bdd1-b215-889a-1f07e5064412@pobox.com> Date: Sat, 14 Sep 2024 09:45:29 -0500 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: Beaglebone Black/Green/Blue support (volunteering) To: Warner Losh Cc: freebsd-arm@freebsd.org References: <276f57f2-5194-cad1-d859-e49b2bce2580@pobox.com> <69E08B38-7388-46A6-8864-20074BFFF8F4@yahoo.com> <88d2cc76-f980-600e-0da4-2fa1070d76ba@pobox.com> Content-Language: en-US From: Zach Metzinger In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: FD7FDF06-72A7-11EF-82E9-9B0F950A682E-19366360!pb-smtp2.pobox.com X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:19151, ipnet:64.147.108.0/24, country:US] X-Rspamd-Queue-Id: 4X5YrD1dQCz4bm7 On 9/13/24 17:06, Warner Losh wrote: > Yea, the TI support isn't in GENERIC, but you can still build a the > TI kernel you need for this. > > It's broken on -current (which is why it isn't in GENERIC) due to DTS > changes in Linux (there's a lot of churn there, and we need someone > that can help us keep up as we import new DTS from Linux). > > armv7 will be in 15, so if you get it working, and plan on sticking > around to keep it working, we should get that into main. I've been able to boot 13.4 on my BBG, albeit with some complaining from the kernel and what appears to be horrifically-slow SD card I/O. I've got a TFTP/NFS server but haven't tried booting/mountroot via that path just yet. I'll take a look at -current and the Linux device tree files for this board. I'm familiar enough with device trees (having used SunOS and Solaris on many things sun4c, 4m, .. back in my admin days). --- Zach From nobody Sun Sep 15 21:02:20 2024 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X6L8Y1BBfz5X3WR for ; Sun, 15 Sep 2024 21:02:21 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X6L8X65TVz43hZ for ; Sun, 15 Sep 2024 21:02:20 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1726434140; a=rsa-sha256; cv=none; b=qEQYkHWG7GNcVeZhbGt4lPeVKejPx7PHoIq4+PCSiyl+JrRwXn3XT1vIQZDOJ5pIXCD7PZ TURrw/j5ABQZqlNX98OrMThg9RYUcXiWGsWNHN5Shrs2LppiKPqJh433UwrWzdGR4xkQkG snYEZNX732JgOoFe4Tps6NLHebXdVHPvWl35o+7Ay0rv9mVFvMqeVXNFQ7OE3R/LaCn2H9 NUfEC7mwDiFxcE2rOrGqShnJqM9TjqqLok3TelK1Qpm8uSAT6mbvReUOdMRDRAMAUbKJ54 p3z75Q5Q7dWZkd8EzPtJoeltYxpBFtTI04NQ1D35xnjG5j/TpK3mRAnE5WRHgw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1726434140; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5m/BMIvPX36O/aYInAXoNs4RD5LXGuT+TX9FNzY/0kI=; b=HIJ9wM4xp20oYL/TOoo14K3COtGleyPaMlROO+zgseMkM1cEZVV55aWZkDzAdlEYq2O0j6 WX2OaHyQ9t1USr9Mimo1dDWWQM3b/qxzG1xr8xzXTy+bmRmgzMPmC0qjQGeu3VDM8ncUzQ J2hwzyRGlDghy9upCil8FigPpj0rBh4RWuRHYIlsz8cg1G7l0bls8rERPKJDwE146A3dgK Eb+xi74nwjb25P7nPNyF0KXHw5hMrkp/SwkiW8ZxMKg6xnm3/NJ8zPgw9N+/5Hvsz9fmyR vQ5AOHN9oKs6ZokNNRDvQhNGTWbgekr8B3RxlcWUi0ilJtDN0PZ8Rgd829nh5g== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4X6L8X5glCzRNH for ; Sun, 15 Sep 2024 21:02:20 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 48FL2Koi065020 for ; Sun, 15 Sep 2024 21:02:20 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 48FL2KiA065015 for freebsd-arm@FreeBSD.org; Sun, 15 Sep 2024 21:02:20 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202409152102.48FL2KiA065015@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: freebsd-arm@FreeBSD.org Subject: Problem reports for freebsd-arm@FreeBSD.org that need special attention Date: Sun, 15 Sep 2024 21:02:20 +0000 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="17264341400.cB491.53281" Content-Transfer-Encoding: 7bit --17264341400.cB491.53281 Date: Sun, 15 Sep 2024 21:02:20 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 264574 | sdhci(4): Support ACPI attachment in BCM2835_sdhc 1 problems total for which you should take action. --17264341400.cB491.53281 Date: Sun, 15 Sep 2024 21:02:20 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    264574 | sdhci(4): Support ACPI attachment in BCM2835_sdhc

1 problems total for which you should take action.
--17264341400.cB491.53281--