From owner-freebsd-mips@FreeBSD.ORG Sun Jun 6 22:31:00 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 954B5106566C for ; Sun, 6 Jun 2010 22:31:00 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4AFF08FC08 for ; Sun, 6 Jun 2010 22:31:00 +0000 (UTC) Received: by vws4 with SMTP id 4so834444vws.13 for ; Sun, 06 Jun 2010 15:30:59 -0700 (PDT) Received: by 10.224.96.78 with SMTP id g14mr7989383qan.117.1275863458786; Sun, 06 Jun 2010 15:30:58 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.220.180.9 with HTTP; Sun, 6 Jun 2010 15:30:37 -0700 (PDT) In-Reply-To: <4C0C1EF4.9070609@gmail.com> References: <4C0C1EF4.9070609@gmail.com> From: Juli Mallett Date: Sun, 6 Jun 2010 15:30:37 -0700 X-Google-Sender-Auth: -LDi4mM2Mvbcd7N3AIqv636gbjs Message-ID: To: =?ISO-8859-7?Q?Vladimir_=27=F6=2Dcoder=2Fphcoder=27_Serbinenko?= Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable Cc: soc-students@freebsd.org, freebsd-mips@freebsd.org Subject: Re: Weekly report on Yeeloong progress X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2010 22:31:00 -0000 2010/6/6 Vladimir '=F6-coder/phcoder' Serbinenko : > Hello, as my duty I report the current progress. > Serial console is working > Debugger including backtrace is apparently working > Now it's based on octeon branch which has greatly improved =A064-bit supp= ort. Great stuff! Keep up the good work. > - Checking TLB format. TLB format on loongson is slightly different than > on mips FreeBSD works on but it shouldn't have been a problem. After > fixing TLB entries nothing changed How is it different? Do you mean that you need to use 64-bit PTEs (did you get my E-Mail about that?) or something else? Juli.