Re: [tboot-devel] is that possible to use tboot with Linux kernel only?

2012-02-15 Thread Ning Qu
That's really good to know. I think I am using 2.6.35 right now. I will check out the code and give it a try. Thanks again! Best wishes, -- Ning Qu On Wed, Feb 15, 2012 at 12:18 PM, Cihula, Joseph wrote: > Linux versions prior to 2.6.35 can launch with early versions of tboot, > but for the la

Re: [tboot-devel] is that possible to use tboot with Linux kernel only?

2012-02-15 Thread Cihula, Joseph
Linux versions prior to 2.6.35 can launch with early versions of tboot, but for the latest tboot and all features (e.g. S3), you need 2.6.35+. Joe From: Ning Qu [mailto:[email protected]] Sent: Wednesday, February 15, 2012 11:53 AM To: Cihula, Joseph Cc: [email protected] Subject:

Re: [tboot-devel] is that possible to use tboot with Linux kernel only?

2012-02-15 Thread Ning Qu
Hi, Thanks for all the info, guys!! So Joseph, you mentioned 2.6.35+ required. Is that because of any changes in tboot recently? Since Charles thinks 2.6.20+ should be fine Just want to be sure before diving into it again :) Best wishes, -- Ning Qu On Wed, Feb 15, 2012 at 8:15 AM, Cihula,

Re: [tboot-devel] is that possible to use tboot with Linux kernel only?

2012-02-15 Thread Cihula, Joseph
Tboot works fine with a Linux kernel that supports it (2.6.35+). You can find more details on it in the kernel source tree at Documentation/intel_txt.txt. Joe From: Ning Qu [mailto:[email protected]] Sent: Tuesday, February 14, 2012 5:43 PM To: [email protected] Subject: [tboot-d

Re: [tboot-devel] is that possible to use tboot with Linux kernel only?

2012-02-15 Thread Charles.Fisher
Sure have. Works like a charm. First line of the grub file is the kernel tboot.gz, second line is the module linux… with all of the options, third line is the initrd and the fourth and subsequent lines are the SINIT and lcp data (if required for version 2) . Requires a 2.6.20 or later kernel, un