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/include/boot/elf.h | 2 +- src/include/boot/linuxbios_tables.h | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/include/boot') diff --git a/src/include/boot/elf.h b/src/include/boot/elf.h index 3503388078..36ad670d4c 100644 --- a/src/include/boot/elf.h +++ b/src/include/boot/elf.h @@ -394,7 +394,7 @@ extern void jmp_to_elf_entry(void *entry, unsigned long buffer); struct lb_memory; extern int elfboot(struct lb_memory *mem); -#define FIRMWARE_TYPE "LinuxBIOS" +#define FIRMWARE_TYPE "coreboot" #define BOOTLOADER "elfboot" #define BOOTLOADER_VERSION "1.3" diff --git a/src/include/boot/linuxbios_tables.h b/src/include/boot/linuxbios_tables.h index 527c44d5fc..84bd99f515 100644 --- a/src/include/boot/linuxbios_tables.h +++ b/src/include/boot/linuxbios_tables.h @@ -1,9 +1,9 @@ -#ifndef LINUXBIOS_TABLES_H -#define LINUXBIOS_TABLES_H +#ifndef COREBOOT_TABLES_H +#define COREBOOT_TABLES_H #include -/* The linuxbios table information is for conveying information +/* The coreboot table information is for conveying information * from the firmware to the loaded OS image. Primarily this * is expected to be information that cannot be discovered by * other means, such as quering the hardware directly. @@ -31,12 +31,12 @@ * table entries and be backwards compatible, but it is not required. */ -/* Since LinuxBIOS is usually compiled 32bit, gcc will align 64bit - * types to 32bit boundaries. If the LinuxBIOS table is dumped on a +/* Since coreboot is usually compiled 32bit, gcc will align 64bit + * types to 32bit boundaries. If the coreboot table is dumped on a * 64bit system, a uint64_t would be aligned to 64bit boundaries, * breaking the table format. * - * lb_uint64 will keep 64bit LinuxBIOS table values aligned to 32bit + * lb_uint64 will keep 64bit coreboot table values aligned to 32bit * to ensure compatibility. They can be accessed with the two functions * below: unpack_lb64() and pack_lb64() * @@ -213,4 +213,4 @@ struct cmos_checksum { -#endif /* LINUXBIOS_TABLES_H */ +#endif /* COREBOOT_TABLES_H */ -- cgit v1.2.3