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>
|
||||
|
||||
PR 717/bsps
|
||||
|
||||
@@ -66,8 +66,17 @@ Memory Map
|
||||
fd00 0000 |------------------------------------| |
|
||||
| | |
|
||||
| xxxxxxxxxxxxxx| ----- f000 0000
|
||||
| x not mapped |
|
||||
| xxxxxxxxxxxxxx| ----- 9000 0000
|
||||
| x not mapped | |
|
||||
| xxxxxxxxxxxxxx| ----- a000 0000
|
||||
| | |
|
||||
| | |
|
||||
| | DBAT0
|
||||
| | - Supervisor R/W
|
||||
| | - Cache Inhibited
|
||||
| | - Guarded
|
||||
| | |
|
||||
| | |
|
||||
| | ----- 9000 0000
|
||||
| | |
|
||||
| | |
|
||||
| PCI Memory Space | DBAT2
|
||||
|
||||
@@ -201,16 +201,14 @@ _SDA_BASE_ = __SDATA_START__ + 0x8000;
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
*(.dynsbss)
|
||||
*(.gnu.linkonce.sb.*)
|
||||
PROVIDE (__sbss_end = .);
|
||||
} > CODE
|
||||
.plt : { *(.plt) } > CODE
|
||||
.bss :
|
||||
{
|
||||
PROVIDE (__bss_start = .);
|
||||
*(.bss)
|
||||
*(.dynbss)
|
||||
*(.gnu.linkonce.b.*)
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
. = ALIGN(16);
|
||||
} > CODE
|
||||
|
||||
Reference in New Issue
Block a user