From nobody Fri Oct 27 23:58:10 2023 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 4SHKP25klJz4y764 for ; Fri, 27 Oct 2023 23:58:14 +0000 (UTC) (envelope-from info@ohdata.se) Received: from smtp.outgoing.loopia.se (smtp.outgoing.loopia.se [93.188.3.38]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4SHKP22VDFz4knW for ; Fri, 27 Oct 2023 23:58:14 +0000 (UTC) (envelope-from info@ohdata.se) Authentication-Results: mx1.freebsd.org; none Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id C74CE2FBFD0A for ; Sat, 28 Oct 2023 01:58:10 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id B89102E275CC; Sat, 28 Oct 2023 01:58:10 +0200 (CEST) Received: from s470.loopia.se (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id B6FE12C8BA83; Sat, 28 Oct 2023 01:58:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s899.loopia.se ([172.22.191.5]) by s470.loopia.se (s470.loopia.se [172.22.190.34]) (amavisd-new, port 10024) with LMTP id t5Wrl2R2CeJd; Sat, 28 Oct 2023 01:58:10 +0200 (CEST) X-Loopia-Auth: webmail X-Loopia-User: info@ohdata.se Received: from webmail.loopia.se (unknown [172.22.212.9]) (Authenticated sender: info@ohdata.se) by s899.loopia.se (Postfix) with ESMTPA id 4AE372C8BAAA; Sat, 28 Oct 2023 01:58:10 +0200 (CEST) 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 Date: Sat, 28 Oct 2023 01:58:10 +0200 From: Oskar Holmlund To: Stanislav Silnicki Cc: freebsd-arm@freebsd.org Subject: Re: STM32MP157 In-Reply-To: <4d6bf0126f4fb.c24cc5f2fa47c@mailgate.us> References: <4d6bf0126f4fb.c24cc5f2fa47c@mailgate.us> User-Agent: Loopia Webmail/1.6.4 Message-ID: X-Sender: info@ohdata.se Organization: OHData AB Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit 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:39570, ipnet:93.188.2.0/23, country:SE] X-Rspamd-Queue-Id: 4SHKP22VDFz4knW 2023-10-27 22:33 skrev Stanislav Silnicki: > Hello! > > I'm porting onto the subject hardware. So far the progress is modest, > while the system boots (without console although...) > One of major issues is hardcoded value inside locore-v6.S. Here is my > relevant post: > https://community.st.com/t5/stm32-mpus-embedded-software/freebsd-port-for-mp157c/td-p/601438 > [1] > > What is the best way to proceed? Patch, vendor kernel build, something > else? > > Stan > > > > Links: > ------ > [1] > https://community.st.com/t5/stm32-mpus-embedded-software/freebsd-port-for-mp157c/td-p/601438 Hi Stan, Upload your patch to reviews.freebsd.org Love to see your other patches for the STM32MP15x. //Oskar