1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: nvramtool
Section: admin
Priority: extra
Maintainer: Uwe Hermann <uwe@debian.org>
Build-Depends: cdbs, debhelper (>= 7)
Standards-Version: 3.8.0
Homepage: http://www.coreboot.org/Nvramtool
Package: nvramtool
Architecture: alpha amd64 arm armel armeb i386 ia64 kfreebsd-amd64 kfreebsd-i386 netbsd-alpha netbsd-i386
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Read/write coreboot-related NVRAM/CMOS information
nvramtool is a utility for reading/writing coreboot parameters in NVRAM/CMOS
and displaying information from the so-called 'coreboot table'.
.
The coreboot table resides in low physical memory. It is created at
boot time by coreboot, and contains various system information such as
the type of mainboard in use. It specifies locations in the NVRAM/CMOS
(nonvolatile RAM) where the coreboot parameters are stored.
.
This program is mostly intended for (x86-based) systems that use coreboot, but
can also be used for non-coreboot system (e.g. for dumping all NVRAM bytes).
.
For information about coreboot, see http://www.coreboot.org/.
|