Home
last modified time | relevance | path

Searched hist:"007433 d8cf54afeab7e2fe160c5710e6035c7705" (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/drivers/st/crypto/
H A Dstm32_pka.c007433d8cf54afeab7e2fe160c5710e6035c7705 Wed Jan 25 16:55:18 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): move cpu_ops field defines to a header

The cpu_macros.S file is loaded with lots of definitions for the cpu_ops
structure. However, since they are defined as .equ directives they are
inaccessible for C code. Convert them to #defines, put them into order,
refactor them for readability, and extract them to a separate file to
make this possible.

This has the benefit of removing some Aarch differences and a lot of
duplicate code.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I72861794b6c9131285a9297d5918822ed718b228
/rk3399_ARM-atf/include/arch/aarch32/
H A Dasm_macros.S007433d8cf54afeab7e2fe160c5710e6035c7705 Wed Jan 25 16:55:18 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): move cpu_ops field defines to a header

The cpu_macros.S file is loaded with lots of definitions for the cpu_ops
structure. However, since they are defined as .equ directives they are
inaccessible for C code. Convert them to #defines, put them into order,
refactor them for readability, and extract them to a separate file to
make this possible.

This has the benefit of removing some Aarch differences and a lot of
duplicate code.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I72861794b6c9131285a9297d5918822ed718b228
/rk3399_ARM-atf/include/lib/cpus/
H A Dcpu_ops.h007433d8cf54afeab7e2fe160c5710e6035c7705 Wed Jan 25 16:55:18 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): move cpu_ops field defines to a header

The cpu_macros.S file is loaded with lots of definitions for the cpu_ops
structure. However, since they are defined as .equ directives they are
inaccessible for C code. Convert them to #defines, put them into order,
refactor them for readability, and extract them to a separate file to
make this possible.

This has the benefit of removing some Aarch differences and a lot of
duplicate code.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I72861794b6c9131285a9297d5918822ed718b228
/rk3399_ARM-atf/include/lib/cpus/aarch32/
H A Dcpu_macros.S007433d8cf54afeab7e2fe160c5710e6035c7705 Wed Jan 25 16:55:18 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): move cpu_ops field defines to a header

The cpu_macros.S file is loaded with lots of definitions for the cpu_ops
structure. However, since they are defined as .equ directives they are
inaccessible for C code. Convert them to #defines, put them into order,
refactor them for readability, and extract them to a separate file to
make this possible.

This has the benefit of removing some Aarch differences and a lot of
duplicate code.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I72861794b6c9131285a9297d5918822ed718b228
/rk3399_ARM-atf/lib/cpus/aarch32/
H A Dcpu_helpers.S007433d8cf54afeab7e2fe160c5710e6035c7705 Wed Jan 25 16:55:18 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): move cpu_ops field defines to a header

The cpu_macros.S file is loaded with lots of definitions for the cpu_ops
structure. However, since they are defined as .equ directives they are
inaccessible for C code. Convert them to #defines, put them into order,
refactor them for readability, and extract them to a separate file to
make this possible.

This has the benefit of removing some Aarch differences and a lot of
duplicate code.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I72861794b6c9131285a9297d5918822ed718b228
/rk3399_ARM-atf/lib/cpus/aarch64/
H A Dcpu_helpers.S007433d8cf54afeab7e2fe160c5710e6035c7705 Wed Jan 25 16:55:18 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): move cpu_ops field defines to a header

The cpu_macros.S file is loaded with lots of definitions for the cpu_ops
structure. However, since they are defined as .equ directives they are
inaccessible for C code. Convert them to #defines, put them into order,
refactor them for readability, and extract them to a separate file to
make this possible.

This has the benefit of removing some Aarch differences and a lot of
duplicate code.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I72861794b6c9131285a9297d5918822ed718b228
/rk3399_ARM-atf/include/lib/cpus/aarch64/
H A Dcpu_macros.S007433d8cf54afeab7e2fe160c5710e6035c7705 Wed Jan 25 16:55:18 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): move cpu_ops field defines to a header

The cpu_macros.S file is loaded with lots of definitions for the cpu_ops
structure. However, since they are defined as .equ directives they are
inaccessible for C code. Convert them to #defines, put them into order,
refactor them for readability, and extract them to a separate file to
make this possible.

This has the benefit of removing some Aarch differences and a lot of
duplicate code.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I72861794b6c9131285a9297d5918822ed718b228
/rk3399_ARM-atf/
H A DMakefile007433d8cf54afeab7e2fe160c5710e6035c7705 Wed Jan 25 16:55:18 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): move cpu_ops field defines to a header

The cpu_macros.S file is loaded with lots of definitions for the cpu_ops
structure. However, since they are defined as .equ directives they are
inaccessible for C code. Convert them to #defines, put them into order,
refactor them for readability, and extract them to a separate file to
make this possible.

This has the benefit of removing some Aarch differences and a lot of
duplicate code.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I72861794b6c9131285a9297d5918822ed718b228