
17 Sep
2013
17 Sep
'13
1:19 a.m.
On Mon, 2013-09-16 at 16:08 +0800, fenghua@phytium.com.cn wrote:
From: David Feng fenghua@phytium.com.cn
Signed-off-by: David Feng fenghua@phytium.com.cn
You've still got CONFIG_ARMV8 in places that should be CONFIG_ARM64
diff --git a/arch/arm/cpu/armv8/exceptions.S b/arch/arm/cpu/armv8/exceptions.S new file mode 100644 index 0000000..b2f62c9 --- /dev/null +++ b/arch/arm/cpu/armv8/exceptions.S @@ -0,0 +1,115 @@ +/*
- (C) Copyright 2013
- David Feng fenghua@phytium.com.cn
- SPDX-License-Identifier: GPL-2.0+
- */
Note that Tom said he'd be OK with using GPL2-only code from Linux, as long as it's properly attributed.
+2. GOT is used to relocate u-boot and CONFIG_NEEDS_MANUAL_RELOC is needed.
+3. Fdt should be placed at a 2-megabyte boundary and within the first 512
- megabytes from the start of the kernel image. So, fdt_high should be
- defined specially.
- Please reference linux/Documentation/arm64/booting.txt for detail.
+4. Generic board is supported.
+Contributor:
- Tom Rini trini@ti.com
- Scott Wood scottwood@freescale.com
- Sharma Bhupesh B45370@freescale.com
- Rob Herring robherring2@gmail.com
Should it be: Bhupesh Sharma bhupesh.sharma@freescale.com ?
-Scott