Re: [U-Boot] [PATCH v3 05/12] x86: rtc: mc146818: Add helpers to read/write CMOS RAM

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass s...@chromium.org wrote: On x86 we use CMOS RAM to read and write some settings. Add basic support for this, including access to registers 128-255. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Adjust functions to remain

[U-Boot] [PATCH v3 05/12] x86: rtc: mc146818: Add helpers to read/write CMOS RAM

2015-01-19 Thread Simon Glass
On x86 we use CMOS RAM to read and write some settings. Add basic support for this, including access to registers 128-255. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Adjust functions to remain compatible with other RTC drivers Changes in v2: - Adjust the mc146818 driver