View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001260 | UBoot | Serial Driver/Interface | public | 2012-08-22 17:25 | 2012-09-26 14:38 |
Reporter | Keller | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | armStoneA8-V1.1 | ||||
Target Version | fss5pv210-V2.0 | Fixed in Version | fss5pv210-V2.0 | ||
Summary | 0001260: Allow different serial debug ports depending on board type | ||||
Description | Up to now we had different U-Boot images for different boards. The debug port used for serial output was a fix setting in the U-Boot configuration. Starting with V2.0, we have U-Boot binaries that can be used on different boards with the same MCU, e.g. one binary for PicoMOD6 and PicoCOM3, one binary for armStoneA8, PicoMOD7A and NetDCU14. So the debug port must be dynamically set depending on the actual board currently running. The information of the debug port can be taken from the nboot_args structure that is passed from NBoot to U-Boot starting with NBoot V12. But it also has to be passed to the Linux Kernel, for example by a dynamic setting of the bootargs variable. And also the zImage decompressor code needs this information. | ||||
Forum Link | |||||