]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Update the timestamp code to use sysinfo
authorSimon Glass <sjg@chromium.org>
Wed, 28 Aug 2024 20:13:53 +0000 (14:13 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:21 +0000 (14:10 -0600)
commit734b0cbbca62a70d5a7c40d17fc45eb6cf1298ea
tree3f609eb1fdc7bb5a327deb4de4e31750e2eaa1f3
parentc4e582654a94fc085196464ebe409ce7f89739f6
x86: coreboot: Update the timestamp code to use sysinfo

Rather than using a special variable, get the timestamp info from the
coreboot sysinfo struct. Return a proper error as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/timestamp.c