<swiftgeek>
ok managed to build entire uboot on fedora19 with updates enabled
<swiftgeek>
i really hope those archive servers won't go down, I didn't expect bitrot to progress that fast
sugoi has quit [Remote host closed the connection]
sugoi has joined #u-boot
sugoi1 has joined #u-boot
atka has joined #u-boot
sugoi has quit [Ping timeout: 276 seconds]
sugoi1 is now known as sugoi
sugoi1 has joined #u-boot
sugoi has quit [Ping timeout: 252 seconds]
sugoi1 is now known as sugoi
goliath has joined #u-boot
cyrozap has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
cyrozap has joined #u-boot
sugoi has quit [Ping timeout: 252 seconds]
sugoi has joined #u-boot
qqe has joined #u-boot
enok has joined #u-boot
enok has quit [Ping timeout: 246 seconds]
enok has joined #u-boot
enok has quit [Ping timeout: 246 seconds]
atka has quit [Ping timeout: 246 seconds]
sugoi has quit [Ping timeout: 260 seconds]
monstr has joined #u-boot
redbrain has quit [Read error: Connection reset by peer]
atka has joined #u-boot
redbrain has joined #u-boot
sugoi has joined #u-boot
sugoi has quit [Ping timeout: 246 seconds]
ldevulder has joined #u-boot
ldts has joined #u-boot
ikarso has joined #u-boot
mckoan|away is now known as mckoan
frieder has joined #u-boot
dhruvag2000 has quit [Quit: Connection closed for inactivity]
crb has joined #u-boot
atka has quit [Ping timeout: 246 seconds]
qqe has quit [Quit: Lost terminal]
sszy has joined #u-boot
atka has joined #u-boot
<sng>
hi all, when running CI on the latest next branch, I got an (unrelated to my changes) error with the dm_test_rtc_dual, causing CI to fail. did not see the error on initiating the CI re-run. does anyone have ideas about this, or has observed this issue?
rber|res has joined #u-boot
prabhakalad has joined #u-boot
naoki has quit [Quit: naoki]
enok has joined #u-boot
mmu_man has joined #u-boot
enok has quit [Ping timeout: 248 seconds]
rber|res has quit [Ping timeout: 245 seconds]
<swiftgeek>
heh, usb is arc/chipidea, the one I'm missing any documentation on
<swiftgeek>
those missing docs are going to haunt me forever
<Guest37>
I am stuck at "selecting mode MMC High Speed (52MHz) (freq : 52 MHz)". Normal flow would be "Signature xxx valid" afterwards. I initialised my mmc within in board_mmc_init in my_board.c. Which is not being called from mmc.c. As #if CONFIG_IS_ENABLED(DM_MMC) remains always on and board_mmc_init won't be called. What should I do?
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #u-boot
goliath has quit [Quit: SIGSEGV]
Stat_headcrabed has joined #u-boot
Guest76 has quit [Quit: Client closed]
___nick___ has quit [Ping timeout: 276 seconds]
___nick___ has joined #u-boot
yann-kaelig has joined #u-boot
sugoi has joined #u-boot
sugoi has quit [Ping timeout: 260 seconds]
<marex>
Guest37: mmc rescan
<marex>
Guest37: you shouldn't need any board-specific init, it should all be done by DM and on driver level
matthias_bgg has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
dsimic has quit [Ping timeout: 255 seconds]
dsimic has joined #u-boot
<Guest37>
marex I am using #define CONFIG_BOOTCOMMAND \ "if mmc rescan; then " \ in my_board.h however remain still stuck at ""selecting mode MMC High Speed (52MHz) (freq : 52 MHz)"" and kernel won't load
goliath has joined #u-boot
<Guest37>
marex and I see in logs " mmc@30b60000: No vmmc supply"
schmendrick3312 has joined #u-boot
schmendrick3312 has quit [Client Quit]
frieder has quit [Remote host closed the connection]
sugoi has joined #u-boot
pgreco_ has quit [Ping timeout: 252 seconds]
sugoi has quit [Ping timeout: 245 seconds]
pgreco has joined #u-boot
mckoan is now known as mckoan|away
<marex>
Guest37: maybe you need to define it in DT ?
<marex>
the supply that is
Stat_headcrabed has quit [Quit: Stat_headcrabed]
mmu_man has quit [Ping timeout: 246 seconds]
<Guest37>
marex I'll define it there
mmu_man has joined #u-boot
Guest37 has quit [Quit: Client closed]
<Tartarus>
sng: Rarely will the dm rtc test fail due to slowness of the test machines
<Tartarus>
just tell it to re-run failed jobs
ellyq has quit [Ping timeout: 272 seconds]
ellyq has joined #u-boot
sugoi has joined #u-boot
ellyq has quit [Ping timeout: 248 seconds]
<sng>
Tartarus: oh okay. thanks for letting me know.