From f527e70333e9644f4024737240b9be18f4e2d4d4 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 18 Jan 2008 15:33:49 +0000 Subject: rename linuxbios -> coreboot Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3055 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/lxbios/layout.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'util/lxbios/layout.c') diff --git a/util/lxbios/layout.c b/util/lxbios/layout.c index 219dc5d147..c37759cadc 100644 --- a/util/lxbios/layout.c +++ b/util/lxbios/layout.c @@ -8,8 +8,8 @@ * UCRL-CODE-2003-012 * All rights reserved. * - * This file is part of lxbios, a utility for reading/writing LinuxBIOS - * parameters and displaying information from the LinuxBIOS table. + * This file is part of lxbios, a utility for reading/writing coreboot + * parameters and displaying information from the coreboot table. * For details, see . * * Please also read the file DISCLAIMER which is included in this software @@ -55,8 +55,8 @@ static const cmos_enum_item_t * find_first_cmos_enum_id (unsigned config_id); const char checksum_param_name[] = "check_sum"; -/* Newer versions of LinuxBIOS store the 3 pieces of information below in the - * LinuxBIOS table so we don't have to rely on hardcoded values. +/* Newer versions of coreboot store the 3 pieces of information below in the + * coreboot table so we don't have to rely on hardcoded values. */ /* This is the offset from the start of CMOS of the first byte that the @@ -69,7 +69,7 @@ const char checksum_param_name[] = "check_sum"; */ #define CMOS_CHECKSUM_END 125 -/* This is the offset from the start of CMOS where the LinuxBIOS checksum is +/* This is the offset from the start of CMOS where the coreboot checksum is * stored. */ #define CMOS_CHECKSUM_INDEX 126 -- cgit v1.2.3