Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.10, v2024.01-rc1 are OUT / Merge Window is CLOSED, next branch is CLOSED / Release v2024.01 is scheduled for 08 January 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
ikarso has quit [Quit: Connection closed for inactivity]
zibolo has quit [Ping timeout: 272 seconds]
zibolo has joined #u-boot
apritzel_ has quit [Ping timeout: 255 seconds]
sakman has quit [Ping timeout: 255 seconds]
sakman has joined #u-boot
naoki has joined #u-boot
vagrantc has joined #u-boot
mmu_man has quit [Ping timeout: 258 seconds]
vagrantc has quit [Quit: leaving]
iprusov has quit [Ping timeout: 272 seconds]
iprusov has joined #u-boot
jclsn has quit [Ping timeout: 258 seconds]
jclsn has joined #u-boot
qqq has quit [Remote host closed the connection]
<Forty-Bot> are "autoplaced" bytes in the nand oob area covered by ecc?
<Forty-Bot> from what I can tell they aren't
Clamor has joined #u-boot
<Forty-Bot> this seems rather odd, since errors can occur anywhere
monstr has joined #u-boot
stefanro has joined #u-boot
sukrutb has quit [Ping timeout: 255 seconds]
ukky has quit [Ping timeout: 272 seconds]
tnovotny has joined #u-boot
pivi has joined #u-boot
ukky has joined #u-boot
goliath has joined #u-boot
apritzel_ has joined #u-boot
<Kwiboo> alpernebbi: sjg1: your issue with video and regulator may be because of d99fb64a98af "power: regulator: Only run autoset once for each regulator", autoset now return -EALREADY on second autoset call
<Kwiboo> thought I checked all autoset calls and most just ignored return value, may have missed some call to regulator_autoset_by_name(), will take a closer look
<Kwiboo> on rockchip the use of regulator_autoset_by_name() should also be unnecessary because of earlier call to regulators_enable_boot_on()
<Kwiboo> yep, rk_vop_probe_regulators() could possible be removed or should be reworked to fix regulator enable count related issues
apritzel_ has quit [Ping timeout: 248 seconds]
<Kwiboo> on second look, same is true for rk_hdmi_probe_regulators() any possible return code by regulator autoset/enable is just ignored
sszy has joined #u-boot
ikarso has joined #u-boot
prabhakarlad has joined #u-boot
ldevulder has joined #u-boot
ezulian has joined #u-boot
rvalue has quit [Ping timeout: 272 seconds]
rvalue has joined #u-boot
naoki has quit [Quit: naoki]
Clamor has quit [Ping timeout: 255 seconds]
rvalue has quit [Ping timeout: 264 seconds]
rvalue has joined #u-boot
frieder has joined #u-boot
mmu_man has joined #u-boot
kwizart has quit [Quit: leaving]
rvalue has quit [Ping timeout: 255 seconds]
Clamor has joined #u-boot
slobodan has joined #u-boot
dsimic has quit [Ping timeout: 240 seconds]
dsimic has joined #u-boot
tnovotny_ has joined #u-boot
deathcamel57 has quit [Remote host closed the connection]
tnovotny has quit [Ping timeout: 240 seconds]
deathcamel57 has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
tnovotny has joined #u-boot
tnovotny_ has quit [Ping timeout: 260 seconds]
matthias_bgg has joined #u-boot
<Tartarus> Forty-Bot: It's been a while since I had to think about NAND stuff. Are you sure it's not part of the ECC? I know having the right OOB definition is required to get the ecc to then be correct. Maybe it depends on the controller (and sw vs hw BCH or whatever algo is used) ?
<Forty-Bot> at least for swecc it's just the data and the ecc bytes
<Forty-Bot> see e.g. nand_read_page_swecc
<Forty-Bot> the ecc is calculated in eccsteps of eccsize on the data area, and those are based on the writesize
<Forty-Bot> there's also nand_check_erased_ecc_chunk which could kinda work (at least for detecting erased pages) but nothing calls it with extraoob set
<Forty-Bot> definitely possible to write a controller which covers the rest of the oob
xypron_ has joined #u-boot
<Sout_> wow an actual decent appnote
<Tartarus> Ah, swecc
<Tartarus> It's been since the am335x nand driver was new that I had to poke the details here
<Tartarus> Clamor: I'm going to look at those as soon as I can just in general
goliath has quit [Quit: SIGSEGV]
ikarso has quit [Quit: Connection closed for inactivity]
<Clamor> Tartarus: sure, np. I waited 3 months, a week or 2 will not be an issue
<Tartarus> Clamor: Yeah, thanks and sorry
<Tartarus> I'd like to see that stuff get in for v2024.01, so I'll email tagr too later, I just poked him on irc now (but I don't know how active he is)
MWelchUK has joined #u-boot
<Clamor> Tartarus: tagr picked all my follow up patches into tegra custodian tree, just did not initiate merge. Though defconfig resync from that patchset may conflict on merge.
<Clamor> I am more concerned about Jaehoon then tagr though.
xypron has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
xypron_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
xypron has joined #u-boot
xypron has joined #u-boot
xypron has quit [Changing host]
monstr has quit [Remote host closed the connection]
tnovotny has quit [Quit: Leaving]
rvalue has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
sukrutb has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
ldevulder has quit [Quit: Leaving]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Clamor has quit [Ping timeout: 246 seconds]
vagrantc has joined #u-boot
Clamor has joined #u-boot
<alpernebbi> Kwiboo: thanks for the hints, luckily my case is solved by 251ff3493233 "video: pwm_backlight: use regulator_set_enable_if_allowed"
<alpernebbi> and it indeed keeps working if I remove rk_vop_probe_regulators(). the one it tries to enable isn't on any rk3399 device-trees, but on some rk3288-veyron and rk3368 ones
ikarso has joined #u-boot
qqq has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
goliath has joined #u-boot
deathcamel57 has quit [Ping timeout: 240 seconds]
deathcamel57 has joined #u-boot
<sjg1> Kwiboo: Thanks for the info. It turns out that my monitor (which works OK on rpi4) does not work on rockpro64. When I changed to a different monitor, HDMI came up in U-Boot (and Linux)
<Clamor> marex: those video patches were handy not only for me ;)
matthias_bgg has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 260 seconds]
<alpernebbi> Clamor: thank you :D
<Clamor> I am glad that they made it in time
goliath has quit [Quit: SIGSEGV]
mmu_man has joined #u-boot
deathcamel57 has quit [Ping timeout: 240 seconds]
deathcamel57 has joined #u-boot
deathcamel57 has quit [Read error: Connection reset by peer]
slobodan has quit [Remote host closed the connection]
slobodan has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
torez has joined #u-boot
torez has quit [Client Quit]
slobodan has quit [Remote host closed the connection]
slobodan has joined #u-boot
slobodan has quit [Remote host closed the connection]
slobodan has joined #u-boot
frieder has quit [Remote host closed the connection]
ezulian has quit [Ping timeout: 258 seconds]
apritzel_ has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
slobodan has quit [Ping timeout: 255 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
deathmist has quit [Ping timeout: 255 seconds]
deathmist has joined #u-boot
project10 has quit [Quit: .]
project10 has joined #u-boot