aboutsummaryrefslogtreecommitdiff
path: root/board/bf561-ezkit
AgeCommit message (Expand)AuthorFilesLines
2011-06-03Blackfin: boards: build zlib dir with -O2Mike Frysinger1-0/+1
2011-04-08Blackfin: move CONFIG_BFIN_CPU back to board config.hMike Frysinger1-2/+0
2011-04-08Blackfin: unify bootmode based LDR_FLAGS setupMike Frysinger1-1/+0
2011-04-08Blackfin: drop CONFIG_SYS_TEXT_BASE from boardsMike Frysinger1-3/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-10-02Blackfin: move CONFIG_BFIN_CPU to board config.mkMike Frysinger1-0/+2
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-2/+2
2010-04-13Change directory-specific CFLAGS to use full pathPeter Tyser1-1/+1
2010-01-17Blackfin: kill off useless initdram() usageMike Frysinger1-7/+0
2009-10-04Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren1-0/+8
2009-06-15Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boardsMike Frysinger1-0/+3
2009-06-14Blackfin: unify u-boot linker scriptsMike Frysinger4-159/+1
2009-05-06Blackfin: fix booting with older bootroms (no EVT1)Mike Frysinger1-1/+8
2009-03-23Blackfin: kill off LDR jump blockMike Frysinger1-3/+2
2009-01-28Blackfin: convert old boards to use COBJS-y Makefile styleMike Frysinger1-4/+4
2009-01-28Blackfin: drop dead/wrong debug code in initdram()Mike Frysinger1-13/+1
2009-01-07Blackfin: fix out-of-tree building with ldscriptsMike Frysinger2-4/+5
2009-01-07Blackfin: fix linker scripts to work with --gc-sectionsMike Frysinger1-10/+13
2009-01-07Blackfin: set proper LDRFLAGS for parallel booting LDRsMike Frysinger1-0/+6
2008-10-23Blackfin: bf561-ezkit: drop redundant codeMike Frysinger1-4/+2
2008-10-23Blackfin: bf561-ezkit: drop pointless USB codeMike Frysinger1-15/+0
2008-10-23Blackfin: linker scripts: force start.o and set initcode boundariesMike Frysinger1-1/+6
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-7/+7
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-03-30Blackfin: unify cpu and boot modesMike Frysinger3-116/+101
2008-02-04punt Blackfin VDSP headers and import sanitized/auto-generated onesMike Frysinger1-2/+2
2008-02-04add gitignores for Blackfin piecesMike Frysinger1-0/+1
2007-09-15Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk1-1/+2
2007-04-05[Blackfin][PATCH] Fix copyright and update licenseAubrey Li1-3/+3
2007-03-20[Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li4-0/+309