Page MenuHomeFreeBSD

RISC-V: announce real and available memory at boot
ClosedPublic

Authored by mhorne on Jun 1 2019, 7:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 12:25 AM
Unknown Object (File)
Nov 9 2023, 2:05 AM
Unknown Object (File)
Oct 8 2023, 12:58 AM
Unknown Object (File)
Aug 30 2023, 3:27 PM
Unknown Object (File)
Jul 15 2023, 10:13 PM
Unknown Object (File)
Jun 26 2023, 11:11 PM
Subscribers

Details

Summary

Most architectures print their total (real) and available memory during
boot. Properly initialize the realmem global and print these messages.
Also print the physical memory chunks (behind a bootverbose flag).

Test Plan

Sample output:

CPU(0): Unknown Implementer Unknown Processor
real memory  = 2146435072 (2047 MB)
Physical memory chunk(s):
0x00000000809fd000 - 0x00000000809fffff, 12288 bytes (3 pages)
0x0000000080b00000 - 0x00000000fcab2fff, 2080059392 bytes (507827 pages)
avail memory = 2070695936 (1974 MB)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 1 2019, 7:30 PM
This revision was automatically updated to reflect the committed changes.