[U-Boot] Please pull u-boot-sunxi master

Hans de Goede hdegoede at redhat.com
Tue Apr 12 11:07:13 CEST 2016


Hi Tom,

Here is a bug-fix sunxi pull-req for v2016.05, it contains:

- A couple of fixes
- Support for one new board

The diffstat is somewhat big because of:
"sunxi: Enable CMD_GPIO on all sunxi boards"
Which simple selects CMD_GPIO from Kconfig removing
the need to specify it in each an every sunxi defconfig.


The following changes since commit bbf8bef196ae52517284a0a2e2ffc94a4ff89f5f:

   Prepare v2016.05-rc1 (2016-04-11 22:22:25 -0400)

are available in the git repository at:

   http://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to ec770dba89533ca49b1bdc7d2c49c2d01fcdf406:

   sunxi: Add defconfig and dts file for Orange Pi One SBC (2016-04-12 08:58:03 +0200)

----------------------------------------------------------------
Hans de Goede (6):
       sunxi: Add INITIAL_USB_SCAN_DELAY Kconfig option
       sunxi: Set DCDC1 to 3.3V on the Sinovoip BPI M3
       sunxi: Enable usb ports on the Sinovoip BPI M3
       sunxi: Enable CMD_GPIO on all sunxi boards
       sunxi: H3: Do not clear usb companion clk-gate / reset on remove
       sunxi: Add defconfig and dts file for Orange Pi One SBC

  arch/arm/Kconfig                            |   1 +
  arch/arm/dts/Makefile                       |   1 +
  arch/arm/dts/sun8i-a83t-sinovoip-bpi-m3.dts |   8 ++
  arch/arm/dts/sun8i-h3-orangepi-one.dts      | 145 ++++++++++++++++++++++++++++
  arch/arm/mach-sunxi/usb_phy.c               |   7 ++
  board/sunxi/Kconfig                         |   9 ++
  board/sunxi/MAINTAINERS                     |   1 +
  configs/A10-OLinuXino-Lime_defconfig        |   1 -
  configs/A10s-OLinuXino-M_defconfig          |   1 -
  configs/A13-OLinuXinoM_defconfig            |   1 -
  configs/A13-OLinuXino_defconfig             |   1 -
  configs/A20-OLinuXino-Lime2_defconfig       |   1 -
  configs/A20-OLinuXino-Lime_defconfig        |   1 -
  configs/A20-OLinuXino_MICRO_defconfig       |   1 -
  configs/A20-Olimex-SOM-EVB_defconfig        |   1 -
  configs/Ainol_AW1_defconfig                 |   1 -
  configs/Ampe_A76_defconfig                  |   1 -
  configs/Auxtek-T003_defconfig               |   1 -
  configs/Auxtek-T004_defconfig               |   1 -
  configs/Bananapi_defconfig                  |   1 -
  configs/Bananapro_defconfig                 |   1 -
  configs/CHIP_defconfig                      |   1 -
  configs/CSQ_CS908_defconfig                 |   1 -
  configs/Chuwi_V7_CW0825_defconfig           |   1 -
  configs/Colombus_defconfig                  |   1 -
  configs/Cubieboard2_defconfig               |   1 -
  configs/Cubieboard_defconfig                |   1 -
  configs/Cubietruck_defconfig                |   1 -
  configs/Cubietruck_plus_defconfig           |   1 -
  configs/Empire_electronix_d709_defconfig    |   1 -
  configs/Hummingbird_A31_defconfig           |   1 -
  configs/Hyundai_A7HD_defconfig              |   1 -
  configs/Itead_Ibox_A20_defconfig            |   1 -
  configs/Lamobo_R1_defconfig                 |   1 -
  configs/Linksprite_pcDuino3_Nano_defconfig  |   1 -
  configs/Linksprite_pcDuino3_defconfig       |   1 -
  configs/Linksprite_pcDuino_defconfig        |   1 -
  configs/MK808C_defconfig                    |   1 -
  configs/MSI_Primo73_defconfig               |   1 -
  configs/MSI_Primo81_defconfig               |   1 -
  configs/Marsboard_A10_defconfig             |   1 -
  configs/Mele_A1000G_quad_defconfig          |   1 -
  configs/Mele_A1000_defconfig                |   1 -
  configs/Mele_I7_defconfig                   |   1 -
  configs/Mele_M3_defconfig                   |   1 -
  configs/Mele_M5_defconfig                   |   1 -
  configs/Mele_M9_defconfig                   |   1 -
  configs/Merrii_A80_Optimus_defconfig        |   1 -
  configs/Mini-X_defconfig                    |   1 -
  configs/Orangepi_defconfig                  |   1 -
  configs/Orangepi_mini_defconfig             |   1 -
  configs/Sinlinx_SinA33_defconfig            |   1 -
  configs/Sinovoip_BPI_M2_defconfig           |   1 -
  configs/Sinovoip_BPI_M3_defconfig           |  10 +-
  configs/UTOO_P66_defconfig                  |   1 -
  configs/Wexler_TAB7200_defconfig            |   1 -
  configs/Wits_Pro_A20_DKT_defconfig          |   1 -
  configs/Wobo_i5_defconfig                   |   1 -
  configs/Yones_Toptech_BD1078_defconfig      |   1 -
  configs/Yones_Toptech_BS1078_V2_defconfig   |   1 -
  configs/ba10_tv_box_defconfig               |   1 -
  configs/colorfly_e708_q1_defconfig          |   1 -
  configs/difrnce_dit4350_defconfig           |   1 -
  configs/dserve_dsrv9703c_defconfig          |   1 -
  configs/ga10h_v1_1_defconfig                |   1 -
  configs/gt90h_v4_defconfig                  |   1 -
  configs/i12-tvbox_defconfig                 |   1 -
  configs/iNet_3F_defconfig                   |   1 -
  configs/iNet_3W_defconfig                   |   1 -
  configs/iNet_86VS_defconfig                 |   1 -
  configs/inet1_defconfig                     |   1 -
  configs/inet97fv2_defconfig                 |   1 -
  configs/inet98v_rev2_defconfig              |   1 -
  configs/inet9f_rev03_defconfig              |   1 -
  configs/jesurun_q5_defconfig                |   1 -
  configs/mixtile_loftq_defconfig             |   1 -
  configs/mk802_a10s_defconfig                |   1 -
  configs/mk802_defconfig                     |   1 -
  configs/mk802ii_defconfig                   |   1 -
  configs/orangepi_2_defconfig                |   1 -
  configs/orangepi_one_defconfig              |  16 +++
  configs/orangepi_pc_defconfig               |   1 -
  configs/orangepi_plus_defconfig             |   1 -
  configs/pine64_plus_defconfig               |   1 -
  configs/polaroid_mid2809pxe04_defconfig     |   1 -
  configs/pov_protab2_ips9_defconfig          |   1 -
  configs/q8_a13_tablet_defconfig             |   1 -
  configs/q8_a23_tablet_800x480_defconfig     |   1 -
  configs/q8_a33_tablet_1024x600_defconfig    |   1 -
  configs/q8_a33_tablet_800x480_defconfig     |   1 -
  configs/r7-tv-dongle_defconfig              |   1 -
  configs/sunxi_Gemei_G9_defconfig            |   1 -
  drivers/usb/host/ehci-sunxi.c               |  10 +-
  drivers/usb/host/ohci-sunxi.c               |  10 +-
  94 files changed, 211 insertions(+), 90 deletions(-)
  create mode 100644 arch/arm/dts/sun8i-h3-orangepi-one.dts
  create mode 100644 configs/orangepi_one_defconfig

Regards,

Hans


More information about the U-Boot mailing list