aboutsummaryrefslogtreecommitdiff
path: root/lib_blackfin/board.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-419/+0
2010-04-07Blackfin: call watchdog_init() for external watchdogsMike Frysinger1-0/+6
2010-04-07Blackfin: drop reference to gd->reloc_offMike Frysinger1-3/+5
2010-01-17Blackfin: add support for kgdbRobin Getz1-0/+6
2010-01-17Blackfin: convert bfin_sdh to generic mmcCliff Cai1-0/+6
2010-01-17Blackfin: support boards with no external memoryMike Frysinger1-10/+19
2010-01-17Blackfin: kill off useless initdram() usageMike Frysinger1-1/+3
2009-10-13Blackfin: drop MAC display at bootMike Frysinger1-4/+0
2009-10-13Blackfin: Remove relocation fixupsMike Frysinger1-2/+0
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini1-0/+7
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser1-9/+0
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser1-6/+6
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-17/+3
2009-09-02Blackfin: fix debug printf modifiersMike Frysinger1-18/+18
2009-07-18Blackfin: add os log functionsMike Frysinger1-0/+6
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2009-06-12lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese1-3/+4
2009-03-23Blackfin: print out Flash: before checking itMike Frysinger1-1/+1
2009-03-23Blackfin: unify net-related init codeMike Frysinger1-10/+20
2009-03-20Blackfin: bfin_mac: force boards to setup the MAC themselvesMike Frysinger1-46/+2
2009-02-02Blackfin: output booting source when bootingMike Frysinger1-1/+5
2009-02-02Blackfin: setup bi_enetaddr for single netsMike Frysinger1-1/+10
2009-02-02Blackfin: cache core/system clock valuesMike Frysinger1-44/+0
2009-01-28Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protectionMike Frysinger1-3/+3
2009-01-28Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZEMike Frysinger1-1/+5
2009-01-28Blackfin: implement general support for CONFIG_STATUS_LEDMike Frysinger1-0/+10
2009-01-28Blackfin: do not init i2c in Blackfin board initMike Frysinger1-15/+0
2009-01-23Blackfin: use common strmhz() in system outputMike Frysinger1-2/+4
2009-01-07Blackfin: drop CONFIG_SPI handling in board initMike Frysinger1-7/+0
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser1-1/+2
2008-10-23Blackfin: init NAND before relocating envMike Frysinger1-5/+5
2008-10-23Blackfin: only initialize the RTC when actually usedMike Frysinger1-4/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-15/+15
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-03-30Blackfin: cleanup and overhaul common board init functionsMike Frysinger1-171/+223
2008-03-30Blackfin: unify cpu and boot modesMike Frysinger1-33/+6
2008-03-15Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPUMike Frysinger1-1/+2
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-09-15Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk1-5/+2
2007-07-09lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger1-3/+3
2007-07-04lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-3/+3
2007-04-05[Blackfin][PATCH] Fix dynamic CPLB generation issueAubrey Li1-9/+16
2007-04-05[Blackfin][PATCH] Fix copyright and update licenseAubrey Li1-3/+3
2007-03-12[Blackfin][PATCH] code cleanupAubrey Li1-11/+1
2007-03-09[Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform su...Aubrey.Li1-35/+213
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-5/+2
2006-03-12Coding Style cleanupWolfgang Denk1-1/+1
2006-03-12Add missing Blackfin files.Wolfgang Denk1-0/+282