Reinhard Russinger 6 سال پیش
والد
کامیت
90f1a098a2

+ 3 - 2
Make-bb-kernel_Qt5.7.sh

@@ -21,9 +21,10 @@
 GFAWRKDIR=`pwd`
 GFAWRKDIR=`pwd`
 cd ..
 cd ..
 rm -rf buildroot57
 rm -rf buildroot57
-git clone git://git.buildroot.net/buildroot ./buildroot57
+#git clone git://git.buildroot.net/buildroot ./buildroot57
+git clone ssh://gogs@gogs.reru.org:2222/PUBLIC_REPOS/buildroot.git ./buildroot57
 cd buildroot57
 cd buildroot57
-git checkout 63a20d5dfebe83e2b2bd683dc78ebdf787dff100 -b gfawrk
+git checkout 2016.11.3 -b gfawrk
 for i in ../GfA/patches/*.patch
 for i in ../GfA/patches/*.patch
 do
 do
 	echo "==Apply patch : <$i> =="
 	echo "==Apply patch : <$i> =="

+ 1 - 1
board/GfA/Display001/BUILD

@@ -1 +1 @@
-647
+651

+ 17 - 4
board/GfA/Display001/Display001_4.4.104_rt_defconfig

@@ -2506,12 +2506,26 @@ CONFIG_DEVKMEM=y
 #
 #
 # Serial drivers
 # Serial drivers
 #
 #
-# CONFIG_SERIAL_8250 is not set
+CONFIG_SERIAL_EARLYCON=y
+CONFIG_SERIAL_8250=y
+# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
+CONFIG_SERIAL_8250_CONSOLE=y
+# CONFIG_SERIAL_8250_DMA is not set
+CONFIG_SERIAL_8250_NR_UARTS=4
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+# CONFIG_SERIAL_8250_EXTENDED is not set
+CONFIG_SERIAL_8250_FSL=y
+# CONFIG_SERIAL_8250_DW is not set
+# CONFIG_SERIAL_8250_EM is not set
+# CONFIG_SERIAL_8250_RT288X is not set
+CONFIG_SERIAL_8250_OMAP=y
+CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y
+CONFIG_SERIAL_OF_PLATFORM=y
 
 
 #
 #
 # Non-8250 serial port support
 # Non-8250 serial port support
 #
 #
-# CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set
+CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
 # CONFIG_SERIAL_KGDB_NMI is not set
 # CONFIG_SERIAL_KGDB_NMI is not set
 # CONFIG_SERIAL_MAX3100 is not set
 # CONFIG_SERIAL_MAX3100 is not set
 # CONFIG_SERIAL_MAX310X is not set
 # CONFIG_SERIAL_MAX310X is not set
@@ -2519,8 +2533,7 @@ CONFIG_DEVKMEM=y
 CONFIG_SERIAL_CORE=y
 CONFIG_SERIAL_CORE=y
 CONFIG_SERIAL_CORE_CONSOLE=y
 CONFIG_SERIAL_CORE_CONSOLE=y
 CONFIG_CONSOLE_POLL=y
 CONFIG_CONSOLE_POLL=y
-CONFIG_SERIAL_OMAP=y
-CONFIG_SERIAL_OMAP_CONSOLE=y
+# CONFIG_SERIAL_OMAP is not set
 # CONFIG_SERIAL_SCCNXP is not set
 # CONFIG_SERIAL_SCCNXP is not set
 # CONFIG_SERIAL_SC16IS7XX is not set
 # CONFIG_SERIAL_SC16IS7XX is not set
 # CONFIG_SERIAL_BCM63XX is not set
 # CONFIG_SERIAL_BCM63XX is not set

+ 2 - 2
board/GfA/Display001/rootfs/etc/udev/rules.d/20-ttyS-links.rules

@@ -1,4 +1,4 @@
 # symlink to ttyS* from ttyO* for omap compatibility issues
 # symlink to ttyS* from ttyO* for omap compatibility issues
-KERNEL=="ttyS[1-5]*", SUBSYSTEM=="tty", SYMLINK+="ttyO%n"
+KERNEL=="ttyS[0-5]*", SUBSYSTEM=="tty", SYMLINK+="ttyO%n"
 # symlink to ttyO* from ttyS* for omap compatibility issues
 # symlink to ttyO* from ttyS* for omap compatibility issues
-KERNEL=="ttyO[1-5]*", SUBSYSTEM=="tty", SYMLINK+="ttyS%n"
+KERNEL=="ttyO[0-5]*", SUBSYSTEM=="tty", SYMLINK+="ttyS%n"

BIN
board/GfA/Display001/rootfs/var/GfA/Display_GSM


BIN
board/GfA/Display001/rootfs/var/GfA/gsmMuxd