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

2017-04-26 Thread Bin Meng
On Fri, Apr 21, 2017 at 10:24 PM, Bin Meng 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 > Reviewed-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/include/asm/early

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

2017-04-21 Thread Bin Meng
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 Reviewed-by: Simon Glass --- Changes in v2: None arch/x86/include/asm/early_cmos.h | 43 + arch/x86/lib/Makefil