sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
<bryanb>
Tartarus: good morning! i've been looking into trying to make bringing up custom boards based off TI's am6* SoCs easier (slower DDR, SDMMC, cut-down DTB, ...)
<bryanb>
Tartarus: do you have any idea/expectations on what you expect before I start sending you patches to do the same on the am62? would a second config be the right way to go here?
<Tartarus>
Lets see, was am62 the one that got started right upstream? Hmm
<Tartarus>
am62 should be fine already and not need a "mini" version
<Tartarus>
That looks like it's already at the point where so long as the passed in DT is valid we don't have a bunch of model/revision specific code, or daughtercard detection stuff or so forth
<bryanb>
if i wanted to make it as easy as possible to select these 'wakeup' options do you have any recomendations? (my vision is an interns could figure out how to do this) idk if that's too realistic but that's my goal :)
monstr has quit [Remote host closed the connection]
<Tartarus>
What's missing today?
<bryanb>
idk if anything is missing, i was trying to think of a way to disable all the TI eval board specific things without knowing the TI specific options in the first place
<bryanb>
i guess i'm trying to put myself in the shoes of someone outside of TI trying to get the their initial config going. I just need to find a way to sort configs between TI eval board configs and TI soc configs
WoC has quit [Remote host closed the connection]
WoC has joined #u-boot
WoC has quit [Remote host closed the connection]
<Tartarus>
Yes, the am62 config should be like that by default
<Tartarus>
Pop in the correct (or hack in place the named one) dts files and go.
GNUtoo has quit [Remote host closed the connection]
frieder has quit [Remote host closed the connection]
persmule has quit [Ping timeout: 258 seconds]
WoC has quit [Remote host closed the connection]
persmule has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
WoC has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
WoC has quit [Remote host closed the connection]
guillaume_g has quit [Quit: Konversation terminated!]
apritzel_ has quit [Ping timeout: 265 seconds]
mmu_man has joined #u-boot
prabhakarlad has quit [Ping timeout: 252 seconds]
WoC has joined #u-boot
<samueldr>
sjg1: I see you're working on boot menu things and such, do you think importing a battle-tested curses implementation in U-Boot would be better than implementing a new thing for that?
<samueldr>
I never ended-up even discussing mainlining the PDCurses port because I hadn't thought U-Boot would be interested in doing so