Re: [PATCH v1 35/43] x86: Add debugging to table writing

2020-06-30 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > Writing tables is currently pretty opaque. Add a bit of debugging to the > process so we can see what tables are written and where they start/end in > memory. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/tables.c | 38

Re: [PATCH v1 35/43] x86: Add debugging to table writing

2020-06-25 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 35/43] x86: Add debugging to table writing > > Writing tables is currently pretty opaque. Add a bit of debugging to the > process so we can see what tables are written and where they start/end in >

[PATCH v1 35/43] x86: Add debugging to table writing

2020-06-14 Thread Simon Glass
Writing tables is currently pretty opaque. Add a bit of debugging to the process so we can see what tables are written and where they start/end in memory. Signed-off-by: Simon Glass --- arch/x86/lib/tables.c | 38 -- 1 file changed, 28 insertions(+), 10