From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752207Ab1LSCZO (ORCPT ); Sun, 18 Dec 2011 21:25:14 -0500 Received: from tomato.cardboardbox.org.uk ([174.143.157.65]:41772 "EHLO tomato.cardboardbox.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752078Ab1LSCZL (ORCPT ); Sun, 18 Dec 2011 21:25:11 -0500 From: Daniel Palmer To: Greg Ungerer Subject: Re: Porting m68k/nommu to a new board. Date: Sun, 18 Dec 2011 18:24:56 -0800 User-Agent: KMail/1.13.7 (Linux/3.2.0-rc4-amd64; KDE/4.6.5; x86_64; ; ) Cc: Geert Uytterhoeven , linux-kernel@vger.kernel.org, "Linux/m68k" , uClinux development list References: <201112152137.29195.me@danielpalmer.co.uk> <4EEB23FD.9090904@snapgear.com> In-Reply-To: <4EEB23FD.9090904@snapgear.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201112181824.56271.me@danielpalmer.co.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Sorry for not replying sooner. Too much work :( > I run on ColdFire parts all the time. Right up to 3.2-rc5 :-) > It works great. But I don't have or regularly use any original m68k > core hardware. I occasionally compile for the 68328 target, so it > will compile, can't be sure if it still runs though. I did a bit of poking around, I couldn't get the 68328 target to build.. I was going to have a play with it in xcopilot. It complains about some linker section missing .. but I started hacking it up anyway.. at the moment m68328 depends on m68000 which in turn causes the 68328 platform stuff to build. So I worked that a little so that 68000 is its own target that builds with some minimal startup code (so I can dump the resulting image into my emulator and see how far it gets.. I have a gdbserver in my emulator so I can fully see whats happening). I haven't managed to get an image out of it yet.. but I will have another go at the weekend. I'm going to get an old palm pilot off of ebay and see if I can get the 68328 target running too. Thanks, Daniel