All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: qemu-devel@nongnu.org
Cc: Hollis Blanchard <hollis@penguinppc.org>
Subject: Re: [Qemu-devel] PowerPC 4xx enhacement
Date: Fri, 21 Nov 2008 12:40:37 +0100	[thread overview]
Message-ID: <20081121114037.GA7930@game.jcrosoft.org> (raw)
In-Reply-To: <169263.53603.qm@web27203.mail.ukl.yahoo.com>

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

  reply	other threads:[~2008-11-21 11:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-20 23:42 [Qemu-devel] PowerPC 4xx EMAC emulation Hollis Blanchard
2008-11-21  1:53 ` [Qemu-devel] PowerPC 4xx enhacement Salvatore Lionetti
2008-11-21 11:40   ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-11-21 16:40   ` [Qemu-devel] DHT Walnut board support Hollis Blanchard
2008-11-21 17:09   ` [Qemu-devel] PowerPC 4xx EMAC emulation Hollis Blanchard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081121114037.GA7930@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=hollis@penguinppc.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.