From owner-soc-status@FreeBSD.ORG Sun Jul 28 15:31:23 2013 Return-Path: Delivered-To: soc-status@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 ESMTP id 5A9EABF5; Sun, 28 Jul 2013 15:31:23 +0000 (UTC) (envelope-from zxyu.core@gmail.com) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC2B72FFD; Sun, 28 Jul 2013 15:31:22 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id jg9so237326bkc.20 for ; Sun, 28 Jul 2013 08:31:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=03Q/xUxz9CZtVOyY3iV6/Du9/bQibQBgvvqDDSCujP8=; b=SJg8FNekO4E7lmz1NETQ+LkMpd/d51XBuBtxg64EICBgcZrWj2NuPyQ8yCrisQBUBN 36u57aO+Xq7yhHA1O7BB4Bxj8/p81APpSjLXGYF6si9mE7uWC3GjLuxhG3xX6QcZi1+j koJ6z/gm3WjOSgu33nU3J4FK2ag/yrAo2uERRQNX+T3/6Y3v40z7uxSmnuFAMrUU9d5k VvSev5a7QIfqrilME9KhxmQpx6CAesND10cRLH7gDknN+t8J1DAskUrmA9Mx+P6i9KEv S1d0kS5mdtaPFr8+vp+nJVZfqWKP0dbtaxhe8RusKatzOsiU3f9vKB/BHn1gv1qcYMLK Jd7g== MIME-Version: 1.0 X-Received: by 10.205.130.67 with SMTP id hl3mr7679781bkc.61.1375025480957; Sun, 28 Jul 2013 08:31:20 -0700 (PDT) Received: by 10.204.39.16 with HTTP; Sun, 28 Jul 2013 08:31:20 -0700 (PDT) Date: Sun, 28 Jul 2013 23:31:20 +0800 Message-ID: Subject: weekly report of July 15 and July 22 From: zhixiang yu To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Alexander Motin X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 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, 28 Jul 2013 15:31:23 -0000 Hi all, During the last two weeks, I implemented almost all the HBA host and port registers emulation. Some registers read/write will trigger specific actions, I also added the stub for them. I also implemented the "or" instruction emulation with the help of Peter. The patch is already merged to HEAD by Neel. The code in local repo are all checked in to my soc svn repo today. TODO: command list, command table and PRDT entry emulation. This would be completed before next Tue. I have almost working code in local repo, need to fix one corner case. Thanks