Opened on 09/20/11 at 12:57:24
Closed on 10/18/11 at 17:41:38
#1917 closed defect (fixed)
dynamic tables for libchip serial drivers
Reported by: | Jennifer Averett | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 4.11 |
Component: | bsps | Version: | 4.11 |
Severity: | normal | Keywords: | |
Cc: | sebastian.huber@… | Blocked By: | |
Blocking: |
Description
The libchip serial drivers force bsps to define all chips/ports up front in a static table. The attached patch allows you to probe and dynamically insert entries. This allows for the addition of daughter cards, or other boards to be defined for a system by the application and not corrupt the bsp. This patch is rather large due to the fact that it touches all bsps that use the libchip style serial drivers. However, it is just the same modifications across many bsps.
Note: there are subsequent additions for two different types of multi-port cards that depend on this.
Attachments (2)
Change History (7)
Changed on 09/20/11 at 12:57:24 by Jennifer Averett
Attachment: | Console-Patch.txt added |
---|
comment:1 Changed on 09/20/11 at 14:22:47 by Sebastian Huber
Cc: | Sebastian Huber added |
---|
comment:2 Changed on 09/30/11 at 18:53:18 by Jennifer Averett
blocked: | → 1925 |
---|
Changed on 10/11/11 at 13:13:11 by Jennifer Averett
Attachment: | Console-Patch_v1.txt added |
---|
Adds dynamic tables for libchip serial drivers
comment:3 Changed on 10/11/11 at 13:13:11 by Jennifer Averett
attachments.isobsolete: | 0 → 1 |
---|
comment:4 Changed on 10/18/11 at 17:41:38 by Jennifer Averett
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied patch to head.
comment:5 Changed on 11/24/14 at 18:58:28 by Gedare Bloom
Version: | HEAD → 4.11 |
---|
Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11
Adds dynamic tables for libchip serial drivers