Re: [PATCH v4 1/6] xilinx: common: refactor FRU handling support

2022-09-22 Thread Jae Hyun Yoo
Hi, On 9/22/2022 12:29 AM, Michal Simek wrote: Hi, On 9/22/22 08:39, Jae Hyun Yoo wrote: Hello Michal, On 9/21/2022 6:40 AM, Michal Simek wrote: On 8/25/22 18:42, Jae Hyun Yoo wrote: Refactor FRU handling support to remove Xilinx customization dependency. With this change, single or mult

Re: [PATCH v4 1/6] xilinx: common: refactor FRU handling support

2022-09-22 Thread Michal Simek
Hi, On 9/22/22 08:39, Jae Hyun Yoo wrote: Hello Michal, On 9/21/2022 6:40 AM, Michal Simek wrote: On 8/25/22 18:42, Jae Hyun Yoo wrote: Refactor FRU handling support to remove Xilinx customization dependency. With this change, single or multiple custom board fields and multi-records can be

Re: [PATCH v4 1/6] xilinx: common: refactor FRU handling support

2022-09-21 Thread Jae Hyun Yoo
Hello Michal, On 9/21/2022 6:40 AM, Michal Simek wrote: On 8/25/22 18:42, Jae Hyun Yoo wrote: Refactor FRU handling support to remove Xilinx customization dependency. With this change, single or multiple custom board fields and multi-records can be added dynamically using linked list so that

Re: [PATCH v4 1/6] xilinx: common: refactor FRU handling support

2022-09-21 Thread Michal Simek
On 8/25/22 18:42, Jae Hyun Yoo wrote: Refactor FRU handling support to remove Xilinx customization dependency. With this change, single or multiple custom board fields and multi-records can be added dynamically using linked list so that each board support can utilize them in their own custom w

[PATCH v4 1/6] xilinx: common: refactor FRU handling support

2022-08-25 Thread Jae Hyun Yoo
Refactor FRU handling support to remove Xilinx customization dependency. With this change, single or multiple custom board fields and multi-records can be added dynamically using linked list so that each board support can utilize them in their own custom way. It's a preparation change for moving t