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
crb has quit [Read error: Connection reset by peer]
crb_ has joined #u-boot
WoC has joined #u-boot
akaWolf has quit [Ping timeout: 252 seconds]
m4t has joined #u-boot
lucascastro has joined #u-boot
akaWolf has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
naoki has joined #u-boot
persmule has joined #u-boot
minimal has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 252 seconds]
lucascastro has quit [Ping timeout: 250 seconds]
WoC has quit [Remote host closed the connection]
umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
<m4t> is the fsl caam rng supposed to work on older qoriq ppc (p2041)? looking at recent changes e.g. https://lore.kernel.org/all/20211115070014.17586-1-gaurav.jain@nxp.com/ . i tried a couple things like explicitly calling sec_init() in arch/powerpc/cpu/mpc85xx/cpu_init.c and removing the conditional at https://github.com/u-boot/u-boot/blob/master/drivers/crypto/fsl/jr.c#L788-L792 but get 'caam_jr: caam
<m4t> not found' and 'SEC0: RNG4 SH0 instantiation failed with error 0xfffffffe'
camus has joined #u-boot
<m4t> i'm not clear if the u-boot driver only supports newer chips. rng-caam seems to work fine in linux
<m4t> i'm mostly interested in getting it working for seeding kaslr
camus has quit [Read error: Connection reset by peer]
camus has joined #u-boot
WoC has joined #u-boot
persmule has quit [Ping timeout: 258 seconds]
persmule has joined #u-boot
flyback is now known as fishhead
fishhead is now known as i8086
i8086 is now known as flyback
<hanetzer> sjg1: for the record: u-boot HEAD, 4f2c559b9a2ad86e03dffeef720257ea680707d0 as I write this, actually does work with (mostly) stock chromebook_speedy_defconfig. Problem is in the rk_vop.c driver, not finding the ahb reset line, so the display never inits and it 'appears' dead. I may have damaged my yoshi flex cable however, bummer there.
<hanetzer> however, having to work around this did let me get a bit of useful code in for u-boot :)
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
camus1 has joined #u-boot
camus has quit [Remote host closed the connection]
camus1 is now known as camus
Peng_Fan has joined #u-boot
<Forty-Bot> hanetzer: yes, git send-email is fine
<Forty-Bot> patman is nice too
<hanetzer> ohyeh, forgot about patman
LeSpocky has joined #u-boot
<hanetzer> `f43312c974eaeb7301cb2638aa4ab05ed7ca4c44 ARM: Prevent the compiler from using NEON registers' << makes chromebook_kevin_defconfig + CONFIG_CONSOLE_TRUETYPE fail build for me
ldevulder has joined #u-boot
mckoan|away is now known as mckoan
guillaume_g has joined #u-boot
ladis has joined #u-boot
hanetzer has quit [Quit: WeeChat 3.5]
sszy has joined #u-boot
ikarso has joined #u-boot
tre has joined #u-boot
monstr has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
guillaume_g has joined #u-boot
indy has quit [Ping timeout: 252 seconds]
guillaume_g has quit [Quit: Konversation terminated!]
prabhakarlad has joined #u-boot
indy has joined #u-boot
guillaume_g has joined #u-boot
mckoan is now known as mckoan|away
\dev\ice has left #u-boot [#u-boot]
mmu_man has joined #u-boot
tre has quit [Remote host closed the connection]
lucascastro has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
Gravis has quit [Read error: Connection reset by peer]
Gravis has joined #u-boot
camus has quit [Ping timeout: 244 seconds]
camus has joined #u-boot
jagan has joined #u-boot
akaWolf has quit [Ping timeout: 265 seconds]
WoC has quit [Quit: Leaving]
WoC has joined #u-boot
ladis has quit [Quit: Leaving]
xroumegue has quit [Ping timeout: 264 seconds]
xroumegue has joined #u-boot
monstr has quit [Remote host closed the connection]
akaWolf has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
minimal has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
mmu_man has quit [Ping timeout: 248 seconds]
hanetzer has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
lucascastro has quit [Remote host closed the connection]
vagrantc has joined #u-boot
fmiz has joined #u-boot
<fmiz> Hello, I just received the email for the rc5. I've prepared a small patch to improve the documentation of fdtoverlays keyword in sysboot (extlinux) files, and added another keyword for it to follow the bootloader specification. Is it better if I wait until 2022.10 is released to send it?
<cambrian_invader> fmiz: you can send patches at any time; if it isn't a bug fix, base it on u-boot/next instead of /master
<fmiz> cambrian_invader: no it definetely does not fix a bug. If it gets accepted it will end up in the release following 2022.10?
<cambrian_invader> it should
<fmiz> Thanks. As soon as I figure out the right git commands, I'll send it :)
<vagrantc> i'd just send a patch ... if it's harmless enough it wouldn't hurt to have better documentation in the 2022.10 release ... you might have to resubmit later or something but ...
<vagrantc> also depends how large the diff is
<fmiz> vagrantc: look, this is the summary just below the email body that patman generated (based on master), boot/pxe_utils.c | 2 ++ doc/README.pxe | 4 ++++ doc/develop/distro.rst | 26 ++++++++++++++++++++++++++ 3 files changed, 32 insertions(+)
<fmiz> ...ugly.. very ugly message
<fmiz> vagrantc: it 2 lines added in pxe_utils (one is a comment, the other adds devicetree-overlays as an alias to fdtoverlays), everything else is documentation (split between README.pxe and doc/develop/distro.rst)
<vagrantc> maybe it's bad advice, but i'd try to get it into 2022.10 :)
guillaume_g has quit [Quit: Konversation terminated!]
<fmiz> vagrantc: I've rebased it to master, but now patman it not collaborating, it's throwing an error... UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfc in position 4893390: invalid start byte
lucascastro has joined #u-boot
<vagrantc> eesh.
<vagrantc> probably some mixed encoding somewhere in the file?
<fmiz> vagrantc: I managed to get it to work, I'm not sure how
lucascastro has quit [Remote host closed the connection]
<fmiz> it's done, I sent the patch. I've done a mess with my local branches, I've double checked it, I hope I've sent the right thing
fmiz has quit [Remote host closed the connection]
naoki has quit [Quit: naoki]
prabhakarlad has quit [Quit: Client closed]
mmu_man has joined #u-boot
cbmuser_ has quit [Quit: WeeChat 1.6]
kmcopper has joined #u-boot
mranostaj has joined #u-boot
lucascastro has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
kmcopper has quit [Remote host closed the connection]
kmcopper has joined #u-boot
naoki has joined #u-boot
lucascastro has quit [Ping timeout: 252 seconds]