aboutsummaryrefslogtreecommitdiff
path: root/lib_blackfin
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala1-8/+3
2008-08-26bootm: 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-17Restore 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-15Blackfin: add proper ELF markings to some assembly functionsMike Frysinger4-0/+12
2008-03-15Blackfin: 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
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz2-10/+19
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-3/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-1/+2
2008-02-04punt Blackfin VDSP headers and import sanitized/auto-generated onesMike Frysinger2-10/+19
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 Denk2-13/+4
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-3/+3
2007-07-13make show_boot_progress () weak.Heiko Schocher2-13/+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] Kill off a bunch of common local prototypesAubrey Li3-49/+77
2007-04-05[Blackfin][PATCH] Fix dynamic CPLB generation issueAubrey Li1-9/+16
2007-04-05[Blackfin][PATCH] Fix copyright and update licenseAubrey Li11-75/+34
2007-04-05[Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of the...Aubrey Li1-1/+0
2007-03-22Code cleanup / re-insert previous Copyright entries.Wolfgang Denk1-1/+1
2007-03-12[Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issueAubrey Li1-8/+10
2007-03-12[Blackfin][PATCH] code cleanupAubrey Li2-12/+3
2007-03-10[Blackfin][PATCH] code cleanupAubrey Li1-3/+0
2007-03-09[Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform su...Aubrey.Li13-174/+1501
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/+10