mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Add Raspberry Pi Zero W Board
@ 2018-11-19 19:13 Chris Fiege
  2018-11-21  8:55 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Fiege @ 2018-11-19 19:13 UTC (permalink / raw)
  To: barebox; +Cc: Chris Fiege

The Raspberry Pi Zero W is basically a Raspberry Pi 1 B+
but on a smaller PCB and with Bluetooth and WiFi.
See:
https://elinux.org/RPi_Hardware

This patch adds support for Raspberry Pi Zero W to barebox.

Signed-off-by: Chris Fiege <chris@tinyhost.de>
---
 arch/arm/boards/raspberry-pi/rpi-common.c | 1 +
 arch/arm/mach-bcm283x/include/mach/mbox.h | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c b/arch/arm/boards/raspberry-pi/rpi-common.c
index 3baed65..5a51b91 100644
--- a/arch/arm/boards/raspberry-pi/rpi-common.c
+++ b/arch/arm/boards/raspberry-pi/rpi-common.c
@@ -176,6 +176,7 @@ const struct rpi_model rpi_models_new_scheme[] = {
 	RPI_MODEL(BCM2836_BOARD_REV_2_B, "2 Model B", rpi_b_plus_init),
 	RPI_MODEL(BCM2837_BOARD_REV_3_B, "3 Model B", rpi_b_plus_init),
 	RPI_MODEL(BCM2835_BOARD_REV_ZERO, "Zero", rpi_b_plus_init),
+	RPI_MODEL(BCM2835_BOARD_REV_ZERO_W, "Zero W", rpi_b_plus_init),
 };
 
 static int rpi_board_rev = 0;
diff --git a/arch/arm/mach-bcm283x/include/mach/mbox.h b/arch/arm/mach-bcm283x/include/mach/mbox.h
index 0d1ac07..76b573f 100644
--- a/arch/arm/mach-bcm283x/include/mach/mbox.h
+++ b/arch/arm/mach-bcm283x/include/mach/mbox.h
@@ -133,6 +133,8 @@ struct bcm2835_mbox_tag_hdr {
 #define BCM2837_BOARD_REV_3_B		0x8
 /* Zero */
 #define BCM2835_BOARD_REV_ZERO		0x9
+/* Zero W */
+#define BCM2835_BOARD_REV_ZERO_W	0xc
 
 /*
  * 0x2..0xf from:
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add Raspberry Pi Zero W Board
  2018-11-19 19:13 [PATCH] Add Raspberry Pi Zero W Board Chris Fiege
@ 2018-11-21  8:55 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-11-21  8:55 UTC (permalink / raw)
  To: Chris Fiege; +Cc: barebox

On Mon, Nov 19, 2018 at 08:13:30PM +0100, Chris Fiege wrote:
> The Raspberry Pi Zero W is basically a Raspberry Pi 1 B+
> but on a smaller PCB and with Bluetooth and WiFi.
> See:
> https://elinux.org/RPi_Hardware
> 
> This patch adds support for Raspberry Pi Zero W to barebox.
> 
> Signed-off-by: Chris Fiege <chris@tinyhost.de>
> ---
>  arch/arm/boards/raspberry-pi/rpi-common.c | 1 +
>  arch/arm/mach-bcm283x/include/mach/mbox.h | 2 ++
>  2 files changed, 3 insertions(+)

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-21  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19 19:13 [PATCH] Add Raspberry Pi Zero W Board Chris Fiege
2018-11-21  8:55 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox