[U-Boot] [PATCH v1 1/3] fsl-diu: Using I/O accessor to CCSR space
Kumar Gala
galak at kernel.crashing.org
Wed Apr 28 10:04:41 CEST 2010
On Apr 8, 2010, at 2:56 AM, Dave Liu wrote:
> From: Jerry Huang <Chang-Ming.Huang at freescale.com>
>
> Using PPC I/O accessor to DIU I/O space instead of directly
> read/write. It will prevent the dozen of compiler order issue
> and PPC hardware order issue for accessing I/O space.
>
> Using the toolchain(tc-fsl-x86lnx-e500-dp-4.3.74-2.i386.rpm)
> can show up the order issue of DIU driver.
>
> Signed-off-by: Dave Liu <daveliu at freescale.com>
> Signed-off-by: Jerry Huang <Chang-Ming.Huang at freescale.com>
> ---
> * address Timur's comments
>
> board/freescale/common/fsl_diu_fb.c | 55 ++++++++++++++++++-----------------
> 1 files changed, 28 insertions(+), 27 deletions(-)
applied to mpc85xx
- k
More information about the U-Boot
mailing list