From 4f2c17075b25162d8becfd90de751556f425d5dc Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 2 Nov 2012 20:07:26 +0000 Subject: [lantiq] adds 3.6 files, patches and config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34061 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...-adds-support-for-nmi-and-ejtag-bootrom-v.patch | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 target/linux/lantiq/patches-3.6/0006-MIPS-lantiq-adds-support-for-nmi-and-ejtag-bootrom-v.patch (limited to 'target/linux/lantiq/patches-3.6/0006-MIPS-lantiq-adds-support-for-nmi-and-ejtag-bootrom-v.patch') diff --git a/target/linux/lantiq/patches-3.6/0006-MIPS-lantiq-adds-support-for-nmi-and-ejtag-bootrom-v.patch b/target/linux/lantiq/patches-3.6/0006-MIPS-lantiq-adds-support-for-nmi-and-ejtag-bootrom-v.patch new file mode 100644 index 000000000..a6631b2f3 --- /dev/null +++ b/target/linux/lantiq/patches-3.6/0006-MIPS-lantiq-adds-support-for-nmi-and-ejtag-bootrom-v.patch @@ -0,0 +1,39 @@ +From f8cd170dabeca90c976e6487ba7a8a7752aae571 Mon Sep 17 00:00:00 2001 +From: John Crispin +Date: Thu, 16 Aug 2012 11:39:56 +0000 +Subject: [PATCH 6/9] MIPS: lantiq: adds support for nmi and ejtag bootrom + vectors + +Register nmi and ejtag bootrom vectors for FALC-ON SoC. + +Signed-off-by: Thomas Langer +Signed-off-by: John Crispin +Patchwork: http://patchwork.linux-mips.org/patch/4238/ +--- + arch/mips/lantiq/falcon/prom.c | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/arch/mips/lantiq/falcon/prom.c b/arch/mips/lantiq/falcon/prom.c +index c1d278f..aa94979 100644 +--- a/arch/mips/lantiq/falcon/prom.c ++++ b/arch/mips/lantiq/falcon/prom.c +@@ -8,6 +8,8 @@ + */ + + #include ++#include ++#include + #include + + #include +@@ -84,4 +86,7 @@ void __init ltq_soc_detect(struct ltq_soc_info *i) + unreachable(); + break; + } ++ ++ board_nmi_handler_setup = ltq_soc_nmi_setup; ++ board_ejtag_handler_setup = ltq_soc_ejtag_setup; + } +-- +1.7.10.4 + -- cgit v1.2.3