History log of /openbmc/u-boot/drivers/qe/uec.c (Results 176 – 186 of 186)
Revision Date Author Comments
# cf3b41e0 08-Mar-2007 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx


# 37896293 08-Mar-2007 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx


# a28899c9 30-Jan-2007 Emilian Medve <Emilian.Medve@freescale.com>

mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC

The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
be used for busy-waiting since it strips th

mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC

The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
be used for busy-waiting since it strips the 'volatile' property from
the bd variable. gcc3 was working by pure luck.

This is a follow on patch to "Fix the UEC driver bug of QE"

show more ...


# 24c3aca3 07-Dec-2006 Dave Liu <r63238@freescale.com>

mpc83xx: Add support for the MPC832XEMDS board

This patch supports DUART, ETH3/4 and PCI etc.

Signed-off-by: Dave Liu <daveliu@freescale.com>


# ddd02492 05-Dec-2006 Dave Liu <r63238@freescale.com>

mpc83xx: Fix the UEC driver bug of QE

The patch prevents the GCC tool chain from striping useful code for
optimization. It will make UEC ethernet driver workable, Otherwise the
UEC w

mpc83xx: Fix the UEC driver bug of QE

The patch prevents the GCC tool chain from striping useful code for
optimization. It will make UEC ethernet driver workable, Otherwise the
UEC will fail in tx when you are using gcc4.x. but the driver can work
when using gcc3.4.3.

CHANGELOG

*Prevent the GCC from striping code for optimization, Otherwise the UEC
will tx failed when you are using gcc4.x.

Signed-off-by: Dave Liu <daveliu@freescale.com>

show more ...


# 574ca77c 03-Jan-2007 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/tur/proj/v38b/u-boot


# bc5556d6 23-Dec-2006 Wolfgang Denk <wd@denx.de>

Merge with /home/hs/TQ/u-boot-dev


# e0b369e4 30-Nov-2006 roy zang <tie-fei.zang@freescale.com>

Fix the confilcts when merging 'master' into hpc2.
The conflicts due to a new mpc7448 p3m7448 board is in the main tree.

Merge branch 'master' into hpc2

Conflicts:

Fix the confilcts when merging 'master' into hpc2.
The conflicts due to a new mpc7448 p3m7448 board is in the main tree.

Merge branch 'master' into hpc2

Conflicts:

MAKEALL
cpu/74xx_7xx/cpu.c
cpu/74xx_7xx/cpu_init.c
cpu/74xx_7xx/speed.c

show more ...


# ab07b6c2 29-Nov-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git


# 32081125 28-Nov-2006 Kim Phillips <kim.phillips@freescale.com>

Merge http://www.denx.de/git/u-boot


# 7737d5c6 03-Nov-2006 Dave Liu <daveliu@freescale.com>

mpc83xx: add QE ethernet support

this patch adds support for the QUICC Engine based UCC gigabit ethernet device.


12345678