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

2020-06-10 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH 20/22] x86: mtrr: Restructure so command execution is in one > place > > 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

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

2020-05-21 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 --- cmd/x86/mtrr.c | 55 +-