9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: cinap_lenrek@felloff.net
To: 9fans@9fans.net
Subject: Re: [9fans] raspberry pi 4 arm64 test image
Date: Wed, 21 Aug 2019 23:59:28 +0200	[thread overview]
Message-ID: <3468103FF6FA1E43500C7F1B15610D60@felloff.net> (raw)
In-Reply-To: f358bb75cc088a772201ea42ec7c4f46@hamnavoe.com

> The firmware on a pi4 with 2GB or 4GB RAM will only report 1GB.
> I believe you need to look at the board id (or probe for invalid
> addresses as in the teg2 kernel) to find out the real amount.

oh dear. i dont even know the expected physical memory map...
i guess that ram is continuous block at [0-0xfc000000). but
some memory might be reserved...

on what method does it report only 1GB?

i know of 3 methods so far:

- atags
- device tree /memory/reg property
- firmware property request (getramsize() in vcore.c)

for me getramsize() returns zero for both base and limit so its
completely useless.

i'm currently using device tree method, but the code assumes that
there is a single block entry. lets see if that lies as well with
the debug kernel.

--
cinap



             reply	other threads:[~2019-08-21 21:59 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-21 21:59 cinap_lenrek [this message]
2019-08-21 22:18 ` Bakul Shah
2019-08-22  7:07 ` Richard Miller
2019-08-22  8:58   ` Steve Simon
2019-08-22 20:26     ` Charles Forsyth
  -- strict thread matches above, loose matches on Subject: below --
2019-08-23 20:15 cinap_lenrek
2019-08-21 23:58 cinap_lenrek
2019-08-22  4:37 ` Bakul Shah
2019-08-21 22:24 cinap_lenrek
2019-08-21 21:35 cinap_lenrek
2019-08-21 19:53 cinap_lenrek
2019-08-21 20:02 ` Richard Miller
2019-08-21 22:20 ` Bakul Shah
2019-08-21 17:56 cinap_lenrek
2019-08-21 19:20 ` Bakul Shah
2019-08-21 19:25   ` Richard Miller
2019-08-21 20:05   ` Richard Miller
2019-08-21 20:27     ` Bakul Shah
2019-08-21 19:57 ` Richard Miller

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=3468103FF6FA1E43500C7F1B15610D60@felloff.net \
    --to=cinap_lenrek@felloff.net \
    --cc=9fans@9fans.net \
    /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).