From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YtLxq-0002Tk-A2 for mharc-grub-devel@gnu.org; Fri, 15 May 2015 16:12:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtLxn-0002Sg-7D for grub-devel@gnu.org; Fri, 15 May 2015 16:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtLxk-0003tt-1a for grub-devel@gnu.org; Fri, 15 May 2015 16:12:07 -0400 Received: from mail.gw90.de ([2a01:4f8:100:7463::3]:50580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtLxj-0003tp-RO for grub-devel@gnu.org; Fri, 15 May 2015 16:12:03 -0400 Received: from p5b33639a.dip0.t-ipconnect.de ([91.51.99.154] helo=mattotaupa) by mail.gw90.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YtLxk-0003tJ-B1 for grub-devel@gnu.org; Fri, 15 May 2015 20:12:04 +0000 Message-ID: <1431720714.12985.18.camel@users.sourceforge.net> Subject: [PATCH v2] cb_timestamps.c: Add new time stamp descriptions From: Paul Menzel To: grub-devel@gnu.org Date: Fri, 15 May 2015 22:11:54 +0200 In-Reply-To: <1431704627.3849.168.camel@users.sourceforge.net> References: <1431704627.3849.168.camel@users.sourceforge.net> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-zqIDWXBQnxAlBsi4kG5r" X-Mailer: Evolution 3.12.12-1 Mime-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:100:7463::3 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 20:12:08 -0000 --=-zqIDWXBQnxAlBsi4kG5r Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Date: Fri, 15 May 2015 17:35:00 +0200 Add the descriptions of the =E2=80=9Ccore=E2=80=9D, that means no vendorcod= e 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 =E2=86=92 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/c= ommands/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[] =3D { [2] =3D "before RAM init", [3] =3D "after RAM init", [4] =3D "end of romstage", + [5] =3D "start of verified boot", + [6] =3D "end of verified boot", [8] =3D "start of RAM copy", [9] =3D "end of RAM copy", [10] =3D "start of ramstage", + [11] =3D "start of bootblock", + [12] =3D "end of bootblock", + [13] =3D "starting to load romstage", + [14] =3D "finished loading romstage", + [15] =3D "starting LZMA decompress (ignore for x86)", + [16] =3D "finished LZMA decompress (ignore for x86)", [30] =3D "device enumerate", [40] =3D "device configure", [50] =3D "device enable", --=20 2.1.4 --=-zqIDWXBQnxAlBsi4kG5r Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlVWUxEACgkQPX1aK2wOHVjRYgCZAaR3ACgE0QD9ehO3pwO9rA9Y 6AYAn1n22XlUMIbmE+ndpHQcs32QgKLz =oekv -----END PGP SIGNATURE----- --=-zqIDWXBQnxAlBsi4kG5r--