On Tue, Nov 17, 2009 at 10:28:25AM +0100, Filip Navara wrote: > Interesting, I have been working on AT91SAM7X implementation. Most of > the stuff is in the GIT repository at > http://repo.or.cz/w/qemu/navara.git > > Any way to merge the efforts? I'd love to merge both mine and your > patches to the mainline (minus the overlapping parts of the system > controller). In fact my patches lack the flash emulation which would > be a welcome addition. >
I made quick look at >http://repo.or.cz/w/qemu/navara.git Looks good. I'm going to see, what parts of your code can be reused in at91sam9263 implementation, and then republish patches, or we can then merge them into your repository. About flash, why do you not used existing implementation of intel and amd nor flashes (pflash_cfi0[12].c)? I implemented atmel nor flash, because of it used on my real board with at91sam9263 cpu. And another question, why your support of at91sam7x still not merged into mainline? -- /Evgeniy