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/lib/lzma.c | 2 +- src/lib/usbdebug_direct.c | 2 +- src/lib/version.c | 58 +++++++++++++++++++++++------------------------ 3 files changed, 31 insertions(+), 31 deletions(-) (limited to 'src/lib') diff --git a/src/lib/lzma.c b/src/lib/lzma.c index 42746e1029..8e4ed3964f 100644 --- a/src/lib/lzma.c +++ b/src/lib/lzma.c @@ -1,6 +1,6 @@ /* -LinuxBIOS interface to memory-saving variant of LZMA decoder +Coreboot interface to memory-saving variant of LZMA decoder (C)opyright 2006 Carl-Daniel Hailfinger Released under the GNU GPL diff --git a/src/lib/usbdebug_direct.c b/src/lib/usbdebug_direct.c index 4b9affea93..50097f3e4c 100644 --- a/src/lib/usbdebug_direct.c +++ b/src/lib/usbdebug_direct.c @@ -5,7 +5,7 @@ * modify it under the terms of the GNU General Public License version * 2 as published by the Free Software Foundation. * - * 2006.12.10 yhlu moved it to LinuxBIOS and use struct instead + * 2006.12.10 yhlu moved it to corbeoot and use struct instead */ #ifndef __ROMCC__ #include diff --git a/src/lib/version.c b/src/lib/version.c index 028e0062b2..404f50d730 100644 --- a/src/lib/version.c +++ b/src/lib/version.c @@ -7,52 +7,52 @@ #error MAINBOARD_PART_NUMBER not defined #endif -#ifndef LINUXBIOS_VERSION -#error LINUXBIOS_VERSION not defined +#ifndef COREBOOT_VERSION +#error COREBOOT_VERSION not defined #endif -#ifndef LINUXBIOS_BUILD -#error LINUXBIOS_BUILD not defined +#ifndef COREBOOT_BUILD +#error COREBOOT_BUILD not defined #endif -#ifndef LINUXBIOS_COMPILE_TIME -#error LINUXBIOS_COMPILE_TIME not defined +#ifndef COREBOOT_COMPILE_TIME +#error COREBOOT_COMPILE_TIME not defined #endif -#ifndef LINUXBIOS_COMPILE_BY -#error LINUXBIOS_COMPILE_BY not defined +#ifndef COREBOOT_COMPILE_BY +#error COREBOOT_COMPILE_BY not defined #endif -#ifndef LINUXBIOS_COMPILE_HOST -#error LINUXBIOS_COMPILE_HOST not defined +#ifndef COREBOOT_COMPILE_HOST +#error COREBOOT_COMPILE_HOST not defined #endif -#ifndef LINUXBIOS_COMPILER -#error LINUXBIOS_COMPILER not defined +#ifndef COREBOOT_COMPILER +#error COREBOOT_COMPILER not defined #endif -#ifndef LINUXBIOS_LINKER -#error LINUXBIOS_LINKER not defined +#ifndef COREBOOT_LINKER +#error COREBOOT_LINKER not defined #endif -#ifndef LINUXBIOS_ASSEMBLER -#error LINUXBIOS_ASSEMBLER not defined +#ifndef COREBOOT_ASSEMBLER +#error COREBOOT_ASSEMBLER not defined #endif -#ifndef LINUXBIOS_EXTRA_VERSION -#define LINUXBIOS_EXTRA_VERSION "" +#ifndef COREBOOT_EXTRA_VERSION +#define COREBOOT_EXTRA_VERSION "" #endif const char mainboard_vendor[] = MAINBOARD_VENDOR; const char mainboard_part_number[] = MAINBOARD_PART_NUMBER; -const char linuxbios_version[] = LINUXBIOS_VERSION; -const char linuxbios_extra_version[] = LINUXBIOS_EXTRA_VERSION; -const char linuxbios_build[] = LINUXBIOS_BUILD; - -const char linuxbios_compile_time[] = LINUXBIOS_COMPILE_TIME; -const char linuxbios_compile_by[] = LINUXBIOS_COMPILE_BY; -const char linuxbios_compile_host[] = LINUXBIOS_COMPILE_HOST; -const char linuxbios_compile_domain[] = LINUXBIOS_COMPILE_DOMAIN; -const char linuxbios_compiler[] = LINUXBIOS_COMPILER; -const char linuxbios_linker[] = LINUXBIOS_LINKER; -const char linuxbios_assembler[] = LINUXBIOS_ASSEMBLER; +const char coreboot_version[] = COREBOOT_VERSION; +const char coreboot_extra_version[] = COREBOOT_EXTRA_VERSION; +const char coreboot_build[] = COREBOOT_BUILD; + +const char coreboot_compile_time[] = COREBOOT_COMPILE_TIME; +const char coreboot_compile_by[] = COREBOOT_COMPILE_BY; +const char coreboot_compile_host[] = COREBOOT_COMPILE_HOST; +const char coreboot_compile_domain[] = COREBOOT_COMPILE_DOMAIN; +const char coreboot_compiler[] = COREBOOT_COMPILER; +const char coreboot_linker[] = COREBOOT_LINKER; +const char coreboot_assembler[] = COREBOOT_ASSEMBLER; -- cgit v1.2.3