Home
last modified time | relevance | path

Searched full:linux (Results 1 – 25 of 68) sorted by relevance

123

/optee_os/core/arch/arm/plat-d02/
H A Dplatform_config.h41 * Linux/other | DRAM1
49 * Linux/other | DRAM0
55 * Linux/other | DRAM1
63 * Linux/other | DRAM0
/optee_os/.devcontainer/
H A DDockerfile.vscode17 gcc-aarch64-linux-gnu \
18 gcc-arm-linux-gnueabihf \
19 gcc-riscv64-linux-gnu \
H A Ddevcontainer.json10 "terminal.integrated.profiles.linux": {
16 "terminal.integrated.defaultProfile.linux": "bash"
/optee_os/mk/
H A Dclang.mk4 # instance "/some/path/ccache /other/path/arm-linux-gnueabihf-").
7 ifeq ($(clang-target),aarch64-linux)
8 clang-target := aarch64-linux-gnu
/optee_os/scripts/
H A Dcheckpatch.sh7 # for a local copy of the linux headers, finally try sources downloaded
13 CHECKPATCH=$(find /usr/src/linux-headers* -name checkpatch.pl -print -quit)
16 CHECKPATCH=$(find "$PWD/../linux" -name checkpatch.pl -print -quit)
H A Dsymbolize.py170 self._arch = 'aarch64-linux-gnu-'
172 self._arch = 'arm-linux-gnueabihf-'
175 self._arch = 'riscv32-unknown-linux-gnu-'
177 self._arch = 'riscv64-unknown-linux-gnu-'
/optee_os/.github/workflows/
H A Dci.yml26 mkdir -p /tmp/linux/scripts
27 cd /tmp/linux/scripts
28 wget --quiet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/checkpatch.pl
30 wget --quiet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/spelling.txt
32 export PATH=/tmp/linux/scripts:$PATH
334 export CROSS_COMPILE64="ccache riscv64-linux-gnu-"
368 export CROSS_COMPILE32="ccache arm-linux-gnueabihf-"
369 export CROSS_COMPILE64="ccache aarch64-linux
[all...]
/optee_os/core/arch/arm/plat-rpi3/
H A Dplatform_config.h54 * Available to Linux <above>
63 * Available to Linux |
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor.h3 Copyright (c) 2016-2018, The Linux Foundation.
16 * Neither the name of The Linux Foundation nor the names of its
/optee_os/ta/remoteproc/src/
H A Delf_parser.h25 * This structure shall be consistent with the Linux kernel structure
26 * definition from include/linux/remoteproc.h.
/optee_os/lib/libutee/
H A Dtcb.c11 * "Posix thread" Linux runtime, which OP-TEE has been using for quite some time
12 * (arm-linux-gnueabihf-* and aarch64-linux-gnu-*). This allows building C++ TAs
/optee_os/core/arch/arm/dts/
H A Dstm32mp15xx-dhcor-avenger96.dtsi48 linux,default-trigger = "heartbeat";
55 linux,default-trigger = "mmc0";
62 linux,default-trigger = "mmc1";
69 linux,default-trigger = "none";
H A Dat91-sama5d27_som1_ek.dts465 /* linux,code = <KEY_PROG1>; BSD license issue */
489 linux,default-trigger = "heartbeat";
/optee_os/core/arch/arm/plat-imx/
H A Dlink.mk9 mkimage -A arm -O linux -C none -a $$ADDR -e $$ADDR -d $< $@
/optee_os/core/arch/arm/plat-hikey/
H A Dplatform_config.h83 * Available to Linux |
103 * Available to Linux |
/optee_os/lib/libutils/ext/include/
H A Darm64_bti.S27 * This is described with an array of char in the Linux API
H A Dconfig.h12 * This trick was pioneered in Linux as the config_enabled() macro.
/optee_os/core/arch/arm/plat-nuvoton/
H A Dconf.mk30 # with initial location of linux kernel, dtb and initrd.
/optee_os/lib/libmbedtls/mbedtls/
H A Ddco.txt4 Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
/optee_os/core/arch/arm/plat-uniphier/
H A Dplatform_config.h31 * Linux kernel and user space | DRAM#0-#x | Normal memory
/optee_os/lib/libutils/isoc/arch/arm/softfloat/doc/
H A DSoftFloat-source.html221 Linux-386-GCC
222 Linux-386-SSE2-GCC
223 Linux-x86_64-GCC
266 <NOBR><CODE>Linux-386</CODE></NOBR>, <NOBR><CODE>Linux-386-SSE2</CODE></NOBR>,
267 <NOBR><CODE>Linux-x86_64</CODE></NOBR>, <CODE>Win32</CODE>,
/optee_os/core/arch/arm/plat-hisilicon/
H A Dconf.mk49 # Linux memory: 256MB
/optee_os/core/drivers/
H A Dimx_caam.c49 * A Linux kernel that runs after OP-TEE will run in normal-world in init_caam()
/optee_os/
H A DMAINTAINERS7 Please keep this list in alphabetical order, and refer to the Linux kernel's
11 used a bit differently compared to the Linux MAINTAINERS file:
30 [1] https://www.kernel.org/doc/linux/MAINTAINERS
/optee_os/lib/libmbedtls/mbedtls/library/
H A Daesce.h53 /* If we are not on Linux, we can't detect support so assume that it's supported.

123