[Bug 1929894] Re: [TGL][EHL][ADL] Enable MEI (Intel Management Engine Interface)

2022-04-26 Thread Sachin Mokashi
@Phil,

We need the CONFIG_INTEL_MEI_DAL=m to be enabled as requested in #11,

But both CONFIG_INTEL_MEI_DAL=m and CONFIG_INTEL_MEI_VIRTIO=m are seen
to be disabled.

Can you please check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929894

Title:
  [TGL][EHL][ADL] Enable MEI (Intel Management Engine Interface)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1929894/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929895] Re: [EHL] Enable ISHTP

2022-04-05 Thread Sachin Mokashi
@Kent,

The ECLite driver communication over ISHTP can be tested as follows:

a) "cat /sys/class/thermal/thermal_zone0/temp" - for reading temperature
from EC-Lite.

Note 1: "cat /sys/class/thermal/thermal_zone0/type" should read "acpitz"
- This is EC-Lite's thermal zone

Note 2: You can stress the CPU and read temp again to see a change. For 
stressing the CPU, you can use Checkbox itself. 
Eg Checkbox command: cdts.checkbox-cli run 
com.canonical.certification::stress/cpu_stress_ng_test


If a battery is connected -
  - /sys/class/power_supply/BAT0 will be populated.
eg.
cat /sys/class/power_supply/BAT0/present
1
cat /sys/class/power_supply/BAT0/status
Discharging


You can try to turn on/off FAN manually as well – Commands attached



** Attachment added: "Commands to turn on/off Fan"
   
https://bugs.launchpad.net/intel/+bug/1929895/+attachment/5577487/+files/EClite-Fan-commands.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929895

Title:
  [EHL] Enable ISHTP

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1929895/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1842227] Re: [TGL] EDAC support for TGL(IoTG)

2022-01-30 Thread Sachin Mokashi
** Tags added: iotg-tgl

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842227

Title:
  [TGL] EDAC support for TGL(IoTG)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1842227/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1943587] Re: [Ethtool][TSN] Support frame preemption

2021-12-15 Thread Sachin Mokashi
** Tags removed: iotg
** Tags added: iotg-adl iotg-ehl iotg-tgl

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1943587

Title:
  [Ethtool][TSN] Support frame preemption

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1943587/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929889] Re: [TGL][ADL] Enable CET(Control-flow Enforcement Technology)

2021-12-05 Thread Sachin Mokashi
** Changed in: intel
   Status: New => Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929889

Title:
  [TGL][ADL] Enable CET(Control-flow Enforcement Technology)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1929889/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929889] Re: [TGL][ADL] Enable CET(Control-flow Enforcement Technology)

2021-12-01 Thread SACHIN MOKASHI
@Canonical,

After speaking to CET experts at Intel, these CET kernel patches are not
needed anymore since the feature is still in development and future
directions might change. Hence closing this LP as Invalid

** Changed in: linux-intel (Ubuntu Focal)
   Status: New => Invalid

** Changed in: intel/lookout-canyon
   Status: New => Invalid

** Changed in: linux-intel (Ubuntu)
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929889

Title:
  [TGL][ADL] Enable CET(Control-flow Enforcement Technology)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1929889/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929889] Re: [TGL][ADL] Enable CET(Control-flow Enforcement Technology)

2021-11-22 Thread SACHIN MOKASHI
@Dimitri

Intel has done a few experiments to enable CET on Ubuntu 20.04. Here are
some details:

As my experiment in ubuntu 20.04, the glibc should be update into 2.34.
And busybox should be build on glibc 2.34 (to create initramfs during install 
kernel).
Then ubuntu 20.04 can start, and cet enabled.

Diff glibc 2.31 and glib 2.34 listed as below(20.04 basic glibc is 2.31,
21.04 is 2.34)

ea26ff0322 x86: Copy IBT and SHSTK usable only if CET is enabled 04dff6fc0d 
x86: Properly set usable CET feature bits [BZ #26625]
2ef23b5205 x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]
c02695d776 x86/CET: Update vfork to prevent child return
9e38f455a6 x86: Add --enable-cet=permissive
674ea88294 x86: Move CET control to _dl_x86_feature_control [BZ #25887]
1fabdb9908 x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]
5d844e1b72 i386: Enable CET support in ucontext functions
0455f251f4 i386: Use ENTRY/END in assembly codes 825b58f3fb i386-mcount.S: Add 
_CET_ENDBR to _mcount and 
   __fentry__ 
4031d7484a i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump target
15eab1e3e8 i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 
25262]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929889

Title:
  [TGL][ADL] Enable CET(Control-flow Enforcement Technology)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1929889/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945548] Re: I225-IT Ethernet (8086:0d9f) does not work on AAEON's EHL Board

2021-10-19 Thread SACHIN MOKASHI
Can you please also check the BIOS settings -

In EHL CRB, PCH and PSE0 already enabled by default . In order to enable
PSE1, need to change from ‘None’ to ‘Host owned with pin muxed’ in BIOS

BIOS configuration for setting both PSE GBE0 and PSE GBE1 to host owned:
•   IntelAdvanced Menu→PCH-IO Configuration→PSE configuration→GBE0→Host 
owned
•   IntelAdvanced Menu→PCH-IO Configuration→PSE configuration→GBE1→Host 
owned

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945548

Title:
  I225-IT Ethernet (8086:0d9f) does not work on AAEON's EHL Board

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1945548/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938678] Re: [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on TGL-H

2021-10-07 Thread SACHIN MOKASHI
@Chris, Response from Intel TPM folks for #44 -

"
I presume by firmware they mean BIOS.

There is no debugger mode left enabled in normal production flows or SKUs for 
CSME.
To enable CSME debug mode you'd first unlock the part with an IDLM. I seriously 
doubt that the part they have is unlocked.
"

Can you please clarify which debugger that you are referring to?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938678

Title:
  [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on
  TGL-H

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1938678/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938678] Re: [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on TGL-H

2021-08-17 Thread SACHIN MOKASHI
+ Adding Intel TPM Expert 

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938678

Title:
  [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on
  TGL-H

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1938678/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938678] Re: [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on TGL-H

2021-08-17 Thread SACHIN MOKASHI
@ethan.hsieh @ivan.hu,

Response from our BIOS/TPM Engineers:

"Hash Algorithm Bitmap  is set in BIOS and it’s based on build
configuration PCD and active PCR’s supported."

This BIOS is also distributed as reference BIOS for IBVs and hence
disabling SM3 would break functionality on other Platforms/BIOS

The way to go would be to enable SM3 on go-tpm2 and tpm2-tss tools, I see your 
request to enable SM3 in go-tpm2/secboot here:
https://github.com/canonical/go-tpm2/issues/7

** Bug watch added: github.com/canonical/go-tpm2/issues #7
   https://github.com/canonical/go-tpm2/issues/7

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938678

Title:
  [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on
  TGL-H

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1938678/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938678] Re: [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on TGL-H

2021-08-15 Thread SACHIN MOKASHI
Hi @ethan.hsieh,

As mentioned in comment #5 above, there is an option to disable SM3 256
algorithm. Please check #5 for a screenshot of the BIOS option

Please give a try and uncheck SM3_256 using below BIOS settings:

Go to Advanced menu> TPM configuration > TCG2 Configuration > enable PCR
Bank  PCR Bank: SM3_256 [x ]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938678

Title:
  [intel] [tgl-h][iotg] [hwe-tpm] Ubuntu Core hangs during bootup on
  TGL-H

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1938678/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1936903] Re: CDTS Network (Ethernet) failures

2021-08-06 Thread SACHIN MOKASHI
Please proceed with testing of 1 ethernet port for now. When Canonical
backports the TSN related patches from upstream, can test the
functionality of other port

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936903

Title:
  CDTS Network (Ethernet) failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1936903/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938408] Re: EHL board does not support soft reboot

2021-08-03 Thread SACHIN MOKASHI
This is a known issue on EHL, please track the solution here:
https://github.com/thesofproject/linux/issues/2828

As mentioned in the link, Please disable CONFIG_PINCTRL_ELKHARTLAKE=y
for EHL until MR2 BIOS is released.

** Bug watch added: github.com/thesofproject/linux/issues #2828
   https://github.com/thesofproject/linux/issues/2828

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938408

Title:
  EHL board does not support soft reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1938408/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938413] Re: Shutdown hangs on EHL board

2021-08-03 Thread SACHIN MOKASHI
This is a known issue on EHL, please track the solution here:
https://github.com/thesofproject/linux/issues/2828

As mentioned in the link, Please disable CONFIG_PINCTRL_ELKHARTLAKE=y
for EHL until MR2 BIOS is released.

No need to revert the patch in this case

** Bug watch added: github.com/thesofproject/linux/issues #2828
   https://github.com/thesofproject/linux/issues/2828

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938413

Title:
  Shutdown hangs on EHL board

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1938413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938413] Re: Shutdown hangs on EHL board

2021-08-02 Thread SACHIN MOKASHI
Please revert the patch "pinctrl: intel: Add Intel Elkhart Lake pin
controller support" and continue testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938413

Title:
  Shutdown hangs on EHL board

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1938413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs