mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-17 21:34:57 +08:00
bsps/powerpc/gen83xx/start/cpuinit.c: Manual Header clean up
There is not really anything left from the referenced cpuinit.c file from MPC8260ads CPU initialization. So ignore that part of the header during rework. Update #4625.
This commit is contained in:
@@ -1,69 +1,17 @@
|
|||||||
/*===============================================================*\
|
/*
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
* RTEMS generic MPC5200 BSP
|
||||||
+-----------------------------------------------------------------+
|
*
|
||||||
| Partially based on the code references which are named below. |
|
* This file contains the code to initialize the cpu.
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
*/
|
||||||
| the code are: |
|
|
||||||
| Copyright (c) 2005 |
|
/*
|
||||||
| embedded brains GmbH |
|
* Copyright (c) 2003 IPR Engineering
|
||||||
| Obere Lagerstr. 30 |
|
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||||
| 82178 Puchheim |
|
*
|
||||||
| Germany |
|
* The license and distribution terms for this file may be
|
||||||
| rtems@embedded-brains.de |
|
* found in the file LICENSE in this distribution or at
|
||||||
+-----------------------------------------------------------------+
|
* http://www.rtems.org/license/LICENSE.
|
||||||
| The license and distribution terms for this file may be |
|
*/
|
||||||
| found in the file LICENSE in this distribution or at |
|
|
||||||
| |
|
|
||||||
| http://www.rtems.org/license/LICENSE. |
|
|
||||||
| |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| this file contains the code to initialize the cpu |
|
|
||||||
\*===============================================================*/
|
|
||||||
/***********************************************************************/
|
|
||||||
/* */
|
|
||||||
/* Module: cpuinit.c */
|
|
||||||
/* Date: 07/17/2003 */
|
|
||||||
/* Purpose: RTEMS MPC5x00 C level startup code */
|
|
||||||
/* */
|
|
||||||
/*---------------------------------------------------------------------*/
|
|
||||||
/* */
|
|
||||||
/* Description: This file contains additional functions for */
|
|
||||||
/* initializing the MPC5x00 CPU */
|
|
||||||
/* */
|
|
||||||
/*---------------------------------------------------------------------*/
|
|
||||||
/* */
|
|
||||||
/* Code */
|
|
||||||
/* References: MPC8260ads additional CPU initialization */
|
|
||||||
/* Module: cpuinit.c */
|
|
||||||
/* Project: RTEMS 4.6.0pre1 / MCF8260ads BSP */
|
|
||||||
/* Version 1.1 */
|
|
||||||
/* Date: 10/22/2002 */
|
|
||||||
/* */
|
|
||||||
/* Author(s) / Copyright(s): */
|
|
||||||
/* */
|
|
||||||
/* Written by Jay Monkman (jmonkman@frasca.com) */
|
|
||||||
/* */
|
|
||||||
/*---------------------------------------------------------------------*/
|
|
||||||
/* */
|
|
||||||
/* Partially based on the code references which are named above. */
|
|
||||||
/* Adaptions, modifications, enhancements and any recent parts of */
|
|
||||||
/* the code are under the right of */
|
|
||||||
/* */
|
|
||||||
/* IPR Engineering, Dachauer Straße 38, D-80335 München */
|
|
||||||
/* Copyright(C) 2003 */
|
|
||||||
/* */
|
|
||||||
/*---------------------------------------------------------------------*/
|
|
||||||
/* */
|
|
||||||
/* IPR Engineering makes no representation or warranties with */
|
|
||||||
/* respect to the performance of this computer program, and */
|
|
||||||
/* specifically disclaims any responsibility for any damages, */
|
|
||||||
/* special or consequential, connected with the use of this program. */
|
|
||||||
/* */
|
|
||||||
/*---------------------------------------------------------------------*/
|
|
||||||
/* */
|
|
||||||
/* Version history: 1.0 */
|
|
||||||
/* */
|
|
||||||
/***********************************************************************/
|
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,71 +1,17 @@
|
|||||||
/*===============================================================*\
|
/*
|
||||||
| Project: RTEMS generic MPC83xx BSP |
|
* RTEMS generic MPC83xx BSP
|
||||||
+-----------------------------------------------------------------+
|
*
|
||||||
| Partially based on the code references which are named below. |
|
* This file contains the code to initialize the cpu.
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
*/
|
||||||
| the code are: |
|
|
||||||
| Copyright (c) 2005 |
|
|
||||||
| embedded brains GmbH |
|
|
||||||
| Obere Lagerstr. 30 |
|
|
||||||
| 82178 Puchheim |
|
|
||||||
| Germany |
|
|
||||||
| rtems@embedded-brains.de |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| The license and distribution terms for this file may be |
|
|
||||||
| found in the file LICENSE in this distribution or at |
|
|
||||||
| |
|
|
||||||
| http://www.rtems.org/license/LICENSE. |
|
|
||||||
| |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| this file contains the code to initialize the cpu |
|
|
||||||
\*===============================================================*/
|
|
||||||
|
|
||||||
|
/*
|
||||||
/***********************************************************************/
|
* Copyright (c) 2003 IPR Engineering
|
||||||
/* */
|
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||||
/* Module: cpuinit.c */
|
*
|
||||||
/* Date: 07/17/2003 */
|
* The license and distribution terms for this file may be
|
||||||
/* Purpose: RTEMS MPC5x00 C level startup code */
|
* found in the file LICENSE in this distribution or at
|
||||||
/* */
|
* http://www.rtems.org/license/LICENSE.
|
||||||
/*---------------------------------------------------------------------*/
|
*/
|
||||||
/* */
|
|
||||||
/* Description: This file contains additional functions for */
|
|
||||||
/* initializing the MPC5x00 CPU */
|
|
||||||
/* */
|
|
||||||
/*---------------------------------------------------------------------*/
|
|
||||||
/* */
|
|
||||||
/* Code */
|
|
||||||
/* References: MPC8260ads additional CPU initialization */
|
|
||||||
/* Module: cpuinit.c */
|
|
||||||
/* Project: RTEMS 4.6.0pre1 / MCF8260ads BSP */
|
|
||||||
/* Version 1.1 */
|
|
||||||
/* Date: 10/22/2002 */
|
|
||||||
/* */
|
|
||||||
/* Author(s) / Copyright(s): */
|
|
||||||
/* */
|
|
||||||
/* Written by Jay Monkman (jmonkman@frasca.com) */
|
|
||||||
/* */
|
|
||||||
/*---------------------------------------------------------------------*/
|
|
||||||
/* */
|
|
||||||
/* Partially based on the code references which are named above. */
|
|
||||||
/* Adaptions, modifications, enhancements and any recent parts of */
|
|
||||||
/* the code are under the right of */
|
|
||||||
/* */
|
|
||||||
/* IPR Engineering, Dachauer Straße 38, D-80335 München */
|
|
||||||
/* Copyright(C) 2003 */
|
|
||||||
/* */
|
|
||||||
/*---------------------------------------------------------------------*/
|
|
||||||
/* */
|
|
||||||
/* IPR Engineering makes no representation or warranties with */
|
|
||||||
/* respect to the performance of this computer program, and */
|
|
||||||
/* specifically disclaims any responsibility for any damages, */
|
|
||||||
/* special or consequential, connected with the use of this program. */
|
|
||||||
/* */
|
|
||||||
/*---------------------------------------------------------------------*/
|
|
||||||
/* */
|
|
||||||
/* Version history: 1.0 */
|
|
||||||
/* */
|
|
||||||
/***********************************************************************/
|
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user