Bug 155583 - [new port] sysutils/nvramtool: Utility for reading/writing CMOS
Summary: [new port] sysutils/nvramtool: Utility for reading/writing CMOS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-15 19:30 UTC by Andrey Zonov
Modified: 2011-03-18 05:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.26 KB, text/plain)
2011-03-15 19:30 UTC, Andrey Zonov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Zonov 2011-03-15 19:30:18 UTC
nvramtool is a utility for reading/writing CMOS memory

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-03-18 05:05:58 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-18 05:06:15 UTC
miwi        2011-03-18 05:06:07 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/nvramtool   Makefile distinfo pkg-descr 
  Log:
  nvramtool is a utility for reading/writing coreboot parameters and
  displaying information from the coreboot table.  It is intended for x86-based
  systems (both 32-bit and 64-bit) that use coreboot.
  
  The coreboot table resides in low physical memory, and may be accessed
  through the /dev/mem interface.  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 CMOS (nonvolatile RAM) where the coreboot
  parameters are stored.
  
  For information about coreboot, see http://www.coreboot.org/.
  
  WWW: http://www.coreboot.org/Nvramtool
  
  PR:             ports/155583
  Submitted by:   Andrey Zonov <andrey at zonov.org>
  
  Revision  Changes    Path
  1.1281    +1 -0      ports/sysutils/Makefile
  1.1       +30 -0     ports/sysutils/nvramtool/Makefile (new)
  1.1       +2 -0      ports/sysutils/nvramtool/distinfo (new)
  1.1       +13 -0     ports/sysutils/nvramtool/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"