1. 01 1月, 2016 2 次提交
  2. 26 9月, 2014 1 次提交
  3. 25 2月, 2014 1 次提交
  4. 03 1月, 2014 1 次提交
  5. 30 5月, 2013 1 次提交
    • S
      ARM: bcm2835: defconfig updates · c321e716
      Stephen Warren 提交于
      Enable CONFIG_LEDS_GPIO and all options required to enable it, or make
      the option useful.
      
      Enable the simple framebuffer driver, fbconsole, and VT support.
      
      This patch also regenerated bcm2835_defconfig, which removes two HW_RANDOM
      entries, since they're enabled by default.
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      c321e716
  6. 03 4月, 2013 1 次提交
  7. 13 3月, 2013 1 次提交
    • S
      ARM: bcm2835: convert to multi-platform · f1ac922d
      Stephen Warren 提交于
      This allows BCM2835 be included in a kernel build that supports multiple
      SoCs at once, which is useful for distro kernels.
      
      This change:
      * Moves bcm2835's debug-macro.S into ARM's include/debug/, and hooks it
        into the relevant menu.
      * Moves bcm2835's Kconfig into its own directory, as seems typical for
        multi-platform conversions.
      * Removes bcm2835_soc.h, and moves the content to the files where it was
        used; just one usage per define.
      * Deletes some headers and Makefile.boot that aren't needed now that we
        support multi-platform.
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      f1ac922d
  8. 15 1月, 2013 1 次提交
    • S
      ARM: bcm2835: defconfig updates · d1dc7c6c
      Stephen Warren 提交于
      Now that we have an SDHCI driver, enable the block layer, and common
      filesystems; MSDOS/VFAT for the SoC-required firmware partition, ext2/3/4
      for a root partition.
      
      Add tmpfs, NFS, file locking, file notify, networking, and NLS to support
      distro expectations.
      
      Enable GPIO_SYSFS to allow GPIO twiddling from user-space; likely a
      common activity on this hardware.
      
      Enable I2C.
      
      Remove bogus CONFIG_DEFAULT_MMAP_MIN_ADDR so that applications running as
      non-root actually work; without this, execve() immediately triggers
      SIGKILL. This setting was sourced from some downstream defconfig early
      during upstream Raspberry Pi support development.
      
      Other non-semantic diffs due to rebuilding defconfig using the latest
      Kconfig defaults etc.
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      d1dc7c6c
  9. 28 10月, 2012 1 次提交
  10. 20 9月, 2012 1 次提交