Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2022.07 is OUT / Merge Window is OPEN, -next is CLOSED / Release v2022.10 is scheduled for 3 October 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
adams[1] has joined #u-boot
WoC` has joined #u-boot
WoC has quit [Ping timeout: 244 seconds]
WoC` is now known as WoC
umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
macromorgan has joined #u-boot
macromorgan has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
sbach has quit [Read error: Connection reset by peer]
minimal has quit [Quit: Leaving]
sbach has joined #u-boot
thopiekar_ has joined #u-boot
thopiekar has quit [Ping timeout: 264 seconds]
kmcopper has quit [Remote host closed the connection]
kmcopper has joined #u-boot
kmcopper has quit [Quit: kmcopper]
LeSpocky has quit [Ping timeout: 268 seconds]
LeSpocky has joined #u-boot
grgy has quit [Remote host closed the connection]
grgy has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
thopiekar_ has quit [Quit: Likely restarting quassel...]
thopiekar has joined #u-boot
macromorgan has quit [Read error: Connection reset by peer]
mckoan|away is now known as mckoan
guillaume_g has joined #u-boot
frieder has joined #u-boot
ldevulder has joined #u-boot
m5zs7k has quit [Ping timeout: 265 seconds]
m5zs7k has joined #u-boot
adams[1] has quit [Quit: Client closed]
<LeSpocky> hello
<LeSpocky> when writing new u-boot code (or adapting old), what is recommended nowadays for debug messages? is it `pr_debug()` or `log_debug()` or does that depend on where that code is (board, drivers, etc.)?
camus1 has joined #u-boot
camus has quit [Read error: Connection reset by peer]
camus1 is now known as camus
sszy has joined #u-boot
<hanetzer> sjg1: is the hard reset refresh+power button a function of coreboot or the ec?
apritzel has joined #u-boot
camus1 has joined #u-boot
camus has quit [Ping timeout: 265 seconds]
camus1 is now known as camus
monstr has joined #u-boot
lucascastro has joined #u-boot
behanw has joined #u-boot
zeewark1 has joined #u-boot
<sjg1> hanetzer: actually it is a special circuit on older chromebooks. On newer ones it use the H1 security chip
hanetzer has quit [Ping timeout: 265 seconds]
mmu_man has joined #u-boot
macromorgan has joined #u-boot
torez has joined #u-boot
WoC has quit [Remote host closed the connection]
Wlad has joined #u-boot
<Wlad> hello
<Wlad> do someone know about u-boot in jetson nano?
<Wlad> from Nvidia
<Wlad> it uses u-boot v2020.04 somehow
WoC has joined #u-boot
WoC has quit [Remote host closed the connection]
WoC has joined #u-boot
behanw has quit [Quit: Connection closed for inactivity]
monstr has quit [Remote host closed the connection]
\dev\ice has joined #u-boot
<Wlad> sorry maybe next time. I left
Wlad has left #u-boot [#u-boot]
vagrantc has joined #u-boot
kettenis_ has quit [Ping timeout: 252 seconds]
pgreco has quit [Ping timeout: 265 seconds]
pgreco has joined #u-boot
ladis has joined #u-boot
frieder has quit [Remote host closed the connection]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
WoC has quit [Remote host closed the connection]
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
hanetzer has joined #u-boot
macromorgan_ has joined #u-boot
macromorgan has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
frieder has joined #u-boot
frieder has quit [Remote host closed the connection]
lucascastro has quit [Remote host closed the connection]
mckoan is now known as mckoan|away
WoC has joined #u-boot
WoC has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 268 seconds]
peac has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
<peac> hey, i'm new to u-boot and only previously applied forum-found patches to the source code to make a build suiting our needs on rpi4 with usb boot and mender. I'm trying to clean this up a little. We're modifying rpi4*.defconfig files, is there a good way to override what's in the file instead, without modifying the upstream official file ?
<hanetzer> peac: make your own defconfig? its not terribly hard. use the original, make menuconfig and set stuff, the make savedefconfig
apritzel has quit [Ping timeout: 252 seconds]
prabhakarlad has joined #u-boot
macromorgan has quit [Read error: Connection reset by peer]
macromorgan_ has joined #u-boot
rfried has quit [Quit: Ping timeout (120 seconds)]
macromorgan has quit [Client Quit]
rfried has joined #u-boot
<peac> ok i see how this works now, thank you !
WoC has joined #u-boot
<peac> would it be the same for include/configs/rpi.h or can i override it in my defconfig ?
WoC has quit [Remote host closed the connection]
<xypron> Tartarus: the next branch has not been rebased since rc3. I just saw that my merge request for next adds one more merge conflict.
lucascastro has joined #u-boot
<Forty-Bot> LeSpocky: if you have a udevice, use dev_dbg
<Forty-Bot> if you don't, debug or log_debug is fine
<LeSpocky> Forty-Bot: ack, in fact I had a compiler or linker error for some occurence of `debug()` and it turned out that file missed an '#include <log.h>'
<Tartarus> xypron: Yeah, I've not been consistent about merging rc's back in
ladis has quit [Ping timeout: 268 seconds]
macromorgan has joined #u-boot
WoC has joined #u-boot
mmu_man has joined #u-boot
torez has quit [Quit: torez]
WoC` has joined #u-boot
WoC has quit [Read error: Connection reset by peer]
minimal has joined #u-boot
lucascastro has quit [Ping timeout: 265 seconds]
ric342[m] has joined #u-boot
<ric342[m]> Hello
qsx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<ric342[m]> Is there a way to get u-boot for c201 chromebook (veyron-speedy) which requires chrome os kernel header to boot working with netbsd or openbsd?
qsx has joined #u-boot
<ric342[m]> it is working now on several linux distros but I haven't seen any bsd ones
WoC` has quit [Remote host closed the connection]
WoC has joined #u-boot
<peac> in a uboot script, what's the cleanest way to assign a multiline script to a variable ?
<peac> all i can seem to find is to escape newlines or put the whole thing inside double quotes
lucascastro has joined #u-boot
lucascastro has quit [Ping timeout: 265 seconds]
prabhakarlad has quit [Quit: Client closed]
WoC has quit [Ping timeout: 244 seconds]
WoC has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]