nios2: fix div64 issue for gcc4This patch fixes the run-time error on div64 when built withgcc4, which was reported by jhwu0625 on nios forum. It mergesmath support from libgcc of gcc4. This patc
nios2: fix div64 issue for gcc4This patch fixes the run-time error on div64 when built withgcc4, which was reported by jhwu0625 on nios forum. It mergesmath support from libgcc of gcc4. This patch is copied fromnios2-linux.It works with both gcc3 and gcc4. The old mult.c, divmod.c andmath.h are removed.Signed-off-by: Thomas Chou <thomas@wytron.com.tw>Signed-off-by: Scott McNutt <smcnutt@psyent.com>
show more ...
nios2: fix no flash, add nand and mmc init in board.cThis patch fixes error when CONFIG_SYS_NO_FLASH. And addsnand flash and mmc initialization, which should go beforeenv initialization.Signed-
nios2: fix no flash, add nand and mmc init in board.cThis patch fixes error when CONFIG_SYS_NO_FLASH. And addsnand flash and mmc initialization, which should go beforeenv initialization.Signed-off-by: Thomas Chou <thomas@wytron.com.tw>Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Move lib_$ARCH directories to arch/$ARCH/libAlso move lib_$ARCH/config.mk to arch/$ARCH/config.mkThis change is intended to clean up the top-level directory structureand more closely mimic Linux
Move lib_$ARCH directories to arch/$ARCH/libAlso move lib_$ARCH/config.mk to arch/$ARCH/config.mkThis change is intended to clean up the top-level directory structureand more closely mimic Linux's directory organization.Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12