rename linuxbios_* files in utils repository.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3058 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2008-01-18 16:17:44 +00:00
committed by Stefan Reinauer
parent ca374d455c
commit 7223ab7c4a
9 changed files with 11 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ LDFLAGS =
OBJS = common.o compute_ip_checksum.o hexdump.o cmos_lowlevel.o \
reg_expr.o layout.o layout_file.o lbtable.o cmos_ops.o input_file.o \
opts.o lxbios.o
HEADERS = common.h ip_checksum.h linuxbios_tables.h hexdump.h \
HEADERS = common.h ip_checksum.h coreboot_tables.h hexdump.h \
cmos_lowlevel.h reg_expr.h layout.h layout_file.h lbtable.h \
cmos_ops.h input_file.h opts.h

View File

@@ -1,6 +1,5 @@
/*****************************************************************************\
* linuxbios_tables.h
* $Id: linuxbios_tables.h,v 1.1.1.1 2005/12/02 22:35:19 dsp_llnl Exp $
* coreboot_tables.h
\*****************************************************************************/
#ifndef COREBOOT_TABLES_H

View File

@@ -33,7 +33,7 @@
#define LXBIOS_LAYOUT_H
#include "common.h"
#include "linuxbios_tables.h"
#include "coreboot_tables.h"
#define LAYOUT_ENTRY_OVERLAP (LAYOUT_RESULT_START + 0)
#define LAYOUT_ENTRY_BAD_LENGTH (LAYOUT_RESULT_START + 1)

View File

@@ -33,7 +33,7 @@
#define LXBIOS_LAYOUT_FILE_H
#include "common.h"
#include "linuxbios_tables.h"
#include "coreboot_tables.h"
void set_layout_filename (const char filename[]);
void get_layout_from_file (void);

View File

@@ -32,7 +32,7 @@
#include <sys/mman.h>
#include "common.h"
#include "linuxbios_tables.h"
#include "coreboot_tables.h"
#include "ip_checksum.h"
#include "lbtable.h"
#include "layout.h"