From owner-freebsd-arm@FreeBSD.ORG Mon Jan 12 06:00:07 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4007A81E for ; Mon, 12 Jan 2015 06:00:07 +0000 (UTC) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 175F89A4 for ; Mon, 12 Jan 2015 06:00:07 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id va8so20873422obc.3 for ; Sun, 11 Jan 2015 22:00:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DiMSp9U7WuLahMjBZHRozBk0MMx8//FwSrmSBLTvDNA=; b=gEIp6bFbFrB2hMyeiOoSI4lT03SIvh+gjZ0TMKMQrSFeO3cv08uH3KfMUqdACrZNwO v/1TPxjvd3N3tYDzdoa76fC7335rY1K7QFMoDBRelGzEcPNouVv0l0qCj1FRy527ENdo m8WASnYN4hBPPgZNsi0d9Pcuzjr0gLYbixerSr1waKlr+L62RSbSd6++sqWLSul6+GjX aDD222vMrRLoWV/xw2Ip+6MIjU+rW9eGN+gdYFQOTeR5QXPtNzIFuU48tWWUnMoqutQR nFRCgCIE29Yiowd3AbQ9QKJuuDz3o8qP1ZvH86UC3+tKdHKROr2NgjDcUAb9QFS6fq5D WlZg== MIME-Version: 1.0 X-Received: by 10.202.75.202 with SMTP id y193mr3020929oia.12.1421042405454; Sun, 11 Jan 2015 22:00:05 -0800 (PST) Received: by 10.182.78.231 with HTTP; Sun, 11 Jan 2015 22:00:05 -0800 (PST) Date: Mon, 12 Jan 2015 14:00:05 +0800 Message-ID: Subject: booting on RK3288 board From: Ganbold Tsagaankhuu To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Mon, 12 Jan 2015 06:00:07 -0000 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), unfortunately there is down side, no public Doc/TRM released yet. The basic support codes need to be polished. Ganbold