[U-Boot] [PATCH v2 11/22] x86: Add an early CMOS access library

Bin Meng bmeng.cn at gmail.com
Wed Apr 26 07:34:51 UTC 2017


On Fri, Apr 21, 2017 at 10:24 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  arch/x86/include/asm/early_cmos.h | 43 +++++++++++++++++++++++++++++++++
>  arch/x86/lib/Makefile             |  1 +
>  arch/x86/lib/early_cmos.c         | 51 +++++++++++++++++++++++++++++++++++++++
>  3 files changed, 95 insertions(+)
>  create mode 100644 arch/x86/include/asm/early_cmos.h
>  create mode 100644 arch/x86/lib/early_cmos.c
>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list