arm-trusted-firmware/common
Yann Gautier e0c56fd71f fix(fdt-wrappers): use correct prototypes
These issues were triggered by sparse tool:
common/fdt_wrappers.c:209:36:
 warning: incorrect type in assignment (different base types)
  expected unsigned long long [usertype]
  got restricted fdt64_t
common/fdt_wrappers.c:211:36:
 warning: incorrect type in assignment (different base types)
  expected unsigned int [usertype]
  got restricted fdt32_t
common/fdt_wrappers.c:401:45:
 warning: incorrect type in argument 1 (different base types)
  expected restricted fdt32_t const [usertype] *prop
  got unsigned int const [usertype] *value
common/fdt_wrappers.c:402:52:
 warning: incorrect type in argument 1 (different base types)
  expected restricted fdt32_t const [usertype] *prop
  got unsigned int const [usertype] *
common/fdt_wrappers.c:404:66:
 warning: incorrect type in argument 1 (different base types)
  expected restricted fdt32_t const [usertype] *prop
  got unsigned int const [usertype] *

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I32067607cd4da1897f0ce5d8e1e2d51e044ab815
2023-01-10 18:59:58 +01:00
..
aarch32 feat(debug): add helpers for aborts on AARCH32 2022-10-03 14:42:40 +02:00
aarch64 fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
backtrace fix(debug): decouple "get_el_str()" from backtrace 2022-11-08 10:10:19 +00:00
bl_common.c feat(bl): add interface to query TF-A semantic ver 2022-08-02 16:04:23 -05:00
desc_image_load.c SPMD: extract SPMC DTB header size from SPMD 2020-05-13 08:08:39 +02:00
fdt_fixup.c Merge "feat(libfdt): add function to set MAC addresses" into integration 2022-07-08 13:29:58 +02:00
fdt_wrappers.c fix(fdt-wrappers): use correct prototypes 2023-01-10 18:59:58 +01:00
fdt_wrappers.mk build(fdt-wrappers): introduce FDT wrappers makefile 2021-10-26 12:14:28 +01:00
feat_detect.c feat(rng-trap): add EL3 support for FEAT_RNG_TRAP 2022-08-18 15:53:54 -04:00
image_decompress.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
runtime_svc.c Remove support for the SMC Calling Convention 2.0 2019-01-30 16:01:49 +00:00
tf_crc32.c refactor(hw_crc32): renamed hw_crc32 to tf_crc32 2021-08-02 17:15:41 +01:00
tf_log.c feat(common/debug): add new macro ERROR_NL() to print just a newline 2021-07-21 00:01:06 +02:00
uuid.c feat(spmc): add FFA_PARTITION_INFO_GET handler 2022-05-13 15:51:23 +01:00