Mike Frysinger
b779f7a595
scrub unused symbols
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years ago
Mike Frysinger
cc2977acc3
move Blackfin cpu object list to respective cpu directories
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years ago
Mike Frysinger
0003613e3c
move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years ago
Mike Frysinger
d4d7730853
punt Blackfin VDSP headers and import sanitized/auto-generated ones
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years ago
Wolfgang Denk
1218abf1b5
Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Aubrey Li
7b7e30aa64
[Blackfin][PATCH] Fix dynamic CPLB generation issue
18 years ago
Aubrey Li
155fd76657
[Blackfin][PATCH] Fix copyright and update license
18 years ago
Aubrey Li
e0df1c921b
[Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
18 years ago
Wolfgang Denk
44ba464b99
Code cleanup / re-insert previous Copyright entries.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Aubrey Li
0d93de1144
[Blackfin][PATCH] minor cleanup
18 years ago
Aubrey Li
bfa5754a58
[Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
18 years ago
Aubrey Li
8440bb1458
[Blackfin][PATCH] code cleanup
18 years ago
Aubrey Li
8db13d6315
[Blackfin][PATCH] code cleanup
18 years ago
Aubrey.Li
3f0606ad0b
[Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
18 years ago
Wolfgang Denk
2b208f5308
Move "ar" flags to config.mk to allow for silent "make -s"
...
Based on patch by Mike Frysinger, 20 Jun 2006
18 years ago
Marian Balakowicz
f93286397e
Add support for a saving build objects in a separate directory.
...
Modifications are based on the linux kernel approach and
support two use cases:
1) Add O= to the make command line
'make O=/tmp/build all'
2) Set environement variable BUILD_DIR to point to the desired location
'export BUILD_DIR=/tmp/build'
'make'
The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'
Command line 'O=' setting overrides BUILD_DIR environent variable.
When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
19 years ago
Wolfgang Denk
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago
Wolfgang Denk
8e7b703a62
Coding Style cleanup
19 years ago
Wolfgang Denk
6cb142fa3b
Add missing Blackfin files.
19 years ago