FOC: Basic Arndale multi-core support

Second CPU is up and receives timer interrupts. Caches are still disabled.
This commit is contained in:
Sebastian Sumpf
2013-02-13 16:09:27 +01:00
parent 64302baeb6
commit 3f42399fbb
15 changed files with 212 additions and 48 deletions

View File

@@ -25,7 +25,7 @@ set_asid()
{}
//---------------------------------------------------------------------------
IMPLEMENTATION [arm && armv6plus && (mpcore || armca9)]:
IMPLEMENTATION [arm && armv6plus && (mpcore || armca9 || armca15)]:
enum
{
@@ -33,7 +33,7 @@ enum
};
//---------------------------------------------------------------------------
IMPLEMENTATION [arm && armv6plus && !(mpcore || armca9)]:
IMPLEMENTATION [arm && armv6plus && !(mpcore || armca9 || armca15)]:
enum
{