summaryrefslogtreecommitdiff
path: root/lib_blackfin
AgeCommit message (Expand)AuthorFilesLines
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-21Blackfin: 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-24Blackfin: use common strmhz() in system outputMike Frysinger1-2/+4
2009-01-07Blackfin: drop CONFIG_SPI handling in board initMike Frysinger1-7/+0
2008-12-07Update 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-11bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' labelJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-27bootm: refactor do_reset and os boot function argsKumar Gala1-8/+3
2008-08-27bootm: refactor entry point codeKumar Gala1-18/+1
2008-08-12Fix fallout from autostart revertKumar Gala1-5/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-04-18Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-1/+1
2008-03-30Blackfin: cleanup and overhaul common board init functionsMike Frysinger3-236/+226
2008-03-30Blackfin: cleanup lib_blackfin/cache.cMike Frysinger2-62/+8
2008-03-30Blackfin: unify cpu and boot modesMike Frysinger5-287/+232
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2-11/+47
2008-03-16Blackfin: add proper ELF markings to some assembly functionsMike Frysinger4-0/+12
2008-03-16Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPUMike Frysinger1-1/+2
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-6/+15
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-4/+18