From owner-freebsd-arm@freebsd.org Sun Feb 3 16:21:41 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0489E14D4B19 for ; Sun, 3 Feb 2019 16:21:41 +0000 (UTC) (envelope-from tsallgoodman@yandex.com) Received: from forward101j.mail.yandex.net (forward101j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::101]) (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 A4CA275A90 for ; Sun, 3 Feb 2019 16:21:39 +0000 (UTC) (envelope-from tsallgoodman@yandex.com) Received: from mxback22g.mail.yandex.net (mxback22g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:322]) by forward101j.mail.yandex.net (Yandex) with ESMTP id 050AF1BE151C; Sun, 3 Feb 2019 19:21:36 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback22g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id gwU8G7mspH-LYVi2hOY; Sun, 03 Feb 2019 19:21:35 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1549210895; bh=pC69WqJUWDU7jWRLCbuBr/3ZhBaUTeprrWM+6lKZmR4=; h=From:To:Cc:Subject:Date:Message-Id; b=h0/5qJ/rmAwAxHXrbH7VoWlrljCXPBPdJaArpPV5Q7guwakNMcqjwxaBHA+2eIDE4 F8XXerRHpeOAoa0x/8FE71G6AVt3ZXrqvPdahFPf+N7UCnkX3CPUFn4GGcvgKFQ6Tf gR6QnGcTdopBUIhK0ebgrKa/3WcuaTwfkTbl+pEo= Received: by myt3-c573aa6fc782.qloud-c.yandex.net with HTTP; Sun, 03 Feb 2019 19:21:34 +0300 From: Saul Goodman To: freebsd-arm@freebsd.org Cc: mw@semihalf.com Subject: Help getting Marvell-A388 SBC booted MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sun, 03 Feb 2019 17:21:34 +0100 Message-Id: <7126601549210894@myt3-c573aa6fc782.qloud-c.yandex.net> Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Rspamd-Queue-Id: A4CA275A90 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yandex.com header.s=mail header.b=h0/5qJ/r; dmarc=pass (policy=none) header.from=yandex.com; spf=pass (mx1.freebsd.org: domain of tsallgoodman@yandex.com designates 2a02:6b8:0:801:2::101 as permitted sender) smtp.mailfrom=tsallgoodman@yandex.com X-Spamd-Result: default: False [-5.50 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[yandex.com:s=mail]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a02:6b8:0::/52]; FREEMAIL_FROM(0.00)[yandex.com]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mx.yandex.ru]; DKIM_TRACE(0.00)[yandex.com:+]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.66)[-0.661,0]; DMARC_POLICY_ALLOW(-0.50)[yandex.com,none]; IP_SCORE(-1.73)[ipnet: 2a02:6b8::/32(-4.81), asn: 13238(-3.84), country: RU(0.00)]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yandex.com]; ASN(0.00)[asn:13238, ipnet:2a02:6b8::/32, country:RU]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[1.0.1.0.0.0.0.0.0.0.0.0.2.0.0.0.1.0.8.0.0.0.0.0.8.b.6.0.2.0.a.2.list.dnswl.org : 127.0.5.1] 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: Sun, 03 Feb 2019 16:21:41 -0000 Hi Marcin, I got it to boot. The Marvell-U-Boot version from helios4 github repos worked. Next problem is to get the fan control working. There are fan connectors on the board which are connected to some GPIO's. The linux dts seems to wire them to pwm-fan driver. Is there something similar available in FreeBSD. How would i go about fixing this? Regards, Soeren