Bug 8173 - Intel: Backport PCH-less boot support on new GNR/SRF to v5.10
Summary: Intel: Backport PCH-less boot support on new GNR/SRF to v5.10
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: unspecified
Hardware: x86_64 Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-03 17:05 UTC by jun_miao
Modified: 2024-02-04 16:29 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jun_miao intel_group 2024-02-03 17:05:10 UTC
Description of problem:

[5.10] GNR/SRF PCH less Boot support [SPI-NOR and I2C-SMBUS]
Birch Stream. Enable smaller, cheaper, lower power motherboard/form factors on BHS. find the spi/i2c controller and devices:

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:

[root@GNRAP01 ~]# lsmod |grep -i spi
intel_spi_pci          16384  0
intel_spi              24576  1 intel_spi_pci
spi_nor                73728  1 intel_spi
mtd                    81920  3 spi_nor,intel_spi
[root@GNRAP01 ~]# lsmod |grep -i 801
i2c_i801               32768  0
i2c_smbus              20480  1 i2c_i801
[root@GNRAP01 ~]# lspci |grep -i bus
00:1f.4 SMBus: Intel Corporation Device 5796
00:1f.5 Serial bus controller: Intel Corporation Device 5794 (rev 09)

Expected results:


Additional info:
Comment 1 小龙 admin 2024-02-04 16:29:32 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2754