Bug 243682 - No memory report in ARM 64 bit boot message
Summary: No memory report in ARM 64 bit boot message
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: arm (show other bugs)
Version: CURRENT
Hardware: arm64 Any
: --- Affects Only Me
Assignee: Mark Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-28 21:31 UTC by John F. Carr
Modified: 2020-07-20 13:31 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John F. Carr 2020-01-28 21:31:20 UTC
Unlike the amd64 kernel, the arm64 kernel does not print system memory size during boot.
Comment 1 Warner Losh freebsd_committer freebsd_triage 2020-01-28 23:51:05 UTC
I'll look into this...
Comment 2 Mark Johnston freebsd_committer freebsd_triage 2020-07-11 17:32:53 UTC
https://reviews.freebsd.org/D25625
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-07-13 17:06:04 UTC
A commit references this bug:

Author: markj
Date: Mon Jul 13 17:05:45 UTC 2020
New revision: 363162
URL: https://svnweb.freebsd.org/changeset/base/363162

Log:
  Print arm64 physmem info during boot.

  PR:		243682
  Reviewed by:	andrew, emaste
  MFC after:	1 week
  Event:		July 2020 Bugathon
  Differential Revision:	https://reviews.freebsd.org/D25625

Changes:
  head/sys/arm64/arm64/machdep.c
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-07-20 13:31:16 UTC
A commit references this bug:

Author: markj
Date: Mon Jul 20 13:30:42 UTC 2020
New revision: 363364
URL: https://svnweb.freebsd.org/changeset/base/363364

Log:
  MFC r363162:
  Print arm64 physmem info during boot.

  PR:	243682

Changes:
_U  stable/12/
  stable/12/sys/arm64/arm64/machdep.c
Comment 5 Mark Johnston freebsd_committer freebsd_triage 2020-07-20 13:31:58 UTC
Thanks for the report.