mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-odroid-n2 to 2015.01-8
This commit is contained in:
parent
c6273e04f2
commit
2e60053e38
2 changed files with 7 additions and 3 deletions
|
@ -8,7 +8,7 @@ noautobuild=1
|
||||||
|
|
||||||
pkgname=uboot-odroid-n2
|
pkgname=uboot-odroid-n2
|
||||||
pkgver=2015.01
|
pkgver=2015.01
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
pkgdesc="U-Boot for ODROID-N2"
|
pkgdesc="U-Boot for ODROID-N2"
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="https://github.com/hardkernel/u-boot"
|
url="https://github.com/hardkernel/u-boot"
|
||||||
|
@ -24,7 +24,7 @@ source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz"
|
||||||
'0002-arch-linux-arm-modifications.patch'
|
'0002-arch-linux-arm-modifications.patch'
|
||||||
'91-uboot-uimg.hook')
|
'91-uboot-uimg.hook')
|
||||||
md5sums=('29f9c150b485ffc7043a613dc6a2e79d'
|
md5sums=('29f9c150b485ffc7043a613dc6a2e79d'
|
||||||
'9690940386e53f41be86adcda5d47625'
|
'547e983abeaa98d14f8d72bb5d29a277'
|
||||||
'cc18cda0bc75936e602341efd5a2fe93'
|
'cc18cda0bc75936e602341efd5a2fe93'
|
||||||
'4d14405ba98f09c002505cbe53e2f6cb'
|
'4d14405ba98f09c002505cbe53e2f6cb'
|
||||||
'1931c8dfde7088530f173ca59fdb8989')
|
'1931c8dfde7088530f173ca59fdb8989')
|
||||||
|
|
|
@ -49,6 +49,10 @@ setenv display_autodetect "true"
|
||||||
# "3440x1440p60hz" | 3440x1440 Progressive 60Hz
|
# "3440x1440p60hz" | 3440x1440 Progressive 60Hz
|
||||||
setenv hdmimode "1080p60hz"
|
setenv hdmimode "1080p60hz"
|
||||||
|
|
||||||
|
# Monitor output
|
||||||
|
# Controls if HDMI PHY should output anything to the monitor
|
||||||
|
setenv monitor_onoff "false" # true or false
|
||||||
|
|
||||||
# Overscan percentage
|
# Overscan percentage
|
||||||
# This value scales down the actual screen size by the percentage below
|
# This value scales down the actual screen size by the percentage below
|
||||||
# valid range is 80 to 100
|
# valid range is 80 to 100
|
||||||
|
@ -96,7 +100,7 @@ if test "${hdmimode}" = "custombuilt"; then setenv cmode "modeline=${modeline}";
|
||||||
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
|
||||||
|
|
||||||
# Boot Args
|
# Boot Args
|
||||||
setenv bootargs "root=/dev/mmcblk${devno}p2 rootwait rw ${condev} ${amlogic} no_console_suspend fsck.repair=yes net.ifnames=0 elevator=noop hdmimode=${hdmimode} cvbsmode=576cvbs max_freq_a53=${max_freq_a53} max_freq_a73=${max_freq_a73} maxcpus=${maxcpus} voutmode=${voutmode} ${cmode} disablehpd=${disablehpd} cvbscable=${cvbscable} overscan=${overscan} ${hid_quirks}"
|
setenv bootargs "root=/dev/mmcblk${devno}p2 rootwait rw ${condev} ${amlogic} no_console_suspend fsck.repair=yes net.ifnames=0 elevator=noop hdmimode=${hdmimode} cvbsmode=576cvbs max_freq_a53=${max_freq_a53} max_freq_a73=${max_freq_a73} maxcpus=${maxcpus} voutmode=${voutmode} ${cmode} disablehpd=${disablehpd} cvbscable=${cvbscable} overscan=${overscan} ${hid_quirks} monitor_onoff=${monitor_onoff} usb-xhci.tablesize=2 logo=osd0,loaded"
|
||||||
|
|
||||||
# Set load addresses
|
# Set load addresses
|
||||||
setenv dtb_loadaddr "0x1000000"
|
setenv dtb_loadaddr "0x1000000"
|
||||||
|
|
Loading…
Reference in a new issue