[oe-commits] Stefan Schmidt : u-boot_git: Add patch for BUG20 HDMI video setting. Bump PR.

git version control git at git.openembedded.org
Fri Jun 11 17:18:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7f0c67d205ccc1450d38dedcf7cb88b6cb143593
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7f0c67d205ccc1450d38dedcf7cb88b6cb143593

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Fri Jun 11 19:16:48 2010 +0200

u-boot_git: Add patch for BUG20 HDMI video setting. Bump PR.

---

 recipes/u-boot/files/bug20/bug-video-setting.patch |   10 ++++++++++
 recipes/u-boot/u-boot_git.bb                       |    3 ++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/recipes/u-boot/files/bug20/bug-video-setting.patch b/recipes/u-boot/files/bug20/bug-video-setting.patch
new file mode 100644
index 0000000..caaccf5
--- /dev/null
+++ b/recipes/u-boot/files/bug20/bug-video-setting.patch
@@ -0,0 +1,10 @@
+Index: git/include/configs/omap3_bug.h
+===================================================================
+@@ -388,7 +388,7 @@
+ #define CONFIG_EXTRA_ENV_SETTINGS \
+   "console=ttyS2,115200n8\0" \
+   "mmcboot=mmc init;ext2load mmc 0:1 0x80000000 /boot/uImage;run mmcargs;bootm 0x80000000\0"\
+-  "mmcargs=setenv bootargs console=${console} root=/dev/mmcblk0p1 rw rootwait rootdelay=1 kgdboc=${console} usbcore.autosuspend=-1\0" \
++  "mmcargs=setenv bootargs console=${console} root=/dev/mmcblk0p1 rw rootwait rootdelay=1 kgdboc=${console} usbcore.autosuspend=-1 vram=24M omapfb.vram=0:0M,1:24M,2:0M omapdss.def_disp=dvi omapfb.mode=dvi:1280x1024MR-32 at 57\0" \
+
+ #define CONFIG_ETHADDR		aa:bb:cc:dd:ee:ff
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 1c36074..4cde8e4 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
 require u-boot.inc
-PR ="r53"
+PR ="r54"
 
 FILESPATHPKG =. "u-boot-git:"
 
@@ -19,6 +19,7 @@ SRC_URI_append_afeb9260 = " file://AFEB9260-network-fix.patch"
 SRC_URI_append_afeb9260-180 = " file://AFEB9260-network-fix.patch"
 SRC_URI_append_cm-t35 = "file://cm-t35/cm-t35.patch"
 SRC_URI_append_bug20 = "file://bug-uboot.patch"
+SRC_URI_append_bug20 += "file://bug-video-setting.patch"
 
 SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \
                        file://0001-OMAP3-enable-i2c-bus-switching-for-Beagle-and-Overo.patch \





More information about the Openembedded-commits mailing list