Home
last modified time | relevance | path

Searched hist:"9 f85f9e3796f1c351bbc4c8436dc66d83c140b71" (Results 1 – 15 of 15) sorted by relevance

/rk3399_ARM-atf/drivers/auth/
H A Dimg_parser_mod.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/lib/pmf/
H A Dpmf_main.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dhikey960_bl1_setup.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/plat/hisilicon/poplar/
H A Dbl1_plat_setup.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/include/common/
H A Druntime_svc.h9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
H A Dbl_common.h9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/plat/mediatek/mt8173/
H A Dbl31_plat_setup.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_bl1_setup.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/bl1/
H A Dbl1_private.h9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/common/
H A Druntime_svc.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/lib/locks/bakery/
H A Dbakery_lock_normal.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/plat/rockchip/common/
H A Dbl31_plat_setup.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/include/plat/common/
H A Dcommon_def.h9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/include/lib/
H A Dutils_def.h9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
/rk3399_ARM-atf/plat/nvidia/tegra/common/
H A Dtegra_bl31_setup.c9f85f9e3796f1c351bbc4c8436dc66d83c140b71 Wed Mar 21 11:40:57 UTC 2018 Joel Hutton <Joel.Hutton@Arm.com> Clean usage of void pointers to access symbols

Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>