From owner-freebsd-arm@FreeBSD.ORG Tue Jan 13 11:19:17 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 128737D5 for ; Tue, 13 Jan 2015 11:19:17 +0000 (UTC) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id E8F53D91 for ; Tue, 13 Jan 2015 11:19:16 +0000 (UTC) Received: from bender (97e078e7.skybroadband.com [151.224.120.231]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id 87B9173000; Tue, 13 Jan 2015 11:19:15 +0000 (UTC) Date: Tue, 13 Jan 2015 11:19:08 +0000 From: Andrew Turner To: Ganbold Tsagaankhuu Subject: Re: booting on RK3288 board Message-ID: <20150113111908.060482ca@bender> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2015 11:19:17 -0000 On Tue, 13 Jan 2015 18:45:31 +0800 Ganbold Tsagaankhuu wrote: > On Mon, Jan 12, 2015 at 2:00 PM, Ganbold Tsagaankhuu > wrote: > > > Hi, > > > > Just wanted to share boot success on T-Firefly board ( > > http://www.t-firefly.com/en/): > > > > > > https://github.com/tsgan/rockchip/blob/master/RK3288/rk3288-dmesg-multi-user.txt > > > > It has Rockchip RK3288 SoC (quad core Cortex A17) > > > > > Replying to myself, actually it is A12. It looks like most sites saying it is a Cortex-A17 are wrong. We found this because the ID register was returning a different value to what is documented in the Cortex-A17 TRM. There doesn't appear to be a public TRM for the Cortex-A12, but the Linux source shows what Ganbold got was for the A12. As far as I know the main difference between the A12 and A17 is the latter is able to be part of a big little system. Andrew