coreboot-kgpe-d16/src/arch/x86/lib
Stefan Reinauer 73307e0917 Add stage information to coreboot banner
As a convenience, print the actual stage name when entering a stage.
Also unify the banner between bootblock / romstage and ramstage. No
reason for two different occurences.

Instead of this:

coreboot-4.0 Tue May 13 14:13:37 PDT 2014 starting...
[..]
coreboot-4.0 Tue May 13 14:13:37 PDT 2014 starting...
[..]
coreboot-4.0 Tue May 13 14:13:37 PDT 2014 booting...

you will see this:

coreboot-4.0 Tue May 13 14:13:37 PDT 2014 bootblock starting...
[..]
coreboot-4.0 Tue May 13 14:13:37 PDT 2014 romstage starting...
[..]
coreboot-4.0 Tue May 13 14:13:37 PDT 2014 ramstage starting...

Roughly based on: https://chromium-review.googlesource.com/199671

Change-Id: Id5894535e0551d113c80e4ff0514287391be1bef
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: http://review.coreboot.org/8578
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
2015-03-04 19:46:25 +01:00
..
c_start.S console: Add console for GDB 2014-05-26 10:52:16 +02:00
cbfs_and_run.c coreboot: infrastructure for different ramstage loaders 2014-02-15 18:39:29 +01:00
cpu.c arch: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:34 +02:00
ebda.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
exception.c console: Add console for GDB 2014-05-26 10:52:16 +02:00
id.inc Add coreboot version to id area 2012-01-18 11:22:06 +01:00
id.lds Don't use 64-bit constant 0x100000000 in linker scripts 2012-06-21 08:05:31 +02:00
ioapic.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
Makefile.inc timestamps: Switch from tsc_t to uint64_t 2015-01-05 22:21:49 +01:00
memcpy.c x86 memcpy: Copy 4 bytes at once 2012-11-08 19:40:26 +01:00
memmove.c x86: Add and enable an arch verson of memmove. 2013-07-14 20:35:24 +02:00
memset.c Add native memset() function on x86 2012-03-30 00:57:24 +02:00
pci_ops_conf1.c Clean up #ifs 2012-05-08 00:34:34 +02:00
pci_ops_mmconf.c x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
rom_media.c Extend CBFS to support arbitrary ROM source media. 2013-01-30 17:58:32 +01:00
romcc_console.c Add stage information to coreboot banner 2015-03-04 19:46:25 +01:00
stages.c arch: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:34 +02:00
thread.c Possible thread stack implementation. 2014-08-07 23:55:15 +02:00
thread_switch.S x86: add thread support 2013-05-14 05:24:18 +02:00
timestamp.c timestamps: Switch from tsc_t to uint64_t 2015-01-05 22:21:49 +01:00
walkcbfs.S Refactor usage of walkcbfs to permit access to CBFS headers 2013-12-09 19:56:57 +01:00