Changeset 44403
- Timestamp:
- 2015-02-11T14:05:31+01:00 (3 years ago)
- Location:
- trunk/target/linux/brcm2708
- Files:
-
- 9 added
- 1 deleted
- 2 edited
- 1 copied
-
Makefile (modified) (2 diffs)
-
bcm2708 (added)
-
bcm2708/config-default (added)
-
bcm2708/profiles (added)
-
bcm2708/profiles/RaspberryPi.mk (copied) (copied from trunk/target/linux/brcm2708/profiles/100-RaspberryPi.mk) (2 diffs)
-
bcm2708/target.mk (added)
-
bcm2709 (added)
-
bcm2709/config-default (added)
-
bcm2709/profiles (added)
-
bcm2709/profiles/RaspberryPi2.mk (added)
-
bcm2709/target.mk (added)
-
config-3.18 (modified) (3 diffs, 1 prop)
-
profiles (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/brcm2708/Makefile
r44392 r44403 10 10 ARCH:=arm 11 11 BOARD:=brcm2708 12 BOARDNAME:=Broadcom BCM2708/BCM2 83512 BOARDNAME:=Broadcom BCM2708/BCM2709 13 13 FEATURES:=ext4 audio usb usbgadget display gpio 14 14 MAINTAINER:=Florian Fainelli <florian@openwrt.org> … … 22 22 23 23 define Target/Description 24 Build firmware image for Broadcom BCM2708/BCM2 835SoC devices.24 Build firmware image for Broadcom BCM2708/BCM2709 SoC devices. 25 25 Currently produces SD Card image for Raspberry Pi. 26 26 endef -
trunk/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk
r44402 r44403 1 1 # 2 # Copyright (C) 201 2OpenWrt.org2 # Copyright (C) 2015 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 7 7 8 8 define Profile/RaspberryPi 9 NAME:=Raspberry Pi9 NAME:=Raspberry Pi 10 10 endef 11 11 12 12 define Profile/RaspberryPi/Description 13 Raspberry Pi board13 Raspberry Pi board 14 14 endef 15 15 16 16 $(eval $(call Profile,RaspberryPi)) 17 -
trunk/target/linux/brcm2708/config-3.18
- Property svn:executable deleted
r44392 r44403 3 3 # CONFIG_AMBA_PL08X is not set 4 4 # CONFIG_APM_EMULATION is not set 5 CONFIG_ARCH_BCM2708=y 5 # CONFIG_ARCH_BCM2708 is not set 6 6 # CONFIG_ARCH_BCM2709 is not set 7 7 CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y … … 27 27 # CONFIG_BACKLIGHT_CLASS_DEVICE is not set 28 28 CONFIG_BACKLIGHT_LCD_SUPPORT=y 29 # CONFIG_BCM2708_DT is not set30 29 CONFIG_BCM2708_GPIO=y 31 30 # CONFIG_BCM2708_NOL2CACHE is not set … … 259 258 CONFIG_VECTORS_BASE=0xffff0000 260 259 CONFIG_VFP=y 260 # CONFIG_VMSPLIT_2G is not set 261 # CONFIG_VMSPLIT_3G is not set 261 262 CONFIG_VT=y 262 263 CONFIG_VT_CONSOLE=y
Note: See TracChangeset
for help on using the changeset viewer.
