commit | 39f8b08886a708d1a622665004c32f13a45fd425 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Apr 21 07:24:38 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 17 17:11:46 2017 +0800 |
tree | 385e28c34a46e6232048baf91996e85923674468 | |
parent | 710d2159ed9eaf93c8b436d35ca01761b388fd00 [diff] |
x86: Add an early CMOS access library This adds a library that provides CMOS (inside RTC SRAM) access at a very early stage when driver model is not available yet. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stefan Roese <sr@denx.de>