Home
last modified time | relevance | path

Searched hist:"885 e26830499284a7718f825579d6ebeb8b6cd89" (Results 1 – 25 of 30) sorted by relevance

12

/rk3399_ARM-atf/plat/qemu/qemu/
H A Dqemu_helpers.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/plat/imx/imx8m/
H A Dimx8m_dyn_cfg_helpers.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/plat/nxp/soc-ls1046a/ls1046aqds/
H A Dddr_init.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/plat/brcm/board/common/
H A Dcmn_plat_def.h885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/include/plat/marvell/armada/a8k/common/
H A Dplat_marvell.h885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/drivers/amlogic/crypto/
H A Dsha_dma.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/drivers/rpi3/gpio/
H A Drpi3_gpio.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/include/lib/libc/
H A Dassert.h885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/plat/nxp/common/nv_storage/
H A Dplat_nv_storage.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dplat_startup.h885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/include/plat/arm/common/
H A Dfconf_arm_sp_getter.h885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/lib/libc/
H A Dassert.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
H A Dsnprintf.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
H A Dprintf.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/include/bl32/sp_min/
H A Dplatform_sp_min.h885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/include/lib/fconf/
H A Dfconf.h885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgic-x00.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_gicv3.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/lib/optee/
H A Doptee_utils.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/lib/fconf/
H A Dfconf_dyn_cfg_getter.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/drivers/console/
H A Dmulti_console.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/plat/arm/common/
H A Darm_dyn_cfg_helpers.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_private.h885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/plat/common/
H A Dplat_gicv3.c885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc.h885e26830499284a7718f825579d6ebeb8b6cd89 Mon Sep 12 22:42:58 UTC 2022 Claus Pedersen <claustbp@google.com> refactor(libc): clean up dependencies in libc

- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
"platform_def.h" from assert.h and adding "common/debug.h"
where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
Instead removing assert with expression, as this
does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568

12