Re: [U-Boot] [PATCH v2 47/50] x86: Update the memory map a little

2019-05-01 Thread Bin Meng
Hi Simon, On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > The memory map currently omits the environment and the MRC region. Add > these in for completeness. > I think the commit tile should be updated to add the "samus" tag. > Signed-off-by: Simon Glass > --- > > Changes in v2: None >

[U-Boot] [PATCH v2 47/50] x86: Update the memory map a little

2019-04-25 Thread Simon Glass
The memory map currently omits the environment and the MRC region. Add these in for completeness. Signed-off-by: Simon Glass --- Changes in v2: None doc/README.x86 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/README.x86 b/doc/README.x86 index d5224b75367..8e0a3f36edf 100644 --- a/