| #
21b3ff1d |
| 21-Oct-2015 |
Joakim Bech <joakim.bech@linaro.org> |
README.md: Major update
Since we have (re-)moved the repo instructions from OP-TEE/manifest.git to OP-TEE/optee_os.git we had some inconsistency in our instructions.
This commit is a major update,
README.md: Major update
Since we have (re-)moved the repo instructions from OP-TEE/manifest.git to OP-TEE/optee_os.git we had some inconsistency in our instructions.
This commit is a major update, where we have: - Updated the Table of Contents. - Have the old way of building in section 4 and the new way of build (using repo) in section 5. - Added clarifications and simplified a few sections. - Added a known issues to Juno to address the current problem with bl30.bin and bl33.bin. - Updated, links to various pages, download locations and binaries. - Fixed a few grammatical error. - Added a "default" section telling how to probe the driver, run tee-supplicant and run xtest.
Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
show more ...
|
| #
8c4a5a9a |
| 16-Oct-2015 |
Peng Fan <Peng.Fan@freescale.com> |
arm: imx: add i.MX 6UltraLite and EVK board support
The i.MX 6UltraLite[1] is a high performance, ultra-efficient processor family featuring an advanced implementation of a single ARM® Cortex®-A7 co
arm: imx: add i.MX 6UltraLite and EVK board support
The i.MX 6UltraLite[1] is a high performance, ultra-efficient processor family featuring an advanced implementation of a single ARM® Cortex®-A7 core.
This patch add i.MX 6Ulralite EVK board support: 1. Add a uart driver for i.MX platforms 2. Introduce plat-imx for i.MX platforms 3. Introduce i.MX6 UltraLite platform 4. This patch has been tested using the following step, 4.1. build step: PLATFORM_FLAVOR=mx6ulevk make ARCH=arm PLATFORM=imx ${CROSS_COMPILE}-objcopy -O binary out/arm-plat-imx/core/tee.elf optee.bin copy optee.bin to the first partition of SD card which is used for boot. 4.2. Boot setting in uboot: run loadfdt; run loadimage; fatload mmc 1:1 0x9c100000 optee.bin; run mmcargs; bootz ${loadaddr} - ${fdt_addr}; 5. pass xtest
Note: CAAM is not implemented now, this will be added later.
[1] http://www.freescale.com/webapp/sps/site/prod_summary.jsp? code=i.MX6UL&tid=redI.MX6UL-FAMILY&uc=true&lang_cd=en
Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
show more ...
|
| #
85278139 |
| 12-Oct-2015 |
Sumit Garg <b49020@freescale.com> |
Add fsl ls1021a platform support.
Added plat-ls, with initial support for fsl ls1021a platform. Added uart driver (ns16550).
Signed-off-by: Sumit Garg <b49020@freescale.com> Reviewed-by: Jens Wikla
Add fsl ls1021a platform support.
Added plat-ls, with initial support for fsl ls1021a platform. Added uart driver (ns16550).
Signed-off-by: Sumit Garg <b49020@freescale.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
show more ...
|
| #
66174254 |
| 17-Sep-2015 |
SY Chiu <sy.chiu@linaro.org> |
doc: add netcat to dependency-list
Signed-off-by: SY Chiu <sy.chiu@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
|
| #
931f41c4 |
| 07-Oct-2015 |
James Kung <james.kung@linaro.org> |
Add development board information
- Add development board suggestion information for community user - Add Mediatek MT8173 link
Signed-off-by: James Kung <james.kung@linaro.org> Reviewed-by: Pascal
Add development board information
- Add development board suggestion information for community user - Add Mediatek MT8173 link
Signed-off-by: James Kung <james.kung@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| #
9b5060cd |
| 07-Sep-2015 |
Harinarayan Bhatta <harinarayan.bhatta@linaro.org> |
Add TI dra7xx platform support
Added plat-ti, with initial support for TI dra7xx platform.
Changed generic init_sec_mon to be overriden by platform/main.c because initial return to non-secure world
Add TI dra7xx platform support
Added plat-ti, with initial support for TI dra7xx platform.
Changed generic init_sec_mon to be overriden by platform/main.c because initial return to non-secure world needs to restore full NS context for this platform.
Signed-off-by: Harinarayan Bhatta <harinarayan.bhatta@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
show more ...
|
| #
8f2a2337 |
| 21-Aug-2015 |
Jerome Forissier <jerome.forissier@linaro.org> |
Delete setup scripts for FVP, MTK, QEMU and update documentation
It is recommended to use the new repo-based build system instead of the older build scripts. Therefore, this commit deletes the scrip
Delete setup scripts for FVP, MTK, QEMU and update documentation
It is recommended to use the new repo-based build system instead of the older build scripts. Therefore, this commit deletes the scripts for FVP, Mediatek and QEMU platforms and updates the documentation accordingly.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
show more ...
|
| #
05f34fb5 |
| 19-May-2015 |
Jerome Forissier <jerome.forissier@linaro.org> |
Add HiKey build instructions to README.md
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@lina
Add HiKey build instructions to README.md
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
show more ...
|
| #
ce3a2f7b |
| 18-May-2015 |
James Kung <james.kung@linaro.org> |
Update README and setup script for Mediatek Platform
Signed-off-by: James Kung <james.kung@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linar
Update README and setup script for Mediatek Platform
Signed-off-by: James Kung <james.kung@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Tested-by: Joakim Bech <joakim.bech@linaro.org> (MT8173)
show more ...
|
| #
44bd24c5 |
| 08-Apr-2015 |
James Kung <james.kung@linaro.org> |
Mediatek mt8173 platform support
Add support for Mediatek mt8173 platform with 32bit and 64bit OP-TEE OS. Due to Mediatek ATF firmware limitation, this commit only tested with 64bit OP-TEE OS.
Sign
Mediatek mt8173 platform support
Add support for Mediatek mt8173 platform with 32bit and 64bit OP-TEE OS. Due to Mediatek ATF firmware limitation, this commit only tested with 64bit OP-TEE OS.
Signed-off-by: James Kung <james.kung@linaro.org> Signed-off-by: SY Chiu <sy.chiu@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (HiKey) Tested-by: James Kung <james.kung@linaro.org> (MT8173 EVB) Tested-by: SY Chiu <sy.chiu@linaro.org> (MT8173 EVB)
NOTE: To test this on MT8173 EVB, you need to update firmware please refer to https://github.com/m943040028/evb-utils
show more ...
|
| #
d70e78c4 |
| 21-Apr-2015 |
Jerome Forissier <jerome.forissier@linaro.org> |
Add support for the HiKey board (make PLATFORM=hikey)
This commit adds support for the HiKey board [1] in 32-bit mode. Tested with and without CFG_WITH_PAGER=y. Note that everything is loaded in DRA
Add support for the HiKey board (make PLATFORM=hikey)
This commit adds support for the HiKey board [1] in 32-bit mode. Tested with and without CFG_WITH_PAGER=y. Note that everything is loaded in DRAM which is non-secure by default.
[1] https://www.96boards.org/products/hikey/
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| #
b9da5f4c |
| 09-Mar-2015 |
Cedric Chaumont <cedric.chaumont@st.com> |
Automatic ARM Juno setup script
WARNING: - OP-TEE linux driver type I support only (do not modify SHA1 ID) - OP-TEE linux driver type II support requires: + Linux kernel version alignment with QEMU/
Automatic ARM Juno setup script
WARNING: - OP-TEE linux driver type I support only (do not modify SHA1 ID) - OP-TEE linux driver type II support requires: + Linux kernel version alignment with QEMU/FVP (DMA_BUF API change) + Will need arch/arm/Kconfig patch(es) (i.e DMA_SHARED_BUFFER etc...) Temporary .config and dts patch files: config.linux-linaro-tracking.a226b22057c22b433caafc58eeae6e9b13ac6c8d.patch juno.dts.linux-linaro-tracking.a226b22057c22b433caafc58eeae6e9b13ac6c8d.patch
Change-Id: I237960807109711c4891c5e44814b7542ab06a85 Signed-off-by: Cedric Chaumont <cedric.chaumont@st.com> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Cedric Chaumont <cedric.chaumont@linaro.org> (ARM Juno board) Tested-by: Victor Chong <victor.chong@linaro.org> (ARM Juno board)
show more ...
|
| #
a2eab46d |
| 04-Feb-2015 |
Pascal Brand <pascal.brand@st.com> |
Linux Driver refactoring
Setup (FVP / QEMU) are updating accordingly with the Linux Driver Refactoring
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Pascal Brand <pascal.brand@linaro
Linux Driver refactoring
Setup (FVP / QEMU) are updating accordingly with the Linux Driver Refactoring
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Pascal Brand <pascal.brand@linaro.org> (STM platform) Tested-by: Pascal Brand <pascal.brand@linaro.org> (QEMU) Tested-by: Cedric Chaumont <cedric.chaumont@linaro.org> (FVP) Tested-by: Cedric Chaumont <cedric.chaumont@linaro.org> (Juno) Signed-off-by: Pascal Brand <pascal.brand@st.com>
show more ...
|
| #
7a892e22 |
| 14-Dec-2014 |
sunny <sunny@allwinnertech.com> |
Add Allwinner a80 board description to README.md
Signed-off-by: sunny <sunny@allwinnertech.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.o
Add Allwinner a80 board description to README.md
Signed-off-by: sunny <sunny@allwinnertech.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
show more ...
|
| #
0d6aaf22 |
| 24-Nov-2014 |
Joakim Bech <joakim.bech@linaro.org> |
Docs: Add platform specific details
Update README.md with information that tells how to build for the different software and hardware combinations.
Signed-off-by: Joakim Bech <joakim.bech@linaro.or
Docs: Add platform specific details
Update README.md with information that tells how to build for the different software and hardware combinations.
Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
show more ...
|
| #
0b7032c4 |
| 08-Sep-2014 |
Pascal Brand <pascal.brand@st.com> |
Make license terms more explicit
It fixes #37 "README.md is unclear about license"
|
| #
92542a71 |
| 29-Aug-2014 |
Pascal Brand <pascal.brand@st.com> |
plat-orly2 and plat-cannes merged in plat-stm
PLATFORM_FLAVOR is used to distinguish orly2 and cannes
Change-Id: Iaed89451f704120e29b0b0adb83627f11bf9df48
|
| #
6a489039 |
| 24-Jun-2014 |
Cedric Chaumont <cedric.chaumont@st.com> |
add README.md
Change-Id: I65feab3957dea0ae7c246f4fb9cc0bae82297d20 Signed-off-by: Cedric Chaumont <cedric.chaumont@st.com>
|