Home
last modified time | relevance | path

Searched +full:sam +full:- +full:sama5d27_som1_ek (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/plat-sam/
H A Dconf.mk1 PLATFORM_FLAVOR ?= sama5d27_som1_ek
3 flavor_dts_file-sama5d2xult = at91-sama5d2_xplained.dts
4 flavor_dts_file-sama5d2_xplained = at91-sama5d2_xplained.dts
5 flavor_dts_file-sama5d27_som1_ek = at91-sama5d27_som1_ek.dts
6 flavor_dts_file-sama5d27_wlsom1_ek = at91-sama5d27_wlsom1_ek.dts
7 flavor_dts_file-sama7g54_ek = at91-sama7g54_ek.dts
13 ifeq ($(flavor_dts_file-$(PLATFORM_FLAVOR)),)
16 CFG_EMBED_DTB_SOURCE_FILE ?= $(flavor_dts_file-$(PLATFORM_FLAVOR))
19 include core/arch/arm/cpu/cortex-a7.mk
26 include core/arch/arm/cpu/cortex-a5.mk
[all …]
/optee_os/.github/workflows/
H A Dci.yml6 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...]