From owner-soc-status@FreeBSD.ORG Wed Jun 18 14:06:50 2014 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 ESMTPS id 25885248 for ; Wed, 18 Jun 2014 14:06:49 +0000 (UTC) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 905B0275F for ; Wed, 18 Jun 2014 14:06:49 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id db11so863113veb.32 for ; Wed, 18 Jun 2014 07:06:48 -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:content-type; bh=1MAOXuA6IJBmgq+n1o26v4jE8+Ql71enqkzg5ySpuYo=; b=gg+47xX5ceZAGi4GHRzeBprltnoPlNvumLA70vRiCEEI71XU9/R0gWGGHigto5AZ26 ncCvAkmUJyvRHRMEyWYtEwy3MSke5STXH0cmcJxHff3FIthrC2hGyS4i+nPqN5nJUu8i Bt7ySNMg98GKUQsMfSEOTEy8/BQHrj2+rmYVT50zw5dPbCPVQsjZ6uutg9F8lSttJPpI t497b6Qc/FMaDX2GWgNU3OTGIDTf8qldC+5tHN3W3Y8Xi7xFkvVWGsOEvJMjzcCaOYM/ omuyTPjbM2jRLwQSu0BtUpNhcuGIeSIjWagzVlwfO+anlIl7FRg8SgDtU0mL0o0WaF8n Zp0Q== MIME-Version: 1.0 X-Received: by 10.58.147.40 with SMTP id th8mr314060veb.67.1403100408638; Wed, 18 Jun 2014 07:06:48 -0700 (PDT) Received: by 10.220.71.79 with HTTP; Wed, 18 Jun 2014 07:06:48 -0700 (PDT) Date: Wed, 18 Jun 2014 16:06:48 +0200 Message-ID: Subject: Status of work report From: Ernest Staszuk To: soc-status@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 18 Jun 2014 14:06:50 -0000 Hi, I aim for compilable kernel for midterm prepared for microblaze. - I figured out two possible toolchains (with gcc 4.6.2 or gcc 4.9.0) . Have gcc 4.6.2 prepared for microblaze target, but now I test 4.9.0 . - Common kernel code compiles with 4.9.0 after minor tunes (WITHOUT_CRYPT option and possibly small workaround inside stdlib.h). - I made skeleton of microblaze arch. Now I put emphasis on filling up platform specific code and making configuration for proper system booting. This is the aim for current week. Regards, Ernest