* cb_timestamps.c: Add new time stamp descriptions
@ 2015-05-15 15:43 Paul Menzel
2015-05-15 20:11 ` [PATCH v2] " Paul Menzel
0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2015-05-15 15:43 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 1418 bytes --]
Date: Fri, 15 May 2015 17:35:00 +0200
Add the descriptions of the “core”, that means no vendorcode or payload,
coreboot time stamps added up to coreboot commit a7d92441 (timestamps:
You can never have enough of them!) [1].
Running `cbtime` in the GRUB command line interface now shows
descriptions for all time stamps again on the ASRock E350M1.
[1] http://review.coreboot.org/9608
---
grub-core/commands/i386/coreboot/cb_timestamps.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/grub-core/commands/i386/coreboot/cb_timestamps.c b/grub-core/commands/i386/coreboot/cb_timestamps.c
index 07fbb02..e72f38d 100644
--- a/grub-core/commands/i386/coreboot/cb_timestamps.c
+++ b/grub-core/commands/i386/coreboot/cb_timestamps.c
@@ -39,9 +39,17 @@ static const char *descs[] = {
[2] = "before RAM init",
[3] = "after RAM init",
[4] = "end of romstage",
+ [5] = "start of verified boot",
+ [6] = "end of verified boot",
[8] = "start of RAM copy",
[9] = "end of RAM copy",
[10] = "start of ramstage",
+ [11] = "start of bootblock",
+ [12] = "end of bootblock",
+ [13] = "starting to load romstage",
+ [14] = "finished loading romstage",
+ [15] = "starting LZMA decompress (ignore for x86)",
+ [16] = "finished LZMA decompress (ignore for x86)",
[30] = "device enumerate",
[40] = "device configure",
[50] = "device enable",
--
2.1.4
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v2] cb_timestamps.c: Add new time stamp descriptions
2015-05-15 15:43 cb_timestamps.c: Add new time stamp descriptions Paul Menzel
@ 2015-05-15 20:11 ` Paul Menzel
2015-05-19 17:29 ` Andrei Borzenkov
0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2015-05-15 20:11 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 1479 bytes --]
Date: Fri, 15 May 2015 17:35:00 +0200
Add the descriptions of the “core”, that means no vendorcode or payload,
coreboot time stamps added up to coreboot commit a7d92441 (timestamps:
You can never have enough of them!) [1].
Running `coreboot_boottime` in the GRUB command line interface now shows
descriptions for all time stamps again on the ASRock E350M1.
[1] http://review.coreboot.org/9608
---
v1 → v2: Correct command `coreboot_boottime`
grub-core/commands/i386/coreboot/cb_timestamps.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/grub-core/commands/i386/coreboot/cb_timestamps.c b/grub-core/commands/i386/coreboot/cb_timestamps.c
index 07fbb02..e72f38d 100644
--- a/grub-core/commands/i386/coreboot/cb_timestamps.c
+++ b/grub-core/commands/i386/coreboot/cb_timestamps.c
@@ -39,9 +39,17 @@ static const char *descs[] = {
[2] = "before RAM init",
[3] = "after RAM init",
[4] = "end of romstage",
+ [5] = "start of verified boot",
+ [6] = "end of verified boot",
[8] = "start of RAM copy",
[9] = "end of RAM copy",
[10] = "start of ramstage",
+ [11] = "start of bootblock",
+ [12] = "end of bootblock",
+ [13] = "starting to load romstage",
+ [14] = "finished loading romstage",
+ [15] = "starting LZMA decompress (ignore for x86)",
+ [16] = "finished LZMA decompress (ignore for x86)",
[30] = "device enumerate",
[40] = "device configure",
[50] = "device enable",
--
2.1.4
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] cb_timestamps.c: Add new time stamp descriptions
2015-05-15 20:11 ` [PATCH v2] " Paul Menzel
@ 2015-05-19 17:29 ` Andrei Borzenkov
0 siblings, 0 replies; 3+ messages in thread
From: Andrei Borzenkov @ 2015-05-19 17:29 UTC (permalink / raw)
To: Paul Menzel; +Cc: grub-devel
[-- Attachment #1: Type: text/plain, Size: 1654 bytes --]
В Fri, 15 May 2015 22:11:54 +0200
Paul Menzel <paulepanter@users.sourceforge.net> пишет:
> Date: Fri, 15 May 2015 17:35:00 +0200
>
> Add the descriptions of the “core”, that means no vendorcode or payload,
> coreboot time stamps added up to coreboot commit a7d92441 (timestamps:
> You can never have enough of them!) [1].
>
> Running `coreboot_boottime` in the GRUB command line interface now shows
> descriptions for all time stamps again on the ASRock E350M1.
>
> [1] http://review.coreboot.org/9608
> ---
> v1 → v2: Correct command `coreboot_boottime`
>
> grub-core/commands/i386/coreboot/cb_timestamps.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/grub-core/commands/i386/coreboot/cb_timestamps.c b/grub-core/commands/i386/coreboot/cb_timestamps.c
> index 07fbb02..e72f38d 100644
> --- a/grub-core/commands/i386/coreboot/cb_timestamps.c
> +++ b/grub-core/commands/i386/coreboot/cb_timestamps.c
> @@ -39,9 +39,17 @@ static const char *descs[] = {
> [2] = "before RAM init",
> [3] = "after RAM init",
> [4] = "end of romstage",
> + [5] = "start of verified boot",
> + [6] = "end of verified boot",
> [8] = "start of RAM copy",
> [9] = "end of RAM copy",
> [10] = "start of ramstage",
> + [11] = "start of bootblock",
> + [12] = "end of bootblock",
> + [13] = "starting to load romstage",
> + [14] = "finished loading romstage",
> + [15] = "starting LZMA decompress (ignore for x86)",
> + [16] = "finished LZMA decompress (ignore for x86)",
> [30] = "device enumerate",
> [40] = "device configure",
> [50] = "device enable",
applied.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-19 17:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15 15:43 cb_timestamps.c: Add new time stamp descriptions Paul Menzel
2015-05-15 20:11 ` [PATCH v2] " Paul Menzel
2015-05-19 17:29 ` Andrei Borzenkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).