From owner-cvs-ports@FreeBSD.ORG Fri Mar 18 05:06:07 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BC7B106564A; Fri, 18 Mar 2011 05:06:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AAA58FC12; Fri, 18 Mar 2011 05:06:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2I567So022543; Fri, 18 Mar 2011 05:06:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2I56710022542; Fri, 18 Mar 2011 05:06:07 GMT (envelope-from miwi) Message-Id: <201103180506.p2I56710022542@repoman.freebsd.org> From: Martin Wilke Date: Fri, 18 Mar 2011 05:06:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/nvramtool Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 05:06:07 -0000 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 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)