Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 03:16:21 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r281134 - stable/10/usr.sbin/bhyve
Message-ID:  <201504060316.t363GLNa037030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: neel
Date: Mon Apr  6 03:16:20 2015
New Revision: 281134
URL: https://svnweb.freebsd.org/changeset/base/281134

Log:
  MFC r272481.
  Add new fields in the FADT, required by IASL 20140926-64.

Modified:
  stable/10/usr.sbin/bhyve/acpi.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bhyve/acpi.c
==============================================================================
--- stable/10/usr.sbin/bhyve/acpi.c	Mon Apr  6 03:02:20 2015	(r281133)
+++ stable/10/usr.sbin/bhyve/acpi.c	Mon Apr  6 03:16:20 2015	(r281134)
@@ -430,7 +430,10 @@ basl_fwrite_fadt(FILE *fp)
 	EFPRINTF(fp, "\n");
 
 	EFPRINTF(fp, "[0001]\t\tValue to cause reset : 06\n");
-	EFPRINTF(fp, "[0003]\t\tReserved : 000000\n");
+	EFPRINTF(fp, "[0002]\t\tARM Flags (decoded below): 0000\n");
+	EFPRINTF(fp, "\t\t\tPSCI Compliant : 0\n");
+	EFPRINTF(fp, "\t\t\tMust use HVC for PSCI : 0\n");
+	EFPRINTF(fp, "[0001]\t\tFADT Minor Revision : 01\n");
 	EFPRINTF(fp, "[0008]\t\tFACS Address : 00000000%08X\n",
 	    basl_acpi_base + FACS_OFFSET);
 	EFPRINTF(fp, "[0008]\t\tDSDT Address : 00000000%08X\n",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504060316.t363GLNa037030>