From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ALXFe-0003tZ-4p for qemu-devel@nongnu.org; Sun, 16 Nov 2003 19:28:22 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ALXF7-0002zT-MX for qemu-devel@nongnu.org; Sun, 16 Nov 2003 19:28:20 -0500 Received: from [213.86.99.235] (helo=pentafluge.infradead.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1ALXF6-0002v6-8c for qemu-devel@nongnu.org; Sun, 16 Nov 2003 19:27:48 -0500 Received: from [202.81.18.30] (helo=gaston.ozlabs.ibm.com) by pentafluge.infradead.org with asmtp (Exim 4.22 #5 (Red Hat Linux)) id 1ALWIz-00024E-94 for ; Sun, 16 Nov 2003 23:27:45 +0000 Subject: Re: [Qemu-devel] video bios execution From: Benjamin Herrenschmidt In-Reply-To: <200311161410.54045.marc.dietrich@physik.uni-giessen.de> References: <200311161410.54045.marc.dietrich@physik.uni-giessen.de> Content-Type: text/plain Message-Id: <1069025126.4184.26.camel@gaston> Mime-Version: 1.0 Date: Mon, 17 Nov 2003 10:25:26 +1100 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, 2003-11-17 at 00:10, Marc Dietrich wrote: > Hi, > > I looked at the uboot list and source, but found nothing related to that > problem. I found an outdated project at ftp://vlab1.iram.es/pub/other/ > em86_user.tgz, but failed to compile it. There are some undefined symbols to > st_le16, ld_le16, etc. which are only defined in kernel. There is no Makefile > and I don't know much about C... Can anyone tell me how to link this thing? > Maybe this project can be integrated into qemu. > Sorry if this is offtopic. uboot definitely has one, it's a bit hidden though, I think in the AmigaOne platform code last time I looked Ben.