summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-04-13 14:57:27 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2017-04-24 06:57:05 +0000
commitc91018095897ac9b4dea998700809a5555f9b1dc (patch)
treea6b89f433aab82eae023be6399f5de40d2489902 /meta-fsl-extras/recipes/u-boot/u-boot-script-boundary
parent598139f2e742ccac9d0a31030209e14a73317764 (diff)
downloadmeta-boot2qt-c91018095897ac9b4dea998700809a5555f9b1dc.tar.gz
fsl: update freescale meta layers & related .bbappend entries
* Update meta-freescale & meta-freescale-3rdparty layers to the latest SHA1s in morty branches * Update related meta-boot2qt/meta-fsl-extras .bbappend entries by removing duplicate/obsolete entries * Update CMA-reserved-size patch for nitrogen6x * Remove Add-recovery-support patch Change-Id: Ifa1063d7b8bb4f76eea0c9c735f483136d2cd8bb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-fsl-extras/recipes/u-boot/u-boot-script-boundary')
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-set-CMA-reserved-size-to-384MB.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-set-CMA-reserved-size-to-384MB.patch b/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-set-CMA-reserved-size-to-384MB.patch
deleted file mode 100644
index d648340..0000000
--- a/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary/0001-set-CMA-reserved-size-to-384MB.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1From 3bb661da09e2a57ef452d388d69b8d01044136f1 Mon Sep 17 00:00:00 2001
2From: Samuli Piippo <samuli.piippo@theqtcompany.com>
3Date: Wed, 13 Jan 2016 09:26:33 +0200
4Subject: [PATCH] set CMA reserved size to 384MB
5
6Increased from 256MB (the default) to 384MB. Without this, HW-accelerated
7video decoding cannot work for high resolution videos.
8---
9 board/boundary/nitrogen6x/6x_bootscript-yocto-3.14.txt | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/board/boundary/nitrogen6x/6x_bootscript-yocto-3.14.txt b/board/boundary/nitrogen6x/6x_bootscript-yocto-3.14.txt
13index 86242b5..da4ea05 100644
14--- a/board/boundary/nitrogen6x/6x_bootscript-yocto-3.14.txt
15+++ b/board/boundary/nitrogen6x/6x_bootscript-yocto-3.14.txt
16@@ -92,7 +92,7 @@ if itest.s "x" == "x${cmd_xxx_present}" ; then
17 echo "!!!!!!!!!!!!!!!!"
18 fi
19
20-setenv bootargs "${bootargs} console=${console},115200 vmalloc=400M consoleblank=0 rootwait fixrtc"
21+setenv bootargs "${bootargs} console=${console},115200 vmalloc=400M cma=384M consoleblank=0 rootwait fixrtc"
22
23
24 bpart=2
25--
261.9.1
27