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