[U-Boot] [PATCH v2 1/2] ARM: HYP/non-sec: Make variable gic_dist_addr as a local one

York Sun yorksun at freescale.com
Sat Jan 24 16:05:36 CET 2015



On 12/16/2014 10:58 PM, Tang Yuantian wrote:
> Defining variable gic_dist_addr as a globe one prevents some
> functions, which use it, from being used before relocation
> which is the case in the deep sleep resume process on Freescale
> SoC platforms.
> Besides, we can always get the GIC base address by calling
> get_gicd_base_address() without referring gic_dist_addr.
> 
> Signed-off-by: Tang Yuantian <Yuantian.Tang at freescale.com>
> ---
> v2:
> 	- change variable gic_dist_addr back as local
> 

Applied to u-boot-fsl-qoriq master branch, awaiting upstream.

York



More information about the U-Boot mailing list