mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/uboot-odroid-c2 to 2015.01-16
This commit is contained in:
parent
da02081c9b
commit
dccefdad0e
2 changed files with 7 additions and 3 deletions
|
@ -8,7 +8,7 @@ noautobuild=1
|
|||
|
||||
pkgname=uboot-odroid-c2
|
||||
pkgver=2015.01
|
||||
pkgrel=15
|
||||
pkgrel=16
|
||||
pkgdesc="U-Boot for ODROID-C2"
|
||||
arch=('aarch64')
|
||||
url="https://github.com/hardkernel/u-boot"
|
||||
|
@ -22,7 +22,7 @@ source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz"
|
|||
'0001-sd_fusing-tweaks.patch'
|
||||
'0002-arch-linux-arm-modifications.patch')
|
||||
md5sums=('448f16a7f15871a2c5686689c0be5ef0'
|
||||
'553712ba2547ddb8deab61ab075e048b'
|
||||
'629f6a15d656a9ee04d5da4995c1eee5'
|
||||
'316b458415515edfc18abd54a52d43d4'
|
||||
'de51b9b3345954238c455214c5947ea3')
|
||||
|
||||
|
|
|
@ -111,6 +111,9 @@ setenv mmc_removable "true"
|
|||
# Only enable this if you use it.
|
||||
setenv usbmulticam "false"
|
||||
|
||||
# Disable/Enable ODROID-VU7 Touchscreen
|
||||
setenv disable_vu7 "true"
|
||||
|
||||
# Default Console Device Setting
|
||||
setenv condev "console=ttyS0,115200n8 console=tty0" # on both
|
||||
|
||||
|
@ -143,8 +146,9 @@ setenv max_freq "1536" # 1.536GHz
|
|||
|
||||
# Boot Arguments
|
||||
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
|
||||
|
||||
setenv bootargs "root=/dev/mmcblk0p1 rootwait rw ${condev} no_console_suspend hdmimode=${m} ${cmode} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes net.ifnames=0 elevator=noop disablehpd=${hpd} max_freq=${max_freq} maxcpus=${maxcpus} monitor_onoff=${monitor_onoff} disableuhs=${disableuhs} mmc_removable=${mmc_removable} usbmulticam=${usbmulticam}"
|
||||
setenv bootargs "root=/dev/mmcblk0p1 rootwait rw ${condev} no_console_suspend hdmimode=${m} ${cmode} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes net.ifnames=0 elevator=noop disablehpd=${hpd} max_freq=${max_freq} maxcpus=${maxcpus} monitor_onoff=${monitor_onoff} disableuhs=${disableuhs} mmc_removable=${mmc_removable} usbmulticam=${usbmulticam} ${hid_quirks}"
|
||||
|
||||
# Booting
|
||||
|
||||
|
|
Loading…
Reference in a new issue