On Tue, Aug 14, 2018 at 04:08:47PM +0800, Ming Huang wrote:
From: Heyi Guo heyi.guo@linaro.org
This driver fetches information from MADT, so it is adaptable for partial good and 1P/2P, since MADT is updated for different configurations by certain mechanism.
Since L2 cache is also private resource of core, so we need to set the next level of cache for L1I and L1D, which is important for OS to parse cache hierarchy.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Heyi Guo heyi.guo@linaro.org
No, Signed-off-by: Ming Huang ming.huang@linaro.org You are signing off on these patches being correclty licensed and permitted to contribute under the Contribution agreement. The above is equivalent to "Heyi says it's fine".
"Heyi wrote this code" is reflected through the From: tag above.
Looking back, I notice this is true for many patches in the set. Please address throughout v4.
I have no further comment on this patch, so with that change: Reviewed-by: Leif Lindholm leif.lindholm@linaro.org
Silicon/Hisilicon/Hi1620/Pptt/Pptt.inf | 48 ++ Silicon/Hisilicon/Hi1620/Pptt/Pptt.h | 68 +++ Silicon/Hisilicon/Hi1620/Pptt/Pptt.c | 543 ++++++++++++++++++++ 3 files changed, 659 insertions(+)