On Wed, Oct 12, 2022 at 6:57 AM Ladislav Michl <oss-li...@triops.cz> wrote: > > Hi Adam, > > On Wed, Oct 12, 2022 at 06:42:22AM -0500, Adam Ford wrote: > [snip] > > On my board the GPMC runs more than just NAND. I am hoping to get the > > GPMC driver working in U-Boot first then in SPL (assuming it fits). I > > have LTO enabled on my DM3730, so I am hoping it might help make some > > room. I am hoping that once the NAND is working that the GPMC driver > > can be used in U-Boot to handle the configuration of the bus for > > handling Ethernet, so some of the quirks and manual board file > > configuration can be removed. > > Any estimate on that? I moved IGEP to use DM for ethernet, but for reasons > you mentioned quirk in DT is still there. Reposting that patch would > currently add one more quirk into codebase, so I'd better avoid that.
I won't know until I have a chance to sit down and try out the code framework that's proposed. I'll be doing it as a side project, so I can't guarantee speed, but since Roger is trying to get NAND working, my work will start there with the hope of evolving it to do more as I get time. adam > > Thank you, > L.