]> Git Repo - J-u-boot.git/commit
x86: mtrr: Restructure so command execution is in one place
authorSimon Glass <[email protected]>
Fri, 17 Jul 2020 14:48:28 +0000 (08:48 -0600)
committerBin Meng <[email protected]>
Mon, 20 Jul 2020 01:46:48 +0000 (09:46 +0800)
commitb2a76b3fe75a24eb4dafe32eebd8a3c98ad18354
treecfd16835bce148643db914858b12438e830c4fe3
parente68b12805b65031e06a97a2257f1ad17a1c38ae4
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 so we can (in a later
patch) add parsing of the CPU number for all subcommands.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Wolfgang Wallner <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
cmd/x86/mtrr.c
This page took 0.034696 seconds and 4 git commands to generate.