[U-Boot] [PATCH 00/12] ARM: rpi_b: many minor enhancements
Stephen Warren
swarren at wwwdotorg.org
Wed Jul 4 04:02:43 CEST 2012
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
More information about the U-Boot
mailing list