summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mcp750/bootloader/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mcp750/bootloader/head.S')
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/bootloader/head.S17
1 files changed, 13 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/mcp750/bootloader/head.S b/c/src/lib/libbsp/powerpc/mcp750/bootloader/head.S
index 3b413cfe5a..ca8f7a1a29 100644
--- a/c/src/lib/libbsp/powerpc/mcp750/bootloader/head.S
+++ b/c/src/lib/libbsp/powerpc/mcp750/bootloader/head.S
@@ -1,9 +1,18 @@
/*
- * $Id$
- *
- * This code is loaded by the ROM loader at some arbitrary location.
- * Move it to high memory so that it can load the kernel at 0x0000.
+ * head.S -- Bootloader Entry point
+ *
+ * Copyright (C) 1998, 1999 Gabriel Paubert, paubert@iram.es
+ *
+ * Modified to compile in RTEMS development environment
+ * by Eric Valette
*
+ * Copyright (C) 1999 Eric Valette. valette@crf.canon.fr
+ *
+ * The license and distribution terms for this file may be
+ * found in found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
+ *
+ * $Id$
*/
#include "bootldr.h"