summaryrefslogtreecommitdiffstats
path: root/lib_blackfin
Commit message (Expand)AuthorAgeFilesLines
* lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese2009-06-121-3/+4
* Blackfin: print out Flash: before checking itMike Frysinger2009-03-231-1/+1
* Blackfin: safely flush data caches when in writeback modeMike Frysinger2009-03-231-0/+42
* Blackfin: unify net-related init codeMike Frysinger2009-03-231-10/+20
* Blackfin: bfin_mac: force boards to setup the MAC themselvesMike Frysinger2009-03-201-46/+2
* Blackfin: output booting source when bootingMike Frysinger2009-02-021-1/+5
* Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()Mike Frysinger2009-02-021-4/+19
* Blackfin: dma_memcpy(): fix random failuresMike Frysinger2009-02-021-8/+11
* Blackfin: rewrite cache handling functionsMike Frysinger2009-02-021-4/+14
* Blackfin: setup bi_enetaddr for single netsMike Frysinger2009-02-021-1/+10
* Blackfin: cache core/system clock valuesMike Frysinger2009-02-023-44/+78
* Blackfin: only build post code when CONFIG_POSTMike Frysinger2009-02-023-9/+1
* Blackfin: fixup misc warnings such as printf's and missing castsMike Frysinger2009-01-281-1/+1
* Blackfin: pass RETX to LinuxMike Frysinger2009-01-281-1/+8
* Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protectionMike Frysinger2009-01-281-3/+3
* Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZEMike Frysinger2009-01-281-1/+5
* Blackfin: implement general support for CONFIG_STATUS_LEDMike Frysinger2009-01-281-0/+10
* Blackfin: do not init i2c in Blackfin board initMike Frysinger2009-01-281-15/+0
* Blackfin: fix dcache handling when doing dma memcpy'sMike Frysinger2009-01-281-4/+7
* Blackfin: split cache handling out of dma_memcpy()Mike Frysinger2009-01-281-8/+17
* Blackfin: abort dma_memcpy() for L1 scratchpadMike Frysinger2009-01-281-1/+12
* Blackfin: rename bootm.c to boot.cMike Frysinger2009-01-282-2/+2
* Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}Mike Frysinger2009-01-281-3/+3
* Blackfin: use common strmhz() in system outputMike Frysinger2009-01-231-2/+4
* Blackfin: drop CONFIG_SPI handling in board initMike Frysinger2009-01-071-7/+0
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-061-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2008-11-012-9/+40
|\
| * Blackfin: init NAND before relocating envMike Frysinger2008-10-231-5/+5
| * Blackfin: check cache bits, not cplb bitsMike Frysinger2008-10-231-2/+2
| * Blackfin: unify cache handling codeMike Frysinger2008-10-231-0/+35
| * Blackfin: only initialize the RTC when actually usedMike Frysinger2008-10-231-4/+0
* | bootm: Add subcommandsKumar Gala2008-10-291-0/+3
|/
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-183-55/+55
* bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' labelJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-261-8/+3
* bootm: refactor entry point codeKumar Gala2008-08-261-18/+1
* Fix fallout from autostart revertKumar Gala2008-08-121-5/+1
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-171-1/+1
* Blackfin: cleanup and overhaul common board init functionsMike Frysinger2008-03-303-236/+226
* Blackfin: cleanup lib_blackfin/cache.cMike Frysinger2008-03-302-62/+8
* Blackfin: unify cpu and boot modesMike Frysinger2008-03-305-287/+232
* Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2008-03-262-11/+47
|\
| * [new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz2008-03-121-3/+14
| * [new uImage] Respect autostart setting in linux bootmKumar Gala2008-02-291-0/+3
| * [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-271-1/+1
| * [Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz2008-02-271-6/+15
| * [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-4/+18
| * Merge branch 'master' of /home/git/u-bootMarian Balakowicz2008-02-212-10/+19
| |\
OpenPOWER on IntegriCloud