summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2016-04-04 20:00:41 -0600
committerTom Rini <trini@konsulko.com>2016-04-11 20:48:23 -0400
commitfe84ebf0214cfc1766fb467268f056bed32a08ab (patch)
treeb0ebc1cca9ea5591f2cfde31a747bff26e8eeb91 /MAINTAINERS
parent9082517a85930740f59966fcf13293c38792afe8 (diff)
downloadtalos-obmc-uboot-fe84ebf0214cfc1766fb467268f056bed32a08ab.tar.gz
talos-obmc-uboot-fe84ebf0214cfc1766fb467268f056bed32a08ab.zip
rpi: remove redundant board files
Now that rpi_*defconfig and Kconfig (rather than the config header file) provide the identity of the build, we don't need to separate config headers and board directories for each RPi variant. Set CONFIG_SYS_BOARD and CONFIG_SYS_CONFIG_NAME so that we can get rid of the duplication. This requires a tiny number of extra ifdefs in the config header. The only disadvantage of this approach is that the $board/$board_name environment variables aren't as descriptive as they used to be. This isn't really an issue because those only exist to allow scripts to create DTB filenames at runtime. However, the RPi board code already sets $fdtfile to something more accurate based on FW-reported board ID anyway. While at it, unify some Kconfig select options, and add a MAINTAINERS entry for bcm283x too. Partially-suggested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 87e0c2ed36..383a4ffc3a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -78,6 +78,16 @@ S: Maintained
T: git git://git.denx.de/u-boot-atmel.git
F: arch/arm/mach-at91/
+ARM BROADCOM BCM283X
+M: Stephen Warren <swarren@wwwdotorg.org>
+S: Maintained
+F: arch/arm/mach-bcm283x/
+F: drivers/gpio/bcm2835_gpio.c
+F: drivers/mmc/bcm2835_sdhci.c
+F: drivers/serial/serial_bcm283x_mu.c
+F: drivers/video/bcm2835.c
+F: include/dm/platform_data/serial_bcm283x_mu.h
+
ARM FREESCALE IMX
M: Stefano Babic <sbabic@denx.de>
S: Maintained
OpenPOWER on IntegriCloud