1. 14 2月, 2008 1 次提交
  2. 08 2月, 2008 1 次提交
  3. 07 2月, 2008 16 次提交
  4. 06 2月, 2008 8 次提交
  5. 30 1月, 2008 2 次提交
  6. 29 1月, 2008 3 次提交
  7. 28 1月, 2008 2 次提交
  8. 27 1月, 2008 1 次提交
    • G
      [POWERPC] Efika: prune fixups and make them more carefull · 94d2dde7
      Grant Likely 提交于
      Prune back Efika fixups to only include changes that are actually required
      to get a working system.  Most of the drivers can accept the compatible
      properties, even if they don't match the what is recommented in the generic
      names recommended practice document.
      
      This patch also adds extra checks so that fixups are not performed blindly.
      Instead, the code first verifies that the device tree is faulty before
      making any changes.  This way, if the Efika firmware is updated to fix
      these issues, then the fixups will no longer get applied.
      
      At this point; here is the list of fixups needed for the efika:
      1. If the device_type property on the root node is 'chrp', then Linux won't
         boot.  Change device_type to 'efika' to avoid this condition
      2. Add full interrupt list to the bestcomm node.  In actual fact, the
         bestcomm interrupts property is technically correct, it just doesn't
         expose the same granularity as the device driver expects.  All other
         5200 device trees provide a separate irq number for each bestcomm
         channel.  Rather than hack the driver, it's simpler to fix it up
      3. /builtin/sound node is missing an interrupts property
      4. /builtin/ethernet node is missing a phy-handle property and the
         device driver doesn't know what to do without one.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      94d2dde7
  9. 25 1月, 2008 6 次提交