Date: Wed, 9 Oct 2019 14:13:00 +0200 From: Emmanuel Vadot <manu@bidouilliste.com> To: Sleep Walker <s199p.wa1k9r@gmail.com> Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD 13-CURRENT on Khadas-EDGE-V RK3399 Message-ID: <20191009141300.28f36634fa14b5d8b5c2b936@bidouilliste.com> In-Reply-To: <CAHa8N88rxinJZ_gB5FCgbaUJR8iJUB7p2DfSVY%2BdtuYh0=Ztbg@mail.gmail.com> References: <CAHa8N88rxinJZ_gB5FCgbaUJR8iJUB7p2DfSVY%2BdtuYh0=Ztbg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Sergey, On Wed, 9 Oct 2019 15:02:04 +0300 Sleep Walker <s199p.wa1k9r@gmail.com> wrote: > Hi ! > > I try to load FreeBSD 13-CURRENT on Khadas-EDGE-V RK3399 > > https://dmesgd.nycbug.org/index.cgi?do=view&id=5138 > > The output stops at a function call rk3399_clk_pll_register. > > Any ideas, what could be the problem? > > Regards > > Sergey Tyuryukanv > _______________________________________________ > 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 guess that it hang when we set the lpll to normal mode in rk3399_clk_pll_init as it will be the first function called after the clock is registered. You could try removing the block that set it to normal mode and also printing all the clock registers (just look at the recalc function below and read and print con1 to con4). -- Emmanuel Vadot <manu@bidouilliste.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191009141300.28f36634fa14b5d8b5c2b936>