summaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin
Commit message (Collapse)AuthorAgeFilesLines
* Introduce map_physmem() and unmap_physmem()Haavard Skinnemoen2007-12-131-0/+26
| | | | | | | | | | | | | | | | map_physmem() returns a virtual address which can be used to access a given physical address without involving the cache. unmap_physmem() should be called when the virtual address returned by map_physmem() is no longer needed. This patch adds a stub implementation which simply returns the physical address cast to a uchar * for all architectures except AVR32, which converts the physical address to an uncached virtual mapping. unmap_physmem() is a no-op on all architectures, but if any architecture needs to do such mappings through the TLB, this is the hook where those TLB entries can be invalidated. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* [Blackfin][PATCH] Fix dynamic CPLB generation issueAubrey Li2007-04-053-895/+5
|
* [Blackfin][PATCH] minior cleanupAubrey Li2007-04-051-1/+1
|
* [Blackfin][PATCH] Fix copyright and update licenseAubrey Li2007-04-0538-114/+114
|
* [Blackfin][PATCH] call real the system synchronize instructionAubrey Li2007-04-051-0/+1
|
* [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of ↵Aubrey Li2007-04-054-126/+0
| | | | these definitions nor does any other arch include it
* [Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li2007-03-206-0/+3411
|
* [Blackfin][PATCH] Add BF537 stamp board supportAubrey Li2007-03-1910-0/+5128
|
* [Blackfin][PATCH] code cleanupAubrey Li2007-03-104-91/+74
|
* [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform ↵Aubrey.Li2007-03-0936-812/+1004
| | | | support
* [PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang2007-02-211-0/+5
| | | | | | | | | Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command is fully finished. The sync() is defined in each CPU's io.h file. For those CPUs which do not need sync for now, a dummy sync() is defined in their io.h as well. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
* Coding Style cleanupWolfgang Denk2006-03-126-27/+27
|
* Add missing Blackfin files.Wolfgang Denk2006-03-1246-0/+6986
OpenPOWER on IntegriCloud