summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2015-02-17 21:02:02 +0100
committerHelge Deller <deller@gmx.de>2015-02-17 21:02:02 +0100
commit9b4629dbaa485e05d3b8ea1f17c0ee1a516e4655 (patch)
tree59de07b4b15843161b4261cf98eb60867f486d3b
parentcf1f0e32773da11b8acd91a142cb59379e2b7b46 (diff)
downloadpalo-9b4629dbaa485e05d3b8ea1f17c0ee1a516e4655.tar.gz
Drop old unused files: .cvsignore, .depend, Changes
-rw-r--r--.cvsignore2
-rw-r--r--.depend27
-rw-r--r--Changes49
3 files changed, 0 insertions, 78 deletions
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index f02373c..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-iplboot
-lifimage
diff --git a/.depend b/.depend
deleted file mode 100644
index e09dbe9..0000000
--- a/.depend
+++ /dev/null
@@ -1,27 +0,0 @@
-
-byteio.o \
-ext2.o \
-fileio.o \
-lib.o \
-offset.o \
-vsprintf.o : bootloader.h
-
-ipl.o : bootloader.h load.h copy-of-som.h bld_info.h
-
-diskpart.o : common.h
-
-elf32.o \
-elf64.o \
-load.o : common.h load.h
-
-som.o : common.h load.h copy-of-som.h
-
-pdc_bootio.o \
-pdc_cons.o : copy-pdc.h bootloader.h
-
-bootio.o : copy-pdc.h palo.h
-
-palo.o : load.h palo.h bld_info.h
-
-paloio.o : palo.h
-
diff --git a/Changes b/Changes
deleted file mode 100644
index 0e927f4..0000000
--- a/Changes
+++ /dev/null
@@ -1,49 +0,0 @@
-
-June 30, 2003 Helge Deller
- - add uninstall make target
-
----
-
-January 13, 2003 Martin K. Petersen
- - Change ipl so that partition type 0xfd (software RAID) is
- allowed. This makes it possible to boot from mirrored system
- disks.
-
----
-
-August 5, 2002 - Carlos O'Donell
-
-Changed argument checking in palo.c
- - Originally you could specify a kernel command line of up to 255
- characters, but in reality the firstblock structure could only
- hold 127. The check in palo.c has been changed to 127.
----
-
-July 28, 2002 - Carlos O'Donell
-
-These changes relate to:
- - Build palo without kernel header source
-
-Removed conditional header includes depending on kernel version
-Removed the include for fs.h since we don't really need it.
- - ./ipl/ext2.c
-
-Removed the include for time.h since we don't really need it.
- - ./ipl/ipl.c
-
-Added ./include/asm and ./include/linux/byteorder to accomodate
-for all the new asm/* and linux/byteorder/* header files that
-were required to build palo without kernel headers.
-
----
-
-4-June Paul Bame
- These changes depend upon using a relatively recent cross-compile
- environment and *especially* one with include/linux and include/asm:
-
- Remove dependencies on access to native and pa linux kernel trees
- for header files.
-
- Remove dependency on pa linux 'arch/parisc/lib/milli.o'
-
- Got rid of some compiler warnings.