From 86748ff7edf2cf2fd7e0ed629641f370bd6096c0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 24 Oct 2000 21:50:37 +0000 Subject: 2000-10-24 Alan Cudmore and Joel Sherrill * 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 to . * console/start.S: Switch from using to . Added define of PMON stacksize. * console/idtmem.S: Switch from using to . Also reworked conditionals to use gcc predefines. * console/idttlb.S: Ditto. --- c/src/lib/libbsp/mips/p4000/start/start.S | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/mips/p4000/start/start.S') diff --git a/c/src/lib/libbsp/mips/p4000/start/start.S b/c/src/lib/libbsp/mips/p4000/start/start.S index 88646f520f..2f35543a99 100644 --- a/c/src/lib/libbsp/mips/p4000/start/start.S +++ b/c/src/lib/libbsp/mips/p4000/start/start.S @@ -33,7 +33,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT **************************************************************************/ #include #include -#include +#include .extern _fbss,4 /* this is defined by the linker */ @@ -212,6 +212,12 @@ FRAME(start,sp,0,ra) #endif +/* + * P_STACKSIZE is the size of the Prom Stack. + * the prom stack grows downward + */ +#define P_STACKSIZE 0x2000 /* sets stack size to 8k */ + /************************************************************************** ** -- cgit v1.2.3