Searched hist:dd9fae1ce0e7b985c9fe8f8f8ae358b8c166c6a9 (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/include/lib/cpus/ |
| H A D | cpu_ops.h | dd9fae1ce0e7b985c9fe8f8f8ae358b8c166c6a9 Wed Jan 25 18:50:10 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): convert print_errata_status to C
The function is called in a fully initialised C environment and calls into other C functions. The Aarch differences are minimal and are hidden by the pre-existing headers. Converting it results into cleaner code that is the same across both Aarch64 and Aarch32.
To avoid having to do very ugly pointer arithmetic, define a C struct for the cpu_ops for both Aarch64 and Aarch32.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Idc07c4064e03143c88a4a0e2d10ceda70ba19a50
|
| H A D | errata.h | dd9fae1ce0e7b985c9fe8f8f8ae358b8c166c6a9 Wed Jan 25 18:50:10 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): convert print_errata_status to C
The function is called in a fully initialised C environment and calls into other C functions. The Aarch differences are minimal and are hidden by the pre-existing headers. Converting it results into cleaner code that is the same across both Aarch64 and Aarch32.
To avoid having to do very ugly pointer arithmetic, define a C struct for the cpu_ops for both Aarch64 and Aarch32.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Idc07c4064e03143c88a4a0e2d10ceda70ba19a50
|
| /rk3399_ARM-atf/lib/cpus/ |
| H A D | errata_report.c | dd9fae1ce0e7b985c9fe8f8f8ae358b8c166c6a9 Wed Jan 25 18:50:10 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): convert print_errata_status to C
The function is called in a fully initialised C environment and calls into other C functions. The Aarch differences are minimal and are hidden by the pre-existing headers. Converting it results into cleaner code that is the same across both Aarch64 and Aarch32.
To avoid having to do very ugly pointer arithmetic, define a C struct for the cpu_ops for both Aarch64 and Aarch32.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Idc07c4064e03143c88a4a0e2d10ceda70ba19a50
|
| /rk3399_ARM-atf/lib/cpus/aarch32/ |
| H A D | cpu_helpers.S | dd9fae1ce0e7b985c9fe8f8f8ae358b8c166c6a9 Wed Jan 25 18:50:10 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): convert print_errata_status to C
The function is called in a fully initialised C environment and calls into other C functions. The Aarch differences are minimal and are hidden by the pre-existing headers. Converting it results into cleaner code that is the same across both Aarch64 and Aarch32.
To avoid having to do very ugly pointer arithmetic, define a C struct for the cpu_ops for both Aarch64 and Aarch32.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Idc07c4064e03143c88a4a0e2d10ceda70ba19a50
|
| /rk3399_ARM-atf/bl2/ |
| H A D | bl2.mk | dd9fae1ce0e7b985c9fe8f8f8ae358b8c166c6a9 Wed Jan 25 18:50:10 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): convert print_errata_status to C
The function is called in a fully initialised C environment and calls into other C functions. The Aarch differences are minimal and are hidden by the pre-existing headers. Converting it results into cleaner code that is the same across both Aarch64 and Aarch32.
To avoid having to do very ugly pointer arithmetic, define a C struct for the cpu_ops for both Aarch64 and Aarch32.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Idc07c4064e03143c88a4a0e2d10ceda70ba19a50
|
| /rk3399_ARM-atf/lib/cpus/aarch64/ |
| H A D | cpu_helpers.S | dd9fae1ce0e7b985c9fe8f8f8ae358b8c166c6a9 Wed Jan 25 18:50:10 UTC 2023 Boyan Karatotev <boyan.karatotev@arm.com> refactor(cpus): convert print_errata_status to C
The function is called in a fully initialised C environment and calls into other C functions. The Aarch differences are minimal and are hidden by the pre-existing headers. Converting it results into cleaner code that is the same across both Aarch64 and Aarch32.
To avoid having to do very ugly pointer arithmetic, define a C struct for the cpu_ops for both Aarch64 and Aarch32.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Idc07c4064e03143c88a4a0e2d10ceda70ba19a50
|