Home
last modified time | relevance | path

Searched +full:stm32mp2 +full:- +full:215 +full:f_dk (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/plat-stm32mp2/
H A Dconf.mk1 flavor_dts_file-215F_DK = stm32mp215f-dk.dts
2 flavor_dts_file-235F_DK = stm32mp235f-dk.dts
3 flavor_dts_file-257F_DK = stm32mp257f-dk.dts
4 flavor_dts_file-257F_EV1 = stm32mp257f-ev1.dts
6 flavorlist-MP21 = $(flavor_dts_file-215F_DK)
8 flavorlist-MP23 = $(flavor_dts_file-235F_DK)
10 flavorlist-MP25 = $(flavor_dts_file-257F_DK) \
11 $(flavor_dts_file-257F_EV1)
14 ALL_DTS = $(flavorlist-MP21) $(flavorlist-MP23) $(flavorlist-MP25)
17 ifeq ($(flavor_dts_file-$(PLATFORM_FLAVOR)),)
[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...]