aboutsummaryrefslogtreecommitdiff
path: root/lib_nios2
AgeCommit message (Expand)AuthorFilesLines
2009-10-30sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios.Nobuhiro Iwamatsu1-2/+0
2009-09-04push LOAD_ADDR out to arch mk filesMike Frysinger1-0/+2
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-21Move architecture specific config.mk files into subdirsPeter Tyser1-0/+28
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-29bootm: Add subcommandsKumar Gala1-0/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-23/+23
2008-09-10bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' labelJean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala1-7/+2
2008-08-26bootm: refactor entry point codeKumar Gala1-19/+1
2008-08-12Fix fallout from autostart revertKumar Gala1-5/+1
2008-05-21Big white-space cleanup.Wolfgang Denk2-2/+2
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-1/+1
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz1-3/+14
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala1-0/+3
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-1/+1
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz1-4/+8
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-2/+18
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz2-1/+1
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz1-4/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-8/+9
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
2005-03-30* Patch by Scott McNutt, 21 Oct 2004:wdenk1-2/+10
2004-10-10Patches by Scott McNutt, 24 Aug 2004:wdenk8-0/+546