Re: [U-Boot] booting optee via SPL on imx6q

2019-01-14 Thread Kever Yang
Hi Shyam, On 01/04/2019 07:46 PM, Shyam Saini wrote: > Hi Kever, > > I've been trying to boot optee via SPL on my imx6 board. > > I see you added booting optee via SPL support in this commit. > http://git.denx.de/?p=u-boot.git;a=commit;h=70fe2876352939194ccd9091379453a5ddb64ddb > > I used fit ima

Re: [U-Boot] booting optee via SPL on imx6q

2019-01-05 Thread Peng Fan
+Bryan, might could provide some information. > -Original Message- > From: Shyam Saini [mailto:sh...@amarulasolutions.com] > Sent: 2019年1月5日 18:55 > To: Peng Fan ; Kever Yang > Cc: u-boot@lists.denx.de; jens.wiklan...@linaro.org; igor.opan...@linaro.org > Subject: Re: booting optee via SP

Re: [U-Boot] booting optee via SPL on imx6q

2019-01-05 Thread Shyam Saini
On Sat, Jan 5, 2019 at 3:24 PM Peng Fan wrote: > > I did not try SPL + OPTEE before, so could not provide exact information. Did > your OP-TEE work with non-SPL, I mean use normal uboot to boot OP-TEE? Yes, I've already booted optee via u-boot (proper). It boots fine. > Also in OP-TEE, does the

Re: [U-Boot] booting optee via SPL on imx6q

2019-01-05 Thread Peng Fan
I did not try SPL + OPTEE before, so could not provide exact information. Did your OP-TEE work with non-SPL, I mean use normal uboot to boot OP-TEE? Also in OP-TEE, does the CONSOLE_UART_BASE is configured correctly? Regards, Peng. > -Original Message- > From: Shyam Saini [mailto:sh...@a

Re: [U-Boot] booting optee via SPL on imx6q

2019-01-05 Thread Shyam Saini
Hi Peng, Thanks for replying. > Did you configure loglevel for OP-TEE? If you configured, there should be > some log out from OP-TEE. Yes, I did. Its set to log level 4. Best Regards, Shyam > > -Original Message- > > From: Shyam Saini [mailto:sh...@amarulasolutions.com] > > Sent: 20

Re: [U-Boot] booting optee via SPL on imx6q

2019-01-05 Thread Peng Fan
Hi Shyam, Did you configure loglevel for OP-TEE? If you configured, there should be some log out from OP-TEE. Regards, Peng. > -Original Message- > From: Shyam Saini [mailto:sh...@amarulasolutions.com] > Sent: 2019年1月4日 19:47 > To: kever.y...@rock-chips.com > Cc: u-boot@lists.denx.de; j

[U-Boot] booting optee via SPL on imx6q

2019-01-04 Thread Shyam Saini
Hi Kever, I've been trying to boot optee via SPL on my imx6 board. I see you added booting optee via SPL support in this commit. http://git.denx.de/?p=u-boot.git;a=commit;h=70fe2876352939194ccd9091379453a5ddb64ddb I used fit image to do this. Here is my fit *.its file content https://paste.ubunt