commit
bdf4e94823
@ -1,3 +1,20 @@ |
||||
include include/asm-generic/Kbuild.asm |
||||
|
||||
header-y += hwcap.h |
||||
|
||||
generic-y += auxvec.h |
||||
generic-y += bitsperlong.h |
||||
generic-y += cputime.h |
||||
generic-y += emergency-restart.h |
||||
generic-y += errno.h |
||||
generic-y += ioctl.h |
||||
generic-y += irq_regs.h |
||||
generic-y += kdebug.h |
||||
generic-y += local.h |
||||
generic-y += local64.h |
||||
generic-y += percpu.h |
||||
generic-y += poll.h |
||||
generic-y += resource.h |
||||
generic-y += sections.h |
||||
generic-y += siginfo.h |
||||
generic-y += sizes.h |
||||
|
@ -1,4 +0,0 @@ |
||||
#ifndef __ASMARM_AUXVEC_H |
||||
#define __ASMARM_AUXVEC_H |
||||
|
||||
#endif |
@ -1 +0,0 @@ |
||||
#include <asm-generic/bitsperlong.h> |
@ -1,6 +0,0 @@ |
||||
#ifndef __ARM_CPUTIME_H |
||||
#define __ARM_CPUTIME_H |
||||
|
||||
#include <asm-generic/cputime.h> |
||||
|
||||
#endif /* __ARM_CPUTIME_H */ |
@ -1,6 +0,0 @@ |
||||
#ifndef _ASM_EMERGENCY_RESTART_H |
||||
#define _ASM_EMERGENCY_RESTART_H |
||||
|
||||
#include <asm-generic/emergency-restart.h> |
||||
|
||||
#endif /* _ASM_EMERGENCY_RESTART_H */ |
@ -1,6 +0,0 @@ |
||||
#ifndef _ARM_ERRNO_H |
||||
#define _ARM_ERRNO_H |
||||
|
||||
#include <asm-generic/errno.h> |
||||
|
||||
#endif |
@ -1 +0,0 @@ |
||||
#include <asm-generic/ioctl.h> |
@ -1 +0,0 @@ |
||||
#include <asm-generic/irq_regs.h> |
@ -1 +0,0 @@ |
||||
#include <asm-generic/kdebug.h> |
@ -1 +0,0 @@ |
||||
#include <asm-generic/local.h> |
@ -1 +0,0 @@ |
||||
#include <asm-generic/local64.h> |
@ -1,6 +0,0 @@ |
||||
#ifndef __ARM_PERCPU |
||||
#define __ARM_PERCPU |
||||
|
||||
#include <asm-generic/percpu.h> |
||||
|
||||
#endif |
@ -1 +0,0 @@ |
||||
#include <asm-generic/poll.h> |
@ -1,6 +0,0 @@ |
||||
#ifndef _ARM_RESOURCE_H |
||||
#define _ARM_RESOURCE_H |
||||
|
||||
#include <asm-generic/resource.h> |
||||
|
||||
#endif |
@ -1 +0,0 @@ |
||||
#include <asm-generic/sections.h> |
@ -1,6 +0,0 @@ |
||||
#ifndef _ASMARM_SIGINFO_H |
||||
#define _ASMARM_SIGINFO_H |
||||
|
||||
#include <asm-generic/siginfo.h> |
||||
|
||||
#endif |
@ -1,21 +0,0 @@ |
||||
/*
|
||||
* 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. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
* |
||||
* You should have received a copy of the GNU General Public License |
||||
* along with this program; if not, write to the Free Software |
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
||||
*/ |
||||
/* Size definitions
|
||||
* Copyright (C) ARM Limited 1998. All rights reserved. |
||||
*/ |
||||
#include <asm-generic/sizes.h> |
||||
|
||||
#define SZ_48M (SZ_32M + SZ_16M) |
@ -1,6 +1,6 @@ |
||||
# Address where decompressor will be written and eventually executed.
|
||||
#
|
||||
# default to SDRAM
|
||||
zreladdr-y := $(CONFIG_BCM_ZRELADDR)
|
||||
zreladdr-y += $(CONFIG_BCM_ZRELADDR)
|
||||
params_phys-y := 0x00000800
|
||||
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00C00000
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
@ -1,4 +1,4 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000400
|
||||
initrd_phys-y := 0x00800000
|
||||
|
||||
|
@ -1,14 +1,14 @@ |
||||
zreladdr-$(CONFIG_EP93XX_SDCE3_SYNC_PHYS_OFFSET) := 0x00008000
|
||||
zreladdr-$(CONFIG_EP93XX_SDCE3_SYNC_PHYS_OFFSET) += 0x00008000
|
||||
params_phys-$(CONFIG_EP93XX_SDCE3_SYNC_PHYS_OFFSET) := 0x00000100
|
||||
|
||||
zreladdr-$(CONFIG_EP93XX_SDCE0_PHYS_OFFSET) := 0xc0008000
|
||||
zreladdr-$(CONFIG_EP93XX_SDCE0_PHYS_OFFSET) += 0xc0008000
|
||||
params_phys-$(CONFIG_EP93XX_SDCE0_PHYS_OFFSET) := 0xc0000100
|
||||
|
||||
zreladdr-$(CONFIG_EP93XX_SDCE1_PHYS_OFFSET) := 0xd0008000
|
||||
zreladdr-$(CONFIG_EP93XX_SDCE1_PHYS_OFFSET) += 0xd0008000
|
||||
params_phys-$(CONFIG_EP93XX_SDCE1_PHYS_OFFSET) := 0xd0000100
|
||||
|
||||
zreladdr-$(CONFIG_EP93XX_SDCE2_PHYS_OFFSET) := 0xe0008000
|
||||
zreladdr-$(CONFIG_EP93XX_SDCE2_PHYS_OFFSET) += 0xe0008000
|
||||
params_phys-$(CONFIG_EP93XX_SDCE2_PHYS_OFFSET) := 0xe0000100
|
||||
|
||||
zreladdr-$(CONFIG_EP93XX_SDCE3_ASYNC_PHYS_OFFSET) := 0xf0008000
|
||||
zreladdr-$(CONFIG_EP93XX_SDCE3_ASYNC_PHYS_OFFSET) += 0xf0008000
|
||||
params_phys-$(CONFIG_EP93XX_SDCE3_ASYNC_PHYS_OFFSET) := 0xf0000100
|
||||
|
@ -1,2 +1,2 @@ |
||||
zreladdr-y := 0x40008000
|
||||
zreladdr-y += 0x40008000
|
||||
params_phys-y := 0x40000100
|
||||
|
@ -1,4 +1,4 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
||||
|
@ -1,9 +1,9 @@ |
||||
ifeq ($(CONFIG_GEMINI_MEM_SWAP),y) |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
else |
||||
zreladdr-y := 0x10008000
|
||||
zreladdr-y += 0x10008000
|
||||
params_phys-y := 0x10000100
|
||||
initrd_phys-y := 0x10800000
|
||||
endif |
||||
|
@ -1,2 +1,2 @@ |
||||
zreladdr-$(CONFIG_ARCH_H720X) := 0x40008000
|
||||
zreladdr-$(CONFIG_ARCH_H720X) += 0x40008000
|
||||
|
||||
|
@ -1,19 +1,19 @@ |
||||
zreladdr-$(CONFIG_ARCH_MX1) := 0x08008000
|
||||
zreladdr-$(CONFIG_ARCH_MX1) += 0x08008000
|
||||
params_phys-$(CONFIG_ARCH_MX1) := 0x08000100
|
||||
initrd_phys-$(CONFIG_ARCH_MX1) := 0x08800000
|
||||
|
||||
zreladdr-$(CONFIG_MACH_MX21) := 0xC0008000
|
||||
zreladdr-$(CONFIG_MACH_MX21) += 0xC0008000
|
||||
params_phys-$(CONFIG_MACH_MX21) := 0xC0000100
|
||||
initrd_phys-$(CONFIG_MACH_MX21) := 0xC0800000
|
||||
|
||||
zreladdr-$(CONFIG_ARCH_MX25) := 0x80008000
|
||||
zreladdr-$(CONFIG_ARCH_MX25) += 0x80008000
|
||||
params_phys-$(CONFIG_ARCH_MX25) := 0x80000100
|
||||
initrd_phys-$(CONFIG_ARCH_MX25) := 0x80800000
|
||||
|
||||
zreladdr-$(CONFIG_MACH_MX27) := 0xA0008000
|
||||
zreladdr-$(CONFIG_MACH_MX27) += 0xA0008000
|
||||
params_phys-$(CONFIG_MACH_MX27) := 0xA0000100
|
||||
initrd_phys-$(CONFIG_MACH_MX27) := 0xA0800000
|
||||
|
||||
zreladdr-$(CONFIG_ARCH_MX3) := 0x80008000
|
||||
zreladdr-$(CONFIG_ARCH_MX3) += 0x80008000
|
||||
params_phys-$(CONFIG_ARCH_MX3) := 0x80000100
|
||||
initrd_phys-$(CONFIG_ARCH_MX3) := 0x80800000
|
||||
|
@ -1,4 +1,4 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0xa0008000
|
||||
zreladdr-y += 0xa0008000
|
||||
params_phys-y := 0xa0000100
|
||||
initrd_phys-y := 0xa0800000
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
|
||||
|
@ -1,2 +1,2 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
@ -1,4 +1,4 @@ |
||||
zreladdr-y := 0x80008000
|
||||
zreladdr-y += 0x80008000
|
||||
params_phys-y := 0x80000100
|
||||
initrd_phys-y := 0x82000000
|
||||
|
||||
|
@ -1 +1 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x10008000
|
||||
zreladdr-y += 0x10008000
|
||||
params_phys-y := 0x10000100
|
||||
initrd_phys-y := 0x10800000
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
@ -1,9 +1,9 @@ |
||||
zreladdr-$(CONFIG_ARCH_MX50) := 0x70008000
|
||||
zreladdr-$(CONFIG_ARCH_MX50) += 0x70008000
|
||||
params_phys-$(CONFIG_ARCH_MX50) := 0x70000100
|
||||
initrd_phys-$(CONFIG_ARCH_MX50) := 0x70800000
|
||||
zreladdr-$(CONFIG_ARCH_MX51) := 0x90008000
|
||||
zreladdr-$(CONFIG_ARCH_MX51) += 0x90008000
|
||||
params_phys-$(CONFIG_ARCH_MX51) := 0x90000100
|
||||
initrd_phys-$(CONFIG_ARCH_MX51) := 0x90800000
|
||||
zreladdr-$(CONFIG_ARCH_MX53) := 0x70008000
|
||||
zreladdr-$(CONFIG_ARCH_MX53) += 0x70008000
|
||||
params_phys-$(CONFIG_ARCH_MX53) := 0x70000100
|
||||
initrd_phys-$(CONFIG_ARCH_MX53) := 0x70800000
|
||||
|
@ -1 +1 @@ |
||||
zreladdr-y := 0x40008000
|
||||
zreladdr-y += 0x40008000
|
||||
|
@ -1,2 +1,2 @@ |
||||
zreladdr-y := 0x80008000
|
||||
zreladdr-y += 0x80008000
|
||||
|
||||
|
@ -1,4 +1,4 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x10008000
|
||||
zreladdr-y += 0x10008000
|
||||
params_phys-y := 0x10000100
|
||||
initrd_phys-y := 0x10800000
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x80008000
|
||||
zreladdr-y += 0x80008000
|
||||
params_phys-y := 0x80000100
|
||||
initrd_phys-y := 0x80800000
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
@ -1,4 +1,4 @@ |
||||
zreladdr-y := 0x80008000
|
||||
zreladdr-y += 0x80008000
|
||||
params_phys-y := 0x80000100
|
||||
initrd_phys-y := 0x80800000
|
||||
|
||||
|
@ -1,3 +1,3 @@ |
||||
zreladdr-y := 0x00008000
|
||||
zreladdr-y += 0x00008000
|
||||
params_phys-y := 0x00000100
|
||||
initrd_phys-y := 0x00800000
|
||||
|
@ -1,2 +1,2 @@ |
||||
zreladdr-y := 0xa0008000
|
||||
zreladdr-y += 0xa0008000
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue