mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-raspberrypi to 4.4.7-2
This commit is contained in:
parent
9643b91c45
commit
fc5fb94bff
4 changed files with 13 additions and 135 deletions
|
@ -7,12 +7,12 @@
|
||||||
buildarch=20
|
buildarch=20
|
||||||
|
|
||||||
pkgbase=linux-raspberrypi
|
pkgbase=linux-raspberrypi
|
||||||
_commit=af9619cc3b0e8f8dc1cb2aebe4c95c86d41d90e9
|
_commit=e3a6cfd26be351d586e48e960ae787463e10db4f
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Raspberry Pi"
|
_desc="Raspberry Pi"
|
||||||
pkgver=4.4.7
|
pkgver=4.4.7
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
bfqver=v7r11
|
bfqver=v7r11
|
||||||
arch=('armv6h' 'armv7h')
|
arch=('armv6h' 'armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -29,17 +29,17 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||||
'cmdline.txt'
|
'cmdline.txt'
|
||||||
'config.v6'
|
'config.v6'
|
||||||
'config.v7')
|
'config.v7')
|
||||||
md5sums=('4d836f9dfc0ad16dd278dd73f7dee6aa'
|
md5sums=('a305046d25e6254f4b17b10abcaf6f03'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'c1d7fcfe88edb658375089c0a9cc1811'
|
'c1d7fcfe88edb658375089c0a9cc1811'
|
||||||
'953133d5e387de2ad79ac0ae5c27cb6b'
|
'953133d5e387de2ad79ac0ae5c27cb6b'
|
||||||
'f0387e673975e9f2a5e05136948edece'
|
'f0387e673975e9f2a5e05136948edece'
|
||||||
'4a410ab9a1eefe82e158d36df02b3589'
|
'4a410ab9a1eefe82e158d36df02b3589'
|
||||||
'8c3cb6d8f0609b43f09d083b4006ec5a'
|
'8c3cb6d8f0609b43f09d083b4006ec5a'
|
||||||
'9a3c82da627b317ec79c37fd6afba569'
|
'f95eb9c22c18722e30fc28a5640aeba5'
|
||||||
'60bc3624123c183305677097bcd56212'
|
'60bc3624123c183305677097bcd56212'
|
||||||
'9db2e56d1d3e883fcfb91dd5f5207225'
|
'4c42852ae457d8e3dc47b65a3b893c96'
|
||||||
'3ea8449bd6a2d41a409833bb905a3c42')
|
'f2f6e1a6339fabadce29721e01768282')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
|
@ -1,129 +1,3 @@
|
||||||
# Uncomment some or all of these to enable the optional hardware interfaces
|
# See /boot/overlays/README for all available options
|
||||||
# Params:
|
|
||||||
# i2c_arm Set to "on" to enable the ARM's i2c interface
|
|
||||||
# (default "off")
|
|
||||||
# i2c_vc Set to "on" to enable the i2c interface
|
|
||||||
# usually reserved for the VideoCore processor
|
|
||||||
# (default "off")
|
|
||||||
# i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
|
|
||||||
# (default "100000")
|
|
||||||
# i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
|
|
||||||
# (default "100000")
|
|
||||||
# i2c_baudrate An alias for i2c_arm_baudrate
|
|
||||||
# i2s Set to "on" to enable the i2s interface
|
|
||||||
# (default "off")
|
|
||||||
# spi Set to "on" to enable the spi interfaces
|
|
||||||
# (default "off")
|
|
||||||
# act_led_trigger Choose which activity the LED tracks.
|
|
||||||
# Use "heartbeat" for a nice load indicator.
|
|
||||||
# (default "mmc")
|
|
||||||
# act_led_activelow Set to "on" to invert the sense of the LED
|
|
||||||
# (default "off")
|
|
||||||
# act_led_gpio Set which GPIO to use for the activity LED
|
|
||||||
# (in case you want to connect it to an external
|
|
||||||
# device)
|
|
||||||
# (default "16" on a non-Plus board, "47" on a
|
|
||||||
# Plus or Pi 2)
|
|
||||||
# pwr_led_trigger
|
|
||||||
# pwr_led_activelow
|
|
||||||
# pwr_led_gpio
|
|
||||||
# As for act_led_*, but using the PWR LED.
|
|
||||||
# Not available on Model A/B boards.
|
|
||||||
# N.B. It is recommended to only enable those interfaces that are needed.
|
|
||||||
# Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
|
|
||||||
# interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
|
|
||||||
# Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
|
|
||||||
# interfaces i2c0 and i2c1. Use of the numeric variants is still possible
|
|
||||||
# but deprecated because the ARM/VC assignments differ between board
|
|
||||||
# revisions. The same board-specific mapping applies to i2c_baudrate,
|
|
||||||
# and the other i2c baudrate parameters.
|
|
||||||
|
|
||||||
#device_tree_param=i2c_arm=on
|
|
||||||
#device_tree_param=i2c_vc=on
|
|
||||||
#device_tree_param=i2s=on
|
|
||||||
#device_tree_param=spi=on
|
|
||||||
#device_tree_param=act_led_trigger=mmc
|
|
||||||
|
|
||||||
#
|
|
||||||
# See /boot/overlays/README for a detailed list and description of additional
|
|
||||||
# overlays and their configuration options.
|
|
||||||
#
|
|
||||||
|
|
||||||
# Uncomment if you get no picture on HDMI for a default "safe" mode
|
|
||||||
#hdmi_safe=1
|
|
||||||
|
|
||||||
# Uncomment this if your display has a black border of unused pixels visible
|
|
||||||
# and your display can output without overscan
|
|
||||||
#disable_overscan=1
|
|
||||||
|
|
||||||
# Uncomment the following to adjust overscan. Use positive numbers if console
|
|
||||||
# goes off screen, and negative if there is too much border
|
|
||||||
#overscan_left=16
|
|
||||||
#overscan_right=16
|
|
||||||
#overscan_top=16
|
|
||||||
#overscan_bottom=16
|
|
||||||
|
|
||||||
# Uncomment to force a console size. By default it will be display's size minus
|
|
||||||
# overscan.
|
|
||||||
#framebuffer_width=1280
|
|
||||||
#framebuffer_height=720
|
|
||||||
|
|
||||||
# Uncomment if hdmi display is not detected and composite is being output
|
|
||||||
#hdmi_force_hotplug=1
|
|
||||||
|
|
||||||
# Uncomment to force a specific HDMI mode (this will force VGA)
|
|
||||||
#hdmi_group=1
|
|
||||||
#hdmi_mode=1
|
|
||||||
|
|
||||||
# Uncomment to force a HDMI mode rather than DVI. This can make audio work in
|
|
||||||
# DMT (computer monitor) modes
|
|
||||||
#hdmi_drive=2
|
|
||||||
|
|
||||||
# Uncomment to set monitor mode to DMT
|
|
||||||
#hdmi_group=2
|
|
||||||
|
|
||||||
# Uncomment to increase signal to HDMI, if you have interference, blanking, or
|
|
||||||
# no display
|
|
||||||
#config_hdmi_boost=4
|
|
||||||
|
|
||||||
# Uncomment for composite PAL
|
|
||||||
#sdtv_mode=2
|
|
||||||
|
|
||||||
# Uncomment to overclock the ARM core. 700 MHz is the default.
|
|
||||||
#arm_freq=800
|
|
||||||
|
|
||||||
# for more options see http://elinux.org/RPi_config.txt
|
|
||||||
|
|
||||||
## Some over clocking settings, governor already set to ondemand
|
|
||||||
|
|
||||||
##None
|
|
||||||
#arm_freq=700
|
|
||||||
#core_freq=250
|
|
||||||
#sdram_freq=400
|
|
||||||
#over_voltage=0
|
|
||||||
|
|
||||||
##Modest
|
|
||||||
#arm_freq=800
|
|
||||||
#core_freq=300
|
|
||||||
#sdram_freq=400
|
|
||||||
#over_voltage=0
|
|
||||||
|
|
||||||
##Medium
|
|
||||||
#arm_freq=900
|
|
||||||
#core_freq=333
|
|
||||||
#sdram_freq=450
|
|
||||||
#over_voltage=2
|
|
||||||
|
|
||||||
##High
|
|
||||||
#arm_freq=950
|
|
||||||
#core_freq=450
|
|
||||||
#sdram_freq=450
|
|
||||||
#over_voltage=6
|
|
||||||
|
|
||||||
##Turbo
|
|
||||||
#arm_freq=1000
|
|
||||||
#core_freq=500
|
|
||||||
#sdram_freq=500
|
|
||||||
#over_voltage=6
|
|
||||||
|
|
||||||
gpu_mem=64
|
gpu_mem=64
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 4.4.6-1 Kernel Configuration
|
# Linux/arm 4.4.7-2 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||||
|
@ -3472,6 +3472,8 @@ CONFIG_SND_BCM2708_SOC_HIFIBERRY_DIGI=m
|
||||||
CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP=m
|
CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP=m
|
||||||
CONFIG_SND_BCM2708_SOC_RPI_DAC=m
|
CONFIG_SND_BCM2708_SOC_RPI_DAC=m
|
||||||
CONFIG_SND_BCM2708_SOC_RPI_PROTO=m
|
CONFIG_SND_BCM2708_SOC_RPI_PROTO=m
|
||||||
|
CONFIG_SND_BCM2708_SOC_BOOMBERRY_DAC=m
|
||||||
|
CONFIG_SND_BCM2708_SOC_BOOMBERRY_DIGI=m
|
||||||
CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC=m
|
CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC=m
|
||||||
CONFIG_SND_BCM2708_SOC_RASPIDAC3=m
|
CONFIG_SND_BCM2708_SOC_RASPIDAC3=m
|
||||||
# CONFIG_SND_DESIGNWARE_I2S is not set
|
# CONFIG_SND_DESIGNWARE_I2S is not set
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 4.4.6-1 Kernel Configuration
|
# Linux/arm 4.4.7-2 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||||
|
@ -3569,6 +3569,8 @@ CONFIG_SND_BCM2708_SOC_HIFIBERRY_DIGI=m
|
||||||
CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP=m
|
CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP=m
|
||||||
CONFIG_SND_BCM2708_SOC_RPI_DAC=m
|
CONFIG_SND_BCM2708_SOC_RPI_DAC=m
|
||||||
CONFIG_SND_BCM2708_SOC_RPI_PROTO=m
|
CONFIG_SND_BCM2708_SOC_RPI_PROTO=m
|
||||||
|
CONFIG_SND_BCM2708_SOC_BOOMBERRY_DAC=m
|
||||||
|
CONFIG_SND_BCM2708_SOC_BOOMBERRY_DIGI=m
|
||||||
CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC=m
|
CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC=m
|
||||||
CONFIG_SND_BCM2708_SOC_RASPIDAC3=m
|
CONFIG_SND_BCM2708_SOC_RASPIDAC3=m
|
||||||
# CONFIG_SND_DESIGNWARE_I2S is not set
|
# CONFIG_SND_DESIGNWARE_I2S is not set
|
||||||
|
|
Loading…
Reference in a new issue