[Debootloaders-devel] r158 - trunk/miboot
Aurélien GÉRÔME
ag-guest at costa.debian.org
Sun Aug 6 11:16:29 UTC 2006
Author: ag-guest
Date: 2006-08-06 11:16:29 +0000 (Sun, 06 Aug 2006)
New Revision: 158
Modified:
trunk/miboot/BSTP.ppc.ld
trunk/miboot/Makefile
trunk/miboot/boot.m68k.ld
Log:
Credit Piotr for his great work.
I forgot to mention it in the previous commit message. :P
Modified: trunk/miboot/BSTP.ppc.ld
===================================================================
--- trunk/miboot/BSTP.ppc.ld 2006-08-06 10:53:03 UTC (rev 157)
+++ trunk/miboot/BSTP.ppc.ld 2006-08-06 11:16:29 UTC (rev 158)
@@ -1,3 +1,9 @@
+/*
+ * LD script for the PowerPC part of miBoot
+ * Copyright 2006 - Piotr Krysiuk <piotras at gmail.com>
+ * GPL'ed
+ */
+
ENTRY (__start)
SECTIONS {
. = 0x0;
Modified: trunk/miboot/Makefile
===================================================================
--- trunk/miboot/Makefile 2006-08-06 10:53:03 UTC (rev 157)
+++ trunk/miboot/Makefile 2006-08-06 11:16:29 UTC (rev 158)
@@ -1,3 +1,7 @@
+# Makefile for miBoot build system on the GNU toolchain
+# Copyright 2006 - Piotr Krysiuk <piotras at gmail.com>
+# GPL'ed
+
M68K_CC = m68k-elf-gcc
M68K_CFLAGS = \
-Dmacintosh \
Modified: trunk/miboot/boot.m68k.ld
===================================================================
--- trunk/miboot/boot.m68k.ld 2006-08-06 10:53:03 UTC (rev 157)
+++ trunk/miboot/boot.m68k.ld 2006-08-06 11:16:29 UTC (rev 158)
@@ -1,3 +1,9 @@
+/*
+ * LD script for the m68k part of miBoot
+ * Copyright 2006 - Piotr Krysiuk <piotras at gmail.com>
+ * GPL'ed
+ */
+
SECTIONS {
.boot : {
*(.text*)
More information about the Debootloaders-devel
mailing list