2008-07-21 Till Straumann <strauman@slac.stanford.edu>

* console/consolelite.c: use base address from RTEMS_XPARAMETERS_H
	rather than hardcoded hex number.
This commit is contained in:
Till Straumann
2008-07-22 05:30:21 +00:00
parent 13512ec229
commit c607d50e70
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
* console/consolelite.c: use base address from RTEMS_XPARAMETERS_H
rather than hardcoded hex number.
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization

View File

@@ -23,6 +23,7 @@
#include <libchip/serial.h>
#include <libchip/sersupp.h>
#include RTEMS_XPARAMETERS_H
/* Status Register Masks */
#define PARITY_ERROR 0x80 /* Parity Error */
@@ -260,7 +261,7 @@ console_tbl Console_Port_Tbl[] = {
16, /* ulMargin */
8, /* ulHysteresis */
(void *) NULL, /* NULL */ /* pDeviceParams */
0x40600000, /* ulCtrlPort1 */
STDIN_BASEADDRESS, /* ulCtrlPort1 */
0, /* ulCtrlPort2 */
0, /* ulDataPort */
NULL, /* getRegister */