source: rtems/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c @ 3df08660

4.104.114.84.95
Last change on this file since 3df08660 was f610e83f, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/10/07 at 16:00:28

compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged many different versions of new exception handling code to shared sources.

  • Property mode set to 100644
File size: 1.6 KB
Line 
1/*===============================================================*\
2| Project: RTEMS generic MPC83xx BSP                              |
3+-----------------------------------------------------------------+
4| Partially based on the code references which are named below.   |
5| Adaptions, modifications, enhancements and any recent parts of  |
6| the code are:                                                   |
7|                    Copyright (c) 2005                           |
8|                    Embedded Brains GmbH                         |
9|                    Obere Lagerstr. 30                           |
10|                    D-82178 Puchheim                             |
11|                    Germany                                      |
12|                    rtems@embedded-brains.de                     |
13+-----------------------------------------------------------------+
14| The license and distribution terms for this file may be         |
15| found in the file LICENSE in this distribution or at            |
16|                                                                 |
17| http://www.rtems.com/license/LICENSE.                           |
18|                                                                 |
19+-----------------------------------------------------------------+
20| this file places the mpc83xx registers into a special section   |
21\*===============================================================*/
22#include <mpc83xx/mpc83xx.h>
23
24/*
25 * this uninitialized variable will be overlayed to the hardware
26 * registers in the linker command file
27 */
28m83xxRegisters_t mpc83xx;
Note: See TracBrowser for help on using the repository browser.