HomeFreeBSD

ARM kernel can get RAM regions three ways:

Description

ARM kernel can get RAM regions three ways:
o from FDT;
o from EFI;
o from Linux Boot API (ATAG).
U-Boot may pass RAM info all that 3 ways simultaneously.
We do select between FDT and EFI, but not for ATAG.
So this is not problem fix, but correctness check.

MFC after: 2 weeks

Details

Provenance
rayAuthored on
Parents
rS351648: Unskip test cases from netbsd-tests by defining __HAVE_FENV
Branches
Unknown
Tags
Unknown