diff options
author | Roy Huang <roy.huang@analog.com> | 2007-07-12 10:41:45 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-07-12 10:41:45 -0400 |
commit | 24a07a124198153540f8f43d9e91d16227aba66e (patch) | |
tree | 917b2011e67e224515830833b1151e276b6c6137 /include/asm-blackfin/mach-bf548/blackfin.h | |
parent | 088eec1192a0ae60fc218796027e622008af36c0 (diff) |
Blackfin arch: initial supporting for BF548-EZKIT
The ADSP-BF54x was specifically designed to meet the needs of convergent multimedia
applications where system performance and cost are essential ingredients. The
integration of multimedia, human interface, and connectivity peripherals combined
with increased system bandwidth and on-chip memory provides customers a platform to
design the most demanding applications.
Since now, ADSP-BF54x will be supported in the Linux kernel and bunch of related drivers
such as USB OTG, ATAPI, NAND flash controller, LCD framebuffer, sound, touch screen will
be submitted later.
Please enjoy the show.
Signed-off-by: Roy Huang <roy.huang@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/mach-bf548/blackfin.h')
-rw-r--r-- | include/asm-blackfin/mach-bf548/blackfin.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/include/asm-blackfin/mach-bf548/blackfin.h b/include/asm-blackfin/mach-bf548/blackfin.h index 094c41a63194..791218fe7d94 100644 --- a/include/asm-blackfin/mach-bf548/blackfin.h +++ b/include/asm-blackfin/mach-bf548/blackfin.h | |||
@@ -34,24 +34,26 @@ | |||
34 | 34 | ||
35 | #define BF548_FAMILY | 35 | #define BF548_FAMILY |
36 | 36 | ||
37 | #include "bf548.h" | ||
38 | #include "mem_map.h" | ||
39 | #include "anomaly.h" | ||
40 | |||
37 | #ifdef CONFIG_BF542 | 41 | #ifdef CONFIG_BF542 |
38 | #include "bf542.h" | 42 | #include "defBF542.h" |
43 | #endif | ||
39 | 44 | ||
40 | #ifdef CONFIG_BF544 | 45 | #ifdef CONFIG_BF544 |
41 | #include "bf544.h" | 46 | #include "defBF544.h" |
42 | #endif | 47 | #endif |
43 | 48 | ||
44 | #ifdef CONFIG_BF548 | 49 | #ifdef CONFIG_BF548 |
45 | #include "bf548.h" | 50 | #include "defBF548.h" |
46 | #endif | 51 | #endif |
47 | 52 | ||
48 | #ifdef CONFIG_BF549 | 53 | #ifdef CONFIG_BF549 |
49 | #include "bf549.h" | 54 | #include "defBF549.h" |
50 | #endif | 55 | #endif |
51 | 56 | ||
52 | #include "mem_map.h" | ||
53 | #include "anomaly.h" | ||
54 | |||
55 | #if !(defined(__ASSEMBLY__) || defined(ASSEMBLY)) | 57 | #if !(defined(__ASSEMBLY__) || defined(ASSEMBLY)) |
56 | #ifdef CONFIG_BF542 | 58 | #ifdef CONFIG_BF542 |
57 | #include "cdefBF542.h" | 59 | #include "cdefBF542.h" |