* [PATCH 0/4] Raspberry-Pi support
@ 2012-10-05 8:47 Carlo Caione
2012-10-05 9:22 ` Carlo Caione
0 siblings, 1 reply; 3+ messages in thread
From: Carlo Caione @ 2012-10-05 8:47 UTC (permalink / raw)
To: barebox
Hi,
patches written against next-stable.
Amba bus registration patch is required (Jean-Christophe's patch)
Carlo Caione (4):
Add support for ARM1176
Raspberry-Pi: add defconfig
Add support for BCM2835
Add support for Raspberry-Pi
arch/arm/Kconfig | 7 +
arch/arm/Makefile | 2 +
arch/arm/boards/raspberry-pi/Makefile | 1 +
arch/arm/boards/raspberry-pi/config.h | 4 +
arch/arm/boards/raspberry-pi/env/config | 1 +
.../arm/boards/raspberry-pi/env/init/bootargs-base | 8 +
arch/arm/boards/raspberry-pi/env/init/hostname | 8 +
arch/arm/boards/raspberry-pi/rpi.c | 58 ++++++
arch/arm/configs/rpi_defconfig | 41 ++++
arch/arm/cpu/Kconfig | 5 +
arch/arm/mach-bcm2835/Kconfig | 22 +++
arch/arm/mach-bcm2835/Makefile | 3 +
arch/arm/mach-bcm2835/clock.c | 59 ++++++
arch/arm/mach-bcm2835/core.c | 108 +++++++++++
arch/arm/mach-bcm2835/gpio.c | 145 +++++++++++++++
arch/arm/mach-bcm2835/include/mach/clkdev.h | 7 +
arch/arm/mach-bcm2835/include/mach/clock.h | 10 +
arch/arm/mach-bcm2835/include/mach/core.h | 27 +++
arch/arm/mach-bcm2835/include/mach/gpio.h | 9 +
arch/arm/mach-bcm2835/include/mach/platform.h | 207 +++++++++++++++++++++
20 files changed, 732 insertions(+)
create mode 100644 arch/arm/boards/raspberry-pi/Makefile
create mode 100644 arch/arm/boards/raspberry-pi/config.h
create mode 100644 arch/arm/boards/raspberry-pi/env/config
create mode 100644 arch/arm/boards/raspberry-pi/env/init/bootargs-base
create mode 100644 arch/arm/boards/raspberry-pi/env/init/hostname
create mode 100644 arch/arm/boards/raspberry-pi/rpi.c
create mode 100644 arch/arm/configs/rpi_defconfig
create mode 100644 arch/arm/mach-bcm2835/Kconfig
create mode 100644 arch/arm/mach-bcm2835/Makefile
create mode 100644 arch/arm/mach-bcm2835/clock.c
create mode 100644 arch/arm/mach-bcm2835/core.c
create mode 100644 arch/arm/mach-bcm2835/gpio.c
create mode 100644 arch/arm/mach-bcm2835/include/mach/clkdev.h
create mode 100644 arch/arm/mach-bcm2835/include/mach/clock.h
create mode 100644 arch/arm/mach-bcm2835/include/mach/core.h
create mode 100644 arch/arm/mach-bcm2835/include/mach/gpio.h
create mode 100644 arch/arm/mach-bcm2835/include/mach/platform.h
--
1.7.12.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/4] Raspberry-Pi support
2012-10-05 8:47 [PATCH 0/4] Raspberry-Pi support Carlo Caione
@ 2012-10-05 9:22 ` Carlo Caione
2012-10-05 13:06 ` Sascha Hauer
0 siblings, 1 reply; 3+ messages in thread
From: Carlo Caione @ 2012-10-05 9:22 UTC (permalink / raw)
To: barebox
On Fri, Oct 5, 2012 at 10:47 AM, Carlo Caione <carlo.caione@gmail.com> wrote:
> Hi,
> patches written against next-stable.
> Amba bus registration patch is required (Jean-Christophe's patch)
[cut]
Ups,
sorry for the messed up threading, I had problems with git send-email
here at work and I had to send the patches through web-mail.
Sorry,
--
Carlo Caione
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/4] Raspberry-Pi support
2012-10-05 9:22 ` Carlo Caione
@ 2012-10-05 13:06 ` Sascha Hauer
0 siblings, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2012-10-05 13:06 UTC (permalink / raw)
To: Carlo Caione; +Cc: barebox
Hi Carlo,
On Fri, Oct 05, 2012 at 11:22:55AM +0200, Carlo Caione wrote:
> On Fri, Oct 5, 2012 at 10:47 AM, Carlo Caione <carlo.caione@gmail.com> wrote:
> > Hi,
> > patches written against next-stable.
> > Amba bus registration patch is required (Jean-Christophe's patch)
> [cut]
>
> Ups,
> sorry for the messed up threading, I had problems with git send-email
> here at work and I had to send the patches through web-mail.
No problem. You'll have to fix this though when the series is ready.
Your webmailer wraps the lines.
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] 3+ messages in thread
end of thread, other threads:[~2012-10-05 13:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-05 8:47 [PATCH 0/4] Raspberry-Pi support Carlo Caione
2012-10-05 9:22 ` Carlo Caione
2012-10-05 13:06 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox