[Bug 1953] New: sparc64: do not use NULL as console sDeviceName

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Sun Nov 6 19:57:21 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1953

           Summary: sparc64: do not use NULL as console sDeviceName
           Product: RTEMS
           Version: HEAD
          Platform: sparc64
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: bsps
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: gedare at rtems.org


Created attachment 1367
  --> https://www.rtems.org/bugzilla/attachment.cgi?id=1367
Add sDeviceName for console port

With the current shared console.c code, a BSP cannot leave sDeviceName as NULL
nor specify "/dev/console" as the (primary) console's sDeviceName. This patch
changes the name so that console initialization succeeds.

Other BSPs that are probably broken:
arm/rtl22xx/console/uart.c:73:        "/dev/console",
arm/csb337/console/uarts.c:96:    "/dev/console",
arm/gumstix/console/uarts.c:45:        "/dev/console",

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list