[U-Boot] [PATCH] part2 of arm64. This patch provide u-boot with arm64 support. Currently, it works on Foundation Model for armv8 or Fast Model for armv8.

Scott Wood scottwood at freescale.com
Wed Aug 14 01:38:26 CEST 2013


On Mon, 2013-08-12 at 00:05 +0800, fenghua at phytium.com.cn wrote:
> diff --git a/arch/arm64/cpu/armv8/exceptions.S b/arch/arm64/cpu/armv8/exceptions.S
> new file mode 100644
> index 0000000..376df49
> --- /dev/null
> +++ b/arch/arm64/cpu/armv8/exceptions.S
> @@ -0,0 +1,210 @@
> +/*
> + * Copyright (c) 2013	FengHua <fenghua at phytium.com.cn>
> + *
> + * Based on entry.S of linux kernel by
> + *     Catalin Marinas <catalin.marinas at arm.com> and
> + *     Will Deacon <will.deacon at arm.com>
> + *
> + * See file CREDITS for list of people who contributed to this
> + * project.
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License as
> + * published by the Free Software Foundation; either version 2 of
> + * the License, or (at your option) any later version.

Do you have permission to relicense this as "v2 or later"?
arch/arm64/kernel/entry.S in Linux is licensed v2-only.

I doubt you got permission to strip out the "ARM Ltd." copyright...

-Scott





More information about the U-Boot mailing list