From nobody Fri Oct 27 20:33:05 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 4SHDrY5rR8z4yf8K for ; Fri, 27 Oct 2023 20:33:17 +0000 (UTC) (envelope-from stanislav.silnicki@mailgate.us) Received: from mailgate.us (mailgate.us [185.72.246.236]) by mx1.freebsd.org (Postfix) with ESMTP id 4SHDrX6Txqz4K2D for ; Fri, 27 Oct 2023 20:33:16 +0000 (UTC) (envelope-from stanislav.silnicki@mailgate.us) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=mailgate.us header.s=mail header.b=YASH9Yhq; spf=pass (mx1.freebsd.org: domain of stanislav.silnicki@mailgate.us designates 185.72.246.236 as permitted sender) smtp.mailfrom=stanislav.silnicki@mailgate.us; dmarc=none Received: from localhost (api.telegram.org [192.168.2.1]) by mailgate.us (Postfix) with ESMTPSA id 242949B19A for ; Fri, 27 Oct 2023 23:33:14 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailgate.us; s=mail; t=1698438795; bh=jJvn8Z++O0oNPX7r8Rg+cct1S6ev/jXvsgzuuMmDUKE=; h=From:Subject:To:Date; b=YASH9YhqlDoxz4g/titmkhuxn7CdrtyXOx05EqgdLecjv8nTXxABx7G7li34rRkmm +Pr9I8lIwPqSi0ciUkBlKP0k9H3Xe6K4ZqDXNzn/S5otsrAG3AK604xnA+VRWfBFSS 4Ge0LdX2oRWbUL/eA1ftnA8zxObY5fnApOtUkHo8= Content-Type: multipart/alternative; boundary="----sinikael-?=_1-16984387852190.6210906266692939" From: Stanislav Silnicki Subject: STM32MP157 To: freebsd-arm@freebsd.org User-Agent: Desktop Message-Id: <4d6bf0126f4fb.c24cc5f2fa47c@mailgate.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 27 Oct 2023 20:33:05 +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 X-Spamd-Result: default: False [-2.62 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.98)[-0.980]; SUBJ_ALL_CAPS(0.75)[10]; R_DKIM_ALLOW(-0.20)[mailgate.us:s=mail]; R_SPF_ALLOW(-0.20)[+ip4:185.72.246.236/32:c]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; RCVD_NO_TLS_LAST(0.10)[]; XM_UA_NO_VERSION(0.01)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-arm@freebsd.org]; DKIM_TRACE(0.00)[mailgate.us:+]; ARC_NA(0.00)[]; ASN(0.00)[asn:47447, ipnet:185.72.246.0/24, country:DE]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; DMARC_NA(0.00)[mailgate.us]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4SHDrX6Txqz4K2D X-Spamd-Bar: -- ------sinikael-?=_1-16984387852190.6210906266692939 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: 7bit 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 What is the best way to proceed? Patch, vendor kernel build, something else? Stan ------sinikael-?=_1-16984387852190.6210906266692939 Content-Type: text/html; format=flowed Content-Transfer-Encoding: 7bit
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

What is the best way to proceed? Patch, vendor kernel build, something else?
Stan

------sinikael-?=_1-16984387852190.6210906266692939--