<pivi>
dhruvag2000: we can test, limited chances to have a conclusion, given that the issue is not easy to reproduce
wadim_ has quit [Quit: Client closed]
<NishanthMenon>
dhruvag2000: cpu hotplug has nothing to do with above log (which seems around runtime pm implementation)
<NishanthMenon>
dhruvag2000: something around the driver's suspend handler to be specific. looks like some sort of race of clock vs reg access
wadim_ has joined #linux-ti
<pivi>
NishanthMenon: I assume dhruvag2000 wanted me to test 09.01.00.008 tag
<pivi>
not sure about the changes between 09.01.00.006 and 09.01.00.008
<NishanthMenon>
pivi aah ok..
<NishanthMenon>
i have'nt been keeping in touch with tisdk :(
<wadim_>
I was thinking about on how to store multiple DDR timing inside a SPL on a AM62 without blowing up the binary size to much since we are kinda limited here.
<wadim_>
One way would be to store multiple R5 dtbs in OF_LIST. But this includes a big overhead so compression may be needed.
<wadim_>
A lighter version would be to use overlays containing only the memorycontroller node. This generates overlays with up to 9KB. Seems also to be a bit to big.
<wadim_>
Another way I was thinking about is to store only diffs of registers and inject them into the DT before DDRSS probes.
<wadim_>
Any ideas for better solutions?
wadim_ has quit [Quit: Client closed]
wadim_ has joined #linux-ti
<NishanthMenon>
vigneshr: ^^ hehe.. same problem we have been scratching our heads on..
<vigneshr>
Neha has been experimenting few things internally... Nothing concrete 😕
<pivi>
We store deltas in other (non-TI) platforms for this kind of memory configuration needs ...
umbramalison has joined #linux-ti
<dhruvag2000>
> limited chances to have a conclusion, given that the issue is not easy to reproduce
<dhruvag2000>
OK, have asked internally.. I wasn't aware of any such issue atleast, but will get back if anyone else has seen this/ is tracking this
<umbramalison>
Hi, I'm creating a BSP for an custom AM57xx board. (u-boot, linux, buildroot). I have a booting solution, but only when I use 4.19.y kernel from TI. I thought AM57xx support was usable in upstream, if that is the general consensus then I would like to explore the issue, but if it's not to be expected, then what options give me the latest source with as little vendor lock in as possible?
ikarso has quit [Quit: Connection closed for inactivity]
rob_w has quit [Quit: Leaving]
wadim_ has quit [Quit: Client closed]
florian__ has joined #linux-ti
mripard has quit [Quit: mripard]
<bryanb>
umbramalison: haven't checked buildroot recently on am57x but I've seen v6.7-rc4 booting with whatever yocto builds
<umbramalison>
bryanb, do you think buildroot is a factor? I feel like I just need to marry the kernel source with a configuration. I think the configuration is okay, defconfig == omap2plus. How may I know if versions beyond the documented TI 4.19.94 do work? and how does one know if there is parity with upstream?
<umbramalison>
NishanthMenon, thanks.
crabbedhaloablut has quit []
tlwoerner has quit [Quit: Leaving]
tlwoerner has joined #linux-ti
<bryanb>
umbramalison: yeah I'm not sure I know how to compare features in mainline vs the vendor tree... Ideally there shouldn't be any. I know test builds are starting to show up on kernel-ci (though I'm having trouble loading that atm)
<bryanb>
buildroot doesn't seem to be carrying anything other than just building the binaries. I doubt it would be breaking anything
<umbramalison>
bryanb, thanks. Also for the sake of correctness, the documented kernel version for AM57 from TI SDK (08.02.01.00) is actually 5.10.164 not 4.19.94, what I said there was confused with phytec's SDK.