From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 13 Aug 2013 08:36:39 -0700 Subject: [U-Boot] [PATCH] part1 of arm64. This patch provide u-boot with arm64 support. Currently it works on Foundation Model for armv8 or Fast Model for armv8. In-Reply-To: <1376237123-13086-1-git-send-email-fenghua@phytium.com.cn> References: <1376237123-13086-1-git-send-email-fenghua@phytium.com.cn> Message-ID: <520A5287.9050107@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 08/11/2013 09:05 AM, fenghua at phytium.com.cn wrote: > From: fenghua > > This patch provide u-boot with arm64 support. Currently, it works on > Foundation Model for armv8 or Fast Model for armv8. > > Signed-off-by: fenghua It boots! Even it has a lot of compiling warning, but it is really a good start. Thanks for sharing! York