forked from Imagelibrary/rtems
2004-11-16 Richard Campbell <richard.campbell@OARcorp.com>
* README.MVME2100: Update to include DBAT0. * startup/linkcmds: Add sections from new gcc versions.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-11-16 Richard Campbell <richard.campbell@OARcorp.com>
|
||||||
|
|
||||||
|
* README.MVME2100: Update to include DBAT0.
|
||||||
|
* startup/linkcmds: Add sections from new gcc versions.
|
||||||
|
|
||||||
2004-11-12 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-11-12 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
PR 717/bsps
|
PR 717/bsps
|
||||||
|
|||||||
@@ -66,8 +66,17 @@ Memory Map
|
|||||||
fd00 0000 |------------------------------------| |
|
fd00 0000 |------------------------------------| |
|
||||||
| | |
|
| | |
|
||||||
| xxxxxxxxxxxxxx| ----- f000 0000
|
| xxxxxxxxxxxxxx| ----- f000 0000
|
||||||
| x not mapped |
|
| x not mapped | |
|
||||||
| xxxxxxxxxxxxxx| ----- 9000 0000
|
| xxxxxxxxxxxxxx| ----- a000 0000
|
||||||
|
| | |
|
||||||
|
| | |
|
||||||
|
| | DBAT0
|
||||||
|
| | - Supervisor R/W
|
||||||
|
| | - Cache Inhibited
|
||||||
|
| | - Guarded
|
||||||
|
| | |
|
||||||
|
| | |
|
||||||
|
| | ----- 9000 0000
|
||||||
| | |
|
| | |
|
||||||
| | |
|
| | |
|
||||||
| PCI Memory Space | DBAT2
|
| PCI Memory Space | DBAT2
|
||||||
|
|||||||
@@ -201,16 +201,14 @@ _SDA_BASE_ = __SDATA_START__ + 0x8000;
|
|||||||
*(.sbss)
|
*(.sbss)
|
||||||
*(.scommon)
|
*(.scommon)
|
||||||
*(.dynsbss)
|
*(.dynsbss)
|
||||||
*(.gnu.linkonce.sb.*)
|
|
||||||
PROVIDE (__sbss_end = .);
|
PROVIDE (__sbss_end = .);
|
||||||
} > CODE
|
} > CODE
|
||||||
.plt : { *(.plt) } > CODE
|
.plt : { *(.plt) } > CODE
|
||||||
.bss :
|
.bss :
|
||||||
{
|
{
|
||||||
PROVIDE (__bss_start = .);
|
PROVIDE (__bss_start = .);
|
||||||
*(.bss)
|
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.gnu.linkonce.b.*)
|
*(.bss)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN(16);
|
. = ALIGN(16);
|
||||||
} > CODE
|
} > CODE
|
||||||
|
|||||||
Reference in New Issue
Block a user