Author: rminnich Date: 2008-01-31 15:01:23 +0100 (Thu, 31 Jan 2008) New Revision: 570
Modified: coreboot-v3/arch/x86/Makefile Log: Move the text to 0x2000, so there is room for the IDT for vm86 emulation.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Acked-by: Marc Jones marc.jones@amd.com
Modified: coreboot-v3/arch/x86/Makefile =================================================================== --- coreboot-v3/arch/x86/Makefile 2008-01-31 03:08:32 UTC (rev 569) +++ coreboot-v3/arch/x86/Makefile 2008-01-31 14:01:23 UTC (rev 570) @@ -206,7 +206,7 @@ $(obj)/coreboot.stage2 $(obj)/coreboot.stage2.map: $(obj)/stage0.init $(STAGE2_OBJ_NEEDED) $(Q)# leave a .o with full symbols in it for debugging. $(Q)printf " LD $(subst $(shell pwd)/,,$(@))\n" - $(Q)$(LD) -R $(obj)/stage0.o -Ttext 0x1000 --entry=stage2 \ + $(Q)$(LD) -R $(obj)/stage0.o -Ttext 0x2000 --entry=stage2 \ -o $(obj)/coreboot.stage2 $(STAGE2_OBJ_NEEDED) $(Q)$(NM) $(obj)/coreboot.stage2 | sort -u > $(obj)/coreboot.stage2.map