]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Add debugging to table writing
authorSimon Glass <sjg@chromium.org>
Fri, 17 Jul 2020 03:22:31 +0000 (21:22 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commitb336a2b8f61ace1181e114f445322c02b16bd373
tree92ed8c95069a885ff579490abbec9de3ea0b6da6
parentb95611f67e709f8c98c1a31714dc941d436c0d5c
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
memory.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
arch/x86/lib/tables.c