From: "Florian Vögel" <fvoegel@partner.ime-actia.de>
To: Guillaume Dargaud <dargaud@lpsc.in2p3.fr>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: Where is CONFIG_BOOT_LOAD ?
Date: Fri, 08 Apr 2011 11:42:21 +0200 [thread overview]
Message-ID: <1302255741.5359.7.camel@flotop> (raw)
In-Reply-To: <201104081128.37906.dargaud@lpsc.in2p3.fr>
On Fri, 2011-04-08 at 11:28 +0200, Guillaume Dargaud wrote:
> Hello all,
> I don't see this option in the .config and in the menuconfig / Advanced Setup I don't see a [Set the boot link/load
> address]:
>
> [*] Prompt for advanced kernel configuration options
> [ ] Set maximum low memory
> [ ] Set custom page offset address
> [ ] Set custom kernel base address
> [ ] Set custom user task size
> [ ] Set custom consistent memory pool size
Isn't that blackfin specific?
linux-next # find -name Kconfig -exec grep -H "BOOT_LOAD" \{\} \;
./arch/blackfin/Kconfig:config BOOT_LOAD
linux-next # find -exec grep -H "CONFIG_BOOT_LOAD" \{\} \;
./arch/blackfin/boot/Makefile:UIMAGE_OPTS-$(CONFIG_RAMKERNEL) += -a
$(CONFIG_BOOT_LOAD)
./arch/blackfin/kernel/vmlinux.lds.S: . = CONFIG_BOOT_LOAD;
./arch/blackfin/kernel/vmlinux.lds.S: . = CONFIG_BOOT_LOAD;
./arch/blackfin/kernel/trace.c: } else if (address < CONFIG_BOOT_LOAD) {
./arch/blackfin/kernel/setup.c: _rambase = CONFIG_BOOT_LOAD;
./arch/blackfin/configs/SRV1_defconfig:CONFIG_BOOT_LOAD=0x400000
./arch/blackfin/configs/BF527-TLL6527M_defconfig:CONFIG_BOOT_LOAD=0x400000
./arch/blackfin/mach-common/arch_checks.c:#if CONFIG_BOOT_LOAD <
FIXED_CODE_END
./arch/blackfin/mach-common/arch_checks.c:#if (CONFIG_BOOT_LOAD & 0x3)
./arch/blackfin/mach-common/arch_checks.c:#if ((0xffffffff -
L1_CODE_START + 1) + CONFIG_BOOT_LOAD) > 0x1000000
-Florian
next prev parent reply other threads:[~2011-04-08 10:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-08 9:28 Where is CONFIG_BOOT_LOAD ? Guillaume Dargaud
2011-04-08 9:42 ` Florian Vögel [this message]
2011-04-08 12:58 ` Guillaume Dargaud
2011-04-12 17:03 ` Joachim Förster
2011-04-14 2:52 ` Benjamin Herrenschmidt
2011-04-14 9:18 ` Guillaume Dargaud
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=1302255741.5359.7.camel@flotop \
--to=fvoegel@partner.ime-actia.de \
--cc=dargaud@lpsc.in2p3.fr \
--cc=linuxppc-dev@lists.ozlabs.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;
as well as URLs for NNTP newsgroup(s).