mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-odroid-c1 to 2011.03-7
This commit is contained in:
parent
37e6a5de6e
commit
38053c1645
2 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
||||||
|
|
||||||
pkgname=uboot-odroid-c1
|
pkgname=uboot-odroid-c1
|
||||||
pkgver=2011.03
|
pkgver=2011.03
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="U-Boot for ODROID-C1"
|
pkgdesc="U-Boot for ODROID-C1"
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="https://github.com/hardkernel/u-boot"
|
url="https://github.com/hardkernel/u-boot"
|
||||||
|
@ -19,7 +19,7 @@ source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz"
|
||||||
'0001-remove-cross-compiling.patch'
|
'0001-remove-cross-compiling.patch'
|
||||||
'0002-sd_fusing-tweaks.patch')
|
'0002-sd_fusing-tweaks.patch')
|
||||||
md5sums=('0fc20cde97358ab04b22b946d563e970'
|
md5sums=('0fc20cde97358ab04b22b946d563e970'
|
||||||
'68a723c690d35b16fc09fe8d0dd32e04'
|
'27606b2133d8a2084ae36c5414df3447'
|
||||||
'fb9e00cfdc765b60c61b42060bde6fc2'
|
'fb9e00cfdc765b60c61b42060bde6fc2'
|
||||||
'beeec86a4903a3ce6d1e7956ad9250c4')
|
'beeec86a4903a3ce6d1e7956ad9250c4')
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ ODROIDC-UBOOT-CONFIG
|
||||||
# setenv m "1360x768p60hz" # 1360x768
|
# setenv m "1360x768p60hz" # 1360x768
|
||||||
# setenv m "1366x768p60hz" # 1366x768
|
# setenv m "1366x768p60hz" # 1366x768
|
||||||
# setenv m "1440x900p60hz" # 1440x900
|
# setenv m "1440x900p60hz" # 1440x900
|
||||||
|
# setenv m "1600x900p60hz" # 1600x900
|
||||||
# setenv m "1680x1050p60hz" # 1680x1050
|
# setenv m "1680x1050p60hz" # 1680x1050
|
||||||
# setenv m "720p" # 720p 1280x720
|
# setenv m "720p" # 720p 1280x720
|
||||||
# setenv m "800p" # 1280x800
|
# setenv m "800p" # 1280x800
|
||||||
|
@ -27,6 +28,7 @@ setenv vout_mode "hdmi"
|
||||||
|
|
||||||
# HDMI BPP Mode
|
# HDMI BPP Mode
|
||||||
setenv m_bpp "32"
|
setenv m_bpp "32"
|
||||||
|
# setenv m_bpp "24"
|
||||||
# setenv m_bpp "16"
|
# setenv m_bpp "16"
|
||||||
|
|
||||||
# UHS Card Configuration
|
# UHS Card Configuration
|
||||||
|
|
Loading…
Reference in a new issue