mmind00 changed the topic of #linux-rockchip to: Rockchip development discussion | public log at https://libera.irclog.whitequark.org/linux-rockchip
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
stikonas has quit [Quit: Konversation terminated!]
stikonas has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
stikonas has quit [Quit: Konversation terminated!]
Daanct12 has joined #linux-rockchip
b04 has joined #linux-rockchip
b0 has quit [Ping timeout: 248 seconds]
b04 is now known as b0
System_Error has quit [Remote host closed the connection]
Emantor has quit [*.net *.split]
digetx has quit [*.net *.split]
anarsoul has quit [*.net *.split]
alikates has quit [*.net *.split]
tchebb_ has quit [*.net *.split]
Emantor has joined #linux-rockchip
digetx has joined #linux-rockchip
alikates has joined #linux-rockchip
anarsoul has joined #linux-rockchip
tchebb_ has joined #linux-rockchip
valpackett has quit [Ping timeout: 245 seconds]
valpackett has joined #linux-rockchip
valpackett_ has joined #linux-rockchip
valpackett has quit [Ping timeout: 260 seconds]
valpackett_ is now known as valpackett
hexdump0815 has quit [Ping timeout: 260 seconds]
hexdump0815 has joined #linux-rockchip
Daanct12 has quit [Ping timeout: 260 seconds]
ungeskriptet has quit [Remote host closed the connection]
hexdump0815 has quit [Ping timeout: 252 seconds]
hexdump0815 has joined #linux-rockchip
ungeskriptet has joined #linux-rockchip
Daanct12 has joined #linux-rockchip
System_Error has joined #linux-rockchip
franoosh has joined #linux-rockchip
dsimic has quit [Ping timeout: 248 seconds]
dsimic has joined #linux-rockchip
erg_ has joined #linux-rockchip
naoki has quit [Quit: naoki]
naoki1 has joined #linux-rockchip
franoosh has quit [Read error: Connection reset by peer]
naoki1 is now known as naoki
raster has joined #linux-rockchip
naoki1 has joined #linux-rockchip
naoki has quit [Ping timeout: 252 seconds]
naoki1 is now known as naoki
naoki1 has joined #linux-rockchip
naoki has quit [Ping timeout: 252 seconds]
naoki1 has quit [Read error: Connection reset by peer]
naoki has joined #linux-rockchip
naoki1 has joined #linux-rockchip
naoki has quit [Ping timeout: 252 seconds]
naoki1 is now known as naoki
naoki has quit [Ping timeout: 272 seconds]
naoki has joined #linux-rockchip
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
Danct12 has quit [Quit: ZNC 1.9.1 - https://znc.in]
asriel has quit [Quit: Don't drink the water. They put something in it to make you forget.]
Danct12 has joined #linux-rockchip
<sigmaris> linkmauve: The instructions in https://docs.u-boot.org/en/latest/board/rockchip/rockchip.html are brief but accurate
<sigmaris> you can build open source TF-A and use it instead of the rkbin bl31 .elf
naoki has quit [Remote host closed the connection]
naoki has joined #linux-rockchip
asriel has joined #linux-rockchip
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
naoki1 has joined #linux-rockchip
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
naoki1 has quit [Client Quit]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
naoki has quit [Ping timeout: 276 seconds]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
naoki has joined #linux-rockchip
valpackett has quit [Ping timeout: 260 seconds]
naoki has quit [Quit: naoki]
naoki1 has joined #linux-rockchip
naoki has joined #linux-rockchip
naoki1 has quit [Ping timeout: 252 seconds]
naoki has quit [Quit: naoki]
naoki has joined #linux-rockchip
naoki has quit [Client Quit]
naoki has joined #linux-rockchip
erg_ has quit [Ping timeout: 265 seconds]
<zigflu_> @sigmaris thanks a lot, that was it
<zigflu_> reflashed with latest TF-A & U-Boot and getting aes-xts ~200MiB -> 1356.2 MiB/s
<linkmauve> sigmaris, thanks, I’ll give it a try. :)
<linkmauve> zigflu_, oh, I’ll have to try the AES engine series again then!
<linkmauve> Do you use a downstream kernel which has it already enabled?
naoki1 has joined #linux-rockchip
<zigflu_> linkmauve: I'm running without rk2_crypto, just CPU ARMv8 crypto
naoki has quit [Ping timeout: 252 seconds]
naoki1 is now known as naoki
<zigflu_> with latest TF-A/U-Boot/mainline 6.12.x
<linkmauve> zigflu_, oh, and TF-A is improving the speed of said ARMv8 crypto as well? I definitely should upgrade then. :)
<zigflu_> I was running an older TF-A (bl31) that where ARMv8 crypto wasn't enabled
<zigflu_> def recommend updating
franoosh has joined #linux-rockchip
naoki1 has joined #linux-rockchip
naoki has quit [Ping timeout: 245 seconds]
naoki1 is now known as naoki
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
naoki has quit [Quit: naoki]
naoki1 has joined #linux-rockchip
naoki has joined #linux-rockchip
naoki1 has quit [Ping timeout: 248 seconds]
digetx has quit [Ping timeout: 265 seconds]
digetx has joined #linux-rockchip
naoki has quit [Quit: naoki]
Daanct12 has quit [Quit: WeeChat 4.4.4]
raster has quit [Quit: Gettin' stinky!]
<Kwiboo> sigmaris: interesting, that TF-A crypto change probably explain why we cannot use aarch64 crypto extension in U-Boot SPL (before TF-A has started) and why counter is being reset during boot using vendor TF-A blob
<qschulz> Kwiboo: considering SPL is running in the same EL as TF-A, we could simply enable it the same way, just in the SPL?
valpackett has joined #linux-rockchip
valpackett_ has joined #linux-rockchip
valpackett has quit [Ping timeout: 252 seconds]
valpackett_ is now known as valpackett
<Kwiboo> qschulz: possible, the code seem to suggest it will require a cpu core0 reset to take affect, so may complicate things for very little gain
<Kwiboo> at least it explains why crypt extensions seem to work later but not in SPL, if I remember correctly the sha256 checksum always ended up zero when I initially tested and could not really understand why
<Kwiboo> everything pointed to it already working in vendor u-boot and in linux so could not really understand why it did not work for FIT checksum validation, could probably check if we can use CE in u-boot proper and just skip using it in SPL
franoosh has quit [Ping timeout: 276 seconds]
franoosh has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
raster has joined #linux-rockchip
stikonas has joined #linux-rockchip
stikonas has quit [Quit: Konversation terminated!]
stikonas has joined #linux-rockchip
raster has quit [Quit: Gettin' stinky!]
macromorgan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
macromorgan has joined #linux-rockchip
naoki has joined #linux-rockchip
naoki has quit [Client Quit]
eballetbo has quit [Quit: Connection closed for inactivity]
naoki has joined #linux-rockchip
smaeul has joined #linux-rockchip
smaeul_ has quit [Ping timeout: 245 seconds]
franoosh has quit [Ping timeout: 244 seconds]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 264 seconds]
kevery1 is now known as kevery
linkmauve has left #linux-rockchip [Error from remote client]
linkmauve has joined #linux-rockchip
naoki1 has joined #linux-rockchip
naoki has quit [Ping timeout: 276 seconds]
naoki1 is now known as naoki
naoki1 has joined #linux-rockchip
naoki has quit [Ping timeout: 244 seconds]
naoki1 is now known as naoki
vagrantc has joined #linux-rockchip