From owner-freebsd-arm@freebsd.org Tue Jan 16 19:31:02 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 DEAB3EB36AE for ; Tue, 16 Jan 2018 19:31:02 +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 66D5269185 for ; Tue, 16 Jan 2018 19:31:01 +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 20:30:58 +0100 id 00DD6045.5A5E52F2.00014B37 Date: Tue, 16 Jan 2018 20:30:58 +0100 From: Milan Obuch To: freebsd-arm@freebsd.org Subject: Orange Pi Zero dmesg - error? Message-ID: <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 19:31:03 -0000 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