View Issue Details

IDProjectCategoryView StatusLast Update
0001273UBootSerial Driver/Interfacepublic2014-01-28 11:32
ReporterKeller Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionarmStoneA8-V1.1 
Target Versionfss5pv210-V2.0Fixed in Versionfss5pv210-V2.0 
Summary0001273: Improve serial driver for S3C64XX to allow CONFIG_SERIAL_MULTI
DescriptionCurrently the serial driver for S3C64xx can only support one fix serial port. To support PicoCOM3 and PicoMOD6 with one U-Boot binary, this must be settable at runtime. When doing this change, we can also improve the driver to support more than one serial line at a time (CONFIG_SERIAL_MULTI).
Forum Link

Activities

Keller

2012-08-24 17:55

manager   ~0000779

Change the serial driver for S3C64XX to work similar to the S5P driver. This allows setting the default serial port in a board-specific function default_serial_console() and we now can set CONFIG_SERIAL_MULTI to have more than one serial line at a time.