Trust zone in Beagle board

Hi,

Anyone make use of the trust zone in the Beagle board ?
I want to use that. But, apart from some theoritical ideas about trust zone in the ARM, I dont know more.

Can anyone help/guide ?

Thanks,

No, but have you read and requested info from ARM [1]?

[1]: http://www.arm.com/products/processors/technologies/trustzone.php

If you're interested in using TrustZone on AM335x BeagleBone, I don't
believe it's supported [2]. In general, I'm not sure that Beagles can
use TrustZone [3] due to the device configuration. The DM3730 family
has parts that do support TrustZone, though. I assume you need to talk
with TI and ARM to get detailed info.

[2]:http://processors.wiki.ti.com/index.php/AM37x_To_AM335x_Hardware_Migration_Guide#Basic_Feature_comparison
[3]:http://e2e.ti.com/support/omap/f/849/t/58680.aspx

If your desire is secured boot, TrustZone seems like a good choice. If
you just want to store some crypto keys somewhere and performed
secured crypto operations, take a look at using a smart card or low end
HSM (hardware security module).

-Andrew