qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] PowerPC 4xx enhacement


From: Jean-Christophe PLAGNIOL-VILLARD
Subject: Re: [Qemu-devel] PowerPC 4xx enhacement
Date: Fri, 21 Nov 2008 12:40:37 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]