Opened 3 years ago
Closed 3 years ago
#152 closed defect (fixed)
v3 Geode cs5536 UART2 wrongly configured
| Reported by: | edwin_beasant@… | Owned by: | hailfinger |
|---|---|---|---|
| Priority: | major | Milestone: | Going mainstream |
| Component: | coreboot | Keywords: | serial com2 geode cs5536 |
| Cc: | edwin_beasant@… | Dependencies: | |
| Patch Status: | patch has been committed |
Description
The UART2 on the AMD cs5536 is incorrectly configured in two places in v3 code and also in v2.
GPIO lines 4 and 3 are swapped and also incorrectly put in IR mode receive (compound fault).
This patch corrects the v3 late configuration and the v3 and v2 early (stage1/cache as ram) mis-configuration of UART2 to addres 0x3f8 not the standard 0x2f8 for COM2.
Attachments (2)
Change History (6)
Changed 3 years ago by edwin_beasant@…
comment:1 Changed 3 years ago by stepan
- Owner changed from somebody to carldani
comment:2 Changed 3 years ago by oxygene
- Patch Status changed from patch needs review to patch is ready to be committed
Patch for v2 committed in r5074
comment:3 Changed 3 years ago by stepan
- Owner changed from carldani to hailfinger
comment:4 Changed 3 years ago by uwe
- Patch Status changed from patch is ready to be committed to patch has been committed
- Resolution set to fixed
- Status changed from new to closed
Patch was comitted for v2, and v3 is obsolete now, so closing the issue.
Note: See
TracTickets for help on using
tickets.

Patch to correct v3 COM2 cs5536 Geode problems