From owner-soc-status@FreeBSD.ORG Sun Jul 29 15:58:00 2012 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABD0F106567A for ; Sun, 29 Jul 2012 15:58:00 +0000 (UTC) (envelope-from adutkowski@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 73ED88FC14 for ; Sun, 29 Jul 2012 15:58:00 +0000 (UTC) Received: by obbun3 with SMTP id un3so9751329obb.13 for ; Sun, 29 Jul 2012 08:57:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=8xE0kkyHOo2uwf/ewegIDGOhIVjo8XmvF8KisP+iF+s=; b=qel3oEJ4UlDUlJPETH/QMLBhfLTAC0kPnt0I9enWArbnb/sAQa5wtlWPdXbIIzQTPv kmkBEg7+GoSUOMjLIIH3P/MhF2hgQrlJRftEdcs0VTMQRbhnJ05pQVg95zlT6nBbJlij VbRxYXFqyjRPw4HDBt5L1F/XHdNzE8p6UYsHoND1u9PjDY0UXdk797I5EBaJWn5YOhGe ZY+84hFJ4oV/gIAk9JhWPhbWvlixNOx+QvC9dtJlIKC6bjfoovfu2KCs6Gc/zOZCdIRT bbjnzVwjofII86hbJgFRdb10LaIf1b1tXNjv0CnTgePny/g+6Fz7CY0lzx9LTlE2PdfJ uxdw== MIME-Version: 1.0 Received: by 10.60.2.131 with SMTP id 3mr13040028oeu.59.1343577474152; Sun, 29 Jul 2012 08:57:54 -0700 (PDT) Sender: adutkowski@gmail.com Received: by 10.76.172.168 with HTTP; Sun, 29 Jul 2012 08:57:54 -0700 (PDT) Date: Sun, 29 Jul 2012 17:57:54 +0200 X-Google-Sender-Auth: fYdePbgTorBdKZAlW3bMANNWUhs Message-ID: From: Aleksander Dutkowski To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: #10 Status Report - FreeBSD/arm on BeagleBoard-xM X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2012 15:58:00 -0000 hello! rayddtmhm has found workaround for LDREX instruction problem - he just disabled exclusive access, because lsrex/strex are designed for multicore, when two or more cpus will access to some atomic value. Since we dont have multiple CPU, I can turn it off for now. I will try to fix it later. This week I will: - enable i2c bus as it is need for PMIC - enable PMIC -- regards aleek