From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3UTH-0001eJ-7R for qemu-devel@nongnu.org; Fri, 21 Nov 2008 06:46:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3UTE-0001bk-PP for qemu-devel@nongnu.org; Fri, 21 Nov 2008 06:46:45 -0500 Received: from [199.232.76.173] (port=34319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3UTE-0001bh-Jf for qemu-devel@nongnu.org; Fri, 21 Nov 2008 06:46:44 -0500 Received: from 42.mail-out.ovh.net ([213.251.189.42]:35264) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L3UTF-0001fM-CI for qemu-devel@nongnu.org; Fri, 21 Nov 2008 06:46:45 -0500 Date: Fri, 21 Nov 2008 12:40:37 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [Qemu-devel] PowerPC 4xx enhacement Message-ID: <20081121114037.GA7930@game.jcrosoft.org> References: <169263.53603.qm@web27203.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <169263.53603.qm@web27203.mail.ukl.yahoo.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Hollis Blanchard On 01:53 Fri 21 Nov , Salvatore Lionetti wrote: > Source modified > =============== > - code factoring for ppc405GPr, ppc405EP, ppc405GPe > - reorganization in i2c code, with possibility of board customization callback > - new board added for 'DHT Walnut board', fw in pc-bios/walnut_uboot.bin > - cfi flash now support 'buffer mode', write N {byte, halfword, word} consecutively. > - emac/mal now work with vlan mode > > Board Walnut: > ============= > http://elinux.org/DHT-Walnut-Flameman > > CPU PowerPC 405 GPe running at 266Mhz > LAN On-chip 405GP ethernet, namely emac/mal > ROM 512k of boot flash, AMD 29LV040B > PID eeprom via i2c > > Full Tested (eth, flash, pid) > ============================= > - u-boot 1.1.6 on walnut board (with few patch, see ppc405_board.c) I'll provide the DHT-Walnut U-Boot 2008.10 instead of the old version > - OSE on proprietary NSN 4G radio module > - Can anyone test ref405ep and taihu? > > P.S: > I've tryed to have patch for bin file but no luck > Since i can not version file, does diff support binary file?does attachment work? > git allow you to do it > > > Index: Makefile.target > =================================================================== > --- Makefile.target (revision 5720) > +++ Makefile.target (working copy) > @@ -679,7 +679,7 @@ > # NewWorld PowerMac > OBJS+= unin_pci.o ppc_chrp.o > # PowerPC 4xx boards > -OBJS+= pflash_cfi02.o ppc4xx_devs.o ppc405_uc.o ppc405_boards.o > +OBJS+= pflash_cfi02.o emac.o ppc4xx_devs.o ppc405_uc.o ppc405_boards.o > endif > ifeq ($(TARGET_BASE_ARCH), mips) > OBJS+= mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o > Index: target-ppc/machine.c > =================================================================== > --- target-ppc/machine.c (revision 5720) > +++ target-ppc/machine.c (working copy) > @@ -8,6 +8,7 @@ > qemu_register_machine(&prep_machine); > qemu_register_machine(&ref405ep_machine); > qemu_register_machine(&taihu_machine); > + qemu_register_machine(&walnut_machine); please rename it as dht_walnut which is not the orginal AMCC/IBM Walnut