From nobody Sat Sep 18 12:58:00 2021 X-Original-To: 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 B071717D20C0 for ; Sat, 18 Sep 2021 12:58:04 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HBW8D4gdgz4nKy for ; Sat, 18 Sep 2021 12:58:04 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from [192.168.0.88] (unknown [195.64.148.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: avg/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 46DB528189 for ; Sat, 18 Sep 2021 12:58:04 +0000 (UTC) (envelope-from avg@FreeBSD.org) To: "freebsd-arm@freebsd.org" From: Andriy Gapon Subject: rock64 verbose boot hangs Message-ID: Date: Sat, 18 Sep 2021 15:58:00 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.14.0 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: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N Normal boot works every time, but with boot_verbose="YES" it hanged on all attempts so far. Last messages on the console: cpulist0: on ofwbus0 cpu0: on cpulist0 cpu0: Nominal frequency 600Mhz cpufreq_dt0: on cpu0 cpufreq_dt0: 408.000 Mhz (950000 uV) cpufreq_dt0: 600.000 Mhz (950000 uV) cpufreq_dt0: 816.000 Mhz (1000000 uV) cpufreq_dt0: 1008.000 Mhz (1100000 uV) cpufreq_dt0: 1200.000 Mhz (1225000 uV) cpufreq_dt0: 1296.000 Mhz (1300000 uV) cpu1: on cpulist0 cpu1: Nominal frequency 600Mhz cpufreq_dt1: on cpu1 The kernel is totally unresponsive after that. Any suggestions on how to debug this? Thanks! -- Andriy Gapon