pc386/startup/bspstart.c: Reformat and cleanup file header

This commit is contained in:
Joel Sherrill
2016-03-09 11:24:33 -06:00
parent 356b2c23f5
commit 2e516dd46f

View File

@@ -1,32 +1,30 @@
/*-------------------------------------------------------------------------+ /**
| This file contains the PC386 BSP startup package. It includes application, * @file
| board, and monitor specific initialization and configuration. The generic CPU *
| dependent initialization has been performed before this routine is invoked. * This file contains the PC386 BSP startup package. It includes application,
+--------------------------------------------------------------------------+ * board, and monitor specific initialization and configuration.
| (C) Copyright 1997 - */
| - NavIST Group - Real-Time Distributed Systems and Industrial Automation
| /*
| http://pandora.ist.utl.pt * This file was initially written by Joel Sherrill as part of the go32 BSP.
| * It was subsequently adapted as part of the pc386 BSP by developers from
| Instituto Superior Tecnico * Lisboa * PORTUGAL * the NavIST Group in 1997.
+--------------------------------------------------------------------------+ *
| Disclaimer: * COPYRIGHT (c) 1989-2008, 2016.
| * On-Line Applications Research Corporation (OAR).
| This file is provided "AS IS" without warranty of any kind, either *
| expressed or implied. * The license and distribution terms for this file may be
+--------------------------------------------------------------------------+ * found in the file LICENSE in this distribution or at
| This code is based on: * http://www.rtems.org/license/LICENSE.
| bspstart.c,v 1.8 1996/05/28 13:12:40 joel Exp - go32 BSP *
| With the following copyright notice: * (C) Copyright 1997 -
| ************************************************************************** * - NavIST Group - Real-Time Distributed Systems and Industrial Automation
| * COPYRIGHT (c) 1989-2008. * Instituto Superior Tecnico * Lisboa * PORTUGAL (http://pandora.ist.utl.pt)
| * On-Line Applications Research Corporation (OAR). *
| * * NavISY Disclaimer:
| * The license and distribution terms for this file may be * This file is provided "AS IS" without warranty of any kind, either
| * found in the file LICENSE in this distribution or at * expressed or implied.
| * http://www.rtems.org/license/LICENSE. */
| **************************************************************************
+--------------------------------------------------------------------------*/
#include <bsp.h> #include <bsp.h>
#include <bsp/irq.h> #include <bsp/irq.h>