From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Tue, 23 Jul 2019 15:21:33 +0300 Subject: [U-Boot] [PATCH v5 3/8] x86: slimbootloader: Add memory configuration In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jul 23, 2019 at 8:51 AM Bin Meng wrote: > On Mon, Jul 22, 2019 at 11:33 PM Andy Shevchenko > wrote: > > On Wed, Jul 17, 2019 at 7:41 AM Park, Aiden wrote: > > > > > > Slim Bootloader provides memory map info thru its HOB list pointer. > > > Configure memory size and relocation memory from the HOB data, and > > > provide e820 entries as well. > > > - Get memory size from the memory map info hob > > > - Set ram top for U-Boot relocation lower than 4GB > > > - Provide e820 entries from the memory map info hob > > > > > +++ b/arch/x86/cpu/slimbootloader/dram.c > > > > sdram.c is more common name in the sources AFAICS. > > Looks we have both sdram.c and dram.c :) True, but among x86 platforms sdram is *more* common. -- With Best Regards, Andy Shevchenko