upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
605 B
15 lines
605 B
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2,AXP209_POWER,USB_EHCI"
|
|
CONFIG_FDTFILE="sun5i-a13-olinuxino.dtb"
|
|
CONFIG_USB1_VBUS_PIN="PG11"
|
|
CONFIG_VIDEO_HDMI=n
|
|
CONFIG_VIDEO_VGA_VIA_LCD=y
|
|
# For use with the Olimex 7" LCD module, adjust timings for other displays
|
|
# Set video-mode=sunxi:800x600-24@60,monitor=lcd in the env. to enable
|
|
CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:16,ri:209,up:22,lo:22,hs:30,vs:1,sync:3,vmode:0"
|
|
CONFIG_VIDEO_LCD_POWER="AXP0-0"
|
|
CONFIG_VIDEO_LCD_BL_PWM="PB2"
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_ARCH_SUNXI=y
|
|
+S:CONFIG_MACH_SUN5I=y
|
|
+S:CONFIG_TARGET_A13_OLINUXINO=y
|
|
|