]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: Remove unused ST-Ericsson u8500 arch
authorStefan Roese <sr@denx.de>
Mon, 14 Sep 2015 07:17:36 +0000 (09:17 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 15 Sep 2015 19:05:21 +0000 (15:05 -0400)
commit68282f55b8465660af105086ad327ecdd8f35c67
tree3b7fb6c1e9f5427014b9765664ab33c8e91c1a4b
parent62c390f8a3f0aabe61656d6996f1d49766de2c20
arm: Remove unused ST-Ericsson u8500 arch

This arch does not seem to be supported / used at all in the current
U-Boot mainline source tree any more. So lets remove the core u8500 code
and code that was only referenced by this platform.

Please note that this patch also removes these config options:

- CONFIG_PL011_SERIAL_RLCR
- CONFIG_PL011_SERIAL_FLUSH_ON_INIT

As they only seem to be referenced by u8500 based boards. Without any
such board in the current code, these config option don't make sense
any more. Lets remove them as well.

If someone still wants to use this platform, then please send patches
to re-enable support by adding at least one board that references this
code.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: John Rigby <john.rigby@linaro.org>
Cc: Simon Glass <sjg@chromium.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
21 files changed:
README
arch/arm/cpu/armv7/Makefile
arch/arm/cpu/armv7/u8500/Makefile [deleted file]
arch/arm/cpu/armv7/u8500/clock.c [deleted file]
arch/arm/cpu/armv7/u8500/cpu.c [deleted file]
arch/arm/cpu/armv7/u8500/lowlevel.S [deleted file]
arch/arm/cpu/armv7/u8500/prcmu.c [deleted file]
arch/arm/cpu/armv7/u8500/timer.c [deleted file]
arch/arm/include/asm/arch-u8500/clock.h [deleted file]
arch/arm/include/asm/arch-u8500/db8500_gpio.h [deleted file]
arch/arm/include/asm/arch-u8500/db8500_pincfg.h [deleted file]
arch/arm/include/asm/arch-u8500/gpio.h [deleted file]
arch/arm/include/asm/arch-u8500/hardware.h [deleted file]
arch/arm/include/asm/arch-u8500/prcmu.h [deleted file]
arch/arm/include/asm/arch-u8500/sys_proto.h [deleted file]
arch/arm/include/asm/arch-u8500/u8500.h [deleted file]
drivers/i2c/Makefile
drivers/i2c/u8500_i2c.c [deleted file]
drivers/i2c/u8500_i2c.h [deleted file]
drivers/serial/serial_pl01x.c
drivers/usb/musb-new/musb_core.c