[uboot-tools/f20] set speed on wandboard console

Dennis Gilmore ausil at fedoraproject.org
Fri Jan 3 00:59:37 UTC 2014


commit b755f29064ce2ad9cac01405c8eeb9ec2502ba39
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Jan 2 18:59:38 2014 -0600

    set speed on wandboard console
    
    - replace all the logos witha  fedora logo

 .gitignore                    |    1 +
 sources                       |    1 +
 uboot-tools.spec              |   15 ++++++++++++++-
 wandboard-console-speed.patch |   11 +++++++++++
 4 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ec9f3c..898d2b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /u-boot-*.tar.bz2
+/fedora.bmp
diff --git a/sources b/sources
index a19d0c8..b993422 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 a076a044b64371edc52f7e562b13f6b2  u-boot-2013.10.tar.bz2
+0b8a5c63352e04fb1bda7094e4ff9c92  fedora.bmp
diff --git a/uboot-tools.spec b/uboot-tools.spec
index d6ccc5e..8ced16a 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -2,7 +2,7 @@
 
 Name:           uboot-tools
 Version:        2013.10
-Release:        3%{?candidate:.%{candidate}}%{?dist}
+Release:        4%{?candidate:.%{candidate}}%{?dist}
 Summary:        U-Boot utilities
 
 Group:          Development/Tools
@@ -16,6 +16,7 @@ Source4:        uEnv.txt.panda
 Source5:        uEnv.txt.panda_a4
 Source6:        uEnv.txt.panda_es
 Source7:        uEnv.txt.uevm
+Source8:        fedora.bmp
 Patch1:         u-boot-fat.patch
 Patch3:         mlo-ext.patch
 Patch4:         exynos-ext.patch
@@ -38,6 +39,7 @@ Patch24:        0015-WANDBOARD-adjust-addrs-to-work-with-calculated-value.patch
 Patch25:        0016-WANDBOARD-use-ext2load-to-load-dtbs.patch
 Patch26:        beaglebone-address-fixup.patch
 
+Patch30:        wandboard-console-speed.patch
 # Panda ES memory timing issue
 #Patch50: omap4-panda-memtiming.patch
 
@@ -185,9 +187,16 @@ u-boot bootloader binaries for Wandboard i.MX6 Solo
 %patch24 -p1
 %patch25 -p1
 %patch26 -p1
+
+%patch30 -p1
+
 #%patch50 -p1 -b .panda
 
 mkdir builds
+for bmp in tools/logos/*bmp
+do
+cp %{SOURCE8} $bmp
+done
 
 %build
 %ifarch %{arm}
@@ -436,6 +445,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Jan 02 2014 Dennis Gilmore <dennis at ausil.us> - 2013.10-4
+- set speed on wandboard console
+- replace all the logos witha  fedora logo
+
 * Tue Dec 03 2013 Dennis Gilmore <dennis at ausil.us> - 2013.10-3
 - fixup beaglebone addresses, bellow 0x81000000 is not available to the kernel
 
diff --git a/wandboard-console-speed.patch b/wandboard-console-speed.patch
new file mode 100644
index 0000000..9947413
--- /dev/null
+++ b/wandboard-console-speed.patch
@@ -0,0 +1,11 @@
+--- u-boot-2013.10/include/configs/wandboard.h.orig	2014-01-02 18:55:56.836069619 -0600
++++ u-boot-2013.10/include/configs/wandboard.h	2014-01-02 18:56:14.212196887 -0600
+@@ -118,7 +118,7 @@
+ #define CONFIG_EXTRA_ENV_SETTINGS \
+ 	"script=boot.scr\0" \
+ 	"uimage=uImage\0" \
+-	"console=ttymxc0\0" \
++	"console=ttymxc0,115200\0" \
+ 	"splashpos=m,m\0" \
+ 	"fdt_high=0xffffffff\0" \
+ 	"initrd_high=0xffffffff\0" \


More information about the scm-commits mailing list