Re: [PATCH v2 22/25] x86: mtrr: Restructure so command execution is in one place

2020-06-28 Thread Bin Meng
On Mon, Jun 15, 2020 at 1:00 AM Simon Glass wrote: > > At present do_mtrr() does the 'list' subcommand at the top and the rest > below. Update it to do them all in the same place so we can (in a later > patch) add parsing of the CPU number for all subcommands. > > Signed-off-by: Simon Glass > Rev

[PATCH v2 22/25] x86: mtrr: Restructure so command execution is in one place

2020-06-14 Thread Simon Glass
At present do_mtrr() does the 'list' subcommand at the top and the rest below. Update it to do them all in the same place so we can (in a later patch) add parsing of the CPU number for all subcommands. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) cmd/x86/