Re: [PATCH v1 37/43] x86: Store the coreboot table address in global_data

2020-07-07 Thread Simon Glass
Hi Wolfgang, On Wed, 1 Jul 2020 at 09:16, Wolfgang Wallner wrote: > > Hi Simon, > > -"Simon Glass" schrieb: - > > Betreff: [PATCH v1 37/43] x86: Store the coreboot table address in > > global_data > > > > At present this information is used to locate and parse the tables but is > > not

Re: [PATCH v1 37/43] x86: Store the coreboot table address in global_data

2020-07-02 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 37/43] x86: Store the coreboot table address in global_data > > At present this information is used to locate and parse the tables but is > not stored. Store it so that we can display it to the user, e.g. with the > 'bdinfo' comman

Re: [PATCH v1 37/43] x86: Store the coreboot table address in global_data

2020-06-30 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > At present this information is used to locate and parse the tables but is > not stored. Store it so that we can display it to the user, e.g. with the > 'bdinfo' command. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/coreboot/tables.