From owner-freebsd-mips@FreeBSD.ORG Sun Aug 15 21:53:04 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 5EF3A1065674; Sun, 15 Aug 2010 21:53:04 +0000 (UTC) (envelope-from phcoder@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 164538FC17; Sun, 15 Aug 2010 21:53:02 +0000 (UTC) Received: by ewy26 with SMTP id 26so2469888ewy.13 for ; Sun, 15 Aug 2010 14:53:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=POuPAp/7uy9tvknFH1AqGiap8lBiFIjW/mGY9i0kKG4=; b=Wfp5tuQoL/kFnmePMfSJ1EYd214NRBxsJcxWUDnDlhV/OikqX5s0+BFfwi9uqCDAZe Pug4Q+jf+HQZZoMLJEVJAwUGujjQj8BusVgmsAC//geanPyEbJbTgWWog8jBbZEm9mhU rAdvShWZmwt4Be6uT3QrNSCWjmFgcfbLFjPAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=LiPV0l0U31pvaq5d7WP7f/eu4oPXM5MWALyEZeVBGkmI11dEPH+A9pBSn1zRIjAM8l k88rknwVSx7FUbnsjPFvF5TkBt/Ykoy+75VNedCEN0X2mCrUwQ2wZVwGo9Ufi2SkysgT It18PvhmDWlvyG/hvVxzMZirMw6zVB9/ia31A= Received: by 10.213.4.202 with SMTP id 10mr1983599ebs.37.1281909182011; Sun, 15 Aug 2010 14:53:02 -0700 (PDT) Received: from debian.bg45.phnet (20.73.202.62.cust.bluewin.ch [62.202.73.20]) by mx.google.com with ESMTPS id u9sm8760556eeh.11.2010.08.15.14.52.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Aug 2010 14:52:59 -0700 (PDT) Message-ID: <4C6861B4.6020102@gmail.com> Date: Sun, 15 Aug 2010 23:52:52 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5 MIME-Version: 1.0 To: soc-status@freebsd.org, freebsd-mips@freebsd.org References: <4C67704C.70609@gmail.com> In-Reply-To: <4C67704C.70609@gmail.com> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig6A43F7B00667EC5202B8F076" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Yeeloong port is functional 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, 15 Aug 2010 21:53:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6A43F7B00667EC5202B8F076 Content-Type: multipart/mixed; boundary="------------070506070308080601060201" This is a multi-part message in MIME format. --------------070506070308080601060201 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, all. Some cleanups and I managed to enable cache on kseg0. Additionally it has some basic Geode support. I'm looking forward to split it in smaller patches in order to get it into HEAD. Also I'll fill the blanks (like power management) as time permits. On 08/15/2010 06:42 AM, Vladimir '=CF=86-coder/phcoder' Serbinenko wrote:= > Hello, all. Despite the hardware-inflicted setbacks (my yeeloong fried > right before the mid-term), Yeeloong port is now functional. Both seria= l > and local (keyboard + screen) work. Real Time Clock is working. Interne= t > is working. USB controller on PCI is working. Userspace is working. > > Remaining issues: > 1) Disabled cache. The reason are peculiar properties of L2 cache. I > actualy have the code to fix it but I'm not sure to hit GSoC deadline > about it. > 2) Only 256 MiB of RAM are supported. Should be easy to fix once 64-bit= > parts are in. > 3) No Geode support. So no IDE, 2 of 3 USB ports or audio. These > components are actualy pretty standard, one has only to add support for= > MSRs. > 4) No power management. Wasn't planned to have it implemented during GS= oC. > > Not tested: > 1) Touchpad. Never connected to my laptop during developpement because > to use it one has to close front lid and so cut from serial connector > > 3rd party developpements which will improve Yeeloong support: > 1) X.org support. The required card is already supported in latest > x.org. So it's a question of importing last X.org and testing it. > 2) 64-bit developpement. Currently if I compile 64-bit kernel it > contains only 64-bit imgact. Imposing only 64-bit binaries is suboptima= l. > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------070506070308080601060201-- --------------enig6A43F7B00667EC5202B8F076 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAkxoYbQACgkQNak7dOguQgnCoQEAmgNpI8wPHdWj+g0EgtW27IeQ 7jYSpFIEw4cNRrgs35cBAIM2qVGskjrdTVnh9gDgVREdccBsSnJJCWCH4YTOfamQ =aO6m -----END PGP SIGNATURE----- --------------enig6A43F7B00667EC5202B8F076--