View Issue Details

IDProjectCategoryView StatusLast Update
0001259UBootU-Bootpublic2014-01-28 11:31
ReporterKeller Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionarmStoneA8-V1.1 
Target Versionfss5pv210-V2.0Fixed in Versionfss5pv210-V2.0 
Summary0001259: Combine PicoCOM3 and PicoMOD6 to a common S3C64XX platform
DescriptionCurrently PicoCOM3 and PicoMOD6 need different U-Boot binaries. Combine them to a common fss3c64xx platform to allow a single binary image to be used on both boards. This involves dynamic configuration of some things (e.g. prompt string, RAM size, etc.) depending on the board type. Some of this information can be taken from the nboot_args structure that is passed from NBoot to U-Boot starting with NBoot V12.
Forum Link

Activities

Keller

2012-08-24 18:38

manager   ~0000780

Collapse board/F+S/picocom3 and board/F+S/picomod6 to a new platform board/F+S/fss3c64xx. In the same spirit, combine include/configs/picocom3.h and include/configs/picomod6.h to form the new file include/configs/fss3c64xx.h. This also requires changes in boards.cfg.

Change the new platform so that it behaves as similar as possible to the S5P platform. This requires at least NBoot V12, because we need the nboot_args that are not passed to U-Boot in earlier versions of NBoot.