| To: | <linux-mips@linux-mips.org> |
|---|---|
| Subject: | Porting new board |
| From: | "Mile Davidovic" <mile.davidovic@micronasnit.com> |
| Date: | Thu, 7 Apr 2005 15:35:08 +0200 |
| Organization: | MicronasNIT |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | <mile.davidovic@micronasnit.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| Thread-index: | AcU7dpzZ8ihBrbxxTjyEF7iZyq+Drw== |
Hello all
I try to port new board (MIPS 4KEC processor) to latest version
of linux-mips kernel. I have question regarding Kconfig and adding
new board.
In arch/mips/Kconfig I add next lines:
config MIPS_VGCA_EVA
bool "Support for VGCA-Eva board"
select SYS_SUPPORTS_BIG_ENDIAN
help
This enables support for the VGCA-EVA board.
and in arch/mips/Makefile I add next lines:
core-$(MIPS_VGCA_EVA) += arch/mips/vgca-eva/
cflags-$(MIPS_VGCA_EVA) += -Iinclude/asm-mips/vgca-eva
load-$(MIPS_VGCA_EVA) += 0xffffffff80100000
But when I try to build kernel with:
make menuconfig ---> choose VGCA-Eva board
make arch=mips V=1 CROSS_COMPILE=mips-linux-
it stop forever. When I try to choose some other board it work nice.
Any comment?
Thanks a lot.
Best regards Mile
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: memcpy prefetch, Dominic Sweetman |
|---|---|
| Next by Date: | Re: Porting new board, Geert Uytterhoeven |
| Previous by Thread: | mipsel-linux-gnu-ld: final link failed: Bad value, DavidCox |
| Next by Thread: | Re: Porting new board, Geert Uytterhoeven |
| Indexes: | [Date] [Thread] [Top] [All Lists] |