buildgcc: Fix colors for dash
[coreboot.git] / util / nvramtool / README
1 Summary of Operation
2 --------------------
3 nvramtool is a utility for reading/writing coreboot parameters and
4 displaying information from the coreboot table.  It is intended for x86-based
5 systems (both 32-bit and 64-bit) that use coreboot.
6
7 The coreboot table resides in low physical memory, and may be accessed
8 through the /dev/mem interface.  It is created at boot time by coreboot, and
9 contains various system information such as the type of mainboard in use.  It
10 specifies locations in the CMOS (nonvolatile RAM) where the coreboot
11 parameters are stored.
12
13 For information about coreboot, see http://www.coreboot.org/.
14
15 Ideas for Future Improvements
16 -----------------------------
17 1.  Move the core functionality of this program into a shared library.
18 2.  Consider adding options for displaying other BIOS-provided information
19     such as the MP table, ACPI table, PCI IRQ routing table, etc.