http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
66dcd22
)
Check that serial port init actually happens
author
Michael Brown
<mcb30@etherboot.org>
Fri, 1 Sep 2006 00:26:32 +0000
(
00:26
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 1 Sep 2006 00:26:32 +0000
(
00:26
+0000)
src/core/serial.c
patch
|
blob
|
history
diff --git
a/src/core/serial.c
b/src/core/serial.c
index
6383a48
..
d082748
100644
(file)
--- a/
src/core/serial.c
+++ b/
src/core/serial.c
@@
-149,6
+149,8
@@
static void serial_init ( void ) {
int status;
int divisor, lcs;
int status;
int divisor, lcs;
+ DBG ( "Serial port %#x initialising\n", UART_BASE );
+
divisor = COMBRD;
lcs = UART_LCS;
divisor = COMBRD;
lcs = UART_LCS;