aboutsummaryrefslogtreecommitdiff
path: root/lib_blackfin
AgeCommit message (Expand)AuthorFilesLines
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-04push LOAD_ADDR out to arch mk filesMike Frysinger1-0/+2
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-09-02Blackfin: change global data register from P5 to P3Robin Getz1-1/+1
2009-08-23Blackfin: use common code to preprocess linker scriptMike Frysinger2-5/+2
2009-07-24Blackfin: restore EVT1 handling in linker scriptMike Frysinger1-1/+8
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser1-0/+66
2009-07-18Blackfin: add os log functionsMike Frysinger1-0/+6
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2-4/+4
2009-07-10Blackfin: add cache_dump commandsMike Frysinger2-0/+146
2009-06-14Blackfin: unify u-boot linker scriptsMike Frysinger3-1/+137
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: safely flush data caches when in writeback modeMike Frysinger1-0/+42
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: use 8/16/32 bit transfer widths in dma_memcpy()Mike Frysinger1-4/+19
2009-02-02Blackfin: dma_memcpy(): fix random failuresMike Frysinger1-8/+11
2009-02-02Blackfin: rewrite cache handling functionsMike Frysinger1-4/+14
2009-02-02Blackfin: setup bi_enetaddr for single netsMike Frysinger1-1/+10
2009-02-02Blackfin: cache core/system clock valuesMike Frysinger3-44/+78
2009-02-02Blackfin: only build post code when CONFIG_POSTMike Frysinger3-9/+1
2009-01-28Blackfin: fixup misc warnings such as printf's and missing castsMike Frysinger1-1/+1
2009-01-28Blackfin: pass RETX to LinuxMike Frysinger1-1/+8
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-28Blackfin: fix dcache handling when doing dma memcpy'sMike Frysinger1-4/+7
2009-01-28Blackfin: split cache handling out of dma_memcpy()Mike Frysinger1-8/+17
2009-01-28Blackfin: abort dma_memcpy() for L1 scratchpadMike Frysinger1-1/+12
2009-01-28Blackfin: rename bootm.c to boot.cMike Frysinger2-2/+2
2009-01-28Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}Mike Frysinger1-3/+3
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-11-01Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2-9/+40
2008-10-29bootm: Add subcommandsKumar Gala1-0/+3
2008-10-23Blackfin: init NAND before relocating envMike Frysinger1-5/+5
2008-10-23Blackfin: check cache bits, not cplb bitsMike Frysinger1-2/+2
2008-10-23Blackfin: unify cache handling codeMike Frysinger1-0/+35
2008-10-23Blackfin: only initialize the RTC when actually usedMike Frysinger1-4/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-55/+55
2008-09-10bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' labelJean-Christophe PLAGNIOL-VILLARD1-1/+1