Bug 155583

Summary: [new port] sysutils/nvramtool: Utility for reading/writing CMOS
Product: Ports & Packages Reporter: Andrey Zonov <andrey>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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"