[meta-freescale] Index of /downloads/ipipe/v4.x/arm/older

389837165 at qq.com 389837165 at qq.com
Wed Dec 20 00:19:12 PST 2017


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 at qq.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20171220/57fa36f1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imx6q_linux4.1.15_xenomai3.0.3_ipipe-patch4.1.18_171219.zip
Type: application/octet-stream
Size: 7897 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20171220/57fa36f1/attachment.obj>


More information about the meta-freescale mailing list