Re: [PATCH 4/4] x86/efi: print size and base in binary units in efi_print_memmap

2015-12-27 Thread Andy Shevchenko
On Mon, Dec 21, 2015 at 6:16 PM, Matt Fleming wrote: > On Thu, 17 Dec, at 07:28:34PM, Robert Elliott wrote: >> Print the base address for each range in decimal alongside the size. >> Use a "(size @ base)" format similar to the fake_memmap kernel parameter. >> >> Print the range and base in the bes

Re: [PATCH 4/4] x86/efi: print size and base in binary units in efi_print_memmap

2015-12-23 Thread Matt Fleming
On Wed, 23 Dec, at 12:11:56AM, Elliott, Robert (Persistent Memory) wrote: > > I was trying to make it resemble the memmap=size@address > kernel parameter format for creating e820 entries, which > does accept abbreviations in addition to hex values: > memmap=nn[KMG]@ss[KMG] for usable DRAM >

RE: [PATCH 4/4] x86/efi: print size and base in binary units in efi_print_memmap

2015-12-22 Thread Elliott, Robert (Persistent Memory)
.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 4/4] x86/efi: print size and base in binary units in > efi_print_memmap > > On Thu, 17 Dec, at 07:28:34PM, Robert Elliott wrote: > > Print the base address for each range in decimal alongside the size. > > Use a "(size @

Re: [PATCH 4/4] x86/efi: print size and base in binary units in efi_print_memmap

2015-12-21 Thread Matt Fleming
On Thu, 17 Dec, at 07:28:34PM, Robert Elliott wrote: > Print the base address for each range in decimal alongside the size. > Use a "(size @ base)" format similar to the fake_memmap kernel parameter. > > Print the range and base in the best-fit B, KiB, MiB, etc. units rather > than always MiB. Th