1. 26 4月, 2016 2 次提交
  2. 24 4月, 2016 1 次提交
  3. 21 4月, 2016 1 次提交
  4. 20 4月, 2016 6 次提交
  5. 19 4月, 2016 9 次提交
  6. 15 4月, 2016 1 次提交
  7. 14 4月, 2016 8 次提交
  8. 12 4月, 2016 6 次提交
    • H
      sunxi: Add defconfig and dts file for Orange Pi One SBC · ec770dba
      Hans de Goede 提交于
      The Orange Pi One SBC, is a stripped down version of the popular
      Orange Pi PC. The one is a H3 based SBC, with 512M of RAM,
      micro-sd slot, 1 host usb, 1 otg usb, hdmi and 100Mbit ethernet.
      
      The dts is identical to the dts submitted to the upstream kernel.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      ec770dba
    • H
      sunxi: Enable CMD_GPIO on all sunxi boards · 88bb800d
      Hans de Goede 提交于
      We have CONFIG_CMD_GPIO=y in almost all sunxi boards, but after
      its Kconfig conversion it has ended up missing on some recently
      added boards.
      
      Simply select it for ARCH_SUNXI, so that we get it on all
      sunxi boards for both a consistent user experience and simpler
      defconfig files.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      88bb800d
    • H
      sunxi: Enable usb ports on the Sinovoip BPI M3 · b24f7f00
      Hans de Goede 提交于
      DLDO3 is used to provide Port-D power and PD is used for the
      usb-hub / sata-5v enable pins. The 2.5V comes from the schematic
      and matches the factory image fex file.
      
      The dts changes are the minimal changes needed for u-boot to
      pick-up the usb host controllers. The upstream kernel does not
      (yet) have usb host support.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      b24f7f00
    • H
      sunxi: Set DCDC1 to 3.3V on the Sinovoip BPI M3 · e6c9cec4
      Hans de Goede 提交于
      This is the value used in the fex file of the manufacturer images,
      and also the DCDC1 default. Sometimes lower values are used to save
      battery power, but that does not apply to a SBC.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      e6c9cec4
    • S
      ARM: add Raspberry Pi 3 64-bit config · d22a7657
      Stephen Warren 提交于
      On all Pis so far, the VC FW provides a short stub to set up the ARM CPU
      before entering the kernel (a/k/a U-Boot for us). This feature is not
      currently supported by the VC FW when booting in 64-bit mode. However,
      this feature will likely appear in the near future, and this U-Boot port
      assumes that such a feature is in place. Without that feature, or a
      temporary workaround described below, U-Boot will not boot.
      
      Once the VC FW does provide the ARM stub, u-boot.bin built for rpi_3 can
      be used drectly as kernel7.img, in the same way as any other RPi port. The
      following config.txt is required:
      
          # Fix mini UART input frequency, and setup/enable up the UART.
          # Without this option, U-Boot will not boot, even if you don't care
          # about the serial console. This option will always be required for
          # all RPi3 use-cases, unless the PL011 UART is used, which is not
          # yet supported by rpi_3* builds of U-Boot.
          enable_uart=1
          # Boot in AArch64 (64-bit) mode.
          # It is possible that a future VC FW will remove the need for this
          # option, instead auto-setting 32-/64-bit mode based on the "kernel"
          # filename present on the SD card.
          arm_control=0x200
      
      Prior to the VC FW providing the ARM boot stub, you can use the following
      steps to build an equivalent stub into the U-Boot binary:
      
      git clone https://github.com/swarren/rpi-3-aarch64-demo.git \
          ../rpi-3-aarch64-demo
      (cd ../rpi-3-aarch64-demo && ./build.sh)
      Build U-Boot for rpi_3 in the usual way
      cat ../rpi-3-aarch64-demo/armstub64.bin u-boot.bin > u-boot.bin.stubbed
      Use u-boot.bin.stubbed as kernel7.img on the Pi SD card.
      
      In this case, the following additional entries are required in config.txt:
      
          # Tell the FW to load the kernel image at address 0, the reset vector.
          kernel_old=1
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      d22a7657
    • S
      arm: socfpga: sr1500: Remove USB_GADGET · 4861be7e
      Sam Protsenko 提交于
      "buildman" tool revealed that USB_GADGET was enabled by mistake for this
      board in process of moving that option to Kconfig. Remove it to bring
      things back to correct state.
      Signed-off-by: NSam Protsenko <semen.protsenko@linaro.org>
      Acked-by: NStefan Roese <sr@denx.de>
      4861be7e
  9. 10 4月, 2016 2 次提交
  10. 07 4月, 2016 1 次提交
  11. 05 4月, 2016 3 次提交