ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | IRC log http://irclog.whitequark.org/linux-rockchip | Community GH https://github.com/linux-rockchip | Rockchip GH https://github.com/rockchip-linux | ML https://groups.google.com/group/linux-rockchip
vicencb has quit [Quit: Leaving.]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 246 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
kevery1 is now known as kevery
kaspter has joined #linux-rockchip
stikonas has quit [Remote host closed the connection]
stikonas has joined #linux-rockchip
stikonas has quit [Ping timeout: 272 seconds]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 264 seconds]
kevery1 is now known as kevery
camus has joined #linux-rockchip
kaspter has quit [Ping timeout: 264 seconds]
camus is now known as kaspter
field^Zzz1 has joined #linux-rockchip
field^Mop has quit [Ping timeout: 272 seconds]
vagrantc has quit [Quit: leaving]
kaspter has quit [Ping timeout: 256 seconds]
kaspter has joined #linux-rockchip
kaspter has quit [Ping timeout: 246 seconds]
kaspter has joined #linux-rockchip
chewitt has quit [Quit: Adios!]
kaspter has quit [Ping timeout: 246 seconds]
kaspter has joined #linux-rockchip
_whitelogger has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 260 seconds]
kevery1 is now known as kevery
ldevulder_ is now known as ldevulder
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 260 seconds]
kevery1 is now known as kevery
vicencb has joined #linux-rockchip
Kelsar has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Kelsar has joined #linux-rockchip
stikonas has joined #linux-rockchip
camus has joined #linux-rockchip
kaspter has quit [Ping timeout: 260 seconds]
camus is now known as kaspter
adema has quit [Remote host closed the connection]
adema has joined #linux-rockchip
sphalerite has quit [Quit: reboot time!]
sphalerite has joined #linux-rockchip
flacks_ has quit [Quit: Bridge terminating on SIGTERM]
Ke has quit [Quit: Bridge terminating on SIGTERM]
psydruid has quit [Quit: Bridge terminating on SIGTERM]
flacks_ has joined #linux-rockchip
camus has joined #linux-rockchip
kaspter has quit [Ping timeout: 256 seconds]
camus is now known as kaspter
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 260 seconds]
kevery1 is now known as kevery
Ke has joined #linux-rockchip
psydruid has joined #linux-rockchip
chewitt has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery has joined #linux-rockchip
camus has joined #linux-rockchip
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
alpernebbi has joined #linux-rockchip
dvergatal has joined #linux-rockchip
<dvergatal> hi all i have firefly-rk3399 board and i was trying for a couple of weeks to install newest optee using trust_merger but mine optee the boot hangs on initialization of bl32 by bl31, with the binary of optee from rockchip it works can anybody help me solving this problem?
<dvergatal> sorry for my language, instead of "but mine optee the boot hangs on initialization" it should be "but mine optee hangs on, during the initialization"
kaspter has quit [Quit: kaspter]
<stikonas> not sure if many people here use bl32... you might need to wait for a while for an answer...
kevery1 has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 256 seconds]
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
kevery has quit [Remote host closed the connection]
kevery1 has joined #linux-rockchip
kevery1 is now known as kevery
<macc24> dvergatal: have you tried compiling bl32 yourself?
<macc24> and using u-boot
matthias_bgg has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 246 seconds]
kevery1 is now known as kevery
vagrantc has joined #linux-rockchip
vicencb has quit [Quit: Leaving.]
matthias_bgg has quit [Quit: Leaving]
stikonas has quit [Ping timeout: 272 seconds]
ldevulder_ has joined #linux-rockchip
ldevulder has quit [Ping timeout: 240 seconds]
stikonas has joined #linux-rockchip
<dvergatal> macc24: yes
<dvergatal> stikonas: i can wait,i am patient ;]
<dvergatal> macc24: i have also compiled myself atf and it worked with rockchip bl32 blob
<dvergatal> but mine optee did not worked, as i said before it hanged on INFO: BL31: Initializing BL32 and do nothing
<dvergatal> when i was digging into the code of atf, i found out that the function on which it hangs is in services/spd/opteed/opteed_helpers.S and is called opteed_enter_sp
indy has quit [Max SendQ exceeded]
indy has joined #linux-rockchip
alpernebbi has quit [Quit: alpernebbi]
<mmind00> dvergatal: is this a recent optee?
<mmind00> dvergatal: i.e. optee people changed something in the initialization with (3.8.0 I think), which also makes it not work with mainline uboot anymore ... I still need to find time to figure out what they changed