aboutsummaryrefslogtreecommitdiffstats
path: root/lib_blackfin
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-5/+2
2006-03-12Coding Style cleanupWolfgang Denk6-18/+17
2006-03-12Add missing Blackfin files.Wolfgang Denk7-0/+800