From owner-svn-doc-all@FreeBSD.ORG Tue Apr 14 22:47:30 2015 Return-Path: Delivered-To: svn-doc-all@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 B4F4AE59; Tue, 14 Apr 2015 22:47:30 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86C81DBF; Tue, 14 Apr 2015 22:47:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3EMlUdJ051832; Tue, 14 Apr 2015 22:47:30 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3EMlUGX051831; Tue, 14 Apr 2015 22:47:30 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201504142247.t3EMlUGX051831@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Tue, 14 Apr 2015 22:47:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46542 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 22:47:30 -0000 Author: bjk Date: Tue Apr 14 22:47:29 2015 New Revision: 46542 URL: https://svnweb.freebsd.org/changeset/doc/46542 Log: Add report for some ARM hardware support work Approved by: hrs (mentor, implicit) Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Tue Apr 14 22:02:58 2015 (r46541) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Tue Apr 14 22:47:29 2015 (r46542) @@ -1199,4 +1199,65 @@ WITHOUT_FORTH=y + + &os; on newer ARM boards + + + + + John + Wehle + + john@feith.com + + + + + Ganbold + Tsagaankhuu + + ganbold@FreeBSD.org + + + + + &os; on Odroid-C1 + + + + +

We made the changes necessary to support various Amlogic SoC + devices, specifically aml8726-m6 and aml8726-m8b SoC-based devices. + The aml8726-m6 SoC is used in devices such as the Visson + ATV-102, and the Hardkernel ODROID-C1 board uses the + aml8726-m8b SoC. The following support is included:

+ +
    +
  • Basic machdep code
  • +
  • SMP
  • +
  • Interrupt controller
  • +
  • Clock control driver (aka gate)
  • +
  • Pinctrl
  • +
  • Timer
  • +
  • Real time clock
  • +
  • UART
  • +
  • GPIO
  • +
  • I2C
  • +
  • SD controller
  • +
  • SDXC controller
  • +
  • USB
  • +
  • Watchdog
  • +
  • Random number generator
  • +
  • PLL / Clock frequency measurement
  • +
  • Frame buffer
  • +
+ + + + +

Get the DWC driver working.

+
+
+
+