Re: [PATCH 14/32] x86: Allow putting some tables in the bloblist

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > At present all tables are placed starting at address f in memory, and > can be up to 64KB in size. If the tables are very large, this may not > provide enough space. > > Also if the tables point to other tables (such as console log or a r

[PATCH 14/32] x86: Allow putting some tables in the bloblist

2020-09-27 Thread Simon Glass
At present all tables are placed starting at address f in memory, and can be up to 64KB in size. If the tables are very large, this may not provide enough space. Also if the tables point to other tables (such as console log or a ramoops area) then we must allocate other memory anyway. The blo