All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/12] ARM: rpi_b: many minor enhancements
@ 2012-07-04  2:02 Stephen Warren
  2012-07-04  2:02 ` [U-Boot] [PATCH 01/12] ARM: arm1176: enable instruction cache in arch_cpu_init() Stephen Warren
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Stephen Warren @ 2012-07-04  2:02 UTC (permalink / raw)
  To: u-boot

This is a slew of various small patches I've accumulated for the Raspberry
Pi. They assume that the following have already been applied:

2230151 ARM: bcm2835: add Raspberry Pi model B board
3a43ab2 ARM: add basic support for the Broadcom BCM2835 SoC

Stephen Warren (12):
  ARM: arm1176: enable instruction cache in arch_cpu_init()
  ARM: rpi_b: enable CONFIG_ARCH_CPU_INIT for icache
  ARM: rpi_b: define CONFIG_MACH_TYPE
  ARM: rpi_b: include config_cmd_default.h
  ARM: rpi_b: enable CONFIG_OF_LIBFDT
  ARM: rpi_b: set bi_boot_params
  ARM: rpi_b: add ATAG support for bootm/bootz
  ARM: rpi_b: drop RAM size to 128M
  ARM: rpi_b: move stack to top of RAM
  ARM: rpi_b: re-order rpi_b.h to keep related defines adjacent
  ARM: bcm2835: implement reset using watchdog
  ARM: rpi_b: enabled bootz command

 arch/arm/cpu/arm1176/bcm2835/reset.c     |   18 +++++++++++----
 arch/arm/cpu/arm1176/cpu.c               |    7 ++++++
 arch/arm/include/asm/arch-bcm2835/wdog.h |   37 ++++++++++++++++++++++++++++++
 board/raspberrypi/rpi_b/rpi_b.c          |    4 +++-
 include/configs/rpi_b.h                  |   34 +++++++++++++++++++++++----
 5 files changed, 89 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-bcm2835/wdog.h

-- 
1.7.9.5

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

end of thread, other threads:[~2012-07-09 12:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04  2:02 [U-Boot] [PATCH 00/12] ARM: rpi_b: many minor enhancements Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 01/12] ARM: arm1176: enable instruction cache in arch_cpu_init() Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 02/12] ARM: rpi_b: enable CONFIG_ARCH_CPU_INIT for icache Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 03/12] ARM: rpi_b: define CONFIG_MACH_TYPE Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 04/12] ARM: rpi_b: include config_cmd_default.h Stephen Warren
2012-07-09 12:21   ` Tom Rini
2012-07-04  2:02 ` [U-Boot] [PATCH 05/12] ARM: rpi_b: enable CONFIG_OF_LIBFDT Stephen Warren
2012-07-09 12:24   ` Tom Rini
2012-07-04  2:02 ` [U-Boot] [PATCH 06/12] ARM: rpi_b: set bi_boot_params Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 07/12] ARM: rpi_b: add ATAG support for bootm/bootz Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 08/12] ARM: rpi_b: drop RAM size to 128M Stephen Warren
     [not found]   ` <930F248225E0FA44A2AE486086E959AEA56E33@SJEXCHMB06.corp.ad.broadcom.com>
2012-07-04  2:27     ` Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 09/12] ARM: rpi_b: move stack to top of RAM Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 10/12] ARM: rpi_b: re-order rpi_b.h to keep related defines adjacent Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 11/12] ARM: bcm2835: implement reset using watchdog Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 12/12] ARM: rpi_b: enabled bootz command Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.