From owner-svn-doc-head@FreeBSD.ORG Sun Jan 5 16:08:46 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49A64357; Sun, 5 Jan 2014 16:08:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 354991DE8; Sun, 5 Jan 2014 16:08:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s05G8krD056457; Sun, 5 Jan 2014 16:08:46 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s05G8kdk056456; Sun, 5 Jan 2014 16:08:46 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401051608.s05G8kdk056456@svn.freebsd.org> From: Gabor Pali Date: Sun, 5 Jan 2014 16:08:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43432 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 16:08:46 -0000 Author: pgj Date: Sun Jan 5 16:08:45 2014 New Revision: 43432 URL: http://svnweb.freebsd.org/changeset/doc/43432 Log: - Add 2013Q4 status reports on recent ARM developments Submitted by: ganbold Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Sun Jan 5 15:34:02 2014 (r43431) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Sun Jan 5 16:08:45 2014 (r43432) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 2 entries and we hope you enjoy reading it.

+ contains 4 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -32,6 +32,12 @@ + arch + + Architectures + + + bin Userland Programs @@ -156,4 +162,82 @@ place and have streamlined the migration process. + + + &os; on Cubieboard{1,2} + + + + + Ganbold + Tsagaankhuu + + ganbold@FreeBSD.org + + + + + EMAC driver code + + + +

Cubieboard is a single-board computer, based on the AllWinner + A10 SoC, popular on cheap tablets, phones and media PCs. The + second version enhances the board mainly by replacing the + AllWinner A10 SoC with an AllWinner A20 which contains 2 ARM + Cortex-A7 MPCore CPUs and 2 Mali-400 GPUs (Mali-400MP2). In the + last few months, the work has continued on their &os; port, and + some work was done on the EMAC 10/100 Ethernet driver (see + link). The driver now is in a good shape, however the RX side + is very slow and there is need to have external DMA driver that + can be used in this case.

+ +
+ + + &os; on Newer ARM Boards + + + + + Ganbold + Tsagaankhuu + + ganbold@FreeBSD.org + + + + + &os; on Radxa Rock + + Some preliminary sources for Snapdragon board IFC6410 + + + +

Rockchip is a series of SoC (System on Chip) integrated + circuits that are mainly for embedded systems applications in + mobile entertainment devices such smartphones, tablets, e-books, + set-top boxes, media players, personal video, and MP3 players. + Due to their evolution from the MP3/MP4 player market most + Rockchip ICs feature advanced media decoding logic but lack + integrated cellular radio basebands. Initial support of + Rockchip RK3188 (Quad core Cortex A9) SoC is committed to + head. Now &os; runs on Radxa Rock and it supports + following peripherals:

+ +
    +
  • Existing DWC OTG driver in host mode
  • +
  • GPIO
  • +
+ +

Some work was also done the on initial support of Qualcomm + Snapdragon S4 SoC, featuring the Krait CPU, which is considered + a "platform" for use in smartphones, tablets, and smartbook + devices. Krait has many similarities with the ARM Cortex-A15 + CPU and is also based on the ARMv7 instruction set. A minimal + console driver was written and &os;'s early boot messages can be + now seen on the serial console. The timer driver works too, and + the boot now stops at the mountroot prompt.

+ +