linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* RISC V Kernel Decompressor symbols
@ 2019-08-16  9:34 satish kumar
  2019-08-26 19:22 ` Palmer Dabbelt
  0 siblings, 1 reply; 2+ messages in thread
From: satish kumar @ 2019-08-16  9:34 UTC (permalink / raw)
  To: linux-riscv, David Abdurachmanov, Atish Patra, Paul Walmsley, Anup Patel

Hi all

I am trying  to find out the following symbols in RISC V kernel code
1. Kernel decompressor symbols in RISC V kernel, which are equivalent
to ZTEXTADDR, ZBSSADDR, ZRELADDR, INITRD_PHYS, INITRD_VIRT,
PARAMS_PHYS in ARM Arch.

2 .Kernel symbols in RISC V equivalent to PHYS_OFFSET, PAGE_OFFSET,
TASK_SIZE, TEXTADDR, DATAADDR, VMALLOC_START / VMALLOC_END,
VMALLOC_OFFSET in ARM arch.

3. Architecture specfic macros in RISC V equivalent to BOOT_MEM(param,
vio, io), BOOT_PARAMS,FIXUP(func), MAPIO(func), INITIRQ(func) in ARM
Arch.

Can you suggest me where will find the same , if RISC V is using
different kind of symbols/params for the same usage, what are names of
the same & where they are located.

Thanks & Regards
Satish G

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: RISC V Kernel Decompressor symbols
  2019-08-16  9:34 RISC V Kernel Decompressor symbols satish kumar
@ 2019-08-26 19:22 ` Palmer Dabbelt
  0 siblings, 0 replies; 2+ messages in thread
From: Palmer Dabbelt @ 2019-08-26 19:22 UTC (permalink / raw)
  To: gsatish.ldd
  Cc: Atish Patra, linux-riscv, Paul Walmsley, anup, david.abdurachmanov

On Fri, 16 Aug 2019 02:34:27 PDT (-0700), gsatish.ldd@gmail.com wrote:
> Hi all
>
> I am trying  to find out the following symbols in RISC V kernel code
> 1. Kernel decompressor symbols in RISC V kernel, which are equivalent
> to ZTEXTADDR, ZBSSADDR, ZRELADDR, INITRD_PHYS, INITRD_VIRT,
> PARAMS_PHYS in ARM Arch.

We don't have a self-decompressing image.

> 2 .Kernel symbols in RISC V equivalent to PHYS_OFFSET, PAGE_OFFSET,
> TASK_SIZE, TEXTADDR, DATAADDR, VMALLOC_START / VMALLOC_END,
> VMALLOC_OFFSET in ARM arch.

These should largely be the same, you can grep for them.

> 3. Architecture specfic macros in RISC V equivalent to BOOT_MEM(param,
> vio, io), BOOT_PARAMS,FIXUP(func), MAPIO(func), INITIRQ(func) in ARM
> Arch.

These are handled in more general ways: boot params are passed via /chosen in 
the device tree, for example.

> Can you suggest me where will find the same , if RISC V is using
> different kind of symbols/params for the same usage, what are names of
> the same & where they are located.
>
> Thanks & Regards
> Satish G
>
> _______________________________________________
> linux-riscv mailing list
> linux-riscv@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2019-08-26 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-16  9:34 RISC V Kernel Decompressor symbols satish kumar
2019-08-26 19:22 ` Palmer Dabbelt

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).