Re: [PATCH v3 14/17] coreboot: Move timestamp parsing to generic place

2025-04-28 Thread Tom Rini
On Mon, Apr 28, 2025 at 12:24:21PM -0700, Stephen Boyd wrote: > Move the timestamp code out of x86/cpu/coreboot to lib/coreboot and make > it generic. This lets us migrate the timestamp table from coreboot into > U-Boot's version of boot stage timing and use it on ARM based devices. > --- You mis

[PATCH v3 14/17] coreboot: Move timestamp parsing to generic place

2025-04-28 Thread Stephen Boyd
Move the timestamp code out of x86/cpu/coreboot to lib/coreboot and make it generic. This lets us migrate the timestamp table from coreboot into U-Boot's version of boot stage timing and use it on ARM based devices. --- arch/x86/cpu/coreboot/Makefile | 1 - arch/x86/cpu/coreb