All of lore.kernel.org
 help / color / mirror / Atom feed
* Index of /downloads/ipipe/v4.x/arm/older
@ 2017-12-20  8:19 389837165
  0 siblings, 0 replies; only message in thread
From: 389837165 @ 2017-12-20  8:19 UTC (permalink / raw)
  To: meta-freescale


[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-20  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-20  8:19 Index of /downloads/ipipe/v4.x/arm/older 389837165

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.