diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:12:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:12:47 +0200 |
commit | c273263b147da671b5ee105eb85d4302daf33555 (patch) | |
tree | 827b8000a203a559d924befee62a6b2574e601c0 /recipes/u-boot/files | |
parent | 877213524a17c032f8eec9c84c791ab3da46216e (diff) |
u-boot git: update overo and beagleboard to 2009.03
Diffstat (limited to 'recipes/u-boot/files')
-rw-r--r-- | recipes/u-boot/files/dss2.patch | 61 | ||||
-rw-r--r-- | recipes/u-boot/files/fw-env.patch | 12 |
2 files changed, 73 insertions, 0 deletions
diff --git a/recipes/u-boot/files/dss2.patch b/recipes/u-boot/files/dss2.patch new file mode 100644 index 0000000000..4dfc5d6b10 --- /dev/null +++ b/recipes/u-boot/files/dss2.patch @@ -0,0 +1,61 @@ +diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h +index dee0417..2f8a952 100644 +--- a/include/configs/omap3_overo.h ++++ b/include/configs/omap3_overo.h +@@ -149,14 +149,21 @@ + #define CONFIG_EXTRA_ENV_SETTINGS \ + "loadaddr=0x82000000\0" \ + "console=ttyS2,115200n8\0" \ +- "videomode=1024x768@60,vxres=1024,vyres=768\0" \ +- "videospec=omapfb:vram:2M,vram:4M\0" \ ++ "vram=12M\0" \ ++ "dvimode=1024x768MR-16@60\0" \ ++ "defaultdisplay=dvi\0" \ + "mmcargs=setenv bootargs console=${console} " \ +- "video=${videospec},mode:${videomode} " \ ++ "vram=${vram} " \ ++ "omapfb.mode=dvi:${dvimode} " \ ++ "omapfb.debug=y " \ ++ "omapdss.def_disp=${defaultdisplay} " \ + "root=/dev/mmcblk0p2 rw " \ + "rootfstype=ext3 rootwait\0" \ + "nandargs=setenv bootargs console=${console} " \ +- "video=${videospec},mode:${videomode} " \ ++ "vram=${vram} " \ ++ "omapfb.mode=dvi:${dvimode} " \ ++ "omapfb.debug=y " \ ++ "omapdss.def_disp=${defaultdisplay} " \ + "root=/dev/mtdblock4 rw " \ + "rootfstype=jffs2\0" \ + "loadbootscript=fatload mmc 0 ${loadaddr} boot.scr\0" \ +diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h +index dee0417..2f8a952 100644 +--- a/include/configs/omap3_beagle.h ++++ b/include/configs/omap3_beagle.h +@@ -149,14 +149,21 @@ + #define CONFIG_EXTRA_ENV_SETTINGS \ + "loadaddr=0x82000000\0" \ + "console=ttyS2,115200n8\0" \ +- "videomode=1024x768@60,vxres=1024,vyres=768\0" \ +- "videospec=omapfb:vram:2M,vram:4M\0" \ ++ "vram=12M\0" \ ++ "dvimode=1024x768MR-16@60\0" \ ++ "defaultdisplay=dvi\0" \ + "mmcargs=setenv bootargs console=${console} " \ +- "video=${videospec},mode:${videomode} " \ ++ "vram=${vram} " \ ++ "omapfb.mode=dvi:${dvimode} " \ ++ "omapfb.debug=y " \ ++ "omapdss.def_disp=${defaultdisplay} " \ + "root=/dev/mmcblk0p2 rw " \ + "rootfstype=ext3 rootwait\0" \ + "nandargs=setenv bootargs console=${console} " \ +- "video=${videospec},mode:${videomode} " \ ++ "vram=${vram} " \ ++ "omapfb.mode=dvi:${dvimode} " \ ++ "omapfb.debug=y " \ ++ "omapdss.def_disp=${defaultdisplay} " \ + "root=/dev/mtdblock4 rw " \ + "rootfstype=jffs2\0" \ + "loadbootscript=fatload mmc 0 ${loadaddr} boot.scr\0" \ + diff --git a/recipes/u-boot/files/fw-env.patch b/recipes/u-boot/files/fw-env.patch new file mode 100644 index 0000000000..f3dd33597b --- /dev/null +++ b/recipes/u-boot/files/fw-env.patch @@ -0,0 +1,12 @@ +--- git/tools/env/fw_env.config.orig 2009-02-04 09:42:50.000000000 -0700 ++++ git/tools/env/fw_env.config 2009-02-04 14:25:09.000000000 -0700 +@@ -4,8 +4,4 @@ + # Notice, that the "Number of sectors" is ignored on NOR. + + # MTD device name Device offset Env. size Flash sector size Number of sectors +-/dev/mtd1 0x0000 0x4000 0x4000 +-/dev/mtd2 0x0000 0x4000 0x4000 +- +-# NAND example +-#/dev/mtd0 0x4000 0x4000 0x20000 2 ++/dev/mtd2 0x0000 0x20000 0x40000 |