22 Jan, 2014

7 commits


21 Jan, 2014

4 commits

  • Signed-off-by: Tom Rini

    Tom Rini
     
  • The change to add 64bit initrd support broke 32bit initrd support as it
    always set 64bits worth of data into the properties, even on 32bit
    systems. The fix is to use addr_cell_len (which already says how much
    data is in 'tmp') to set the property, rather than always setting 8.
    Thanks to Stephen Warren for pointing out the fix here.

    Reported-by: Otavio Salvador
    Signed-off-by: Tom Rini

    Tom Rini
     
  • My original intention was to have a 100ms timeout. However, the timer
    operations used return values in ms not us, so we ended up with a 100s
    timeout instead. Fixing this exposes that some operations need longer
    to operate than 100ms, so bump the timeout up to a whole second.

    Reported-by: Andre Heider
    Reviewed-by: Andre Heider
    Signed-off-by: Stephen Warren

    Stephen Warren
     
  • Send RPC commands to the VideoCore to turn on the SDHCI and USB modules.
    For SDHCI this isn't needed in practice, since the firmware already
    turned on the power in order to load U-Boot. However, it's best to be
    explicit. For USB, this is necessary, since the module isn't powered
    otherwise. This will allow the kernel USB driver to work.

    Signed-off-by: Stephen Warren

    Stephen Warren
     

20 Jan, 2014

10 commits


18 Jan, 2014

1 commit


17 Jan, 2014

8 commits


16 Jan, 2014

6 commits


15 Jan, 2014

4 commits