All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Ian Coolidge <ian@boundarydevices.com>, meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm-extra][PATCH v2 1/6] linux-boundary: Bump kernel version to 3.14.28
Date: Thu, 8 Oct 2015 07:07:31 -0600	[thread overview]
Message-ID: <56166A93.507@mlbassoc.com> (raw)
In-Reply-To: <1444093757-32305-1-git-send-email-ian@boundarydevices.com>

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]

On 2015-10-05 19:09, Ian Coolidge wrote:
> Kernel based on 3.14.28-1.0.0 GA release
> Removal of linux-boundary_3.10.53 kernel recipe
> Main changes are graphics update to 5.0.11p4.5 and SoloX support
> Uses defconfig which is universal to all current Boundary Devices boards
>
> Signed-off-by: Ian Coolidge <ian@boundarydevices.com>

With the recent changes to kernel-module-imx-gpu-viv, this kernel needs a patch
for the 'galcore' module to successfully load.  Once this patch is in place, along
with the update to kernel-module-imx-gpu-viv, X11 graphics work again.

Rather than provide a patch to the kernel recipe, here is the change
so it can be integrated directly into the kernel.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

[-- Attachment #2: add-missing-dma-symbols.patch --]
[-- Type: text/x-patch, Size: 542 bytes --]

Index: kernel-source/arch/arm/kernel/setup.c
===================================================================
--- kernel-source.orig/arch/arm/kernel/setup.c
+++ kernel-source/arch/arm/kernel/setup.c
@@ -1081,3 +1081,11 @@ const struct seq_operations cpuinfo_op =
 	.stop	= c_stop,
 	.show	= c_show
 };
+
+/* export the cache management functions */
+#ifndef MULTI_CACHE
+
+EXPORT_SYMBOL(__glue(_CACHE,_dma_map_area));
+EXPORT_SYMBOL(__glue(_CACHE,_dma_unmap_area));
+EXPORT_SYMBOL(__glue(_CACHE,_dma_flush_range));
+#endif

  parent reply	other threads:[~2015-10-08 13:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-06  1:09 [meta-fsl-arm-extra][PATCH v2 1/6] linux-boundary: Bump kernel version to 3.14.28 Ian Coolidge
2015-10-06  1:09 ` [meta-fsl-arm-extra][PATCH v2 2/6] nitrogen6x-lite: Switch to zImage and remove PREFERRED_VERSION Ian Coolidge
2015-10-06  1:09 ` [meta-fsl-arm-extra][PATCH v2 3/6] nitrogen6x: Switch to zImage, Add Nitrogen6_VM DTBs, Remove PREFERRED_VERSION Ian Coolidge
2015-10-06  1:09 ` [meta-fsl-arm-extra][PATCH v2 4/6] nitrogen6sx: add machine configuration Ian Coolidge
2015-10-06  1:09 ` [meta-fsl-arm-extra][PATCH v2 5/6] u-boot-boundary: Update to v2015-07 release Ian Coolidge
2015-10-06  1:09 ` [meta-fsl-arm-extra][PATCH v2 6/6] u-boot-script-boundary: New bootscript for boundary 3.14.28 kernel Ian Coolidge
2015-10-08 13:07 ` Gary Thomas [this message]
2015-10-08 13:12   ` [meta-fsl-arm-extra][PATCH v2 1/6] linux-boundary: Bump kernel version to 3.14.28 Otavio Salvador
2015-10-08 14:07     ` Gary Thomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56166A93.507@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=ian@boundarydevices.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.