Re: [tboot-devel] verifying module against policy failed

2013-04-16 Thread Charles.Fisher
Also, To just get things working, I would skip creating the policy elements for the pcrs andcustom, and just go with the mle element. After you get things working, then is the time to add additional stuff. Charles From: Charles Bushong [mailto:busho...@gmail.com] Sent: Wednesday, March

Re: [tboot-devel] [PATCH v2] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-04-16 Thread Zheng, Lv
Sorry for delayed reply. > >>> On 12.03.13 at 01:59, "Zheng, Lv" wrote: > >> > +#include > > > > This line shouldn't appear in ACPICA codes (drivers/acpi/acpica). > > Please try to declare OSL interfaces via include/acpi/platform/aclinux.h. > > I'm sorry, but why am I not permitted to follow co

Re: [tboot-devel] verifying module against policy failed

2013-04-16 Thread Charles.Fisher
You haven't mentioned which processor you are using. From the commands you are using, it appears that you are trying to do a version 2 lcp, which is for processors designed after 2008. Also, did you copy the list.data file to the /boot directory, and add the line module /list.data to your grub con

Re: [tboot-devel] [PATCH v2] x86: add a new SMP bring up way for tboot case

2013-04-16 Thread H. Peter Anvin
On 03/19/2013 07:14 PM, Ren, Qiaowei wrote: > Any comments on this patch? > > Thanks, > Qiaowei The biggest question is probably if we can use an existing hook of some sort. Overriding the apic method is probably not the right way to go, though. tglx, do you have any opinions here? Furthermore

Re: [tboot-devel] ERRORCODE: 0xc0000901

2013-04-16 Thread Wei, Gang
The platform using Q45_Q43_SINIT_51.BIN only supports LCP v1. You should not try lcp v2 on it. You should try to follow docs/policy_v1.txt to create the LCP v1 policy and have a further try. Thanks Jimmy Charles Bushong wrote on 2013-04-11: > So while I wait for a miracle on my other system, I h

Re: [tboot-devel] lcp_* tools and owner policies.

2013-04-16 Thread Wei, Gang
Jay Schwichtenberg wrote on 2013-04-10: > Jay Schwichtenberg yahoo.com> writes: > >> >> Hello, >> >> With the help from this group I was able to get my server setup with >> tboot and running (THANKS!). I've got my code written and I'm in the >> testing phase. One of the test criteria that I was

Re: [tboot-devel] ERRORCODE: 0xc0000901

2013-04-16 Thread Charles Bushong
Any ideas on this, anybody? -Charles On Wed, Apr 10, 2013 at 2:22 PM, Charles Bushong wrote: > So while I wait for a miracle on my other system, I have tried configuring > tboot on a different platform using a similar config. I'm hoping to find > out if the problem is configuration based or h