public inbox for kernelnewbies@kernelnewbies.org
 help / color / mirror / Atom feed
* Loading a simple "kernel" at the address other than default on Raspberry Pi 4
@ 2021-11-02 12:13 Mushahid Hussain
  2021-11-02 20:24 ` Paulo Miguel Almeida
  2021-11-02 21:59 ` Valdis Klētnieks
  0 siblings, 2 replies; 4+ messages in thread
From: Mushahid Hussain @ 2021-11-02 12:13 UTC (permalink / raw)
  To: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1171 bytes --]

Hi,
I have written a simple kernel which prints Hello World to UART. The simple
kernel works successfully and prints Hello World to UART, if I load it at
0x80000, which is the default load address for the 64-bit kernel.

There's a configuration(config.txt)[1] kernel_address on Raspberry Pi 4 but
whenever I change the load address by even 1 byte, the simple kernel would
not run. It is only able to run at 0x80000.

I tried to find the entry address of the standard kernel for raspberry
pi[2]. I have trusted firmware-A[3] on my Raspberry Pi, which prints the
load address before loading the standard kernel. Entry address for the
standard kernel is always 0x200000! Even if I manually change the load
address in the raspberry pi configuration, the standard kernel is always
loaded at 0x200000!.

How is the standard kernel being loaded at 0x200000, but my simple kernel
cannot be loaded at any address except for the default address(0x80000)?

[1]
https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/computers/config_txt/boot.adoc#kernel_address

[2] https://github.com/raspberrypi/linux

[3] https://www.trustedfirmware.org/projects/tf-a/

[-- Attachment #1.2: Type: text/html, Size: 1649 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-04 15:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-02 12:13 Loading a simple "kernel" at the address other than default on Raspberry Pi 4 Mushahid Hussain
2021-11-02 20:24 ` Paulo Miguel Almeida
2021-11-02 21:59 ` Valdis Klētnieks
2021-11-04 15:28   ` Mushahid Hussain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox