Name Date Size #Lines LOC

..--

accessors/H25-Apr-2025-1,8161,231

cli/H25-Apr-2025-1,416990

.gitignoreH A D25-Apr-202510 21

COPYINGH A D25-Apr-202517.6 KiB340281

ChangeLogH A D25-Apr-20253.7 KiB14183

DISCLAIMERH A D25-Apr-20252.5 KiB5643

MakefileH A D25-Apr-20251.4 KiB6037

Makefile.mkH A D25-Apr-20251.5 KiB4025

READMEH A D25-Apr-2025895 2016

cbfs.cH A D25-Apr-20253.1 KiB135110

cbfs.hH A D25-Apr-20253.5 KiB13775

cmos_lowlevel.cH A D25-Apr-202510.7 KiB329186

cmos_lowlevel.hH A D25-Apr-20251.5 KiB4730

cmos_ops.cH A D25-Apr-20255.6 KiB213118

cmos_ops.hH A D25-Apr-2025799 2518

common.cH A D25-Apr-20253.3 KiB8553

common.hH A D25-Apr-20251.4 KiB6545

compute_ip_checksum.cH A D25-Apr-20251.1 KiB4528

coreboot_tables.hH A D25-Apr-20256.6 KiB209118

description.mdH A D25-Apr-2025107 32

hexdump.cH A D25-Apr-20254.1 KiB14771

hexdump.hH A D25-Apr-20252.8 KiB6617

input_file.cH A D25-Apr-20257.5 KiB268174

input_file.hH A D25-Apr-2025731 3016

ip_checksum.hH A D25-Apr-2025567 174

layout.cH A D25-Apr-202515.3 KiB515263

layout.hH A D25-Apr-20252.8 KiB8359

lbtable.cH A D25-Apr-202525.9 KiB865565

lbtable.hH A D25-Apr-2025409 1812

nvramtool.specH A D25-Apr-20251.1 KiB4936

reg_expr.cH A D25-Apr-2025651 2414

reg_expr.hH A D25-Apr-2025219 126

win32mmap.cH A D25-Apr-20251.1 KiB5038

README

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