Re: [edk2] [PATCH 03/10] Platform/NXP: Add support for Big Endian Mmio APIs

2017-11-13 Thread Meenakshi Aggarwal
> -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Monday, November 13, 2017 5:56 PM > To: Meenakshi Aggarwal > Cc: Leif Lindholm ; Kinney, Michael D > ;

Re: [edk2] [PATCH 03/10] Platform/NXP: Add support for Big Endian Mmio APIs

2017-11-13 Thread Ard Biesheuvel
On 7 November 2017 at 14:42, Meenakshi Aggarwal wrote: > This library add supports for BE read/write and other > MMIO helper function. > In this data swapped after reading from MMIO and before > write using MMIO. > It can be used by any module with BE address space. >

[edk2] [PATCH 03/10] Platform/NXP: Add support for Big Endian Mmio APIs

2017-11-07 Thread Meenakshi Aggarwal
This library add supports for BE read/write and other MMIO helper function. In this data swapped after reading from MMIO and before write using MMIO. It can be used by any module with BE address space. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Meenakshi Aggarwal