commit | cf2003003c952481d6951e51c6057b8efeba4e5b | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Apr 21 07:24:39 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 17 17:11:46 2017 +0800 |
tree | 128283fa731adc8dcb392eb893826b3275860746 | |
parent | 39f8b08886a708d1a622665004c32f13a45fd425 [diff] |
x86: fsp: Save stack address to CMOS for next S3 boot At the end of pre-relocation phase, save the new stack address to CMOS and use it as the stack on next S3 boot for fsp_init() continuation function. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stefan Roese <sr@denx.de>