Oopenvela-robotexternal/optee_os: Fix sim build optee_os error
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
libfdt: move to version v1.5.1 Imports upstream libfdt version v1.5.1 [1]. Things worthy of note: - SPDX license identifiers were added upstream in commit 94f87cd5b7c5 ("libfdt: Add dual GPL/BSD SPDX tags to files missing license text"). They conflict with those we have added locally in commit 1bb929836182 ("Add SPDX license identifiers"). We added "BSD-2-Clause" while upstream added "GPL-2.0-or-later OR BSD-2-Clause". This commit keeps the upstream tags. - At this stage we carry no local modification except for two minor things enabling C99 compliance: 1. Zero sized arrays at the end of structs fdt_node_header and fdt_property are changed from "[0]" to "[]", 2. An extra semicolon is removed after the static function overlay_fixup_one_phandle(). These changes were in the initial import already, commit b908c67504cd ("Import libfdt v1.4.1"). Link: [1] https://github.com/dgibson/dtc/tree/v1.5.1/libfdt Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> | 6 年前 | |
external/optee_os: Fix sim build optee_os error Fix error: optee_os/core/lib/libtomcrypt/src/modes/ctr/ctr_encrypt.c:56:15: error: ‘x’ undeclared (first use in this function) Signed-off-by: yanghuatao <yanghuatao@xiaomi.com> | 3 个月前 | |
core: lib: scmi-server: Build a SCMI server from SCP-firmware Adds build of an SCMI server library using SCP-firmware source tree upon boolean configuration switch CFG_SCMI_SCPFW. Platform must set the SCP firmware target product with CFG_SCMI_SCPFW_PRODUCT and the root path of the SCP-firmware source tree with CFG_SCP_FIRMWARE. CFG_SCMI_SCPFW and CFG_SCMI_MSG_DRIVERS are exclusives alternate implementations of SCMI services. The former implements almost all the SCMI specification while the later implements only basic SCMI services. SCP-firmware is configured with CMake as an external project to generate the embedded module resource source and header files to be built with SCP-firmware. This commit integrates the 2 SCP-firmware products designed for OP-TEE in SCP-firmware source tree. Product optee-fvp targets platform vexpress flavors FVP and Qemus. Product optee-stm32mp1 targets platform stm32mp1. Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> | 3 年前 | |
Squashed commit upgrading to zlib v1.12.2 Squash merging branch import/zlib-1.12.2 67d1c836b46d ("core: zlib: fix build warning when _LFS64_LARGEFILE is not defined") 82826342c694 ("zlib: add SPDX license identifiers") bbdade0f5924 ("zlib: set zconf.h options for embedded TS") 449dd56422ca ("Import zlib v1.12.2") Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> | 3 年前 |