On Mon, Jun 15, 2020 at 11:58 AM Simon Glass <s...@chromium.org> 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 <s...@chromium.org> > --- > > arch/x86/lib/tables.c | 38 ++++++++++++++++++++++++++++---------- > 1 file changed, 28 insertions(+), 10 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>