Re: [PATCH v2 5/5] xfree86: nds32: add nds32 support for compiler related mmio codes

2010-09-13 Thread Tiago Vignatti
On Mon, Sep 13, 2010 at 04:22:46AM +0200, ext macp...@andestech.com wrote: Hi Tiago, The design of this architecture currently didn't allow user or system to assign IOPortBase dynamicly. Current the address is fixed according to the architecture design. right. So maybe just remove the

RE: [PATCH v2 5/5] xfree86: nds32: add nds32 support for compiler related mmio codes

2010-09-12 Thread macpaul
Hi Tiago, The design of this architecture currently didn't allow user or system to assign IOPortBase dynamicly. Current the address is fixed according to the architecture design. To: 'tiago.vigna...@nokia.com' Subject: RE: [PATCH v2 5/5] xfree86: nds32: add nds32 support for compiler related

Re: [PATCH v2 5/5] xfree86: nds32: add nds32 support for compiler related mmio codes

2010-09-09 Thread Tiago Vignatti
On Thu, Sep 09, 2010 at 04:27:31AM +0200, ext Macpaul Lin wrote: Add nds32 support for compiler related mmio codes. It includes byte-swap or non-swap operations. Signed-off-by: Macpaul Lin macp...@andestech.com --- hw/xfree86/common/compiler.h | 411

[PATCH v2 5/5] xfree86: nds32: add nds32 support for compiler related mmio codes

2010-09-08 Thread Macpaul Lin
Add nds32 support for compiler related mmio codes. It includes byte-swap or non-swap operations. Signed-off-by: Macpaul Lin macp...@andestech.com --- hw/xfree86/common/compiler.h | 411 ++ 1 files changed, 411 insertions(+), 0 deletions(-) diff --git