diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 15:33:49 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-18 15:33:49 +0000 |
commit | f527e70333e9644f4024737240b9be18f4e2d4d4 (patch) | |
tree | 9a6fa00b8e6cebf0102d6f2f985097fa754723fd /util/lxbios/lxbios.spec | |
parent | 8df401db3bb6419c8fc9339dcc505332dff33bfe (diff) |
rename linuxbios -> coreboot
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3055 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/lxbios/lxbios.spec')
-rw-r--r-- | util/lxbios/lxbios.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/util/lxbios/lxbios.spec b/util/lxbios/lxbios.spec index 90e79ce499..cd3ba7dc61 100644 --- a/util/lxbios/lxbios.spec +++ b/util/lxbios/lxbios.spec @@ -6,7 +6,7 @@ Name: lxbios Version: 2.0.1 Release: 0 -Summary: LinuxBIOS utility program +Summary: coreboot utility program Group: System Environment/Base License: GPL Provides: lxbios @@ -16,15 +16,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version} Source0: %{name}-%{version}.tgz %description -lxbios is a utility for reading/writing LinuxBIOS parameters and displaying -information from the LinuxBIOS table. +lxbios is a utility for reading/writing coreboot parameters and displaying +information from the coreboot table. -At boot time, LinuxBIOS places a table (known as the LinuxBIOS table) in low +At boot time, coreboot places a table (known as the coreboot table) in low physical memory. The contents of this table are preserved even after -LinuxBIOS transfers control to the kernel and the kernel initializes itself. -The LinuxBIOS table contains various system information such as the type of +coreboot transfers control to the kernel and the kernel initializes itself. +The coreboot table contains various system information such as the type of mainboard in use. It also specifies locations in the CMOS (nonvolatile RAM) -where the LinuxBIOS parameters are stored. +where the coreboot parameters are stored. %prep %setup -n %{name}-%{version} |