Changeset 44403


Ignore:
Timestamp:
2015-02-11T14:05:31+01:00 (3 years ago)
Author:
blogic
Message:

brcm2708: add Raspberry Pi 2 support

Signed-off-by: Álvaro Fernández Rojas <noltari@…>

Location:
trunk/target/linux/brcm2708
Files:
9 added
1 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/target/linux/brcm2708/Makefile

    r44392 r44403  
    1010ARCH:=arm 
    1111BOARD:=brcm2708 
    12 BOARDNAME:=Broadcom BCM2708/BCM2835 
     12BOARDNAME:=Broadcom BCM2708/BCM2709 
    1313FEATURES:=ext4 audio usb usbgadget display gpio 
    1414MAINTAINER:=Florian Fainelli <florian@openwrt.org> 
     
    2222 
    2323define Target/Description 
    24         Build firmware image for Broadcom BCM2708/BCM2835 SoC devices. 
     24        Build firmware image for Broadcom BCM2708/BCM2709 SoC devices. 
    2525        Currently produces SD Card image for Raspberry Pi. 
    2626endef 
  • trunk/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk

    r44402 r44403  
    11# 
    2 # Copyright (C) 2012 OpenWrt.org 
     2# Copyright (C) 2015 OpenWrt.org 
    33# 
    44# This is free software, licensed under the GNU General Public License v2. 
     
    77 
    88define Profile/RaspberryPi 
    9   NAME:=RaspberryPi 
     9  NAME:=Raspberry Pi 
    1010endef 
    1111 
    1212define Profile/RaspberryPi/Description 
    13         RaspberryPi board 
     13        Raspberry Pi board 
    1414endef 
    1515 
    1616$(eval $(call Profile,RaspberryPi)) 
    17  
  • trunk/target/linux/brcm2708/config-3.18

    • Property svn:executable deleted
    r44392 r44403  
    33# CONFIG_AMBA_PL08X is not set 
    44# CONFIG_APM_EMULATION is not set 
    5 CONFIG_ARCH_BCM2708=y 
     5# CONFIG_ARCH_BCM2708 is not set 
    66# CONFIG_ARCH_BCM2709 is not set 
    77CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y 
     
    2727# CONFIG_BACKLIGHT_CLASS_DEVICE is not set 
    2828CONFIG_BACKLIGHT_LCD_SUPPORT=y 
    29 # CONFIG_BCM2708_DT is not set 
    3029CONFIG_BCM2708_GPIO=y 
    3130# CONFIG_BCM2708_NOL2CACHE is not set 
     
    259258CONFIG_VECTORS_BASE=0xffff0000 
    260259CONFIG_VFP=y 
     260# CONFIG_VMSPLIT_2G is not set 
     261# CONFIG_VMSPLIT_3G is not set 
    261262CONFIG_VT=y 
    262263CONFIG_VT_CONSOLE=y 
Note: See TracChangeset for help on using the changeset viewer.