From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Thu, 25 Jun 2020 14:46:27 +0200 Subject: [PATCH v1 35/43] x86: Add debugging to table writing In-Reply-To: <20200614215726.v1.35.I7759eca88ecdfe2cab1769ab2c28828f5b026012@changeid> References: <20200614215726.v1.35.I7759eca88ecdfe2cab1769ab2c28828f5b026012@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > memory. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/tables.c | 38 ++++++++++++++++++++++++++++---------- > 1 file changed, 28 insertions(+), 10 deletions(-) Reviewed-by: Wolfgang Wallner