[android-porting] Re: Whether QEMU,golfish needed while porting to real harware?

2008-11-14 Thread Brian Swetland
[Pivotian <[EMAIL PROTECTED]>] > > Does we need QEMU and Goldfish related stuffs while porting android to > real hardwares? No. They are only used for by emulator. The goldfish platform is the "virtual hardware" that Android runs on in the emulator. There are some parts of the userspace syste

[android-porting] Re: Whether QEMU,golfish needed while porting to real harware?

2008-11-14 Thread David Turner
nope, goldfish is the name of the QEMU-specific "platform" required by the emulator. It should be totally separate from the real hardware stuff On Fri, Nov 14, 2008 at 12:31 PM, Pivotian <[EMAIL PROTECTED]> wrote: > > Does we need QEMU and Goldfish related stuffs while porting android to > real h

[android-porting] Re: Whether QEMU,golfish needed while porting to real harware?

2008-11-28 Thread fructose
I have been trying to find some documentation on the exact constituents for Goldfish but have been unsuccesful, is there some documentation somewhere about exactly what Goldfish is, and thus what must be removed/replaced when porting to hardware? --~--~-~--~~~---~--~--

[android-porting] Re: Whether QEMU,golfish needed while porting to real harware?

2008-11-28 Thread kapare
Here are some of my notes about it but this is from a diff from 2.6.25 and 2.6.25-android diff -Naur linux-2.6.25/arch/arm/Kconfig kernel.git/arch/arm/ Kconfig (goldfish remove) diff -Naur linux-2.6.25/arch/arm/Makefile kernel.git/arch/arm/ Makefile (Nothing to do only goldfish) diff -Naur linux-

[android-porting] Re: Whether QEMU,golfish needed while porting to real harware?

2008-11-28 Thread kapare
The previous list contain only files that contain goldfish stuff: Here the list of files that are directly for goldfish: [EMAIL PROTECTED] android-OMAP35xx]$ cat android-1.0_r1.patch | grep "diff -Naur" | grep goldfish diff -Naur linux-2.6.25/arch/arm/configs/goldfish_defconfig kernel.git/ arch/a