source: rtems/c/src/lib/libcpu/powerpc/mpc860/vectors/README @ e4c07444

4.104.114.84.95
Last change on this file since e4c07444 was faf7f46, checked in by Joel Sherrill <joel.sherrill@…>, on 03/02/99 at 15:32:30

Patch from Jay Monkman <jmonkman@…> to address minor issues
in the eth_comm BSP documentation.

  • Property mode set to 100644
File size: 521 bytes
Line 
1#
2#  $Id$
3#
4
5The location of the vectors file object is critical.
6
7From the comments at the head of vectors.s:
8
9  The issue with this file is getting it loaded at the right place.
10  The first vector MUST be at address 0x????0100.
11  How this is achieved is dependant on the tool chain.
12
13...
14
15  The variable 'PPC_VECTOR_FILE_BASE' must be defined to be the
16  offset from 0x????0000 to the first location in the file.  This
17  will be either 0x0000 or 0xfff0.
18
19The eth_comm BSP defines PPC_VECTOR_FILE_BASE to be 0x00000000
20
Note: See TracBrowser for help on using the repository browser.