From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 13 Nov 2014 08:44:55 -0800 Subject: [U-Boot] [PATCH v3 3/5] ls102xa: HYP/non-sec: support for ls102xa boards In-Reply-To: <1413795650-5531-4-git-send-email-Li.Xiubo@freescale.com> References: <1413795650-5531-1-git-send-email-Li.Xiubo@freescale.com> <1413795650-5531-4-git-send-email-Li.Xiubo@freescale.com> Message-ID: <5464E007.8030507@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 10/20/2014 02:00 AM, Xiubo Li wrote: > Enable hypervisors utilizing the ARMv7 virtualization extension > on the LS1021A-QDS/TWR boards with the A7 core tile, we add the > required configuration variable. > Also we define the board specific smp_set_cpu_boot_addr() function > to set the start address for secondary cores in the LS1021A specific > manner. > > Signed-off-by: Xiubo Li > --- Acked-by: York Sun