Port Linux 5.4-lts
- 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]