Re: [U-Boot] [PATCH v3 15/18] x86: Update the memory map a little

2019-05-07 Thread Bin Meng
On Tue, May 7, 2019 at 5:31 PM Bin Meng wrote: > > On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > > > The memory map currently omits the environment and the MRC region. Add > > these in for completeness. > > > > Signed-off-by: Simon Glass > > Reviewed-by: Bin Meng > > --- > > > >

Re: [U-Boot] [PATCH v3 15/18] x86: Update the memory map a little

2019-05-07 Thread Bin Meng
On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > The memory map currently omits the environment and the MRC region. Add > these in for completeness. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > doc/README.x86 | 2 ++ > 1

[U-Boot] [PATCH v3 15/18] x86: Update the memory map a little

2019-05-02 Thread Simon Glass
The memory map currently omits the environment and the MRC region. Add these in for completeness. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None doc/README.x86 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/README.x86 b/doc/README.x86