Changeset 5671


Ignore:
Timestamp:
10/05/09 18:32:03 (4 years ago)
Author:
werner
Message:
  • ECN0002: added software impact and promoted to "Discuss"
Location:
trunk/gta02-core/docs/ecn
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gta02-core/docs/ecn/STATUS

    r5665 r5671  
    22------- ------- --------------------------------------------------------------- 
    330001    Edit    Remove Glamo (U1801) 
    4 0002    Edit    Remove NOR (U2501) 
     40002    Discuss Remove NOR (U2501) 
    550003    Done    Remove SHUTDOWN net and connect PMU.SHUTDOWN directly to GND 
    660004    Done    Remove R1767 and R1768 and connect all PMU.EXTONx to R1766 
  • trunk/gta02-core/docs/ecn/ecn0002.txt

    r5670 r5671  
    99of the Openmoko GTA02 schematics) remains for the NAND in the CPU. 
    1010 
    11 To do: 
    12 - software impact of not having NOR on Qi and kernel 
     11Software impact: Qi must pass an "mtdparts=" parameter without the 
     12"physmap-flash" entry and the kernel must not register a NOR device 
     13(arch/arm/mach-s3c2442/mach-gta02.c:gta02_devices). 
     14 
     15On the Linux side, the absence of NOR means that the MTD device numbers 
     16change. However, if we assume a legacy-free configuration (i.e., no 
     17u-boot), the partition layout changes anyway, and only a single Qi 
     18partition is needed for now. (Later, "factory" data may be stored as 
     19well.) 
    1320 
    1421 
Note: See TracChangeset for help on using the changeset viewer.