Re: [Qemu-devel] [PATCH] target-arm: add Faraday ARMv5TE processors support

2013-01-20 Thread 蘇國榮
>> * ARMv5TE series (FA606TE, FA626TE, FA616TE, FA726TE) >> >> All the single core RISC listed above are included in this patch. >> And there are two Faraday CP15 extensions (AUX and I/D-Scratchpad) >> have been implemented as NOP. >Is a NOP appropriate? Should you at least read the

Re: [Qemu-devel] [PATCH] target-arm: add Faraday ARMv5TE processors support

2013-01-18 Thread Paul Brook
> * ARMv5TE series (FA606TE, FA626TE, FA616TE, FA726TE) > > All the single core RISC listed above are included in this patch. > And there are two Faraday CP15 extensions (AUX and I/D-Scratchpad) > have been implemented as NOP. Is a NOP appropriate? Should you at least read the value

[Qemu-devel] [PATCH] target-arm: add Faraday ARMv5TE processors support

2013-01-17 Thread Dante
Faraday processors are a series of ARMv4/ARMv5TE clone. * ARMv4 series (FA526, FA626). All of them are now out-of-date, so I have no plan for them. * ARMv5TE series (FA606TE, FA626TE, FA616TE, FA726TE) All the single core RISC listed above are included in this patch. And there are two