From owner-freebsd-arm@freebsd.org Wed Jun 1 19:43:15 2016 Return-Path: Delivered-To: freebsd-arm@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 10CC0B60598 for ; Wed, 1 Jun 2016 19:43:15 +0000 (UTC) (envelope-from onwahe@gmail.com) Received: from mail-it0-f42.google.com (mail-it0-f42.google.com [209.85.214.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC90F1128 for ; Wed, 1 Jun 2016 19:43:14 +0000 (UTC) (envelope-from onwahe@gmail.com) Received: by mail-it0-f42.google.com with SMTP id z189so91270433itg.0 for ; Wed, 01 Jun 2016 12:43:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=2UFBbej2wYLam82nsIeXBgCqK9yaPmoWgnpRxxKinDQ=; b=lFAT/0rM4HFhaPk92BltaKFOLt41++P3mS7VGmYMhn3D+Hq1PhfaeiJZt7og22KXjg nEyWPrha7NTRtLjMxxe5ldoLI8585zuRRYU9LLf1o+QUd0UPMl5379jlQGx+ek4KUi+o NPYpTvOlwZXz0P/N1LK/w3DxEXMEs6O3sU3zTXGLDKq5akcWZINh/2CdUjNOk15BtKgl uMPh+sMp9jPri23TvhgOmCeAK2nkRgDOHHzEvSQL+dAC48DVK7hKPEVe2eQsbFQtabud pwIVlYNH3ZnWL9TlqQcWoWObF53dJ85I0qUL7mGgMsRpSgkCSZ7/p26vMDRcNpyk6Es+ 4FnA== X-Gm-Message-State: ALyK8tJNEv2KK2oiCXBBLjVlD/9zM/5QoRr8YxmlbcnU3y5WnBIFTFyVk2BUcazh8Vub+A== X-Received: by 10.36.216.196 with SMTP id b187mr24610636itg.36.1464810187928; Wed, 01 Jun 2016 12:43:07 -0700 (PDT) Received: from mail-it0-f50.google.com (mail-it0-f50.google.com. [209.85.214.50]) by smtp.gmail.com with ESMTPSA id 142sm12746383itk.12.2016.06.01.12.43.07 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Jun 2016 12:43:07 -0700 (PDT) Received: by mail-it0-f50.google.com with SMTP id z123so31547719itg.0 for ; Wed, 01 Jun 2016 12:43:07 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.36.104.2 with SMTP id v2mr24542890itb.64.1464810187149; Wed, 01 Jun 2016 12:43:07 -0700 (PDT) Received: by 10.64.60.67 with HTTP; Wed, 1 Jun 2016 12:43:07 -0700 (PDT) Date: Wed, 1 Jun 2016 21:43:07 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: INTRNG final round From: Svatopluk Kraus To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2016 19:43:15 -0000 I and Michal have prepared a final INTRNG change. All our previous work on INTRNG was aimed at this point. And this should be the last "big" shift. We would like to commit it before the code freeze, unless there will be a strong objection. We have tested it on pandaboard, rpi2, and tegra. However, we would like to ask anybody to test it too as the code freeze is comming. The final change consist of two patches: https://reviews.freebsd.org/D6632 https://reviews.freebsd.org/D6634 If there will be no objection, I will probably commit it during this weekend. Thanks, Svata