summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/p4000/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/mips/p4000/ChangeLog')
-rw-r--r--c/src/lib/libbsp/mips/p4000/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/ChangeLog b/c/src/lib/libbsp/mips/p4000/ChangeLog
index 0d3dc91cad..a5a0aa15da 100644
--- a/c/src/lib/libbsp/mips/p4000/ChangeLog
+++ b/c/src/lib/libbsp/mips/p4000/ChangeLog
@@ -1,3 +1,21 @@
+2000-10-24 Alan Cudmore <alanc@linuxstart.com> and
+ Joel Sherrill <joel@OARcorp.com>
+
+ * This is a major reworking of the mips64orion port to use
+ gcc predefines as much as possible and a big push to multilib
+ the mips port. The mips64orion port was copied/renamed to mips
+ to be more like other GNU tools. Alan did most of the technical
+ work of determining how to map old macro names used by the mips64orion
+ port to standard compiler macro definitions. Joel did the merge
+ with CVS magic to keep individual file history and did the BSP
+ modifications. Details follow:
+ * console/led.S: Switch from using <idtmon.h> to <asm.h>.
+ * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
+ define of PMON stacksize.
+ * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>. Also
+ reworked conditionals to use gcc predefines.
+ * console/idttlb.S: Ditto.
+
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,