From owner-svn-doc-head@freebsd.org Fri Jul 17 14:08:01 2015 Return-Path: Delivered-To: svn-doc-head@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 3AA3A9A48DF; Fri, 17 Jul 2015 14:08:01 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.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 2AB1C1510; Fri, 17 Jul 2015 14:08:01 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6HE81Bc012800; Fri, 17 Jul 2015 14:08:01 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6HE81vk012799; Fri, 17 Jul 2015 14:08:01 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201507171408.t6HE81vk012799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Fri, 17 Jul 2015 14:08:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47004 - 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.20 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: Fri, 17 Jul 2015 14:08:01 -0000 Author: wblock Date: Fri Jul 17 14:08:00 2015 New Revision: 47004 URL: https://svnweb.freebsd.org/changeset/doc/47004 Log: Add Zbigniew Bodek 's report on ThunderX ARM support. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Fri Jul 17 05:30:04 2015 (r47003) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Fri Jul 17 14:08:00 2015 (r47004) @@ -1312,14 +1312,14 @@ the portmgr team during the second quarter.

This quarter also saw the release of the second quarterly - branch, namely 2015Q2. On this branch, 39 committers + branch, namely 2015Q2. On this branch, 39 committers applied 305 patches, which is more than twice as many updates as during the last quarter.

On the quality assurance side, 30 exp-runs were performed to validate sensitive updates or cleanups. Amongst those noticeable changes are the update to pkg 1.5.4, three new - USES (waf, gnustep, jpeg), + USES (waf, gnustep, jpeg), the Perl default switch to 5.20, Ruby to 2.1.6, Firefox 38.0.6, and Chromium 43.0.2357.130.

@@ -2070,4 +2070,127 @@ + + + &os; on Cavium ThunderX (ARM64) + + + + + Dominik + Ermel + + der@semihalf.com + + + + + Wojciech + Macek + + wma@semihalf.com + + + + + Michal + Stanek + + mst@semihalf.com + + + + + Zbigniew + Bodek + + zbb@semihalf.com + + + + + &os; Wiki: arm64 + Video: &os; on 48-core + ThunderX (ARMv8) + + + +

Since the previous report, ThunderX gained SMP support and + &os; is now running on 48 real-life ARMv8 CPU cores! The + newly introduced functionality was based on initial + foundational work submitted by Andrew Turner and Robin + Randhawa, with emulation as the primary target.

+ +

Semihalf's efforts focused on hardware, and include:

+ +
    +
  • Multicore support for the newer Generic Interrupt + Controller GICv3
  • + +
  • Numerous bug fixes for: +
      +
    • pmap(9) - memory attributes and TLB + management
    • + +
    • locore.S - secondary core initialization
    • + +
    • IPI (inter-processor interrupts)
    • + +
    • Per-CPU timers
    • + +
    • Size of early UMA allocations
    • + +
    • Cache maintenance
    • + +
    • Exceptions handling
    • + +
    • Stack issues
    • +
  • + +
  • ThunderX-specific changes and quirks
  • +
+ +

This support was introduced to the public at the &os; 2015 + Developer Summit in Ottawa at a demo held by Semihalf and the + &os; Foundation. Cavium's ThunderX server CRB (Customer + Reference Board) is now capable of booting SMP &os; from both + the hard disk and from an NFS root using a PCIe networking + card. The example setup is now available on the &os; test + cluster hosted at Sentex Communications.

+ +

ThunderX support changes are currently being reviewed and + integrated into mainline &os;.

+ + + + The FreeBSD Foundation + + + + ARM Ltd. + + + + Cavium + + + + Semihalf + + + + +

Upstream ThunderX support to &os; HEAD

+
+ + +

Support for multi-socket configuration of ThunderX (96 CPUs + connected through coherent fabric)

+
+ + +

Implement VNIC support (ThunderX networking controller)

+
+
+