From f8ee1806ac524bc782c93eccc59ee3c929abddb9 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 18 Jan 2008 15:08:58 +0000 Subject: Rename almost all occurences of LinuxBIOS to coreboot. Due to the automatic nature of this update, I am self-acking. It worked in abuild. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3053 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/embeddedplanet/ep405pc/Config.lb | 2 +- src/mainboard/embeddedplanet/ep405pc/Options.lb | 8 ++++---- src/mainboard/embeddedplanet/ep405pc/ep405pc.cfg | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/mainboard/embeddedplanet') diff --git a/src/mainboard/embeddedplanet/ep405pc/Config.lb b/src/mainboard/embeddedplanet/ep405pc/Config.lb index a47d1c6487..551eebca67 100644 --- a/src/mainboard/embeddedplanet/ep405pc/Config.lb +++ b/src/mainboard/embeddedplanet/ep405pc/Config.lb @@ -23,5 +23,5 @@ end ## Build the objects we have code for in this directory. ## -addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a" +addaction coreboot.a "$(CROSS_COMPILE)ranlib coreboot.a" makedefine CFLAGS += -msoft-float diff --git a/src/mainboard/embeddedplanet/ep405pc/Options.lb b/src/mainboard/embeddedplanet/ep405pc/Options.lb index c0aa4e0506..4078fb4144 100644 --- a/src/mainboard/embeddedplanet/ep405pc/Options.lb +++ b/src/mainboard/embeddedplanet/ep405pc/Options.lb @@ -44,7 +44,7 @@ uses STACK_SIZE HEAP_SIZE uses MAINBOARD uses MAINBOARD_VENDOR uses MAINBOARD_PART_NUMBER -uses LINUXBIOS_EXTRA_VERSION +uses COREBOOT_EXTRA_VERSION uses CROSS_COMPILE uses CC uses HOSTCC @@ -106,7 +106,7 @@ default ROM_SIZE=1048576 ## Board has fixed size RAM default EMBEDDED_RAM_SIZE=64*1024*1024 -## LinuxBIOS C code runs at this location in RAM +## Coreboot C code runs at this location in RAM default _RAMBASE=0x00100000 ## @@ -133,10 +133,10 @@ default _RESET=0xfffffffc ## Exception vectors default _EXCEPTION_VECTORS=_ROMBASE+0x100 -## linuxBIOS ROM start address +## coreboot ROM start address default _ROMSTART=0xfff03000 -## linuxBIOS C code runs at this location in RAM +## coreboot C code runs at this location in RAM default _RAMBASE=0x00100000 ### End Options.lb diff --git a/src/mainboard/embeddedplanet/ep405pc/ep405pc.cfg b/src/mainboard/embeddedplanet/ep405pc/ep405pc.cfg index 568efb8f6b..305245d751 100755 --- a/src/mainboard/embeddedplanet/ep405pc/ep405pc.cfg +++ b/src/mainboard/embeddedplanet/ep405pc/ep405pc.cfg @@ -62,7 +62,7 @@ SIO 2002 9600 ;TCP port for serial IO [HOST] IP 10.0.1.2 FORMAT ELF -FILE linuxbios.elf +FILE coreboot.elf ;START 0x200000 LOAD MANUAL ;load code MANUAL or AUTO after reset DEBUGPORT 2001 -- cgit v1.2.3