summaryrefslogtreecommitdiffstats
path: root/bsp/mti-malta64
AgeCommit message (Collapse)Author
2014-02-28meta: qemumips64 force R1 cpu selectionBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-17mips: have the mips BSPs disable function tracing instead of ftraceTom Zanussi
The problem the mips machines apparently ran into was due to CONFIG_FUNCTION_TRACER et al - no need to disable all of the tracing infrastructure (CONFIG_FTRACE) to disable that. Also, the ftrace-disable feature they were using disabled CONFIG_DEBUG_KERNEL too, which is just a switch to allow other options to be enabled but doesn't enable anything on itself, so no need for that either. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-17mti-malta64: Default to support o32 and n32 userspace binariesJackie Huang
Include cfg/mips64.scc to add the support for o32 and n32 userspace binaries. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-04mips: fix keyboard input issues in X sessionsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-22qemumips64: add oprofile disable patchBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-213.10/mips: remove CONFIG_FRAME_POINTERBruce Ashfield
CONFIG_FRAME_POINTER says this: ---- config FRAME_POINTER bool "Compile the kernel with frame pointers" depends on DEBUG_KERNEL && \ (CRIS || M68K || FRV || UML || \ AVR32 || SUPERH || BLACKFIN || MN10300 || METAG) || \ ARCH_WANT_FRAME_POINTERS default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS help If you say Y here the resulting kernel image will be slightly larger and slower, but it gives very useful debugging information in case of kernel bugs. (precise oopses/stacktraces/warnings) ---- mips is not listed, and does not set ARCH_WANT_FRAME_POINTERS. So this option can no longer be turned on for mips .. hence we remove it. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-213.10: remove obsolete CONFIG_MTD_CHARBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-08mti-malta: share patches versus repeating themBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-05-05mips64: drop ftrace revertBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-04-10meta: fix mips ftrace disableBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-04-10Revert "Input: i8042-io - fix up region handling on MIPS"Bruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: Revert "Input: i8042-io - fix up region handling on MIPS" Date: Wed, 10 Apr 2013 18:23:03 -0700 This reverts commit 197a1e96c8be5b6005145af3a4c0e45e2d651444. ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-04-10meta/mips: disable CONFIG_FTRACEBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-04-04Revert "MIPS: Function tracer: Fix broken function tracing"Bruce Ashfield
1/2 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: Revert "MIPS: Function tracer: Fix broken function tracing" Date: Thu, 4 Apr 2013 23:39:57 -0400 This reverts commit 58b69401c797e470c8f638c598dddc44a4ce8a96. ] 2/2 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: oprofile/mips: do not set perf_irq for qemu mips 64 Date: Fri, 5 Apr 2013 00:11:33 -0400 In a similar manner to the following commit: oprofile/mips: override register writes for qemu mips 64 Even when oprofile timer mode is enabled, during oprofile arch init there are writes to registers that do not exist in the qemu malta 64 bit pseudo machine. To allow initialization to continue and the fallback to oprofile timer mode to take effect, we stub the register writes. These two defines are only appropriate for qemu-system-mips. This should not merge to a common location, and only be applied to emulated boards. We also cannot set perf_irq to mipsxx_perfcount_handler during oprofile arch init, or unsupported register reads will be triggered before the fallback to timer mode occurs. This commit is also only appropriate for qemu mips based boards, and should not be applied to any general branch. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-02-12meta: remove obsolete CONFIG_USB_DEVICEFSBruce Ashfield
commit fb28d58b72aa9215b26f1d5478462af394a4d253 Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Date: Wed Apr 25 17:15:29 2012 -0700 USB: remove CONFIG_USB_DEVICEFS This option has been deprecated for many years now, and no userspace tools use it anymore, so it should be safe to finally remove it. Reported-by: Kay Sievers <kay@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-01-16meta: convert ktype/preempt-rt to explicit ktypes/preempt-rt/preempt-rt.sccBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-01-16meta: convert ktype/standard to explicit ktypes/standard/standard.sccBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-10-18v3.7: patch updatesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-04-30meta: mti-malta64 add qemumips64 aliasesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-04-26mti-malta: add another 64 bit aliasBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-04-03meta/mti-malta64: use tracing blockBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-04-03meta: add mti-malta 64bit supportBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>