commit | f66fb3060c066b17c00d941df5d984909d4b1b9c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 16 21:22:31 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 17 14:32:24 2020 +0800 |
tree | 92ed8c95069a885ff579490abbec9de3ea0b6da6 | |
parent | d89f1937fa0d724237d7d5fdea277ee9f2c5474d [diff] |
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>