Mihail Popa
2013-Apr-08 14:00 UTC
[LLVMdev] [PATCH] Two patches related to ARM TrustZone support
Hi. Please see attached for review two patches related to ARM TrustZone. The first patch (LLVM-705.trustzone.patch) declares a new subtarget feature for TrustZone and adds it as requirement for the Secure Monitor Call instruction. The second patch (LLVM-706.trustzone_cortex.patch) applies the newly created feature to the relevant processors. Regards, Mihai Popa -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -------------- next part -------------- A non-text attachment was scrubbed... Name: LLVM-705.trustzone.patch Type: text/x-patch Size: 9741 bytes Desc: LLVM-705.trustzone.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130408/a2dcb93f/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: LLVM-706.trustzone_cortex.patch Type: text/x-patch Size: 3284 bytes Desc: LLVM-706.trustzone_cortex.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130408/a2dcb93f/attachment-0001.bin>
Amara Emerson
2013-Apr-08 16:44 UTC
[LLVMdev] [PATCH] Two patches related to ARM TrustZone support
Hi Mihail, You should send this to the llvm-commits list instead of llvm-dev for code review. Regards, Amara -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Mihail Popa Sent: 08 April 2013 15:00 To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] [PATCH] Two patches related to ARM TrustZone support Hi. Please see attached for review two patches related to ARM TrustZone. The first patch (LLVM-705.trustzone.patch) declares a new subtarget feature for TrustZone and adds it as requirement for the Secure Monitor Call instruction. The second patch (LLVM-706.trustzone_cortex.patch) applies the newly created feature to the relevant processors. Regards, Mihai Popa -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.