linux-stable/arch/arm/mach-iop32x
Arnd Bergmann 92481c7d14 ARM: remove obsolete Makefile.boot infrastructure
There are a number of old Makefile.boot files that remain from the
multiplatform conversion, and three that are still in use.

These provide the "ZRELADDR", "PARAMS_PHYS" and "INITRD_PHYS" values
that are platform specific. It turns out that we can generally just
derive this from information that is available elsewhere:

- ZRELADDR is normally detected at runtime with the
  CONFIG_AUTO_ZRELADDR flag, but also needed to be passed to
  for 'make uImage'. In a multiplatform kernel, one always has
  to pass this as the $(LOADADDR) variable, but in the StrongARM
  kernels we can derive it from the sum of $(CONFIG_PHYS_OFFSET)
  and $(TEXT_OFFSET) that are already known.

- PARAMS_PHYS and INITRD_PHYS are only used for bootpImage, which
  in turn is only used for the pre-ATAGS 'param_struct' based boot
  interface on StrongARM based machines with old boot loaders.
  They can both be derived from CONFIG_PHYS_OFFSET and a machine
  specific offset for the initrd, so all of the logic for these
  can be part of arch/arm/boot/bootp/Makefile.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2022-08-18 16:44:59 +02:00
..
Kconfig ARM: iop32x: mark as unused 2022-07-22 14:18:52 +02:00
Makefile ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
adma.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
cp6.c ARM: iop32x: include iop3xx.h header where needed 2022-04-04 17:42:59 +02:00
em7210.c ARM: iop32x: enable multiplatform support 2022-04-08 17:20:49 +02:00
glantank.c ARM: iop32x: enable multiplatform support 2022-04-08 17:20:49 +02:00
glantank.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
gpio-iop32x.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
hardware.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
i2c.c mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
iop3xx.h ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLER 2021-12-06 12:49:04 +01:00
iq31244.c ARM: iop32x: enable multiplatform support 2022-04-08 17:20:49 +02:00
iq31244.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
iq80321.c ARM: iop32x: enable multiplatform support 2022-04-08 17:20:49 +02:00
iq80321.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
irq.c ARM: iop: make iop_handle_irq() static 2022-01-25 09:53:52 +01:00
irqs.h ARM: iop32x: enable multiplatform support 2022-04-08 17:20:49 +02:00
n2100.c ARM: iop32x: enable multiplatform support 2022-04-08 17:20:49 +02:00
n2100.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
pci.c arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace() 2021-12-07 17:36:16 +00:00
pmu.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
restart.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
setup.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
time.c ARM: iop32x: replace setup_irq() by request_irq() 2020-03-27 14:10:52 +01:00