source: rtems/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi2.cfg @ 71260b4

4.115
Last change on this file since 71260b4 was 71260b4, checked in by Alan Cudmore <alan.cudmore@…>, on 03/15/15 at 16:04:06

preliminary Raspberry Pi Model 2 support

This patch adds a BSP variant for the Raspberry Pi 2. You can
build both variants by configuring with the option

--enable-rtemsbsp="raspberrypi2 raspberrypi"

For the current BSP, the only change was the peripheral register base
address and the compiler options.

The raspberrypi/make/custom rules were re-factored:

raspberrypi.inc -- Common rules
raspberrypi.cfg -- Raspberry Pi 1 specific rule/optons
raspberrypi2.cfg -- Raspberry Pi 2 specific rule/options

I tested hello, ticker, unlimited, and paranoia on both the Pi (Model A+)
and Pi 2.

  • Property mode set to 100644
File size: 133 bytes
Line 
1#
2#  Config file for RASPBERRYPI 2
3#
4include $(RTEMS_ROOT)/make/custom/raspberrypi.inc
5
6CPU_CFLAGS = -march=armv7-a -mtune=cortex-a7
Note: See TracBrowser for help on using the repository browser.