git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5539 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
d1e24e796e
commit
ce7cc5e2e1
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -26,24 +26,8 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
/*
|
||||
* Imports the PPC configuration headers.
|
||||
*/
|
||||
#define _FROM_ASM_
|
||||
#include "chconf.h"
|
||||
#include "chcore.h"
|
||||
|
||||
#if !defined(__DOXYGEN__)
|
||||
|
||||
/* BAM info, SWT off, WTE off, VLE from settings.*/
|
||||
.section .bam, "ax"
|
||||
#if PPC_USE_VLE
|
||||
.long 0x015A0000
|
||||
#else
|
||||
.long 0x005A0000
|
||||
#endif
|
||||
.long _boot_address
|
||||
|
||||
/* Software vectors table. The vectors are accessed from the IVOR4
|
||||
handler only. In order to declare an interrupt handler just create
|
||||
a function withe the same name of a vector, the symbol will
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue