Skip to content
Snippets Groups Projects
  1. Jul 18, 2014
  2. Jan 20, 2014
    • Stephen Warren's avatar
      ARM: rpi_b: power on SDHCI and USB HW modules · f66f2aa2
      Stephen Warren authored
      
      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: default avatarStephen Warren <swarren@wwwdotorg.org>
      f66f2aa2
  3. Jun 05, 2013
  4. Mar 20, 2013
    • Stephen Warren's avatar
      ARM: rpi_b: enable SD controller, add related env/cmds · 131a1e60
      Stephen Warren authored
      
      Enable the SD controller driver for the Raspberry Pi. Enable a number
      of useful MMC, partition, and filesystem-related commands. Set up the
      environment to provide standard locations for loading a kernel, DTB,
      etc. Provide a boot command that loads and executes boot.scr.uimg from
      the SD card; this is written considering future extensibilty to USB
      storage.
      
      Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
      131a1e60
    • Stephen Warren's avatar
      ARM: rpi_b: use bcm2835 mbox driver to get memory size · 3f397782
      Stephen Warren authored
      
      The firmware running on the bcm2835 SoC's VideoCore CPU determines how
      much of the system RAM is available for use by the ARM CPU. Previously,
      U-Boot assumed that only 128MB was available, since this was the
      smallest value configured by any public firmware. However, we can now
      query the actual value at run-time from the firmware using the mbox
      property protocol.
      
      Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
      3f397782
  5. Sep 01, 2012
  6. Sep 30, 2011
  7. Apr 13, 2010
  8. Apr 18, 2004
  9. Dec 14, 2000
  10. Nov 12, 2000
Loading