
On Thu, Oct 31, 2019 at 06:01:34PM +0000, Aaron Williams wrote:
Hi Wolfgang,
On Thursday, October 31, 2019 3:40:27 AM PDT Wolfgang Denk wrote:
Dear Aaron,
In message 1889679.7FQr5zsBR1@flash you wrote:
Currently we are using 39MB under arch/mips. I think I can easily cut this down to 15MB or smaller, especially by moving some code here to the appropriate driver directories (i.e. DRAM, pcie, watchdog, etc.)
It will still be a large SoC, though.
Have you already looked at formal requirements, like coding style etc.? Did you ever run your additions through checkpatch.pl, for example?
We did follow the formal coding style. Everything will go through checkpatch. My biggest complaint about it is the 80 columns for debug and other print statements.
checkpatch doesn't complain about those when they use standard logging functions, however.