Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Linux 5.4-lts #938

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nicwu-cel
Copy link
Contributor

  • Port Linux 5.4-lts (most of these new-added drivers port from Linux 4.19-lts except the USBNET)

-PCA954X (for PCA9548 to expand I2C bus)
option
CONFIG_I2C_MUX_PCA954x=y
CONFIG_I2C_MUX_REG=y
CONFIG_GPIOLIB=y
CONFIG_GPIOLIB_FASTPATH_LIMIT=512

-IXGBE (for INTEL 10G Ethernet)
option
CONFIG_IXGBE=y
CONFIG_IXGBE_HWMON=y

-PKTGEN (for switch chip traffic test)
option
CONFIG_NET_PKTGEN=m

-IPMI (for BMC communication)
option
CONFIG_IPMI_HANDLER=y
CONFIG_IPMI_DMI_DECODE=y
CONFIG_IPMI_PLAT_DATA=y
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
CONFIG_IPMI_SSIF=y
CONFIG_IPMI_WATCHDOG=y
CONFIG_IPMI_POWEROFF=y

-USBNET (for firmware upgrade via USBNET device on BMC)
option
CONFIG_USB_USBNET=m
CONFIG_USB_NET_CDCETHER=m

-LM75 (to create thermal sensor node)
option
CONFIG_SENSORS_LM75=y

-PMBUS_CORE (The base driver to install pmbus-based drivers)
option
CONFIG_PMBUS=y

-CORETEMP (The necessary driver to get CPU temperature)
option
CONFIG_SENSORS_CORETEMP=y

Signed-off-by: Nicholas Wu [email protected]
Signed-off-by: Pradchaya Phucharoen [email protected]
Signed-off-by: Srikanth Krishnamachary [email protected]

Signed-off-by: Nicholas Wu <[email protected]>
Signed-off-by: Pradchaya Phucharoen <[email protected]>
Signed-off-by: Srikanth Krishnamachary <[email protected]>
@nicwu-cel nicwu-cel force-pushed the Port_linux_5.4-lts branch 2 times, most recently from 225e397 to 360332f Compare May 8, 2023 03:29
Signed-off-by: Nicholas Wu <[email protected]>
Signed-off-by: Pradchaya Phucharoen <[email protected]>
Signed-off-by: Srikanth Krishnamachary <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant