console: support integrated 7-segment displays for POST codes
authorChristoph Grenz <christophg+cb@grenz-bonn.de>
Sun, 18 Sep 2011 20:54:51 +0000 (22:54 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Sun, 23 Oct 2011 15:25:04 +0000 (17:25 +0200)
commit5cfd583c5c2d803dd240768ec343b5a95f42c785
tree7979e24a9b468c1182bf26ca55a5409747764bf8
parentf3b0500050050e4f103e42fdcf111af232fa874b
console: support integrated 7-segment displays for POST codes

Add a configuration option POST_PORT which defaults to 0x80 and
can be redefined by boards which have integrated POST displays
on another I/O port. Change post.c to output POST codes to this
port instead of 0x80 hardcoded.

Change-Id: I8f8e820f8c75641b35e7249bf622b63a3604b9f3
Signed-off-by: Christoph Grenz <christophg+cb@grenz-bonn.de>
Reviewed-on: http://review.coreboot.org/221
Tested-by: build bot (Jenkins)
Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/console/Kconfig
src/console/post.c