Re: [PATCH] ddr: fsl: Reduce the size of interactive options

2022-09-05 Thread Peng Fan
On 8/31/2022 4:54 AM, Sean Anderson wrote: The interactive mode uses large several tables of options which can be configured. However, much of the contents of these tables are repetetive. For example, no struct is larger than half a kilobyte, so the offset only takes up 9 bits. Similarly, the

[PATCH] ddr: fsl: Reduce the size of interactive options

2022-08-30 Thread Sean Anderson
The interactive mode uses large several tables of options which can be configured. However, much of the contents of these tables are repetetive. For example, no struct is larger than half a kilobyte, so the offset only takes up 9 bits. Similarly, the size is only ever 4 or 8, and printhex is a bool