Re: [PATCH v3 55/57] x86: Add a way to add to the e820 memory table

2020-09-22 Thread Bin Meng
On Mon, Sep 7, 2020 at 5:45 AM Simon Glass wrote: > > Some boards want to reserve extra regions of memory. Add a 'chosen' > property to support this. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > arch/x86/lib/fsp/fsp_dram.c | 17 + >

[PATCH v3 55/57] x86: Add a way to add to the e820 memory table

2020-09-06 Thread Simon Glass
Some boards want to reserve extra regions of memory. Add a 'chosen' property to support this. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/lib/fsp/fsp_dram.c | 17 + doc/device-tree-bindings/chosen.txt | 18 ++ 2 files changed, 35