From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Sat, 24 Jan 2015 09:05:36 -0600 Subject: [U-Boot] [PATCH v2 1/2] ARM: HYP/non-sec: Make variable gic_dist_addr as a local one In-Reply-To: <1418792285-20517-1-git-send-email-Yuantian.Tang@freescale.com> References: <1418792285-20517-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <54C3B4C0.3050403@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > v2: > - change variable gic_dist_addr back as local > Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York