Home
last modified time | relevance | path

Searched hist:"12 af5ed4fb146d575463bd304027da5a0e6b4a68" (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/lib/cpus/aarch32/
H A Dcortex_a5.S12af5ed4fb146d575463bd304027da5a0e6b4a68 Mon Sep 17 03:34:35 UTC 2018 Soby Mathew <soby.mathew@arm.com> Make errata reporting mandatory for CPU files

Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
H A Dcortex_a12.S12af5ed4fb146d575463bd304027da5a0e6b4a68 Mon Sep 17 03:34:35 UTC 2018 Soby Mathew <soby.mathew@arm.com> Make errata reporting mandatory for CPU files

Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
H A Dcortex_a7.S12af5ed4fb146d575463bd304027da5a0e6b4a68 Mon Sep 17 03:34:35 UTC 2018 Soby Mathew <soby.mathew@arm.com> Make errata reporting mandatory for CPU files

Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
H A Dcortex_a32.S12af5ed4fb146d575463bd304027da5a0e6b4a68 Mon Sep 17 03:34:35 UTC 2018 Soby Mathew <soby.mathew@arm.com> Make errata reporting mandatory for CPU files

Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
H A Daem_generic.S12af5ed4fb146d575463bd304027da5a0e6b4a68 Mon Sep 17 03:34:35 UTC 2018 Soby Mathew <soby.mathew@arm.com> Make errata reporting mandatory for CPU files

Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
/rk3399_ARM-atf/lib/cpus/aarch64/
H A Daem_generic.S12af5ed4fb146d575463bd304027da5a0e6b4a68 Mon Sep 17 03:34:35 UTC 2018 Soby Mathew <soby.mathew@arm.com> Make errata reporting mandatory for CPU files

Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
H A Dcortex_a35.S12af5ed4fb146d575463bd304027da5a0e6b4a68 Mon Sep 17 03:34:35 UTC 2018 Soby Mathew <soby.mathew@arm.com> Make errata reporting mandatory for CPU files

Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
/rk3399_ARM-atf/include/lib/cpus/aarch32/
H A Dcpu_macros.S12af5ed4fb146d575463bd304027da5a0e6b4a68 Mon Sep 17 03:34:35 UTC 2018 Soby Mathew <soby.mathew@arm.com> Make errata reporting mandatory for CPU files

Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
/rk3399_ARM-atf/include/lib/cpus/aarch64/
H A Dcpu_macros.S12af5ed4fb146d575463bd304027da5a0e6b4a68 Mon Sep 17 03:34:35 UTC 2018 Soby Mathew <soby.mathew@arm.com> Make errata reporting mandatory for CPU files

Previously the errata reporting was optional for CPU operation
files and this was achieved by making use of weak reference to
resolve to 0 if the symbol is not defined. This is error prone
when adding new CPU operation files and weak references are
problematic when fixing up dynamic relocations. Hence this patch
removes the weak reference and makes it mandatory for the CPU
operation files to define the errata reporting function.

Change-Id: I8af192e19b85b7cd8c7579e52f8f05a4294e5396
Signed-off-by: Soby Mathew <soby.mathew@arm.com>