Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

rtc.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Simon Glass's avatar
      dd18e5d8
      dm: rtc: sandbox: Add an emulated I2C RTC device · dd18e5d8
      Simon Glass authored
      
      Add a sandbox I2C emulation device which emulates a real-time clock. The
      clock works off an offset from the current system time, and supports setting
      and getting the clock, as well as access to byte-width regisers in the RTC.
      It does not support changing the system time.
      
      This device can be used for testing the 'date' command on sandbox, as well
      as the RTC uclass.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      dd18e5d8
      History
      dm: rtc: sandbox: Add an emulated I2C RTC device
      Simon Glass authored
      
      Add a sandbox I2C emulation device which emulates a real-time clock. The
      clock works off an offset from the current system time, and supports setting
      and getting the clock, as well as access to byte-width regisers in the RTC.
      It does not support changing the system time.
      
      This device can be used for testing the 'date' command on sandbox, as well
      as the RTC uclass.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>