commit | a9a4426ec9f503bde65b6ed974d7c4fb51293358 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 29 22:25:59 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 30 16:13:38 2015 -0600 |
tree | cbfda1472f00b123b6dd7872deedac0fc381612c | |
parent | 98d7e98cb801f8186a982c123a3d664f2d806a07 [diff] |
x86: Add multi-processor init Most modern x86 CPUs include more than one CPU core. The OS normally requires that these 'Application Processors' (APs) be brought up by the boot loader. Add the required support to U-Boot to init additional APs. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>