mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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>
|
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
#include <libchip/serial.h>
|
#include <libchip/serial.h>
|
||||||
#include <libchip/sersupp.h>
|
#include <libchip/sersupp.h>
|
||||||
|
|
||||||
|
#include RTEMS_XPARAMETERS_H
|
||||||
|
|
||||||
/* Status Register Masks */
|
/* Status Register Masks */
|
||||||
#define PARITY_ERROR 0x80 /* Parity Error */
|
#define PARITY_ERROR 0x80 /* Parity Error */
|
||||||
@@ -260,7 +261,7 @@ console_tbl Console_Port_Tbl[] = {
|
|||||||
16, /* ulMargin */
|
16, /* ulMargin */
|
||||||
8, /* ulHysteresis */
|
8, /* ulHysteresis */
|
||||||
(void *) NULL, /* NULL */ /* pDeviceParams */
|
(void *) NULL, /* NULL */ /* pDeviceParams */
|
||||||
0x40600000, /* ulCtrlPort1 */
|
STDIN_BASEADDRESS, /* ulCtrlPort1 */
|
||||||
0, /* ulCtrlPort2 */
|
0, /* ulCtrlPort2 */
|
||||||
0, /* ulDataPort */
|
0, /* ulDataPort */
|
||||||
NULL, /* getRegister */
|
NULL, /* getRegister */
|
||||||
|
|||||||
Reference in New Issue
Block a user