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)
Fri, Oct 17, 3:30 AM
Unknown Object (File)
Fri, Oct 17, 3:29 AM
Unknown Object (File)
Fri, Oct 17, 3:29 AM
Unknown Object (File)
Thu, Oct 16, 6:23 PM
Unknown Object (File)
Mon, Oct 6, 8:50 AM
Unknown Object (File)
Mon, Oct 6, 8:23 AM
Unknown Object (File)
Mon, Oct 6, 8:21 AM
Unknown Object (File)
Mon, Oct 6, 7:50 AM
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.