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

2013-01-29 Thread Kuo-Jung Su
Hi Peter: Thanks for the comments. I'll double if the ARM_FEATURE_TCM is indetical to Faraday's I/D-scrtachpad, , add the missing MPU functions for FT606TE, and avoid using CP_ANY in next patch. Best Wishes Dante 2013/1/28 Peter Maydell > On 25 January 2013 07:18, Kuo-Jung Su wrote: > > +stat

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

2013-01-28 Thread Peter Maydell
On 25 January 2013 07:18, Kuo-Jung Su wrote: > +static const ARMCPRegInfo faraday_cp_reginfo[] = { > +/* > + * Auxiliary Control Register > + * - Bit 4 STM aligned transfer for AXI > + * - Bit 3 Cache allocation configuration enable > + * - Bit 2 Static branch prediction enable

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

2013-01-27 Thread Kuo-Jung Su
2013/1/25 Peter Maydell > On 25 January 2013 07:18, Kuo-Jung Su wrote: > > From: Kuo-Jung Su > > > > 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 (

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

2013-01-25 Thread Peter Maydell
On 25 January 2013 07:18, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > 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) > > Al

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

2013-01-24 Thread Kuo-Jung Su
From: Kuo-Jung Su 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.