mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "san" <sanjeev@unisoftindia.net>
To: <linux-kernel@vger.kernel.org>
Subject: ARM Proc, Linux Kernel 2.4.19 Vs. Linux Kernel 2.6.0. test10
Date: Fri, 12 Dec 2003 15:49:10 +0530	[thread overview]
Message-ID: <1f2001c3c099$675440d0$00f7fea9@unisoft.net> (raw)

Hi

Can anyone there help me

I am able to compile and download the kernel (2.4.19) on to my Assabet board
, same thing when i am trying to compile 2.6 test10 with .rmk10 patch i am
not able to make it up at the same board.

What are the differences made in 2.6 when compared to 2.4

I tried modifying the foll. values in different files based on my
requirement.

1. include/asm-arm/arch-sa1100/memory.h

TEXT_SIZE 0xC8000000UL
PHYS_OFFSET 0xC8000000UL
PAGE_OFFSET 0xC8000000UL

2. arch/arm/Makefile

 ifeq((CONFIG_ARCH_CPU32),y)
  MACHINE = sa1100
 endif
The above value is available in 2.4.19, but in 2.6 i am not able identify
it.

In arch/arm/mach-sa1100/arch.c
 a) In fixup_assabet
i  Changed
  i)t->u.mem.start = 0xC8000000 from 0xC0000000
  ii)t->u.mem.size = 16*1024*1024 from 32*1024*1024
  iii)t->u.initrd.start = 0xC8300000 from 0xC0800000



                 reply	other threads:[~2003-12-12 10:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='1f2001c3c099$675440d0$00f7fea9@unisoft.net' \
    --to=sanjeev@unisoftindia.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome