| Commit message (Expand) | Author | Age | Lines |
* | remove bi_enet*addr from global data for all arches | Mike Frysinger | 2009-03-20 | -1/+0 |
* | Add an architecture specific config.h for common defines | Kumar Gala | 2009-02-10 | -0/+24 |
* | Blackfin: move default boot SPI CS to common code | Mike Frysinger | 2009-02-05 | -0/+9 |
* | Blackfin: update anomaly lists | Mike Frysinger | 2009-02-03 | -84/+213 |
* | Blackfin: add driver for on-chip MMC/SD controller | Cliff Cai | 2009-02-02 | -0/+123 |
* | Blackfin: output booting source when booting | Mike Frysinger | 2009-02-02 | -0/+22 |
* | Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom | Mike Frysinger | 2009-02-02 | -0/+5 |
* | Blackfin: update asm-blackfin/posix_types.h to latest Linux version | Mike Frysinger | 2009-02-02 | -11/+9 |
* | Blackfin: add port I bits | Mike Frysinger | 2009-02-02 | -1/+19 |
* | Blackfin: add driver for on-chip ATAPI controller | Sonic Zhang | 2009-02-02 | -0/+220 |
* | Blackfin: fix up EBIU defines | Mike Frysinger | 2009-02-02 | -2/+2 |
* | Blackfin: only flag L1 instruction for DMA memcpy | Mike Frysinger | 2009-02-02 | -10/+4 |
* | Blackfin: rewrite cache handling functions | Mike Frysinger | 2009-02-02 | -0/+4 |
* | Blackfin: cache core/system clock values | Mike Frysinger | 2009-02-02 | -0/+2 |
* | Blackfin: update on-chip ROM API | Mike Frysinger | 2009-01-28 | -40/+44 |
* | Blackfin: fix dcache handling when doing dma memcpy's | Mike Frysinger | 2009-01-28 | -1/+1 |
* | Blackfin: set more sane default board config values | Mike Frysinger | 2009-01-28 | -6/+71 |
* | Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE} | Mike Frysinger | 2009-01-28 | -2/+5 |
* | Blackfin: add bit defines for DDR parts | Mike Frysinger | 2009-01-28 | -1/+20 |
* | Blackfin: add defines to describe active bootrom behavior | Mike Frysinger | 2009-01-28 | -0/+11 |
* | Introduce virt_to_phys() | Kumar Gala | 2008-12-15 | -0/+5 |
* | Blackfin: fix SWRST register definition | Mike Frysinger | 2008-10-23 | -9/+9 |
* | Blackfin: punt old unused mem_init.h header | Mike Frysinger | 2008-10-23 | -321/+0 |
* | Blackfin: delete unused page_descriptor_table_size define | Mike Frysinger | 2008-10-23 | -5/+0 |
* | Blackfin: fix typo in boot mode comment and add NAND define | Mike Frysinger | 2008-10-23 | -1/+2 |
* | Blackfin: fix port mux defines for BF54x | Ben Maan | 2008-10-23 | -32/+32 |
* | Blackfin: update anomaly lists | Mike Frysinger | 2008-10-23 | -25/+169 |
* | Blackfin: unify DSPID/DBGSTAT MMR definitions | Mike Frysinger | 2008-10-23 | -64/+8 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -8/+8 |
* | Allow console input to be disabled | Mark Jackson | 2008-09-06 | -0/+1 |
* | Change bd/gd memsize/ram_size to be phys_size_t. | Becky Bruce | 2008-06-12 | -2/+2 |
* | Merge branch 'lwmon5' of /home/wd/git/u-boot/projects | Wolfgang Denk | 2008-05-21 | -0/+2 |
|\ |
|
| * | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit... | Yuri Tikhonov | 2008-05-20 | -0/+1 |
| * | POST: add POST_STOP flag | Yuri Tikhonov | 2008-05-20 | -0/+1 |
* | | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -3/+3 |
|/ |
|
* | Introduce phys_size_t and move phys_addr_t into asm/types.h | Kumar Gala | 2008-04-13 | -2/+3 |
* | Blackfin: unify cpu and boot modes | Mike Frysinger | 2008-03-30 | -3/+3 |
* | The patch introduces the CRITICAL feature of POST tests. If the test marked a... | Yuri Tikhonov | 2008-03-18 | -0/+1 |
* | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit ta... | Shinya Kuribayashi | 2008-02-23 | -3/+3 |
* | Coding STyle cleanup. | Wolfgang Denk | 2008-02-15 | -34/+34 |
* | punt Blackfin VDSP headers and import sanitized/auto-generated ones | Mike Frysinger | 2008-02-04 | -12443/+58335 |
* | add missing __raw versions of Blackfin read/write io functions | Mike Frysinger | 2008-02-04 | -0/+6 |
* | add the default Blackfin logo used by Blackfin boards with splash screens | Mike Frysinger | 2008-02-04 | -0/+2377 |
* | Introduce map_physmem() and unmap_physmem() | Haavard Skinnemoen | 2007-12-13 | -0/+26 |
* | [Blackfin][PATCH] Fix dynamic CPLB generation issue | Aubrey Li | 2007-04-05 | -895/+5 |
* | [Blackfin][PATCH] minior cleanup | Aubrey Li | 2007-04-05 | -1/+1 |
* | [Blackfin][PATCH] Fix copyright and update license | Aubrey Li | 2007-04-05 | -114/+114 |
* | [Blackfin][PATCH] call real the system synchronize instruction | Aubrey Li | 2007-04-05 | -0/+1 |
* | [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of the... | Aubrey Li | 2007-04-05 | -126/+0 |
* | [Blackfin][PATCH] Add BF561 EZKIT board support | Aubrey Li | 2007-03-20 | -0/+3411 |