From owner-freebsd-arm@freebsd.org Tue Jan 16 20:12:14 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6FE7EB59CB for ; Tue, 16 Jan 2018 20:12:14 +0000 (UTC) (envelope-from freebsd-arm@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39BA16AEC9 for ; Tue, 16 Jan 2018 20:12:13 +0000 (UTC) (envelope-from freebsd-arm@dino.sk) Received: from zeta.dino.sk (fw3.dino.sk [84.245.95.254]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Tue, 16 Jan 2018 21:12:10 +0100 id 00DD6041.5A5E5C9A.0001563A Date: Tue, 16 Jan 2018 21:12:10 +0100 From: Milan Obuch To: freebsd-arm@freebsd.org Subject: Re: Orange Pi Zero dmesg - error? Message-ID: <20180116211210.029f885f@zeta.dino.sk> In-Reply-To: <20180116203058.2db36b50@zeta.dino.sk> References: <20180116203058.2db36b50@zeta.dino.sk> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; i386-portbld-freebsd10.4) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jan 2018 20:12:14 -0000 On Tue, 16 Jan 2018 20:30:58 +0100 Milan Obuch wrote: > Hi, > > for some time I see following when booting Orange Pi Zero board using > current 12-CURRENT: > > cpulist0: on ofwbus0 > cpu0: on cpulist0 > cpu0: missing 'clock-frequency' property > random: harvesting attach, 8 bytes (4 bits) from cpu0 > cpu1: on cpulist0 > cpu1: missing 'clock-frequency' property > random: harvesting attach, 8 bytes (4 bits) from cpu1 > cpu2: on cpulist0 > cpu2: missing 'clock-frequency' property > random: harvesting attach, 8 bytes (4 bits) from cpu2 > cpu3: on cpulist0 > cpu3: missing 'clock-frequency' property > > I have r327998 at a moment, this can be seen using > sun8i-h2-plus-orangepi-zero.dtb as generated from official sources, no > local modification. > > Is it actually an error or just cosmetics? The board itself works just > right, as far as I can tell... > > Regards, > Milan > Forgot to mention, the above is from verbose boot, normal boot output collapses just to cpulist0: on ofwbus0 cpu0: on cpulist0 cpu1: on cpulist0 cpu2: on cpulist0 cpu3: on cpulist0 Milan