mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-odroid-c2 to 2015.01-17
This commit is contained in:
parent
47e912a606
commit
751aa24b6c
2 changed files with 9 additions and 4 deletions
|
@ -8,7 +8,7 @@ noautobuild=1
|
||||||
|
|
||||||
pkgname=uboot-odroid-c2
|
pkgname=uboot-odroid-c2
|
||||||
pkgver=2015.01
|
pkgver=2015.01
|
||||||
pkgrel=16
|
pkgrel=17
|
||||||
pkgdesc="U-Boot for ODROID-C2"
|
pkgdesc="U-Boot for ODROID-C2"
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="https://github.com/hardkernel/u-boot"
|
url="https://github.com/hardkernel/u-boot"
|
||||||
|
@ -16,13 +16,13 @@ license=('GPL')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
makedepends=('git' 'bc')
|
makedepends=('git' 'bc')
|
||||||
backup=('boot/boot.ini')
|
backup=('boot/boot.ini')
|
||||||
_commit=3eb97d48991decdd5dea537c8c2325cbb0611089
|
_commit=205c7b3259559283161703a1a200b787c2c445a5
|
||||||
source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz"
|
source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz"
|
||||||
'boot.ini'
|
'boot.ini'
|
||||||
'0001-sd_fusing-tweaks.patch'
|
'0001-sd_fusing-tweaks.patch'
|
||||||
'0002-arch-linux-arm-modifications.patch')
|
'0002-arch-linux-arm-modifications.patch')
|
||||||
md5sums=('448f16a7f15871a2c5686689c0be5ef0'
|
md5sums=('015f352162fdb3ea418e770bbd588292'
|
||||||
'629f6a15d656a9ee04d5da4995c1eee5'
|
'dbecfc755991931b15569e04f350d401'
|
||||||
'316b458415515edfc18abd54a52d43d4'
|
'316b458415515edfc18abd54a52d43d4'
|
||||||
'de51b9b3345954238c455214c5947ea3')
|
'de51b9b3345954238c455214c5947ea3')
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,10 @@ ODROIDC2-UBOOT-CONFIG
|
||||||
# setenv m "custombuilt"
|
# setenv m "custombuilt"
|
||||||
# setenv modeline "1920,1200,154000,74040,60,1920,1968,2000,2080,1200,1202,1208,1235,1,0,1"
|
# setenv modeline "1920,1200,154000,74040,60,1920,1968,2000,2080,1200,1202,1208,1235,1,0,1"
|
||||||
|
|
||||||
|
# Auto Detection of Monitor settings based on your Screen information
|
||||||
|
# See: http://odroid.com/dokuwiki/doku.php?id=en:c2_auto_detect_display
|
||||||
|
setenv display_autodetect "true"
|
||||||
|
|
||||||
# 480 Lines (720x480)
|
# 480 Lines (720x480)
|
||||||
# setenv m "480i60hz" # Interlaced 60Hz
|
# setenv m "480i60hz" # Interlaced 60Hz
|
||||||
# setenv m "480i_rpt" # Interlaced for Rear Projection Televisions 60Hz
|
# setenv m "480i_rpt" # Interlaced for Rear Projection Televisions 60Hz
|
||||||
|
@ -145,6 +149,7 @@ setenv max_freq "1536" # 1.536GHz
|
||||||
###########################################
|
###########################################
|
||||||
|
|
||||||
# Boot Arguments
|
# Boot Arguments
|
||||||
|
if test "${display_autodetect}" = "true"; then usb pwren; hdmitx edid; fi
|
||||||
if test "${m}" = "custombuilt"; then setenv cmode "modeline=${modeline}"; fi
|
if test "${m}" = "custombuilt"; then setenv cmode "modeline=${modeline}"; fi
|
||||||
if test "${disable_vu7}" = "false"; then setenv hid_quirks "usbhid.quirks=0x0eef:0x0005:0x0004"; fi
|
if test "${disable_vu7}" = "false"; then setenv hid_quirks "usbhid.quirks=0x0eef:0x0005:0x0004"; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue