arm-trusted-firmware/plat/hisilicon/poplar
Julius Werner 9352be8803 Use explicit-width data types in AAPCS parameter structs
It's not a good idea to use u_register_t for the members of
aapcs64_params_t and aapcs32_params_t, since the width of that type
always depends on the current execution environment. This would cause
problems if e.g. we used this structure to set up the entry point of an
AArch32 program from within an AArch64 program. (It doesn't seem like
any code is doing that today, but it's probably still a good idea to
write this defensively. Also, it helps with my next patch.)

Change-Id: I12c04a85611f2b6702589f3362bea3e6a7c9f776
Signed-off-by: Julius Werner <jwerner@chromium.org>
2019-07-23 20:25:34 -07:00
..
aarch64 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
include Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
bl1_plat_setup.c Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
bl2_plat_mem_params_desc.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
bl2_plat_setup.c Remove duplicated definitions of linker symbols 2019-02-01 12:24:57 +00:00
bl31_plat_setup.c Use explicit-width data types in AAPCS parameter structs 2019-07-23 20:25:34 -07:00
plat_pm.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_storage.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
platform.mk Remove MULTI_CONSOLE_API flag and references to it 2019-06-28 10:52:48 +01:00
poplar_gicv2.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
poplar_image_load.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00