| fca1e9e4 | 30-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: generate ta_pub_key.c with new build facility
Generates ta_pub_key.c using the new build facility for generated source files.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Je
core: generate ta_pub_key.c with new build facility
Generates ta_pub_key.c using the new build facility for generated source files.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 36a06054 | 02-Jun-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
mk: add new gensrc build facility
Adds a new build facility for auto generated source files.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro
mk: add new gensrc build facility
Adds a new build facility for auto generated source files.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 875f9da6 | 31-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
travis: install the wand python package
Installs the wand python package needed to render fonts.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@li
travis: install the wand python package
Installs the wand python package needed to render fonts.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| e719f29f | 28-May-2016 |
Soren Brinkmann <soren.brinkmann@xilinx.com> |
travis: Build zynqmp port
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Re
travis: Build zynqmp port
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| dc57f5a0 | 15-Nov-2015 |
Soren Brinkmann <soren.brinkmann@xilinx.com> |
Add support for ZynqMP
Add support for Xilinx UltraScale+ Zynq MPSoC.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jero
Add support for ZynqMP
Add support for Xilinx UltraScale+ Zynq MPSoC.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 3481d2f6 | 29-Mar-2016 |
Soren Brinkmann <soren.brinkmann@xilinx.com> |
Add Cadence UART driver
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Revi
Add Cadence UART driver
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 592631d9 | 30-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: fix undef behavior in tee_time_ta_set_offs()
Fixes undefined behavior in tee_time_ta_set_offs() when tee_time_offs is initially NULL.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-
core: fix undef behavior in tee_time_ta_set_offs()
Fixes undefined behavior in tee_time_ta_set_offs() when tee_time_offs is initially NULL.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Jens Wiklander <jens.wiklander@linaro.org> (QEMU, FVP) Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| dbe42329 | 30-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: tee_svc_do_call fix unaligned sp
Fixes problem with unaligned sp when number of parameters to a syscall is odd.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander
core: tee_svc_do_call fix unaligned sp
Fixes problem with unaligned sp when number of parameters to a syscall is odd.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 9744b0a9 | 30-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: thread: fix unaligned stack pointer
Fixes unaligned stack pointer in __thread_enter_user_mode. The stack pointer must always be 8 byte aligned when entering a new function.
Reviewed-by: Joaki
core: thread: fix unaligned stack pointer
Fixes unaligned stack pointer in __thread_enter_user_mode. The stack pointer must always be 8 byte aligned when entering a new function.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 007a97a2 | 15-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: fixes undefined behavior
Fixes undefined behavior detected with CFG_CORE_SANITIZE_UNDEFINED=y
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@l
core: fixes undefined behavior
Fixes undefined behavior detected with CFG_CORE_SANITIZE_UNDEFINED=y
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 19be7894 | 15-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
libmpa: fixes undefined behavior
Fixes undefined behavior detected with CFG_CORE_SANITIZE_UNDEFINED=y
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander
libmpa: fixes undefined behavior
Fixes undefined behavior detected with CFG_CORE_SANITIZE_UNDEFINED=y
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| be715239 | 15-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: add CFG_CORE_SANITIZE_UNDEFINED
Adds CFG_CORE_SANITIZE_UNDEFINED to enabled undefined behavior santizer with -fsanitize=undefined as option to compiler with supporting routines in core/kernel/
core: add CFG_CORE_SANITIZE_UNDEFINED
Adds CFG_CORE_SANITIZE_UNDEFINED to enabled undefined behavior santizer with -fsanitize=undefined as option to compiler with supporting routines in core/kernel/ubsan.c.
This option consumes a lot of memory, expect link problems unless pager and debug is disabled.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 385e3901 | 16-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
libutils: add BIT and SHIFT macros
* Adds BIT32(nr) and BIT64(nr) macros to set a bit in a 32-bit or 64-bit unsigned integer. * Adds SHIFT_U32(v, shift) and SHIFT_U64(v, shift) macros to shift a v
libutils: add BIT and SHIFT macros
* Adds BIT32(nr) and BIT64(nr) macros to set a bit in a 32-bit or 64-bit unsigned integer. * Adds SHIFT_U32(v, shift) and SHIFT_U64(v, shift) macros to shift a value resulting in a 32-bit or 64-bit unsigned integer.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| b50c6a0f | 01-Jun-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: arm32: fix masking exceptions on exit
Before this patch FIQ and asynchronous abort wasn't masked on all exit paths. This patch fixes that.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Te
core: arm32: fix masking exceptions on exit
Before this patch FIQ and asynchronous abort wasn't masked on all exit paths. This patch fixes that.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Jens Wiklander <jens.wiklander@linaro.org> (QEMU) Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 3af633eb | 30-May-2016 |
Victor Chong <victor.chong@linaro.org> |
drivers: gpio: fix write8 function argument order
Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> |
| 6bfd8c14 | 18-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: fix TEE_ALG_RSASSA_PKCS1_* signing
Signing with the algorithms TEE_ALG_RSASSA_PKCS1_* allows an optional parameter, salt length. If the salt lengths isn't supplied the default value should be
core: fix TEE_ALG_RSASSA_PKCS1_* signing
Signing with the algorithms TEE_ALG_RSASSA_PKCS1_* allows an optional parameter, salt length. If the salt lengths isn't supplied the default value should be the length of the digest.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jens Wiklander <jens.wiklander@linaro.org> (QEMU) Suggested-by: Cedric Chaumont <cedric.chaumont@st.com> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| e2697b9b | 18-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: ltc: dsa_sign() check size of hash
Checks size of supplied message to match the size of the digest prior to signing the message. Similar to what is done in rsassa_sign() except that the digest
core: ltc: dsa_sign() check size of hash
Checks size of supplied message to match the size of the digest prior to signing the message. Similar to what is done in rsassa_sign() except that the digest size must not exceed the modulus (q) size.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| e450de74 | 17-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: fix attribute size check of transient object
Fixes bad check of attribute size when populating a transient object.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Foriss
core: fix attribute size check of transient object
Fixes bad check of attribute size when populating a transient object.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| a1173820 | 04-May-2016 |
Radhesh <radhesh@Radheshs-MacBook-Pro.local> |
Documentation: tee_entry() is replaced
Updates the debug documentation to use tee_entry_std() as an example instead of tee_entry().
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-
Documentation: tee_entry() is replaced
Updates the debug documentation to use tee_entry_std() as an example instead of tee_entry().
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Signed-off-by: Radhesh Krishnan Konoth <radheshkrishnank@gmail.com>
show more ...
|
| 6732c943 | 25-May-2016 |
David Brown <david.brown@linaro.org> |
Change some fs messages to debug
Trying to open a file that doesn't exist, or trying to write to a file that does exist are part of normal use of a filesystem. Demote these two messages to debug in
Change some fs messages to debug
Trying to open a file that doesn't exist, or trying to write to a file that does exist are part of normal use of a filesystem. Demote these two messages to debug instead of error to avoid flooding the error log with messages that come from ordinary use.
Signed-off-by: David Brown <david.brown@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| 0806ea94 | 26-Apr-2016 |
Joakim Bech <joakim.bech@linaro.org> |
Update travis for gcc5
Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> |
| b3f9a3ea | 21-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: arm: invalidate i-cache inner shareable
When invalidating i-cache and branch predictor use inner shareable (icialluis and bpiallis) versions of the operations to make it visible to other cores
core: arm: invalidate i-cache inner shareable
When invalidating i-cache and branch predictor use inner shareable (icialluis and bpiallis) versions of the operations to make it visible to other cores.
Fixes occasional problem with pager with multiple active threads.
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Tested-by: Jens Wiklander <jens.wiklander@linaro.org> (HiKey) Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| ce72d0c6 | 11-Mar-2016 |
Victor Chong <victor.chong@linaro.org> |
drivers: add gpio framework and pl061 driver
Suggested-by: Haojian Zhuang <haojian.zhuang@linaro.org> Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklande
drivers: add gpio framework and pl061 driver
Suggested-by: Haojian Zhuang <haojian.zhuang@linaro.org> Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
show more ...
|
| 50ffad36 | 18-May-2016 |
Pascal Brand <pascal.brand@st.com> |
Persistent objects: save handle information
When creating a Persistent Object (TEE_CreatePersistentObject) using an object handle, the information and attributes related to the handle are saved.
Th
Persistent objects: save handle information
When creating a Persistent Object (TEE_CreatePersistentObject) using an object handle, the information and attributes related to the handle are saved.
The information are restored when opening the object (TEE_OpenPersistentObject)
Fixes #785
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Pascal Brand <pascal.brand@st.com>
show more ...
|
| 2dac4a2d | 18-May-2016 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: fix fiq delivery in Aarch64
Prior to this patch reception of a FIQ while in secure user mode (secure EL0) would be treated as if an IRQ was received instead. This resulted in an exit to normal
core: fix fiq delivery in Aarch64
Prior to this patch reception of a FIQ while in secure user mode (secure EL0) would be treated as if an IRQ was received instead. This resulted in an exit to normal world and when FIQ was unmasked it would be re-triggered but this time received as an FIQ received while in normal world.
This patch fixes this and handles FIQ directly when received while in secure user mode.
Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Tested-by: Jens Wiklander <jens.wiklander@linaro.org> (FVP) Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|