[U-Boot] [PATCH 2/5] efi_loader: remove unused efi_get_time_init()
Heinrich Schuchardt
xypron.glpk at gmx.de
Wed Jul 4 19:02:52 UTC 2018
On 07/04/2018 05:15 PM, Alexander Graf wrote:
> On 06/30/2018 04:52 AM, Heinrich Schuchardt wrote:
>> Remove unused function efi_get_time_init().
>>
>> Initialization of the RTC has to be done in board bring up not in the EFI
>> subsystem.
>>
>> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
>
> Are there no EFI objects for RTC devices? These would have to get
> initialized from efi_init_obj_list().
I am not aware of any EFI object relating to real time clocks. The RTC
is only accessed via the runtime services. See the UEFI spec.
Best regards
Heinrich
More information about the U-Boot
mailing list