Skip to content
Snippets Groups Projects
  1. Jun 24, 2016
  2. Jun 20, 2016
    • Hans de Goede's avatar
      sunxi: Add defconfig and dts file for inet86dz board · 3551b24f
      Hans de Goede authored
      
      The inet86dz board is a board used in 7" tablets from various oems.
      
      These tablets are a23 based 7" tablets featuring a 1024x600 LCD,
      512MB RAM, 4G NAND, rtl8188etv usb wifi, gsl1680 touchschreen,
      micro-sd slot, 3.5mm headphone jack and a micro-usb otg connector
      which doubles as charging port.
      
      The dts file this commit adds is identical to the one submitted to
      the upstream kernel.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
      3551b24f
    • Hans de Goede's avatar
      sunxi: Add defconfig and dts file for Polaroid MID2407PXE03 tablet · cd38e3d1
      Hans de Goede authored
      
      The Polaroid MID2407PXE03 is an a23 based 7" tablet based on a M86_MB V2.0
      PCB, featuring a 800x480 LCD, 512MB RAM, 4G NAND, esp8089 wifi, gsl1680
      touchschreen, micro-sd slot, 3.5mm headphone jack and a micro-usb otg
      connector which doubles as charging port.
      
      The dts file is identical to the one submitted to the upstream kernel.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
      cd38e3d1
    • Masahiro Yamada's avatar
      autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c · 41598c82
      Masahiro Yamada authored
      
      Since commit bb597c0e ("common: bootdelay: move CONFIG_BOOTDELAY
      into a Kconfig option"), CONFIG_BOOTDELAY is defined for all boards.
      
      Prior to that commit, it was allowed to unset CONFIG_BOOTDELAY to
      not compile common/autoboot.c, as described in common/Makefile:
      
        # This option is not just y/n - it can have a numeric value
        ifdef CONFIG_BOOTDELAY
        obj-y += autoboot.o
        endif
      
      It was a bit odd to enable/disable code with an integer type option,
      but it was how this option worked before that commit, and several
      boards actually unset it to opt out of the autoboot feature.
      
      This commit adds a new bool option, CONFIG_AUTOBOOT, and makes
      CONFIG_BOOTDELAY depend on it.
      
      I chose "default y" for this option because most boards use the
      autoboot.  I added "# CONFIG_AUTOBOOT is not set" for the boards that
      had not set CONFIG_BOOTDELAY prior to the bad commit.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      41598c82
  3. Jun 19, 2016
  4. Jun 17, 2016
  5. Jun 13, 2016
  6. Jun 12, 2016
  7. Jun 10, 2016
  8. Jun 09, 2016
  9. Jun 08, 2016
  10. Jun 07, 2016
  11. Jun 06, 2016
Loading