[U-Boot] Hi Simon, There may exist a problem about FIT image signature verify , can you check this problem?

2014-10-20 Thread Duxiaoqiang
Hi Simon All These days I tested verified U-Boot on ARM Foundation. And I found a problem when I tested like this: 1) Generate a FIT image and signature blob file like: mkimage -D -I dts -O dtb -p 2000 -F kernel.its -k keys -K fvp.dtb -r signed_image.fit 2) Compile the Uboot like

[U-Boot] Hi all, Can not start the latest version of uboot on Foundation platform on ARM v8 (vexpress_aemv8a_config)

2014-10-16 Thread Duxiaoqiang
Hi all This week I downloaded the latest version of U-Boot and tested on ARM v8 platform, My boot environment was based on ARM trusted firmware: arm trusted firmware + Uboot + Linux. Few weeks ago I did the same job on old U-Boot version, and it worked well. I even tried FIT

[U-Boot] Can not boot Linux with new FIT image on ARMv8

2014-07-29 Thread Duxiaoqiang
Hi All: I am trying to make use of verified Uboot on ARMv8 FVP platform. I setup environment followed the below procedure, but failed after entered Linux kernel. There was nothing prompt information except Starting kernel. Operation procedure as bellow: 1) Add

[U-Boot] About verify uboot

2014-07-21 Thread Duxiaoqiang
Hi I try to make use of uboot's secure verify feature, but failed. My procedure is below: 1) Enable control device tree Ø Add CONFIG_OF_CONTROL / CONFIG_OF_SEPARATE to file vexpress_aemv8a.h 2) Enable FIT and verify boot Ø Add CONFIG_FIT/CONFIG_RSA/CONFIG_FIT_SIGNATURE to file