pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot-pocketchip
Module Name: pkgsrc
Committed By: jmcneill
Date: Tue Oct 10 10:24:25 UTC 2017
Modified Files:
pkgsrc/sysutils/u-boot-pocketchip: Makefile
Removed Files:
pkgsrc/sysutils/u-boot-pocketchip/files: PocketCHIP_defconfig
Log Message:
Fix build after 2017.09 update.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/u-boot-pocketchip/Makefile
cvs rdiff -u -r1.1 -r0 \
pkgsrc/sysutils/u-boot-pocketchip/files/PocketCHIP_defconfig
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/u-boot-pocketchip/Makefile
diff -u pkgsrc/sysutils/u-boot-pocketchip/Makefile:1.1 pkgsrc/sysutils/u-boot-pocketchip/Makefile:1.2
--- pkgsrc/sysutils/u-boot-pocketchip/Makefile:1.1 Sun Aug 27 19:24:55 2017
+++ pkgsrc/sysutils/u-boot-pocketchip/Makefile Tue Oct 10 10:24:25 2017
@@ -1,10 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2017/08/27 19:24:55 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/10 10:24:25 jmcneill Exp $
UBOOT_TARGET= pocketchip
-UBOOT_CONFIG= PocketCHIP_defconfig
+UBOOT_CONFIG= CHIP_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-post-extract:
- cp ${FILESDIR}/${UBOOT_CONFIG} ${WRKSRC}/configs
+UBOOT_OPTIONS+= CONFIG_I2C1_ENABLE=y
+UBOOT_OPTIONS+= CONFIG_AXP_GPIO=y
+UBOOT_OPTIONS+= CONFIG_VIDEO=y
+UBOOT_OPTIONS+= CONFIG_VIDEO_VGA_VIA_LCD=y
+UBOOT_OPTIONS+= CONFIG_VIDEO_LCD_MODE=\"x:480,y:272,depth:18,pclk_khz:9000,le:10,ri:5,up:3,lo:8,hs:30,vs:5,sync:3,vmode:0\"
+UBOOT_OPTIONS+= CONFIG_VIDEO_LCD_POWER=\"AXP0-1\"
+UBOOT_OPTIONS+= CONFIG_VIDEO_LCD_BL_EN=\"PD18\"
+UBOOT_OPTIONS+= CONFIG_VIDEO_LCD_BL_PWM=\"PB2\"
+UBOOT_OPTIONS+= CONFIG_VIDEO_CHRONTEL_CH7033=y
+UBOOT_OPTIONS+= CONFIG_VIDEO_CHRONTEL_CH7033_I2C_BUS=1
.include "../../sysutils/u-boot/u-boot-arm.mk"
Home |
Main Index |
Thread Index |
Old Index