-
Notifications
You must be signed in to change notification settings - Fork 54.9k
Comparing changes
Open a pull request
base repository: torvalds/linux
base: master
head repository: linaro-swg/linux
compare: optee
- 17 commits
- 12 files changed
- 8 contributors
Commits on Dec 2, 2024
-
arm64: dt: Remove timer from mt8173 **not for mainline**
From the commit below, the mt8173-evb failed to boot to console due to changes in the mt8173 device tree files. commit c0d6fe2 Merge: b44a3d2 3e4dda7 Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Tue Nov 10 15:06:26 2015 -0800 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Until properly solved, let's just remove the section in the device tree blob that causes this. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for cd30df4 - Browse repository at this point
Copy the full SHA cd30df4View commit details -
arm64: dt: OP-TEE for foundation-v8 **not for mainline**
Configures foundation-v8 with OP-TEE. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> [jf: rebase onto v5.9-rc7] Signed-off-by: Jerome Forissier <jerome@forissier.org>
Configuration menu - View commit details
-
Copy full SHA for 80fa328 - Browse repository at this point
Copy the full SHA 80fa328View commit details -
arm64: dt: OP-TEE for Juno **not for mainline**
Configures Juno with OP-TEE. Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> [jf: rebase onto v5.9-rc7] Signed-off-by: Jerome Forissier <jerome@forissier.org>
Configuration menu - View commit details
-
Copy full SHA for 77807de - Browse repository at this point
Copy the full SHA 77807deView commit details -
arm64: dt: Add no-map to the reserved-memory node for OP-TEE for foun…
…dation-v8 **not for mainline** All the platforms that reserve memory for OP-TEE statically via the DT (i.e., not those that reserve it via UEFI or that patch the DT dynamically thanks to OP-TEE's CFG_DT option) have to mark it 'no-map' so that only the TEE driver may map it. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for 8896662 - Browse repository at this point
Copy the full SHA 8896662View commit details -
arm64: dt: Add no-map to the reserved-memory node for OP-TEE for juno…
… **not for mainline** All the platforms that reserve memory for OP-TEE statically via the DT (i.e., not those that reserve it via UEFI or that patch the DT dynamically thanks to OP-TEE's CFG_DT option) have to mark it 'no-map' so that only the TEE driver may map it. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for cc033c2 - Browse repository at this point
Copy the full SHA cc033c2View commit details -
arm64: dt: Add OP-TEE firmware to mt8173 **not for mainline**
Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for f3ac939 - Browse repository at this point
Copy the full SHA f3ac939View commit details -
arm64: dts: hi3798cv200-poplar: memreserve for bootloader
Reserve memory for bootloader purposes. Acked-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 36ea285 - Browse repository at this point
Copy the full SHA 36ea285View commit details -
arm64: dts: hi3798cv200-poplar: add optee node
Add optee node, so OP-TEE driver is probed properly. Acked-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d01ca7e - Browse repository at this point
Copy the full SHA d01ca7eView commit details -
ARM: dts: stm32: Define OP-TEE resources on stm32mp15 and enable on DK2
Define OP-TEE firmware node for stm32mp15 based platforms. The node if disable by default. Enable the OP-TEE node and define OP-TEE reserved memory for stm32mp157c-dk2. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> [jf: rebase onto v5.9] Signed-off-by: Jerome Forissier <jerome@forissier.org>
Configuration menu - View commit details
-
Copy full SHA for 53aff13 - Browse repository at this point
Copy the full SHA 53aff13View commit details -
Enable Microsoft fTPM driver on Arm Foundation v8 models.
Signed-off-by: Javier Almansa Sobrino <javier.almansasobrino@arm.com> Acked-by: Joakim Bech <joakim.bech@linaro.org> Link: linaro-swg#85 [jf: not currently intended for upstream; add link to PR] Signed-off-by: Jerome Forissier <jerome@forissier.org>
Configuration menu - View commit details
-
Copy full SHA for 5d92e7f - Browse repository at this point
Copy the full SHA 5d92e7fView commit details -
stm32mp157c-ev1.dts: Fix optee status to 'okay'
The optee device status is disabled by default, change its status to 'okay' in the dts of the EV1 board Signed-off-by: Timothée Cercueil <timothee.cercueil@st.com> [jf: rebase onto v5.17] Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for 57841ba - Browse repository at this point
Copy the full SHA 57841baView commit details -
arm: dts: define OP-TEE resources for STM32MP1 ED1 and EV1
This change fixes EV1 configuration which lacked OP-TEE reserved memory. This change also makes ED1 board ready the host OP-TEE by enabling OP-TEE node and defining the OP-TEE reserved memory for that board. This change defines these resources in ED1 DTS file which is included in EV1 DTS file. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org> [jf: rebase onto v5.17] [jf: rebase onto v6.6] Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for d0ab07c - Browse repository at this point
Copy the full SHA d0ab07cView commit details -
arm64: dt: OP-TEE for FVP Base RevC
Configures FVP Base RevC with OP-TEE. With commit 1bf41f5d9b0d ("fvp: add Trusted Services support") in https://github.com/OP-TEE/build there is support for building running with the FVP Base RevC model. However, some updates to the DTB passed to the kernel is missing for the OP-TEE driver to be probed. So fix that by adding an OP-TEE node in the DTS. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for 9eda7bf - Browse repository at this point
Copy the full SHA 9eda7bfView commit details -
arm: dts: define OP-TEE resources for STM32MP15 DHCOM based boards
Enable OP-TEE node defined in stm32mp151.dtsi and define OP-TEE reserverd memory for all boards based on STM32MP15 DHCOM. Signed-off-by: Johann Neuhauser <jneuhauser@dh-electronics.com> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for 5f13fd3 - Browse repository at this point
Copy the full SHA 5f13fd3View commit details -
arm: dts: define OP-TEE resources for STM32MP15 DHCOR based boards
Enable OP-TEE node defined in stm32mp151.dtsi and define OP-TEE reserverd memory for all boards based on STM32MP15 DHCOR. Signed-off-by: Johann Neuhauser <jneuhauser@dh-electronics.com> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for b39bb52 - Browse repository at this point
Copy the full SHA b39bb52View commit details -
arm64: dt: rockpi4: disable node usbdrd_dwc3_0 **not for mainline**
If a USB-A to USB-A cable is used to flash the RockPi4 eMMC as described in [1], it is likely that the board will be booted with the cable still plugged into the board and into the computer on the other side. Such a configuration results in periodic error messages from the kernel: [ 4.832697] usb usb6-port1: Cannot enable. Maybe the USB cable is bad? [ 4.833416] usb usb6-port1: config error That is annoying, especially since the messages are also sent to the console by default, which could mess up with CI scripts. Therefore, disable this port (it is the upper USB3 blue port; the lower one will still work fine). Link: [1] https://wiki.radxa.com/Rockpi4/dev/usb-install Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Joakim Bech <joakim.bech@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for ca2a2ef - Browse repository at this point
Copy the full SHA ca2a2efView commit details -
arm64: dt: rockpi4: add OP-TEE nodes **not for mainline**
Add optee node as well as reserved memory to the Rockpi4 DT. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for 4da2533 - Browse repository at this point
Copy the full SHA 4da2533View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...optee