aboutsummaryrefslogtreecommitdiff
path: root/lib_nios2/board.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-164/+0
2010-04-02nios2: Add missing Ethernet initialization to board_init().Scott McNutt1-0/+7
2009-11-23Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)Scott McNutt1-2/+0
2009-10-30sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios.Nobuhiro Iwamatsu1-2/+0
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser1-12/+2
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser1-7/+6
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-19/+1
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-2/+2
2009-06-12lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese1-2/+4
2009-03-20lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger1-5/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-13/+13
2006-06-08Nios II - Add EPCS Controller bootrom work-aroundScott McNutt1-0/+10
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+1
2004-10-10Patches by Scott McNutt, 24 Aug 2004:wdenk1-0/+184