4 Feb 2009 19:36
Kernel Oops when load MTD NOR driver
mike zheng <mail4mz <at> gmail.com>
2009-02-04 18:36:49 GMT
2009-02-04 18:36:49 GMT
Hi All, I have kernel Oops when load MTD NOR driver on 2.6.13.7. The flash I have is 29LV160, physical address is 0xbf80,0000. Any idea on this issue? Thanks, Mike # insmod ./gen_probe.ko # insmod ./cfi_util.ko # insmod ./cfi_probe.ko # insmod ./cfi_cmdset_0002.ko # insmod ./1140e-mtd-nor.ko Data bus error, epc == c0092204, ra == c00926a4 Oops[#1]: Cpu 0 $ 0 : 00000000 00000000 c0480020 00000020 $ 4 : c0136550 00000000 00000002 00000002 $ 8 : 00000001 00000001 00000002 00020000 $12 : 80442e60 00000001 00200200 00100100 $16 : c0136550 00000002 80637de8 00000000 $20 : 00000016 00000000 00000016 c0136550 $24 : 00000008 c0095150 $28 : 80634000 80637d88 00000029 c00926a4 Hi : 00000000 Lo : 00000002 epc : c0092204 qry_present+0x204/0x32c [cfi_probe] Tainted: P ra : c00926a4 cfi_probe_chip+0x364/0x1450 [cfi_probe](Continue reading)
Cheers,
Ben.
> Signed-off-by: Kumar Gala <galak <at> kernel.crashing.org>
> ---
> arch/powerpc/include/asm/cputable.h | 4 ++-
> arch/powerpc/include/asm/dbell.h | 43 +++++++++++++++++++++++++++++++++
> arch/powerpc/kernel/Makefile | 2 +-
> arch/powerpc/kernel/dbell.c | 44 ++++++++++++++++++++++++++++++++++
> arch/powerpc/kernel/head_fsl_booke.S | 6 ++++-
> arch/powerpc/kernel/traps.c | 21 ++++++++++++++++
> 6 files changed, 117 insertions(+), 3 deletions(-)
> create mode 100644 arch/powerpc/include/asm/dbell.h
> create mode 100644 arch/powerpc/kernel/dbell.c
>
RSS Feed