]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
RISC-V: Announce real and available memory at boot
authorMitchell Horne <mhorne@FreeBSD.org>
Sun, 9 Jun 2019 15:48:36 +0000 (15:48 +0000)
committerMitchell Horne <mhorne@FreeBSD.org>
Sun, 9 Jun 2019 15:48:36 +0000 (15:48 +0000)
commitbffa317ff2565de0eb5de6ae7e883e94ae0d6131
treed17797c8d8641d37d5cb4c07169642ad496edf72
parent93ca8057c54f5408381bf851437c21158ee70efb
RISC-V: Announce real and available memory at boot

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

Reviewed by: markj
Approved by: markj (mentor)
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D20496
sys/riscv/riscv/machdep.c
sys/riscv/riscv/pmap.c