<wkawka>
Hi, I have a problem with compiling U-boot v2022.04 for imx8mp board: in SPL for the board I have undefined reference to `power_pca9450_init` function and also to `pmic*` functions, even if both `power/pmic.h and power/pca9450` libraries are included. I have config `POWER_LEGACY` enabled, yet I don't use device tree, so I don't want to use
<wkawka>
`DM_PCA9450` config. The problem is, that with `DM_PMIC` and `DM_PCA9450` the references are linked, but there are redefinitions then of `pmic*` hunctions. With unset `POWER_LEGACY`, `power_init_board` func has undefined reference. Can I, somehow, combine theese two configs, or maybe there is another way to enable PCA8450 using POWER_LEGACY?
naoki has quit [Quit: naoki]
d-s-e has joined #u-boot
monstr has joined #u-boot
goliath has quit [Quit: SIGSEGV]
jaganteki has joined #u-boot
d-s-e has quit [Ping timeout: 268 seconds]
goliath has joined #u-boot
persmule has joined #u-boot
jaganteki has quit [Ping timeout: 260 seconds]
d-s-e has joined #u-boot
torez has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
GNUtoo has quit [Remote host closed the connection]
jaganteki has joined #u-boot
suniel has joined #u-boot
<suniel>
Hi Kwiboo
<suniel>
I am working on ethernet for Radxa Compute Module 3(CM3) based rk3566 SOC
<suniel>
both mainline uboot and linux, i cant see ethernet up and running.
<suniel>
can you refer me to any source where ethernet is working. Thanks
<suniel>
or any pointers on how to make the ethernet work
frieder has quit [Remote host closed the connection]
goliath has joined #u-boot
<dormito>
Hmmm. using a solidrun honeycomb (lx2160a) and solid-runs patches: I have noticed that v2023.01 seems to have issues with getting the mc/ethernets working, while the same patch v2022.04 does get working ethernet.
<dormito>
I don't think anything in solidrun's patches effects the "fsl_mc" code base, but is there anyone familiar with it that might be able to give me some insights?
jaganteki has joined #u-boot
<cambrian_invader>
do you get an error?
<dormito>
cambrian_invader: I don't have a build handy, but yeah. In u-boot attempt to run 'DHCP' would get a time out detecting link status I think, and apply the dpl would also give an error, but I don't recall which one (I can get a build of 2023.01 again to check it out)
GNUtoo has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
<dormito>
The interfaces also fail to probe in linux.
<dormito>
(the log is of the u-boot erros)
<dormito>
not sure if I was clear originally: I rebased solidruns patches onto both of the mentioned releases, but I haven't found anything in there the looks suspicious to me.
jaganteki has quit [Ping timeout: 260 seconds]
vagrantc has quit [Quit: leaving]
mmu_man has quit [Ping timeout: 260 seconds]
<cambrian_invader>
dormito: sorry, never seen that before
<cambrian_invader>
try shooting an email to ioana
<cambrian_invader>
and since you have an error message, you can also try bisecting
<dormito>
I'm afraid I know know who/what ioana is
<dormito>
yeah bisecting should work...when I have a bit more free time. I think there were only one or two small conflicts when rebasing between those two tag.