Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.01, v2023.04-rc2 / Merge Window is CLOSED, next branch is OPEN / Release v2023.04 is scheduled for 2023-04-03 / Channel archives at https://libera.irclog.whitequark.org/u-boot
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
naoki has quit [Quit: naoki]
sakman has quit [Remote host closed the connection]
stipa_ has joined #u-boot
stipa_ is now known as stipa
FlanderoFinder has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 255 seconds]
sakman has joined #u-boot
vagrantc has quit [Quit: leaving]
Leopold has quit [Ping timeout: 255 seconds]
camus has quit [Ping timeout: 246 seconds]
camus has joined #u-boot
apritzel_ has quit [Ping timeout: 246 seconds]
<sjg1> apalos: ?
vagrantc has joined #u-boot
thopiekar has quit [Ping timeout: 246 seconds]
thopiekar has joined #u-boot
naoki has joined #u-boot
hanetzer has quit [Ping timeout: 246 seconds]
hanetzer has joined #u-boot
hanetzer has quit [Ping timeout: 255 seconds]
hanetzer has joined #u-boot
WoC has quit [Remote host closed the connection]
<RecursiveG_> Does anyone know the status of rk3568? I played with it a bit today and seems the pinctrl driver is not in mainline yet.
<RecursiveG_> Wonder how the evb board works in that condition...
RecursiveG_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
RecursiveG has joined #u-boot
<marex> Tartarus: gee, usb red alert ...
<marex> Tartarus: I just dug myself out of one problem, lets see
RecursiveG has quit [Quit: ZNC 1.8.2 - https://znc.in]
RecursiveG has joined #u-boot
<marex> Tartarus: patch posted
vagrantc has quit [Quit: leaving]
guillaume_g has joined #u-boot
apritzel_ has joined #u-boot
ikarso has joined #u-boot
apritzel_ has quit [Ping timeout: 248 seconds]
frieder has joined #u-boot
teejay has joined #u-boot
teejay_ has quit [Ping timeout: 255 seconds]
goliath has quit [Quit: SIGSEGV]
mckoan|away is now known as mckoan
apritzel_ has joined #u-boot
ldevulder has quit [Remote host closed the connection]
offtherock has joined #u-boot
ldevulder has joined #u-boot
rburkholder has quit [Ping timeout: 255 seconds]
prabhakarlad has joined #u-boot
sszy has joined #u-boot
stefanro has quit [Quit: Leaving.]
stefanro has joined #u-boot
stipa has quit [Ping timeout: 252 seconds]
naoki has quit [Quit: naoki]
stipa has joined #u-boot
apritzel_ has quit [Ping timeout: 255 seconds]
goliath has joined #u-boot
monstr has joined #u-boot
camus1 has joined #u-boot
camus has quit [Ping timeout: 246 seconds]
camus1 is now known as camus
apritzel has joined #u-boot
naoki has joined #u-boot
naoki has quit [Ping timeout: 252 seconds]
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
mmu_man has joined #u-boot
naoki has joined #u-boot
naoki has quit [Quit: naoki]
prabhakarlad has quit [Quit: Client closed]
<Kwiboo> RecursiveG: for rk356x basic booting to linux should work, at least from sd/emmc, booting mainly works because bootrom set everything up to read from sd/mmc
<Kwiboo> and there is no pinctrl/gpio driver that changes any settings, so possible it just works by luck in current state :-)
GNUtoo has quit [Ping timeout: 255 seconds]
GNUtoo has joined #u-boot
prabhakarlad has joined #u-boot
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
matthias_bgg has joined #u-boot
Wouter010067044 has joined #u-boot
Leopold has joined #u-boot
GNUtoo has quit [Ping timeout: 255 seconds]
<Tartarus> marex: Thanks, why imply not select?
<Tartarus> The functionality needs PHY, right?
GNUtoo has joined #u-boot
<marex> Tartarus: tbh I am not sure which one is the better option here
<marex> Tartarus: why select ?
goliath has quit [Quit: SIGSEGV]
d-s-e has joined #u-boot
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #u-boot
stefanro has quit [Quit: Leaving.]
guillaume_g has quit [Quit: Konversation terminated!]
frieder has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 268 seconds]
<Tartarus> marex: imply means you can turn off the option and expect things to work
<Tartarus> "it's a good idea to have X enabled" is when to use imply
<Tartarus> "you must have X for Y to work" is when to use select
<marex> Tartarus: yeah, then select it is
<Tartarus> And also I suspect the imply PHY elsewhere in drivers/usb/dwc3/Kconfig should be select too
<marex> Tartarus: v2 is out
<marex> Tartarus: will you pick the v2 or do you want updated MR ?
d-s-e has quit [Read error: Connection reset by peer]
<marex> Tartarus: patches posted
<Tartarus> marex: thanks, taking that v2 now on top of your PR to next
<Tartarus> the other ones please collect and include in a later PR
<marex> Tartarus: thanks !
<Tartarus> doing a quick build now to confirm the message goes away
<marex> Tartarus: will do once I get a AB/RB from the amlogic peopples
<marex> peopls
<marex> peoples
<marex> damnit
d-s-e has joined #u-boot
<marex> Tartarus: how come CI doesn't fail on it ?
<Tartarus> Dunno how to make Kconfig mad enough on those cases
<marex> Tartarus: the warning is sent to stderr, so if stderr contains anything, fail the build ?
<Tartarus> So many migration messages on stderr, iirc
<marex> Tartarus: cant we check the stderr only for the make foo_defconfig ?
<Tartarus> That message was only on the two uniphier boards
<marex> Tartarus: sure, I mean, can we run something like make foo_defconfig 1>/dev/null 2>1 | grep -q ^WARNING && exit 1 ?
<marex> probably in build man ?
<Tartarus> Ah
<Tartarus> I think the problem here is that we don't (can't?) separate out the types of warnings
<Tartarus> so tell buildman to ignore them
<Tartarus> otherwise, migration, dtc or kconf would fail the build
<Tartarus> of which only the latter we want
<Tartarus> not sure how to improve, sjg1 ?
<Tartarus> Could do a new job
<Tartarus> for every config in configs make config >/dev/nulll, stderr fails the job
WoC has joined #u-boot
<marex> Tartarus: for f in configs/* ; do make "${f##configs/}" | grep ^WARNING && echo fail ; done
<marex> Tartarus: we could even add it to CI I guess
<Tartarus> Yes, added to CI
<Tartarus> I still don't recall the bash regex in a symbol syntax right the first time :)
<Tartarus> but anything to stderr there is catch
<Tartarus> since the messages do go there
<marex> Tartarus: the one which strips prefix ?
<marex> Tartarus: man bash -> Parameter Expansion
<marex> Tartarus: I always have to look the right one up too
<Tartarus> Yeah, I have to look it up too
<Tartarus> since I forget at first you can do prefix/suffix regexing
<Tartarus> and that is bit cleaner than echo | sed
<marex> Tartarus: its not regex btw, and it isnt even a wildcard ;-)
<Tartarus> I will make 64bit pid rollover happen ;)
<marex> Tartarus: hm, maybe parallel could help here too
<marex> see parallel(1)
<marex> that might make the check run faster
<Tartarus> they'd stomp on eachother
<Tartarus> unless we did separate objdirs
<Tartarus> but that's the slow part, building kconf
<Tartarus> each subsequent config is quick
<marex> yeah, mktemp magic might help here
<marex> OK
monstr has quit [Remote host closed the connection]
prabhakarlad has quit [Quit: Client closed]
camus has quit [Ping timeout: 246 seconds]
camus has joined #u-boot
Leopold_ has joined #u-boot
Leopold has quit [Ping timeout: 255 seconds]
d-s-e has quit [Quit: Konversation terminated!]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<sjg1> Tartarus: what is the failure you are trying to report?
vagrantc has joined #u-boot
<sjg1> Tartarus: which particular thing?
<Tartarus> I guess it's a little annoying to see since gitlab insists on scrolling down from the highlighted line?
<Tartarus> What Kconfig is yelling about, starting at line 2034
<sjg1> Tartarus: OK I see. Buildman could easily pick these up as an error and return an error code
mmu_man has joined #u-boot
<Tartarus> That would be good
<sjg1> OK, will add to list
apritzel has quit [Ping timeout: 268 seconds]
mmu_man has quit [Ping timeout: 265 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has joined #u-boot
<Tartarus> marex: added 2/2 of that env series to my applying today bundle
<marex> Tartarus: thanks !
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
FlanderoFinder has joined #u-boot
<FlanderoFinder> hello friend
apritzel_ has joined #u-boot
<FlanderoFinder> i need help for compiling u boot for pnx8473
<FlanderoFinder> i have dump for original firmware 64mbit spi flash
<FlanderoFinder> have any help ?
naoki has joined #u-boot
<FlanderoFinder> worl ?
<FlanderoFinder> this is my board
prabhakarlad has joined #u-boot
naoki has quit [Quit: naoki]
<FlanderoFinder> any user is online ?
<FlanderoFinder> thank s
macromorgan has quit [Ping timeout: 252 seconds]
ikarso has joined #u-boot
goliath has joined #u-boot
<FlanderoFinder> i have converted the Hex dump to asm
<FlanderoFinder> have any help
<FlanderoFinder> with assemble is possible find boot in the bios ?
<FlanderoFinder> thank s
<FlanderoFinder> :(
FlanderoFinder has quit [Quit: Client closed]
prabhakarlad has quit [Quit: Client closed]
FlanderoFinder has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
macromorgan has joined #u-boot
GNUtoo has joined #u-boot
FlanderoFinder has quit [Quit: Client closed]