All of lore.kernel.org
 help / color / mirror / Atom feed
From: "389837165@qq.com" <389837165@qq.com>
To: meta-freescale <meta-freescale@yoctoproject.org>
Subject: Index of /downloads/ipipe/v4.x/arm/older
Date: Wed, 20 Dec 2017 16:19:12 +0800	[thread overview]
Message-ID: <201712201619122238773@qq.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1757 bytes --]

hey brother,

      https://xenomai.org/pipermail/xenomai/2017-March/037235.html

      My situation is very similar to this man, Linux-4.1.15 and ipipe-core-4.1.18-arm-8.patch(https://xenomai.org/downloads/ipipe/v4.x/arm/older/ ) not fully adapted, I solved the error and also compile successfully, but the system starts to become very strange , Will be blocked, I need to use external devices such as touch screen or mouse will continue to enter the system. Then I found that the contents of the diff in kernel_root / arch / arm / mach-imx / gpc.c and ipipe-core-4.1.18-arm-8.patch are very different.
 
there are three related files in the attachment, How to modify, thank you very much.
 
 
ipipe:
 
@@ -53,6 +54,7 @@ struct pu_domain {
 static void __iomem *gpc_base;
 static u32 gpc_wake_irqs[IMR_NUM];
 static u32 gpc_saved_imrs[IMR_NUM];
+static IPIPE_DEFINE_RAW_SPINLOCK(gpc_lock);
 
 void imx_gpc_set_arm_power_up_timing(u32 sw2iso, u32 sw)
 {gpc.c:
 
struct pu_domain {
 struct generic_pm_domain base;
 struct regulator *reg;
 struct clk *clk[GPC_CLK_MAX];
 int num_clks;
};
struct disp_domain {
 struct generic_pm_domain base;
 struct clk *clk[GPC_CLK_MAX];
 int num_clks;
};
static void __iomem *gpc_base;
static u32 gpc_wake_irqs[IMR_NUM];
static u32 gpc_saved_imrs[IMR_NUM];
static u32 gpc_mf_irqs[IMR_NUM];
static u32 gpc_mf_request_on[IMR_NUM];
static DEFINE_SPINLOCK(gpc_lock);
static struct notifier_block nb_pcie;
static struct pu_domain imx6q_pu_domain;
static bool pu_on;      /* keep always on i.mx6qp */
static void _imx6q_pm_pu_power_off(struct generic_pm_domain *genpd);
static void _imx6q_pm_pu_power_on(struct generic_pm_domain *genpd);
static struct clk *ipg;



389837165@qq.com

[-- Attachment #1.2: Type: text/html, Size: 21998 bytes --]

[-- Attachment #2: imx6q_linux4.1.15_xenomai3.0.3_ipipe-patch4.1.18_171219.zip --]
[-- Type: application/octet-stream, Size: 7897 bytes --]

                 reply	other threads:[~2017-12-20  8:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=201712201619122238773@qq.com \
    --to=389837165@qq.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.