Re: [PATCH v1 2/4] ipmi: Add Loongson-2K BMC support

2025-01-02 Thread kernel test robot
230-174205 base: linus/master patch link: https://lore.kernel.org/r/a4cfdeed1a91a7a12c7ebe56bed2ba94991c4065.1735550269.git.zhoubinbin%40loongson.cn patch subject: [PATCH v1 2/4] ipmi: Add Loongson-2K BMC support config: loongarch-randconfig-r123-20241231 (https://download.01.org/0day-ci/archiv

Re: [PATCH v1 2/4] ipmi: Add Loongson-2K BMC support

2024-12-31 Thread kernel test robot
230-174205 base: linus/master patch link: https://lore.kernel.org/r/a4cfdeed1a91a7a12c7ebe56bed2ba94991c4065.1735550269.git.zhoubinbin%40loongson.cn patch subject: [PATCH v1 2/4] ipmi: Add Loongson-2K BMC support config: loongarch-randconfig-r123-20241231 (https://download.01.org/0day-ci/archiv

[PATCH v1 2/4] ipmi: Add Loongson-2K BMC support

2024-12-31 Thread Binbin Zhou
This patch adds Loongson-2K BMC IPMI support. According to the existing design, we use software simulation to implement the KCS interface registers: Stauts/Command/Data_Out/Data_In. Also since both host side and BMC side read and write kcs status, I use fifo pointer to ensure data consistency. T