-
- Downloads
net/memac_phy: reuse driver for little endian SoCs
The memac for PHY management on little endian SoCs is similar on big endian SoCs, so we modify the driver by using I/O accessor function to handle the endianness, so the driver can be reused on little endian SoCs, we introduce CONFIG_SYS_MEMAC_LITTLE_ENDIAN for little endian SoCs, if the CONFIG_SYS_MEMAC_LITTLE_ENDIAN is defined, the I/O access is little endian, if not, the I/O access is big endian. Move fsl_memac.h out of powerpc include. Signed-off-by:Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by:
York Sun <yorksun@freescale.com>
Showing
- arch/arm/include/asm/arch-fsl-lsch3/config.h 1 addition, 0 deletionsarch/arm/include/asm/arch-fsl-lsch3/config.h
- drivers/net/Makefile 1 addition, 0 deletionsdrivers/net/Makefile
- drivers/net/fm/eth.c 1 addition, 1 deletiondrivers/net/fm/eth.c
- drivers/net/fm/memac.c 1 addition, 1 deletiondrivers/net/fm/memac.c
- drivers/net/fm/memac_phy.c 41 additions, 21 deletionsdrivers/net/fm/memac_phy.c
- drivers/net/vsc9953.c 1 addition, 1 deletiondrivers/net/vsc9953.c
- include/fsl_memac.h 0 additions, 0 deletionsinclude/fsl_memac.h
File moved
Please register or sign in to comment