persmule has quit [Remote host closed the connection]
naoki has quit [Quit: naoki]
goliath has joined #u-boot
dhruvag2000 has joined #u-boot
retr0id has joined #u-boot
goliath has quit [Ping timeout: 260 seconds]
mps has quit [Ping timeout: 260 seconds]
retr0id9 has quit [Read error: Connection reset by peer]
ukky has quit [Ping timeout: 260 seconds]
mps has joined #u-boot
ukky has joined #u-boot
goliath has joined #u-boot
monstr has joined #u-boot
joeskb7 has quit [Ping timeout: 272 seconds]
xroumegue has quit [Ping timeout: 248 seconds]
xroumegue has joined #u-boot
joeskb7 has joined #u-boot
ldevulder has joined #u-boot
warpme has joined #u-boot
jfsimon1981 has quit [Ping timeout: 248 seconds]
jfsimon1981 has joined #u-boot
mckoan|away is now known as mckoan
gsz has quit [Quit: leaving]
frieder has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
mmu_man has joined #u-boot
<marex>
Forty-Bot: I mean ARMv8R/aarch32 and ARMv8A/aarch64
<marex>
Forty-Bot: that is the simpler case anyway :)
prabhakalad has joined #u-boot
mripard has joined #u-boot
Jones42 has joined #u-boot
urja has quit [Read error: Connection reset by peer]
eballetbo has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
sszy has joined #u-boot
urja has joined #u-boot
mmu_man has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
naoki has joined #u-boot
naoki has quit [Quit: naoki]
ikarso has joined #u-boot
warpme has joined #u-boot
matthias_bgg has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
yann-kaelig has joined #u-boot
mwalle has joined #u-boot
mmu_man has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Jones42>
uh... so there is no software ECDSA verification available at all? I'm not sure if I understood Kconfig, but shouldn't it throw an error during compilation somehow?
warpme has joined #u-boot
<marex>
Jones42: not to my knowledge ; there is something for STM32MP but that calls into BootROM for the verification
yann-kaelig has quit []
<Jones42>
marex: thanks for confirming. That explains the state of the mkimage ecdsa code... Would it make sense to add a "depends" to the ECDSA(_VERIFY) config? (i.e. depends on STM32_ECDSA_VERIFY)
monstr has quit [Ping timeout: 252 seconds]
monstr has joined #u-boot
ellyq has quit [Ping timeout: 255 seconds]
ellyq has joined #u-boot
matthias_bgg has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 272 seconds]
monstr has quit [Remote host closed the connection]
<fuzzybear>
edid.c is only compiled if CONFIG_SPL_TPL_ and CONFIG_I2C_EDID are _both_ set to "y"?
<fuzzybear>
I think that first part is definitely wrong. I don't understand what $(SPL_TL_) means, semantically, in terms of the Makefile, here.
<fuzzybear>
Also, samueldr what happened to Tow-Boot. The thing looks dead.
jclsn has joined #u-boot
eballetbo has quit [Quit: Connection closed for inactivity]
fuzzybear has quit [Remote host closed the connection]
fuzzybear has joined #u-boot
ja_02 has joined #u-boot
sakman has quit [Ping timeout: 260 seconds]
<marex>
fuzzybear: if either CONFIG_SPL_I2C_EDID/CONFIG_TPL_I2C_EDID/CONFIG_I2C_EDID is set, the code is built for matching stage (SPL/TPL/U-Boot)
<marex>
btw that Makefile is ancient, please update
<fuzzybear>
So the Kbuild system splits on `_` when nested like that to expand to multiple different options?
<fuzzybear>
marex, I'm using the U-Boot version used by my board's manufacturer to build my board (Radxa Rock 5C). I don't see support in mainline U-Boot for this board :( .
<marex>
it is the $(SPL_TPL_) variable that is expanded to either nothing or SPL_ or TPL_ first
<fuzzybear>
marex, I just tried looking, but I can't find where $(SPL_TPL_) values are defined. I don't see it in a Kconfig.