Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Introduce map_physmem() and unmap_physmem() | Haavard Skinnemoen | 2007-12-13 | -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 copyright and update license | Aubrey Li | 2007-04-05 | -3/+3 |
| | ||||
* | [Blackfin][PATCH] call real the system synchronize instruction | Aubrey Li | 2007-04-05 | -0/+1 |
| | ||||
* | [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform ↵ | Aubrey.Li | 2007-03-09 | -9/+6 |
| | | | | support | |||
* | [PATCH v3] Add sync to ensure flash_write_cmd is fully finished | Haiying Wang | 2007-02-21 | -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> | |||
* | Add missing Blackfin files. | Wolfgang Denk | 2006-03-12 | -0/+122 |