From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Wed, 10 Jun 2020 15:29:14 +0200 Subject: [PATCH 22/22] x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU In-Reply-To: <20200521202309.22.Idec50b4d6e5e6ba64e7ef591d56c756cadacc4fd@changeid> References: <20200521202309.22.Idec50b4d6e5e6ba64e7ef591d56c756cadacc4fd@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 22/22] x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU > > Update this command so it can list the MTRRs on a selected CPU. If > '-c all' is used, then all CPUs are listed. > > Signed-off-by: Simon Glass > --- > > cmd/x86/mtrr.c | 22 +++++++++++++++++++++- > 1 file changed, 21 insertions(+), 1 deletion(-) Reviewed-by: Wolfgang Wallner