<NishanthMenon>
negatives of option2: it is fs access for R5 SPL.. so it is naturally slower than purely raw emmc access if all binaries are in boot0.
<NishanthMenon>
there is an argument for option 3: -> folks are suggesting using ospi as a jump point before jumping over to uda in emmc.
<NishanthMenon>
that allows for emmc uda images to be completely EBBR compatible..
<NishanthMenon>
austriancoder: funny you should ask.. a few weeks back, I had gone nuts trying to figure out why ai64 boot regressed... wrote a TI internal training slide using that as a case study ;)
<austriancoder>
NishanthMenon: we want to get rid of the spi as boot source and move everything to emmc ..
kishon has joined #linux-ti
<NishanthMenon>
austriancoder: gotcha.. well.. it depends on scalability vs nuanced boot time optimization. standard sdk supports "optimized boot" configuration.. for me, at least with ai64, it was'nt allowing flexibility.. i would like 20MB optee images and multi-mb u-boot which is feature rich..
<NishanthMenon>
austriancoder: curious why to get rid of spi - BoM cost?
<austriancoder>
NishanthMenon: yeah.. it is all about the money
<NishanthMenon>
austriancoder: what else is new ;)
<austriancoder>
NishanthMenon: thanks for your links etc. .. this will help me a lot!
<NishanthMenon>
austriancoder: cool.. i wish there was a simpler - hey here is a single soln.. works perfectly and optimally and scales with feature changes for ever.. unfortunately, as with everything.. tradeoff choices :(
<austriancoder>
the next thing that will come .. boot time optimization :/
<NishanthMenon>
yup..
rogerq has joined #linux-ti
rogerq has quit [Remote host closed the connection]
<vigneshr>
One of the arguments for choosing option 1: booting from raw boot0 partition is quicker for ROM/SPL as there is not much of initialization required.. It's supposed to be faster than raw access to UDA
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 256 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
Pali has joined #linux-ti
florian_kc has joined #linux-ti
rob_w has quit [Read error: Connection reset by peer]
<NishanthMenon>
aah... thanks vigneshr ... option 1 for performance, option 2 for flexibility, and option 3 for potentially ebbr