qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
naoki has joined #u-boot
levitating has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
memset has quit [Remote host closed the connection]
memset has joined #u-boot
leah has quit [Ping timeout: 252 seconds]
leah has joined #u-boot
_averymt has joined #u-boot
averymt_ has quit [Ping timeout: 248 seconds]
flyback has quit [Quit: Leaving]
memset has quit [Remote host closed the connection]
memset has joined #u-boot
flyback has joined #u-boot
m5zs7k has quit [Ping timeout: 248 seconds]
m5zs7k has joined #u-boot
ALTracer has quit [Read error: Connection reset by peer]
ALTracer has joined #u-boot
ALTracer has quit [Remote host closed the connection]
ALTracer has joined #u-boot
ALTracer has quit [Client Quit]
qqe has quit [Quit: Lost terminal]
clamor has joined #u-boot
_averymt is now known as averymt
goliath has joined #u-boot
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
xroumegue has joined #u-boot
alperak has joined #u-boot
mckoan|away is now known as mckoan
Jones42 has joined #u-boot
mmu_man has joined #u-boot
ldevulder has joined #u-boot
sszy has joined #u-boot
mripard has quit [Ping timeout: 260 seconds]
mripard has joined #u-boot
prabhakalad has joined #u-boot
monstr has joined #u-boot
clamor has quit [Ping timeout: 252 seconds]
clamor has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
chili-b has quit [Ping timeout: 252 seconds]
granquet has joined #u-boot
chili-b has joined #u-boot
averymt_ has joined #u-boot
averymt has quit [Ping timeout: 276 seconds]
ldevulder has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 265 seconds]
malte has quit [Remote host closed the connection]
malte has joined #u-boot
pmolloy has joined #u-boot
<pmolloy>
👋 I trying to get the SPL to initialize a GPIO expander and enable a GPIO (already defined as a hog in the dt) which enables the main UART. I'm not sure that the devicetree is even being parsed. I have CONFIG_OF_EMBED, but does that embed in U-Boot proper and the SPL? I assume not? If I'm loading SPL over JTAG do I also need to load the dtb into
<pmolloy>
memory to a address configured at build time in the SPL?
<mkorpershoek>
> To reduce the size of SPL and TPL, only the nodes with pre-relocation properties (‘bootph-all’, ‘bootph-pre-ram’ or ‘bootph-pre-sram’) are kept in their device trees
<pmolloy>
Hey mkorpershoek, yah, bootph-pre-ram on the expander node and each GPIO node
<pmolloy>
It is a bit hard to parse through what will be done automatically and what needs to be in board_init. I know the driver for the expander isn't getting called based on a breakpoint. But I'm not sure what other functions I can break on to help debug it
<pmolloy>
Something like spl_*_of_*()
frieder has joined #u-boot
Poltawer has joined #u-boot
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 252 seconds]
rvalue- is now known as rvalue
Poltawer has quit [Quit: WeeChat 4.6.3]
Poltawer has joined #u-boot
frieder has quit [Ping timeout: 260 seconds]
granquet has quit [Ping timeout: 272 seconds]
goliath has quit [Quit: SIGSEGV]
granquet has joined #u-boot
bjoto`` has quit [Remote host closed the connection]
bjoto has joined #u-boot
warpme has joined #u-boot
frieder has joined #u-boot
prabhakalad has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
persmule has quit [Quit: Leaving]
persmule has joined #u-boot
frieder has quit [Ping timeout: 252 seconds]
prabhakalad has joined #u-boot
<Tartarus>
Sigh
<Tartarus>
A number of things about "allyesconfig" seem to rely on the "default to 0 if not specified" behavior in current kbuild
<Tartarus>
Which I *really* dislike for papering over bugs in the not-COMPILE_TEST use case
frieder has joined #u-boot
<Tartarus>
And, oh, yeah, 'allyesconfig' is gonna be different for U-Boot, hah
<Tartarus>
Since I didn't realize it throws away an existing config, really, oops. So we can't do an ARM-allyesconfig because architecture is a choice
<Tartarus>
So sandbox only it is
frieder has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 265 seconds]
dsimic has quit [Ping timeout: 252 seconds]
dsimic has joined #u-boot
sally has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in]
sally has joined #u-boot
mmu_man has joined #u-boot
pmolloy has quit [Quit: Client closed]
pmolloy has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ldevulder has quit [Ping timeout: 268 seconds]
clamor has quit [Ping timeout: 265 seconds]
clamor has joined #u-boot
sally has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in]
vagrantc has joined #u-boot
sally has joined #u-boot
granquet has quit [Quit: Client closed]
mmu_man has quit [Ping timeout: 276 seconds]
clamor has quit [Ping timeout: 260 seconds]
ldevulder has joined #u-boot
memset has quit [Remote host closed the connection]
memset has joined #u-boot
pmolloy has quit [Quit: Client closed]
warpme has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sally has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in]
antero has joined #u-boot
antero is now known as antero_h__
sally has joined #u-boot
antero_h__ has quit [Quit: Konversation terminated!]
ldevulder has quit [Ping timeout: 244 seconds]
mmu_man has joined #u-boot
rty has joined #u-boot
<rty>
hi. is there some way in u-boot to load and inspect the compiled device tree for u-boot itself at runtime, like of_fixup in barebox? for debugging purposes
<rty>
when I tried to use fdt command according to the example in the docs, I got some error about bad magic. the documentation is not particularly helpful...
<Forty-Bot>
fdt addr $fdtcontroladdr
<Forty-Bot>
I think
<rty>
also, I need an advice on how to debug the splash screen in u-boot. I managed to make it work more or less, but it seems like my display just "fades out" when the kernel boot is about to start and I'd like to know why, and what I can do about that. can I send a link to a video?
Jones42 has quit [Ping timeout: 252 seconds]
warpme has joined #u-boot
monstr has quit [Remote host closed the connection]
warpme has quit [Client Quit]
rty has quit [Quit: WeeChat 4.6.3]
absc has joined #u-boot
umbramalison has quit [Ping timeout: 248 seconds]
umbramalison has joined #u-boot
_whitelogger has joined #u-boot
jfsimon has quit [Quit: Leaving]
jfsimon has joined #u-boot
absc has quit [Quit: Got to go. irctk 1.1.0-beta]
_averymt has joined #u-boot
averymt_ has quit [Ping timeout: 248 seconds]
goliath has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
m5zs7k has quit [Ping timeout: 268 seconds]
m5zs7k has joined #u-boot
Guest82 has joined #u-boot
<Guest82>
include/config.h:3:10: fatal error: configs/.h: No such file or directory 3 | #include <configs/.h>| ^~~~~~~~~~~~ compilation terminated.. Can anyone tell me whjat does this error mean? I have already included my header file under include/configs
mmu_man has quit [Ping timeout: 244 seconds]
ikarso has joined #u-boot
mmu_man has joined #u-boot
Poltawer has quit [Quit: WeeChat 4.6.3]
goliath has quit [Quit: SIGSEGV]
malte has quit [Remote host closed the connection]
alperak has quit [Quit: Connection closed for inactivity]
malte has joined #u-boot
_averymt is now known as averymt
malte has quit [Remote host closed the connection]