diff options
Diffstat (limited to 'meta-fsl-arm')
5 files changed, 692 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/0001-fix-build.patch b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/0001-fix-build.patch new file mode 100644 index 000000000..8d9ed83d2 --- /dev/null +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/0001-fix-build.patch | |||
| @@ -0,0 +1,139 @@ | |||
| 1 | Fix the build errors listed below | ||
| 2 | |||
| 3 | Upstream-Status: Inappropriate [other] | ||
| 4 | Freescale does not currently support the real-time kernel | ||
| 5 | |||
| 6 | Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> | ||
| 7 | |||
| 8 | CC drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.o | ||
| 9 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c: In function 'gckOS_WaitSignal': | ||
| 10 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:7835:5: error: passing argument 1 of 'spin_lock_irq' from incompatible pointer type [-Werror] | ||
| 11 | spin_lock_irq(&signal->obj.wait.lock); | ||
| 12 | ^ | ||
| 13 | In file included from include/linux/seqlock.h:29:0, | ||
| 14 | from include/linux/time.h:5, | ||
| 15 | from include/linux/stat.h:18, | ||
| 16 | from include/linux/module.h:10, | ||
| 17 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:27, | ||
| 18 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:22: | ||
| 19 | include/linux/spinlock.h:316:20: note: expected 'struct spinlock_t *' but argument is of type 'struct raw_spinlock_t *' | ||
| 20 | static inline void spin_lock_irq(spinlock_t *lock) | ||
| 21 | ^ | ||
| 22 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:7867:9: error: passing argument 1 of '__add_wait_queue_tail' from incompatible pointer type [-Werror] | ||
| 23 | __add_wait_queue_tail(&signal->obj.wait, &wait); | ||
| 24 | ^ | ||
| 25 | In file included from include/linux/mmzone.h:9:0, | ||
| 26 | from include/linux/gfp.h:4, | ||
| 27 | from include/linux/kmod.h:22, | ||
| 28 | from include/linux/module.h:13, | ||
| 29 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:27, | ||
| 30 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:22: | ||
| 31 | include/linux/wait.h:120:20: note: expected 'struct wait_queue_head_t *' but argument is of type 'struct swait_head *' | ||
| 32 | static inline void __add_wait_queue_tail(wait_queue_head_t *head, | ||
| 33 | ^ | ||
| 34 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:7879:13: error: passing argument 1 of 'spin_unlock_irq' from incompatible pointer type [-Werror] | ||
| 35 | spin_unlock_irq(&signal->obj.wait.lock); | ||
| 36 | ^ | ||
| 37 | In file included from include/linux/seqlock.h:29:0, | ||
| 38 | from include/linux/time.h:5, | ||
| 39 | from include/linux/stat.h:18, | ||
| 40 | from include/linux/module.h:10, | ||
| 41 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:27, | ||
| 42 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:22: | ||
| 43 | include/linux/spinlock.h:341:20: note: expected 'struct spinlock_t *' but argument is of type 'struct raw_spinlock_t *' | ||
| 44 | static inline void spin_unlock_irq(spinlock_t *lock) | ||
| 45 | ^ | ||
| 46 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:7881:13: error: passing argument 1 of 'spin_lock_irq' from incompatible pointer type [-Werror] | ||
| 47 | spin_lock_irq(&signal->obj.wait.lock); | ||
| 48 | ^ | ||
| 49 | In file included from include/linux/seqlock.h:29:0, | ||
| 50 | from include/linux/time.h:5, | ||
| 51 | from include/linux/stat.h:18, | ||
| 52 | from include/linux/module.h:10, | ||
| 53 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:27, | ||
| 54 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:22: | ||
| 55 | include/linux/spinlock.h:316:20: note: expected 'struct spinlock_t *' but argument is of type 'struct raw_spinlock_t *' | ||
| 56 | static inline void spin_lock_irq(spinlock_t *lock) | ||
| 57 | ^ | ||
| 58 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:7945:9: error: passing argument 1 of '__remove_wait_queue' from incompatible pointer type [-Werror] | ||
| 59 | __remove_wait_queue(&signal->obj.wait, &wait); | ||
| 60 | ^ | ||
| 61 | In file included from include/linux/mmzone.h:9:0, | ||
| 62 | from include/linux/gfp.h:4, | ||
| 63 | from include/linux/kmod.h:22, | ||
| 64 | from include/linux/module.h:13, | ||
| 65 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:27, | ||
| 66 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:22: | ||
| 67 | include/linux/wait.h:133:20: note: expected 'struct wait_queue_head_t *' but argument is of type 'struct swait_head *' | ||
| 68 | static inline void __remove_wait_queue(wait_queue_head_t *head, | ||
| 69 | ^ | ||
| 70 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:7958:5: error: passing argument 1 of 'spin_unlock_irq' from incompatible pointer type [-Werror] | ||
| 71 | spin_unlock_irq(&signal->obj.wait.lock); | ||
| 72 | ^ | ||
| 73 | In file included from include/linux/seqlock.h:29:0, | ||
| 74 | from include/linux/time.h:5, | ||
| 75 | from include/linux/stat.h:18, | ||
| 76 | from include/linux/module.h:10, | ||
| 77 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:27, | ||
| 78 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:22: | ||
| 79 | include/linux/spinlock.h:341:20: note: expected 'struct spinlock_t *' but argument is of type 'struct raw_spinlock_t *' | ||
| 80 | static inline void spin_unlock_irq(spinlock_t *lock) | ||
| 81 | ^ | ||
| 82 | cc1: all warnings being treated as errors | ||
| 83 | make[4]: *** [drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.o] Error 1 | ||
| 84 | |||
| 85 | Index: git/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c | ||
| 86 | =================================================================== | ||
| 87 | --- git.orig/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c | ||
| 88 | +++ git/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c | ||
| 89 | @@ -7832,7 +7832,7 @@ gckOS_WaitSignal( | ||
| 90 | |||
| 91 | might_sleep(); | ||
| 92 | |||
| 93 | - spin_lock_irq(&signal->obj.wait.lock); | ||
| 94 | + raw_spin_lock_irq(&signal->obj.wait.lock); | ||
| 95 | |||
| 96 | if (signal->obj.done) | ||
| 97 | { | ||
| 98 | @@ -7862,9 +7862,8 @@ gckOS_WaitSignal( | ||
| 99 | : Wait * HZ / 1000; | ||
| 100 | #endif | ||
| 101 | |||
| 102 | - DECLARE_WAITQUEUE(wait, current); | ||
| 103 | - wait.flags |= WQ_FLAG_EXCLUSIVE; | ||
| 104 | - __add_wait_queue_tail(&signal->obj.wait, &wait); | ||
| 105 | + DEFINE_SWAITER(wait); | ||
| 106 | + swait_prepare_locked(&signal->obj.wait, &wait); | ||
| 107 | |||
| 108 | while (gcvTRUE) | ||
| 109 | { | ||
| 110 | @@ -7876,9 +7875,9 @@ gckOS_WaitSignal( | ||
| 111 | } | ||
| 112 | |||
| 113 | __set_current_state(TASK_INTERRUPTIBLE); | ||
| 114 | - spin_unlock_irq(&signal->obj.wait.lock); | ||
| 115 | + raw_spin_unlock_irq(&signal->obj.wait.lock); | ||
| 116 | timeout = schedule_timeout(timeout); | ||
| 117 | - spin_lock_irq(&signal->obj.wait.lock); | ||
| 118 | + raw_spin_lock_irq(&signal->obj.wait.lock); | ||
| 119 | |||
| 120 | if (signal->obj.done) | ||
| 121 | { | ||
| 122 | @@ -7942,7 +7941,7 @@ gckOS_WaitSignal( | ||
| 123 | } | ||
| 124 | } | ||
| 125 | |||
| 126 | - __remove_wait_queue(&signal->obj.wait, &wait); | ||
| 127 | + swait_finish_locked(&signal->obj.wait, &wait); | ||
| 128 | |||
| 129 | #if gcdDETECT_TIMEOUT | ||
| 130 | if (complained) | ||
| 131 | @@ -7955,7 +7954,7 @@ gckOS_WaitSignal( | ||
| 132 | #endif | ||
| 133 | } | ||
| 134 | |||
| 135 | - spin_unlock_irq(&signal->obj.wait.lock); | ||
| 136 | + raw_spin_unlock_irq(&signal->obj.wait.lock); | ||
| 137 | |||
| 138 | OnError: | ||
| 139 | /* Return status. */ | ||
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/0002-fix-build-with-rt-enabled.patch b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/0002-fix-build-with-rt-enabled.patch new file mode 100644 index 000000000..6132b3b4a --- /dev/null +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/0002-fix-build-with-rt-enabled.patch | |||
| @@ -0,0 +1,111 @@ | |||
| 1 | Fix the build errors listed below, when PREEMPT_RT_FULL is enabled | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | |||
| 5 | Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> | ||
| 6 | |||
| 7 | CC drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.o | ||
| 8 | In file included from include/linux/seqlock.h:29:0, | ||
| 9 | from include/linux/time.h:5, | ||
| 10 | from include/linux/stat.h:18, | ||
| 11 | from include/linux/module.h:10, | ||
| 12 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:27, | ||
| 13 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:22: | ||
| 14 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c: In function 'gckOS_CreateMutex': | ||
| 15 | include/linux/mutex_rt.h:74:24: error: dereferencing 'void *' pointer [-Werror] | ||
| 16 | rt_mutex_init(&(mutex)->lock); \ | ||
| 17 | ^ | ||
| 18 | include/linux/spinlock.h:104:9: note: in definition of macro 'raw_spin_lock_init' | ||
| 19 | do { *(lock) = __RAW_SPIN_LOCK_UNLOCKED(lock); } while (0) | ||
| 20 | ^ | ||
| 21 | include/linux/mutex_rt.h:74:2: note: in expansion of macro 'rt_mutex_init' | ||
| 22 | rt_mutex_init(&(mutex)->lock); \ | ||
| 23 | ^ | ||
| 24 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:3046:5: note: in expansion of macro 'mutex_init' | ||
| 25 | mutex_init(*Mutex); | ||
| 26 | ^ | ||
| 27 | include/linux/mutex_rt.h:74:24: error: request for member 'lock' in something not a structure or union | ||
| 28 | rt_mutex_init(&(mutex)->lock); \ | ||
| 29 | ^ | ||
| 30 | include/linux/spinlock.h:104:9: note: in definition of macro 'raw_spin_lock_init' | ||
| 31 | do { *(lock) = __RAW_SPIN_LOCK_UNLOCKED(lock); } while (0) | ||
| 32 | ^ | ||
| 33 | include/linux/mutex_rt.h:74:2: note: in expansion of macro 'rt_mutex_init' | ||
| 34 | rt_mutex_init(&(mutex)->lock); \ | ||
| 35 | ^ | ||
| 36 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:3046:5: note: in expansion of macro 'mutex_init' | ||
| 37 | mutex_init(*Mutex); | ||
| 38 | ^ | ||
| 39 | In file included from include/linux/spinlock_types.h:18:0, | ||
| 40 | from include/linux/spinlock.h:81, | ||
| 41 | from include/linux/seqlock.h:29, | ||
| 42 | from include/linux/time.h:5, | ||
| 43 | from include/linux/stat.h:18, | ||
| 44 | from include/linux/module.h:10, | ||
| 45 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:27, | ||
| 46 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:22: | ||
| 47 | include/linux/mutex_rt.h:74:24: error: dereferencing 'void *' pointer [-Werror] | ||
| 48 | rt_mutex_init(&(mutex)->lock); \ | ||
| 49 | ^ | ||
| 50 | include/linux/mutex_rt.h:74:2: note: in expansion of macro 'rt_mutex_init' | ||
| 51 | rt_mutex_init(&(mutex)->lock); \ | ||
| 52 | ^ | ||
| 53 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:3046:5: note: in expansion of macro 'mutex_init' | ||
| 54 | mutex_init(*Mutex); | ||
| 55 | ^ | ||
| 56 | include/linux/mutex_rt.h:74:24: error: request for member 'lock' in something not a structure or union | ||
| 57 | rt_mutex_init(&(mutex)->lock); \ | ||
| 58 | ^ | ||
| 59 | include/linux/mutex_rt.h:74:2: note: in expansion of macro 'rt_mutex_init' | ||
| 60 | rt_mutex_init(&(mutex)->lock); \ | ||
| 61 | ^ | ||
| 62 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:3046:5: note: in expansion of macro 'mutex_init' | ||
| 63 | mutex_init(*Mutex); | ||
| 64 | ^ | ||
| 65 | In file included from include/linux/mutex.h:28:0, | ||
| 66 | from include/linux/notifier.h:13, | ||
| 67 | from include/linux/memory_hotplug.h:6, | ||
| 68 | from include/linux/mmzone.h:771, | ||
| 69 | from include/linux/gfp.h:4, | ||
| 70 | from include/linux/kmod.h:22, | ||
| 71 | from include/linux/module.h:13, | ||
| 72 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:27, | ||
| 73 | from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:22: | ||
| 74 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c: In function 'gckOS_DeleteMutex': | ||
| 75 | include/linux/mutex_rt.h:46:48: error: dereferencing 'void *' pointer [-Werror] | ||
| 76 | #define mutex_destroy(l) rt_mutex_destroy(&(l)->lock) | ||
| 77 | ^ | ||
| 78 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:3091:5: note: in expansion of macro 'mutex_destroy' | ||
| 79 | mutex_destroy(Mutex); | ||
| 80 | ^ | ||
| 81 | include/linux/mutex_rt.h:46:48: error: request for member 'lock' in something not a structure or union | ||
| 82 | #define mutex_destroy(l) rt_mutex_destroy(&(l)->lock) | ||
| 83 | ^ | ||
| 84 | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:3091:5: note: in expansion of macro 'mutex_destroy' | ||
| 85 | mutex_destroy(Mutex); | ||
| 86 | ^ | ||
| 87 | cc1: all warnings being treated as errors | ||
| 88 | make[4]: *** [drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.o] Error 1 | ||
| 89 | |||
| 90 | Index: git/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c | ||
| 91 | =================================================================== | ||
| 92 | --- git.orig/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c | ||
| 93 | +++ git/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c | ||
| 94 | @@ -3043,7 +3043,7 @@ gckOS_CreateMutex( | ||
| 95 | gcmkONERROR(gckOS_Allocate(Os, gcmSIZEOF(struct mutex), Mutex)); | ||
| 96 | |||
| 97 | /* Initialize the mutex. */ | ||
| 98 | - mutex_init(*Mutex); | ||
| 99 | + mutex_init((struct mutex*)*Mutex); | ||
| 100 | |||
| 101 | /* Return status. */ | ||
| 102 | gcmkFOOTER_ARG("*Mutex=0x%X", *Mutex); | ||
| 103 | @@ -3088,7 +3088,7 @@ gckOS_DeleteMutex( | ||
| 104 | gcmkVERIFY_ARGUMENT(Mutex != gcvNULL); | ||
| 105 | |||
| 106 | /* Destroy the mutex. */ | ||
| 107 | - mutex_destroy(Mutex); | ||
| 108 | + mutex_destroy((struct mutex*)Mutex); | ||
| 109 | |||
| 110 | /* Free the mutex structure. */ | ||
| 111 | gcmkONERROR(gckOS_Free(Os, Mutex)); | ||
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/0003-no-split-ptlocks.patch b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/0003-no-split-ptlocks.patch new file mode 100644 index 000000000..b7995b634 --- /dev/null +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/0003-no-split-ptlocks.patch | |||
| @@ -0,0 +1,84 @@ | |||
| 1 | Work around the oops below by disabling split ptlocks | ||
| 2 | |||
| 3 | Upstream-Status: Inappropriate [disable feature] | ||
| 4 | |||
| 5 | Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> | ||
| 6 | |||
| 7 | Unable to handle kernel NULL pointer dereference at virtual address 00000000 | ||
| 8 | pgd = ac5a8000 | ||
| 9 | [00000000] *pgd=3c8db831, *pte=00000000, *ppte=00000000 | ||
| 10 | Internal error: Oops: 17 [#1] PREEMPT SMP ARM | ||
| 11 | Modules linked in: | ||
| 12 | CPU: 1 PID: 277 Comm: test-qt5 Not tainted 3.10.17-rt12-monkey+gec1af9f #2 | ||
| 13 | task: ac65df80 ti: ac968000 task.ti: ac968000 | ||
| 14 | PC is at _raw_spin_lock+0x10/0x4c | ||
| 15 | LR is at get_parent_ip+0x10/0x2c | ||
| 16 | pc : [<80623fd4>] lr : [<8004ef18>] psr: 60010013 | ||
| 17 | sp : ac969c38 ip : 80c44404 fp : 00000000 | ||
| 18 | r10: ac65df80 r9 : ac969cd8 r8 : 00000000 | ||
| 19 | r7 : 00000054 r6 : afffe000 r5 : 00000000 r4 : 00000000 | ||
| 20 | r3 : ac65df80 r2 : 00000001 r1 : 00000000 r0 : 00000000 | ||
| 21 | Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user | ||
| 22 | Control: 10c53c7d Table: 3c5a804a DAC: 00000015 | ||
| 23 | Process test-qt5 (pid: 277, stack limit = 0xac968238) | ||
| 24 | Stack: (0xac969c38 to 0xac96a000) | ||
| 25 | 9c20: b00549a8 806235e0 | ||
| 26 | 9c40: 00000000 ac968000 812f9a00 80017cec ac969c74 fffffffe 00000000 00005000 | ||
| 27 | 9c60: 00000000 80017e6c ac968000 ac65df80 00000000 00000000 00000001 ac968001 | ||
| 28 | 9c80: ac65df80 b00549a8 00000000 afffe000 00000054 00000000 ac969cd8 afffe150 | ||
| 29 | 9ca0: b0054bf8 8044e540 ac969cd8 b00549a8 ac0b8180 00000230 ac8fd000 00000230 | ||
| 30 | 9cc0: 00000000 8044f6f4 ac155700 ac969cf4 ac155700 804605b8 ac155700 ac969d8c | ||
| 31 | 9ce0: 00000002 ac969d24 b0054bf8 804607f4 7ef1fcd0 80450078 ac0b8180 ac155700 | ||
| 32 | 9d00: ac969d8c 00000002 ac8fd000 8045f1a0 ac969d24 00000000 ac8fd01c b00549a8 | ||
| 33 | 9d20: b0050000 00000008 ac969d98 ac0b8300 ac969d8c 00000115 ac969d98 ac969e00 | ||
| 34 | 9d40: ac155600 ac3985f0 7ef1fcd0 8045661c 00000115 00000000 00000001 00000000 | ||
| 35 | 9d60: 00007530 80454144 80c32e18 00000001 81518e18 806237dc 00000001 ac968038 | ||
| 36 | 9d80: 00000000 00000000 00000000 00000000 00000115 806237dc ac6f5688 ac968018 | ||
| 37 | 9da0: 812e1640 00000000 00000001 ac968000 ac969dc4 8004efe4 ac968008 ac39a000 | ||
| 38 | 9dc0: ac744400 ac968020 00007530 ac968000 ac968000 ac3985f0 7ef1fcd0 8044d374 | ||
| 39 | 9de0: 7ef1fd20 00000000 000000f8 00000000 7ef1fd20 00000000 000000f8 00000000 | ||
| 40 | 9e00: 00000028 00000002 00000000 6437d1dd 7ef1fddc 76f9c030 7ef1fd88 76fb9abc | ||
| 41 | 9e20: 00000320 00005007 e02c7eca c1399eff 020fb2db 00000000 00000000 00000000 | ||
| 42 | 9e40: 00000001 00000040 00000400 00000004 00000010 00000400 00000002 00000100 | ||
| 43 | 9e60: 00000100 00000008 00000008 00000000 ffffffff 00000000 7588e180 76fb1000 | ||
| 44 | 9e80: 08000000 00000000 00000000 76fb11b8 000000af 760b6cd8 ffffffff 7431d4c0 | ||
| 45 | 9ea0: 000cb1ac 75889000 00000000 00000001 000000b0 00000000 00000000 76fa0da0 | ||
| 46 | 9ec0: 00000000 00000001 00000001 00000000 00000000 7588cb40 00000001 75957ecc | ||
| 47 | 9ee0: 00000001 7ef1fe7c 75953e94 7ef1fedc 00000002 76fa789c 00007530 ac6813c0 | ||
| 48 | 9f00: 00000000 7ef1fcd0 ac6813c0 ac968000 ac3985f0 800d68fc 00000001 ac968000 | ||
| 49 | 9f20: ac969f34 8004efe4 ac4f71d4 6c31d000 00000000 80623fd4 00000000 80623578 | ||
| 50 | 9f40: ac4f71d4 800a3d40 00000001 00000000 ac969f5c 00000003 ac6813c8 00000000 | ||
| 51 | 9f60: 00000001 00007530 00000003 00000000 7ef1fcd0 ac6813c0 ac968000 00000000 | ||
| 52 | 9f80: 00000000 800d6afc ac4f7180 00000000 00002710 00007530 75957e40 00000036 | ||
| 53 | 9fa0: 8000e2c4 8000e140 00002710 00007530 00000003 00007530 7ef1fcd0 01bc3008 | ||
| 54 | 9fc0: 00002710 00007530 75957e40 00000036 01bd2e70 00000001 7ef1fd20 00000000 | ||
| 55 | 9fe0: 759540c4 7ef1fcbc 7593f698 760a0ccc 20010010 00000003 00000000 00000000 | ||
| 56 | [<80623fd4>] (_raw_spin_lock+0x10/0x4c) from [<806235e0>] (rt_spin_lock_slowlock+0x34/0x29c) | ||
| 57 | [<806235e0>] (rt_spin_lock_slowlock+0x34/0x29c) from [<8044e540>] (_QueryProcessPageTable+0x8c/0xdc) | ||
| 58 | [<8044e540>] (_QueryProcessPageTable+0x8c/0xdc) from [<8044f6f4>] (gckOS_GetPhysicalAddress+0x20/0x58) | ||
| 59 | [<8044f6f4>] (gckOS_GetPhysicalAddress+0x20/0x58) from [<804605b8>] (gckHARDWARE_ConvertLogical+0x2c/0x90) | ||
| 60 | [<804605b8>] (gckHARDWARE_ConvertLogical+0x2c/0x90) from [<804607f4>] (gckHARDWARE_Link+0x60/0x104) | ||
| 61 | [<804607f4>] (gckHARDWARE_Link+0x60/0x104) from [<8045f1a0>] (gckCONTEXT_Construct+0x264/0x2bc) | ||
| 62 | [<8045f1a0>] (gckCONTEXT_Construct+0x264/0x2bc) from [<8045661c>] (gckCOMMAND_Attach+0x44/0x88) | ||
| 63 | [<8045661c>] (gckCOMMAND_Attach+0x44/0x88) from [<80454144>] (gckKERNEL_Dispatch+0x358/0x12c8) | ||
| 64 | [<80454144>] (gckKERNEL_Dispatch+0x358/0x12c8) from [<8044d374>] (drv_ioctl+0x120/0x284) | ||
| 65 | [<8044d374>] (drv_ioctl+0x120/0x284) from [<800d68fc>] (do_vfs_ioctl+0x408/0x5d0) | ||
| 66 | [<800d68fc>] (do_vfs_ioctl+0x408/0x5d0) from [<800d6afc>] (SyS_ioctl+0x38/0x64) | ||
| 67 | [<800d6afc>] (SyS_ioctl+0x38/0x64) from [<8000e140>] (ret_fast_syscall+0x0/0x30) | ||
| 68 | Code: e92d4010 e1a04000 e3a00001 ebe8abd7 (e1943f9f) | ||
| 69 | ---[ end trace 0000000000000002 ]--- | ||
| 70 | note: test-qt5[277] exited with preempt_count 1 | ||
| 71 | |||
| 72 | Index: git/include/linux/mm_types.h | ||
| 73 | =================================================================== | ||
| 74 | --- git.orig/include/linux/mm_types.h | ||
| 75 | +++ git/include/linux/mm_types.h | ||
| 76 | @@ -24,7 +24,7 @@ | ||
| 77 | |||
| 78 | struct address_space; | ||
| 79 | |||
| 80 | -#define USE_SPLIT_PTLOCKS (NR_CPUS >= CONFIG_SPLIT_PTLOCK_CPUS) | ||
| 81 | +#define USE_SPLIT_PTLOCKS (0) | ||
| 82 | |||
| 83 | /* | ||
| 84 | * Each physical page in the system has a struct page associated with | ||
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/mx6/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/mx6/defconfig new file mode 100644 index 000000000..dd002e7fd --- /dev/null +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/mx6/defconfig | |||
| @@ -0,0 +1,332 @@ | |||
| 1 | CONFIG_KERNEL_LZO=y | ||
| 2 | CONFIG_SYSVIPC=y | ||
| 3 | CONFIG_NO_HZ=y | ||
| 4 | CONFIG_HIGH_RES_TIMERS=y | ||
| 5 | CONFIG_IKCONFIG=y | ||
| 6 | CONFIG_IKCONFIG_PROC=y | ||
| 7 | CONFIG_LOG_BUF_SHIFT=18 | ||
| 8 | CONFIG_CGROUPS=y | ||
| 9 | CONFIG_RELAY=y | ||
| 10 | CONFIG_BLK_DEV_INITRD=y | ||
| 11 | CONFIG_EXPERT=y | ||
| 12 | CONFIG_PERF_EVENTS=y | ||
| 13 | # CONFIG_SLUB_DEBUG is not set | ||
| 14 | # CONFIG_COMPAT_BRK is not set | ||
| 15 | CONFIG_MODULES=y | ||
| 16 | CONFIG_MODULE_UNLOAD=y | ||
| 17 | CONFIG_MODVERSIONS=y | ||
| 18 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
| 19 | # CONFIG_BLK_DEV_BSG is not set | ||
| 20 | CONFIG_GPIO_PCA953X=y | ||
| 21 | CONFIG_ARCH_MXC=y | ||
| 22 | CONFIG_MXC_DEBUG_BOARD=y | ||
| 23 | CONFIG_MACH_IMX51_DT=y | ||
| 24 | CONFIG_MACH_EUKREA_CPUIMX51SD=y | ||
| 25 | CONFIG_SOC_IMX53=y | ||
| 26 | CONFIG_SOC_IMX6Q=y | ||
| 27 | CONFIG_SOC_IMX6SL=y | ||
| 28 | CONFIG_SOC_VF610=y | ||
| 29 | # CONFIG_SWP_EMULATE is not set | ||
| 30 | CONFIG_SMP=y | ||
| 31 | CONFIG_VMSPLIT_2G=y | ||
| 32 | CONFIG_PREEMPT_RT_FULL=y | ||
| 33 | CONFIG_AEABI=y | ||
| 34 | # CONFIG_OABI_COMPAT is not set | ||
| 35 | CONFIG_CMDLINE="noinitrd console=ttymxc0,115200" | ||
| 36 | CONFIG_CPU_FREQ=y | ||
| 37 | CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y | ||
| 38 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
| 39 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
| 40 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
| 41 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | ||
| 42 | CONFIG_ARM_IMX6_CPUFREQ=y | ||
| 43 | CONFIG_CPU_IDLE=y | ||
| 44 | CONFIG_VFP=y | ||
| 45 | CONFIG_NEON=y | ||
| 46 | CONFIG_BINFMT_MISC=m | ||
| 47 | CONFIG_PM_RUNTIME=y | ||
| 48 | CONFIG_PM_DEBUG=y | ||
| 49 | CONFIG_PM_TEST_SUSPEND=y | ||
| 50 | CONFIG_NET=y | ||
| 51 | CONFIG_PACKET=y | ||
| 52 | CONFIG_UNIX=y | ||
| 53 | CONFIG_INET=y | ||
| 54 | CONFIG_IP_PNP=y | ||
| 55 | CONFIG_IP_PNP_DHCP=y | ||
| 56 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
| 57 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
| 58 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
| 59 | # CONFIG_INET_LRO is not set | ||
| 60 | CONFIG_IPV6=y | ||
| 61 | CONFIG_NETFILTER=y | ||
| 62 | CONFIG_VLAN_8021Q=y | ||
| 63 | CONFIG_CAN=y | ||
| 64 | CONFIG_CAN_FLEXCAN=y | ||
| 65 | CONFIG_CFG80211=y | ||
| 66 | CONFIG_CFG80211_WEXT=y | ||
| 67 | CONFIG_MAC80211=y | ||
| 68 | CONFIG_DEVTMPFS=y | ||
| 69 | CONFIG_DEVTMPFS_MOUNT=y | ||
| 70 | # CONFIG_STANDALONE is not set | ||
| 71 | CONFIG_CMA=y | ||
| 72 | CONFIG_CMA_SIZE_MBYTES=256 | ||
| 73 | CONFIG_IMX_WEIM=y | ||
| 74 | CONFIG_CONNECTOR=y | ||
| 75 | CONFIG_MTD=y | ||
| 76 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 77 | CONFIG_MTD_BLOCK=y | ||
| 78 | CONFIG_MTD_CFI=y | ||
| 79 | CONFIG_MTD_JEDECPROBE=y | ||
| 80 | CONFIG_MTD_CFI_INTELEXT=y | ||
| 81 | CONFIG_MTD_CFI_AMDSTD=y | ||
| 82 | CONFIG_MTD_CFI_STAA=y | ||
| 83 | CONFIG_MTD_PHYSMAP_OF=y | ||
| 84 | CONFIG_MTD_DATAFLASH=y | ||
| 85 | CONFIG_MTD_M25P80=y | ||
| 86 | CONFIG_MTD_SST25L=y | ||
| 87 | CONFIG_MTD_NAND=y | ||
| 88 | CONFIG_MTD_NAND_GPMI_NAND=y | ||
| 89 | CONFIG_MTD_NAND_MXC=y | ||
| 90 | CONFIG_MTD_UBI=y | ||
| 91 | CONFIG_BLK_DEV_LOOP=y | ||
| 92 | CONFIG_BLK_DEV_RAM=y | ||
| 93 | CONFIG_BLK_DEV_RAM_SIZE=65536 | ||
| 94 | CONFIG_EEPROM_AT24=y | ||
| 95 | CONFIG_EEPROM_AT25=y | ||
| 96 | # CONFIG_SCSI_PROC_FS is not set | ||
| 97 | CONFIG_BLK_DEV_SD=y | ||
| 98 | CONFIG_SCSI_MULTI_LUN=y | ||
| 99 | CONFIG_SCSI_CONSTANTS=y | ||
| 100 | CONFIG_SCSI_LOGGING=y | ||
| 101 | CONFIG_SCSI_SCAN_ASYNC=y | ||
| 102 | # CONFIG_SCSI_LOWLEVEL is not set | ||
| 103 | CONFIG_ATA=y | ||
| 104 | CONFIG_SATA_AHCI_PLATFORM=y | ||
| 105 | CONFIG_AHCI_IMX=y | ||
| 106 | CONFIG_PATA_IMX=y | ||
| 107 | CONFIG_NETDEVICES=y | ||
| 108 | # CONFIG_NET_VENDOR_BROADCOM is not set | ||
| 109 | CONFIG_CS89x0=y | ||
| 110 | CONFIG_CS89x0_PLATFORM=y | ||
| 111 | # CONFIG_NET_VENDOR_FARADAY is not set | ||
| 112 | # CONFIG_NET_VENDOR_INTEL is not set | ||
| 113 | # CONFIG_NET_VENDOR_MARVELL is not set | ||
| 114 | # CONFIG_NET_VENDOR_MICREL is not set | ||
| 115 | # CONFIG_NET_VENDOR_MICROCHIP is not set | ||
| 116 | # CONFIG_NET_VENDOR_NATSEMI is not set | ||
| 117 | # CONFIG_NET_VENDOR_SEEQ is not set | ||
| 118 | CONFIG_SMC91X=y | ||
| 119 | CONFIG_SMC911X=y | ||
| 120 | CONFIG_SMSC911X=y | ||
| 121 | # CONFIG_NET_VENDOR_STMICRO is not set | ||
| 122 | CONFIG_ATH_CARDS=y | ||
| 123 | CONFIG_ATH6KL=m | ||
| 124 | CONFIG_ATH6KL_SDIO=m | ||
| 125 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 126 | CONFIG_INPUT_EVDEV=y | ||
| 127 | CONFIG_INPUT_EVBUG=m | ||
| 128 | CONFIG_KEYBOARD_GPIO=y | ||
| 129 | CONFIG_KEYBOARD_IMX=y | ||
| 130 | CONFIG_MOUSE_PS2=m | ||
| 131 | CONFIG_MOUSE_PS2_ELANTECH=y | ||
| 132 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 133 | CONFIG_TOUCHSCREEN_EGALAX=y | ||
| 134 | CONFIG_TOUCHSCREEN_ELAN=y | ||
| 135 | CONFIG_TOUCHSCREEN_MAX11801=y | ||
| 136 | CONFIG_TOUCHSCREEN_MC13783=y | ||
| 137 | CONFIG_INPUT_MISC=y | ||
| 138 | CONFIG_INPUT_MMA8450=y | ||
| 139 | CONFIG_INPUT_ISL29023=y | ||
| 140 | CONFIG_SERIO_SERPORT=m | ||
| 141 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
| 142 | # CONFIG_LEGACY_PTYS is not set | ||
| 143 | # CONFIG_DEVKMEM is not set | ||
| 144 | CONFIG_SERIAL_IMX=y | ||
| 145 | CONFIG_SERIAL_IMX_CONSOLE=y | ||
| 146 | CONFIG_SERIAL_FSL_LPUART=y | ||
| 147 | CONFIG_SERIAL_FSL_LPUART_CONSOLE=y | ||
| 148 | CONFIG_FSL_OTP=y | ||
| 149 | # CONFIG_I2C_COMPAT is not set | ||
| 150 | CONFIG_I2C_CHARDEV=y | ||
| 151 | # CONFIG_I2C_HELPER_AUTO is not set | ||
| 152 | CONFIG_I2C_ALGOPCF=m | ||
| 153 | CONFIG_I2C_ALGOPCA=m | ||
| 154 | CONFIG_I2C_IMX=y | ||
| 155 | CONFIG_SPI=y | ||
| 156 | CONFIG_SPI_IMX=y | ||
| 157 | CONFIG_GPIO_SYSFS=y | ||
| 158 | CONFIG_POWER_SUPPLY=y | ||
| 159 | CONFIG_SABRESD_MAX8903=y | ||
| 160 | CONFIG_IMX6_USB_CHARGER=y | ||
| 161 | CONFIG_SENSORS_MAX17135=y | ||
| 162 | CONFIG_SENSORS_MAG3110=y | ||
| 163 | CONFIG_THERMAL=y | ||
| 164 | CONFIG_CPU_THERMAL=y | ||
| 165 | CONFIG_IMX_THERMAL=y | ||
| 166 | CONFIG_DEVICE_THERMAL=y | ||
| 167 | CONFIG_WATCHDOG=y | ||
| 168 | CONFIG_IMX2_WDT=y | ||
| 169 | CONFIG_MFD_DA9052_I2C=y | ||
| 170 | CONFIG_MFD_MC13XXX_SPI=y | ||
| 171 | CONFIG_MFD_MC13XXX_I2C=y | ||
| 172 | CONFIG_MFD_MAX17135=y | ||
| 173 | CONFIG_MFD_SI476X_CORE=y | ||
| 174 | CONFIG_REGULATOR=y | ||
| 175 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | ||
| 176 | CONFIG_REGULATOR_DA9052=y | ||
| 177 | CONFIG_REGULATOR_ANATOP=y | ||
| 178 | CONFIG_REGULATOR_MC13783=y | ||
| 179 | CONFIG_REGULATOR_MC13892=y | ||
| 180 | CONFIG_REGULATOR_MAX17135=y | ||
| 181 | CONFIG_REGULATOR_PFUZE100=y | ||
| 182 | CONFIG_MEDIA_SUPPORT=y | ||
| 183 | CONFIG_MEDIA_CAMERA_SUPPORT=y | ||
| 184 | CONFIG_MEDIA_RADIO_SUPPORT=y | ||
| 185 | CONFIG_VIDEO_V4L2_INT_DEVICE=y | ||
| 186 | CONFIG_MEDIA_USB_SUPPORT=y | ||
| 187 | CONFIG_USB_VIDEO_CLASS=m | ||
| 188 | CONFIG_V4L_PLATFORM_DRIVERS=y | ||
| 189 | CONFIG_VIDEO_MXC_OUTPUT=y | ||
| 190 | CONFIG_VIDEO_MXC_CAPTURE=m | ||
| 191 | CONFIG_VIDEO_MXC_CSI_CAMERA=m | ||
| 192 | CONFIG_MXC_CAMERA_OV5640=m | ||
| 193 | CONFIG_MXC_CAMERA_OV5642=m | ||
| 194 | CONFIG_MXC_CAMERA_OV5640_MIPI=m | ||
| 195 | CONFIG_MXC_TVIN_ADV7180=m | ||
| 196 | CONFIG_MXC_IPU_DEVICE_QUEUE_SDC=m | ||
| 197 | CONFIG_VIDEO_MXC_IPU_OUTPUT=y | ||
| 198 | CONFIG_VIDEO_MXC_PXP_V4L2=y | ||
| 199 | CONFIG_SOC_CAMERA=y | ||
| 200 | CONFIG_VIDEO_MX3=y | ||
| 201 | CONFIG_RADIO_SI476X=y | ||
| 202 | CONFIG_SOC_CAMERA_OV2640=y | ||
| 203 | CONFIG_DRM=y | ||
| 204 | CONFIG_DRM_VIVANTE=y | ||
| 205 | CONFIG_FB=y | ||
| 206 | CONFIG_FB_MXS=y | ||
| 207 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
| 208 | CONFIG_LCD_CLASS_DEVICE=y | ||
| 209 | CONFIG_LCD_L4F00242T03=y | ||
| 210 | CONFIG_LCD_PLATFORM=y | ||
| 211 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
| 212 | CONFIG_BACKLIGHT_PWM=y | ||
| 213 | CONFIG_FB_MXC_SYNC_PANEL=y | ||
| 214 | CONFIG_FB_MXC_LDB=y | ||
| 215 | CONFIG_FB_MXC_MIPI_DSI=y | ||
| 216 | CONFIG_FB_MXC_TRULY_WVGA_SYNC_PANEL=y | ||
| 217 | CONFIG_FB_MXC_HDMI=y | ||
| 218 | CONFIG_FB_MXC_EINK_PANEL=y | ||
| 219 | CONFIG_FB_MXS_SII902X=y | ||
| 220 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 221 | CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y | ||
| 222 | CONFIG_FONTS=y | ||
| 223 | CONFIG_FONT_8x8=y | ||
| 224 | CONFIG_FONT_8x16=y | ||
| 225 | CONFIG_LOGO=y | ||
| 226 | CONFIG_SOUND=y | ||
| 227 | CONFIG_SND=y | ||
| 228 | CONFIG_SND_USB_AUDIO=m | ||
| 229 | CONFIG_SND_SOC=y | ||
| 230 | CONFIG_SND_IMX_SOC=y | ||
| 231 | CONFIG_SND_SOC_EUKREA_TLV320=y | ||
| 232 | CONFIG_SND_SOC_IMX_CS42888=y | ||
| 233 | CONFIG_SND_SOC_IMX_WM8962=y | ||
| 234 | CONFIG_SND_SOC_IMX_SGTL5000=y | ||
| 235 | CONFIG_SND_SOC_IMX_SPDIF=y | ||
| 236 | CONFIG_SND_SOC_IMX_MC13783=y | ||
| 237 | CONFIG_SND_SOC_IMX_HDMI=y | ||
| 238 | CONFIG_SND_SOC_IMX_SI476X=y | ||
| 239 | CONFIG_USB=y | ||
| 240 | CONFIG_USB_EHCI_HCD=y | ||
| 241 | CONFIG_USB_STORAGE=y | ||
| 242 | CONFIG_USB_CHIPIDEA=y | ||
| 243 | CONFIG_USB_CHIPIDEA_UDC=y | ||
| 244 | CONFIG_USB_CHIPIDEA_HOST=y | ||
| 245 | CONFIG_USB_PHY=y | ||
| 246 | CONFIG_USB_MXS_PHY=y | ||
| 247 | CONFIG_USB_GADGET=y | ||
| 248 | CONFIG_USB_ZERO=m | ||
| 249 | CONFIG_USB_ETH=m | ||
| 250 | CONFIG_USB_MASS_STORAGE=m | ||
| 251 | CONFIG_USB_G_SERIAL=m | ||
| 252 | CONFIG_MMC=y | ||
| 253 | CONFIG_MMC_UNSAFE_RESUME=y | ||
| 254 | CONFIG_MMC_SDHCI=y | ||
| 255 | CONFIG_MMC_SDHCI_PLTFM=y | ||
| 256 | CONFIG_MMC_SDHCI_ESDHC_IMX=y | ||
| 257 | CONFIG_MXC_IPU=y | ||
| 258 | CONFIG_MXC_GPU_VIV=y | ||
| 259 | CONFIG_MXC_ASRC=y | ||
| 260 | CONFIG_MXC_MIPI_CSI2=y | ||
| 261 | CONFIG_MXC_MLB150=m | ||
| 262 | CONFIG_NEW_LEDS=y | ||
| 263 | CONFIG_LEDS_CLASS=y | ||
| 264 | CONFIG_RTC_CLASS=y | ||
| 265 | CONFIG_RTC_INTF_DEV_UIE_EMUL=y | ||
| 266 | CONFIG_RTC_DRV_MC13XXX=y | ||
| 267 | CONFIG_RTC_DRV_MXC=y | ||
| 268 | CONFIG_RTC_DRV_SNVS=y | ||
| 269 | CONFIG_DMADEVICES=y | ||
| 270 | CONFIG_MXC_PXP_V2=y | ||
| 271 | CONFIG_IMX_SDMA=y | ||
| 272 | CONFIG_MXS_DMA=y | ||
| 273 | CONFIG_STAGING=y | ||
| 274 | CONFIG_COMMON_CLK_DEBUG=y | ||
| 275 | # CONFIG_IOMMU_SUPPORT is not set | ||
| 276 | CONFIG_PWM=y | ||
| 277 | CONFIG_PWM_IMX=y | ||
| 278 | CONFIG_EXT2_FS=y | ||
| 279 | CONFIG_EXT2_FS_XATTR=y | ||
| 280 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
| 281 | CONFIG_EXT2_FS_SECURITY=y | ||
| 282 | CONFIG_EXT3_FS=y | ||
| 283 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
| 284 | CONFIG_EXT3_FS_SECURITY=y | ||
| 285 | CONFIG_EXT4_FS=y | ||
| 286 | CONFIG_EXT4_FS_POSIX_ACL=y | ||
| 287 | CONFIG_EXT4_FS_SECURITY=y | ||
| 288 | CONFIG_QUOTA=y | ||
| 289 | CONFIG_QUOTA_NETLINK_INTERFACE=y | ||
| 290 | # CONFIG_PRINT_QUOTA_WARNING is not set | ||
| 291 | CONFIG_AUTOFS4_FS=y | ||
| 292 | CONFIG_FUSE_FS=y | ||
| 293 | CONFIG_ISO9660_FS=m | ||
| 294 | CONFIG_JOLIET=y | ||
| 295 | CONFIG_ZISOFS=y | ||
| 296 | CONFIG_UDF_FS=m | ||
| 297 | CONFIG_MSDOS_FS=m | ||
| 298 | CONFIG_VFAT_FS=y | ||
| 299 | CONFIG_TMPFS=y | ||
| 300 | CONFIG_JFFS2_FS=y | ||
| 301 | CONFIG_UBIFS_FS=y | ||
| 302 | CONFIG_NFS_FS=y | ||
| 303 | CONFIG_NFS_V3_ACL=y | ||
| 304 | CONFIG_NFS_V4=y | ||
| 305 | CONFIG_ROOT_NFS=y | ||
| 306 | CONFIG_NLS_DEFAULT="cp437" | ||
| 307 | CONFIG_NLS_CODEPAGE_437=y | ||
| 308 | CONFIG_NLS_ASCII=y | ||
| 309 | CONFIG_NLS_ISO8859_1=y | ||
| 310 | CONFIG_NLS_ISO8859_15=m | ||
| 311 | CONFIG_NLS_UTF8=y | ||
| 312 | CONFIG_MAGIC_SYSRQ=y | ||
| 313 | # CONFIG_SCHED_DEBUG is not set | ||
| 314 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 315 | # CONFIG_FTRACE is not set | ||
| 316 | CONFIG_SECURITYFS=y | ||
| 317 | CONFIG_CRYPTO_USER=y | ||
| 318 | CONFIG_CRYPTO_CCM=y | ||
| 319 | CONFIG_CRYPTO_GCM=y | ||
| 320 | CONFIG_CRYPTO_CBC=y | ||
| 321 | CONFIG_CRYPTO_CTS=y | ||
| 322 | CONFIG_CRYPTO_ECB=y | ||
| 323 | CONFIG_CRYPTO_LRW=y | ||
| 324 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
| 325 | CONFIG_CRYPTO_DEV_FSL_CAAM=y | ||
| 326 | CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y | ||
| 327 | CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST=y | ||
| 328 | CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO=y | ||
| 329 | CONFIG_CRC_CCITT=m | ||
| 330 | CONFIG_CRC_T10DIF=y | ||
| 331 | CONFIG_CRC7=m | ||
| 332 | CONFIG_LIBCRC32C=m | ||
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt_3.10.17.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt_3.10.17.bb new file mode 100644 index 000000000..087856433 --- /dev/null +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt_3.10.17.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | # Adapted from linux-imx_3.10.17.bb | ||
| 2 | |||
| 3 | require recipes-kernel/linux/linux-imx.inc | ||
| 4 | require recipes-kernel/linux/linux-dtb.inc | ||
| 5 | |||
| 6 | SUMMARY = "Linux real-time kernel based on linux-imx" | ||
| 7 | DESCRIPTION = "Linux kernel that is based on Freescale's linux-imx, \ | ||
| 8 | with added real-time capabilities." | ||
| 9 | |||
| 10 | DEPENDS += "lzop-native bc-native" | ||
| 11 | |||
| 12 | SRCBRANCH = "imx_3.10.17_1.0.0_beta" | ||
| 13 | SRCREV = "ec1af9f898d234001d8fc7d720382de34cb6580f" | ||
| 14 | LOCALVERSION = "-rt-1.0.0_beta" | ||
| 15 | |||
| 16 | COMPATIBLE_MACHINE = "(mx6)" | ||
| 17 | |||
| 18 | SRC_URI += "\ | ||
| 19 | https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/older/patch-3.10.17-rt12.patch.bz2;name=rt-patch1 \ | ||
| 20 | file://0001-fix-build.patch \ | ||
| 21 | file://0002-fix-build-with-rt-enabled.patch \ | ||
| 22 | file://0003-no-split-ptlocks.patch \ | ||
| 23 | " | ||
| 24 | |||
| 25 | SRC_URI[rt-patch1.md5sum] = "77a28c8b20b01f280dcd860e606a6edd" | ||
| 26 | SRC_URI[rt-patch1.sha256sum] = "ce219268f08eecccb39ff2b5be83657d53ca67cb1c6b81021494075197190351" | ||
