Searched +full:hikey +full:- +full:hikey960 (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/arch/arm/plat-hikey/ |
| H A D | conf.mk | 1 PLATFORM_FLAVOR ?= hikey 3 include core/arch/arm/cpu/cortex-armv8-0.mk 13 ifeq ($(PLATFORM_FLAVOR),hikey) 29 core-platform-cppflags += -DPLAT_PL061_MAX_GPIOS=160 38 ifeq ($(PLATFORM_FLAVOR),hikey) 43 ifeq ($(PLATFORM_FLAVOR),hikey960) 50 # Hikey960 4G/6G versions have physical addresses above 4G range 63 CFG_IN_TREE_EARLY_TAS += avb/023f8f1a-292a-432b-8fc4-de8471358067 65 CFG_EMBED_DTB_SOURCE_FILE ?= hikey.dts
|
| H A D | platform_config.h | 1 /* SPDX-License-Identifier: BSD-2-Clause */ 43 #error Unknown HiKey PLATFORM_FLAVOR 50 * HiKey and HiKey960 memory map 54 * TZDRAM is secured (firewalled) by the DDR controller, see ARM-TF, but note 58 * protection may be reverted by the non-secure kernel with a piece of 59 * code similar to the one that sets the protection in ARM-TF (we're 62 * TZSRAM is emulated in the TZDRAM area, because the on-chip SRAM of the 63 * HiKey SoC is too small to run OP-TEE (72K total with 64K available, see 64 * "SRAM Memory Region Layout" in ARM-TF plat/hikey/include/hisi_sram_map.h), 65 * while the SRAM of the HiKey960 SoC is not available to the public at the [all …]
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 6 group: ci-${{ github.ref }} # unique per branch 7 cancel-in-progress: true # cancel previous runs on the same branch 11 runs-on: ubuntu-latest 14 - name: Checkout 17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages 18 - name: Update Git config 19 run: git config --globa [all...] |
| /optee_os/ |
| H A D | MAINTAINERS | 1 Maintainers in the OP-TEE project 3 Linaro as such maintains OP-TEE, but for individual devices which might not be 5 sub-maintainers for these platforms. 10 Note that OP-TEE development mainly occurs on GitHub [2] so this file should be 14 For example, [@jbech-linaro]. 18 e-mail addresses below. Maintainers normally are subscribed to GitHub 31 [2] https://github.com/OP-TEE/optee_os 33 ---------- 41 R: Jens Wiklander <jens.wiklander@linaro.org> [@jenswi-linaro] 43 F: core/arch/arm/plat-vexpress/ [all …]
|
| H A D | CHANGELOG.md | 1 # OP-TEE - version 4.8.0 (2025-10-24) 3 - Links to the release pages, commits and pull requests merged into this release for: 4 …- OP-TEE/optee_os: [release page][OP_TEE_optee_os_release_4_8_0], [commits][OP_TEE_optee_os_commit… 5 …- OP-TEE/optee_client: [release page][OP_TEE_optee_client_release_4_8_0], [commits][OP_TEE_optee_c… 6 …- OP-TEE/optee_test: [release page][OP_TEE_optee_test_release_4_8_0], [commits][OP_TEE_optee_test_… 7 …- OP-TEE/build: [release page][OP_TEE_build_release_4_8_0], [commits][OP_TEE_build_commits_4_8_0] … 8 …- linaro-swg/optee_examples: [release page][linaro_swg_optee_examples_release_4_8_0], [commits][li… 11 [OP_TEE_optee_os_release_4_8_0]: https://github.com/OP-TEE/optee_os/releases/tag/4.8.0 12 [OP_TEE_optee_os_commits_4_8_0]: https://github.com/OP-TEE/optee_os/compare/4.7.0...4.8.0 13 …s_pr_4_8_0]: https://github.com/OP-TEE/optee_os/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+merged%3… [all …]
|