public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: Pull request: u-boot-sunxi/master
Date: Mon, 30 Mar 2020 12:44:27 +0530	[thread overview]
Message-ID: <20200330071427.12754-1-jagan@amarulasolutions.com> (raw)

Hi Tom,

Please pull this PR.

Summary:
- SPL SPI support R40, H6 (Andre)
- eMMC boot part on a64-olinuxino (Petr)

thanks,
Jagan.

The following changes since commit 3586cb82277e8af9eae38b354bb8b2aee38ee377:

  Revert "sunxi: psci: avoid error address-of-packed-member" (2020-03-18 15:37:08 +0530)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi master

for you to fetch changes up to b8c0d4cc6655327a6998043ed0ee27d235625922:

  configs: a64-olinuxino-emmc: add eMMC boot part config commands (2020-03-28 20:09:29 +0530)

----------------------------------------------------------------
Andre Przywara (7):
      sunxi: SPL SPI: Split off SPI0 base address
      sunxi: SPL SPI: Introduce is_sun6i_gen_spi()
      sunxi: SPL SPI: Add SPI boot support for the Allwinner R40 SoC
      sunxi: SPL SPI: Add SPI boot support for the Allwinner H6 SoC
      sunxi: Pine H64: Enable SPI booting in defconfig
      sunxi: Move common defconfig options to Kconfig
      sunxi: Remove no longer needed default options from defconfigs

Petr ?tetiar (1):
      configs: a64-olinuxino-emmc: add eMMC boot part config commands

 Kconfig                                        |   1 +
 arch/arm/Kconfig                               |   2 +
 arch/arm/mach-sunxi/Kconfig                    |   2 +-
 arch/arm/mach-sunxi/spl_spi_sunxi.c            | 153 ++++++++++++++++---------
 configs/A10-OLinuXino-Lime_defconfig           |   6 -
 configs/A10s-OLinuXino-M_defconfig             |   6 -
 configs/A13-OLinuXinoM_defconfig               |   6 -
 configs/A13-OLinuXino_defconfig                |   5 -
 configs/A20-OLinuXino-Lime2-eMMC_defconfig     |   5 -
 configs/A20-OLinuXino-Lime2_defconfig          |   5 -
 configs/A20-OLinuXino-Lime_defconfig           |   6 -
 configs/A20-OLinuXino_MICRO-eMMC_defconfig     |   6 -
 configs/A20-OLinuXino_MICRO_defconfig          |   6 -
 configs/A20-Olimex-SOM-EVB_defconfig           |   6 -
 configs/A20-Olimex-SOM204-EVB-eMMC_defconfig   |   5 -
 configs/A20-Olimex-SOM204-EVB_defconfig        |   5 -
 configs/A33-OLinuXino_defconfig                |   6 -
 configs/Ainol_AW1_defconfig                    |   6 -
 configs/Ampe_A76_defconfig                     |   6 -
 configs/Auxtek-T003_defconfig                  |   6 -
 configs/Auxtek-T004_defconfig                  |   6 -
 configs/Bananapi_M2_Ultra_defconfig            |   4 -
 configs/Bananapi_defconfig                     |   6 -
 configs/Bananapi_m2m_defconfig                 |   4 -
 configs/Bananapro_defconfig                    |   6 -
 configs/CHIP_defconfig                         |   6 -
 configs/CHIP_pro_defconfig                     |   4 -
 configs/CSQ_CS908_defconfig                    |   6 -
 configs/Chuwi_V7_CW0825_defconfig              |   6 -
 configs/Colombus_defconfig                     |   6 -
 configs/Cubieboard2_defconfig                  |   6 -
 configs/Cubieboard4_defconfig                  |   6 -
 configs/Cubieboard_defconfig                   |   6 -
 configs/Cubietruck_defconfig                   |   5 -
 configs/Cubietruck_plus_defconfig              |   6 -
 configs/Empire_electronix_d709_defconfig       |   6 -
 configs/Empire_electronix_m712_defconfig       |   6 -
 configs/Hummingbird_A31_defconfig              |   6 -
 configs/Hyundai_A7HD_defconfig                 |   6 -
 configs/Itead_Ibox_A20_defconfig               |   6 -
 configs/Lamobo_R1_defconfig                    |   6 -
 configs/LicheePi_Zero_defconfig                |   6 -
 configs/Linksprite_pcDuino3_Nano_defconfig     |   6 -
 configs/Linksprite_pcDuino3_defconfig          |   6 -
 configs/Linksprite_pcDuino_defconfig           |   6 -
 configs/MK808C_defconfig                       |   6 -
 configs/MSI_Primo73_defconfig                  |   6 -
 configs/MSI_Primo81_defconfig                  |   6 -
 configs/Marsboard_A10_defconfig                |   6 -
 configs/Mele_A1000G_quad_defconfig             |   6 -
 configs/Mele_A1000_defconfig                   |   6 -
 configs/Mele_I7_defconfig                      |   6 -
 configs/Mele_M3_defconfig                      |   6 -
 configs/Mele_M5_defconfig                      |   6 -
 configs/Mele_M9_defconfig                      |   6 -
 configs/Merrii_A80_Optimus_defconfig           |   6 -
 configs/Mini-X_defconfig                       |   6 -
 configs/Nintendo_NES_Classic_Edition_defconfig |   6 -
 configs/Orangepi_defconfig                     |   6 -
 configs/Orangepi_mini_defconfig                |   6 -
 configs/Sinlinx_SinA31s_defconfig              |   6 -
 configs/Sinlinx_SinA33_defconfig               |   5 -
 configs/Sinovoip_BPI_M2_defconfig              |   6 -
 configs/Sinovoip_BPI_M3_defconfig              |   6 -
 configs/Sunchip_CX-A99_defconfig               |   6 -
 configs/UTOO_P66_defconfig                     |   6 -
 configs/Wexler_TAB7200_defconfig               |   6 -
 configs/Wits_Pro_A20_DKT_defconfig             |   6 -
 configs/Wobo_i5_defconfig                      |   6 -
 configs/Yones_Toptech_BD1078_defconfig         |   6 -
 configs/Yones_Toptech_BS1078_V2_defconfig      |   6 -
 configs/a64-olinuxino-emmc_defconfig           |   7 +-
 configs/a64-olinuxino_defconfig                |   6 -
 configs/amarula_a64_relic_defconfig            |   6 -
 configs/ba10_tv_box_defconfig                  |   6 -
 configs/bananapi_m1_plus_defconfig             |   5 -
 configs/bananapi_m2_berry_defconfig            |   4 -
 configs/bananapi_m2_plus_h3_defconfig          |   6 -
 configs/bananapi_m2_plus_h5_defconfig          |   6 -
 configs/bananapi_m2_zero_defconfig             |   4 -
 configs/bananapi_m64_defconfig                 |   6 -
 configs/beelink_gs1_defconfig                  |   5 -
 configs/beelink_x2_defconfig                   |   5 -
 configs/colorfly_e708_q1_defconfig             |   6 -
 configs/difrnce_dit4350_defconfig              |   6 -
 configs/dserve_dsrv9703c_defconfig             |   6 -
 configs/emlid_neutis_n5_devboard_defconfig     |   5 -
 configs/ga10h_v1_1_defconfig                   |   6 -
 configs/gt90h_v4_defconfig                     |   6 -
 configs/h8_homlet_v2_defconfig                 |   6 -
 configs/i12-tvbox_defconfig                    |   6 -
 configs/iNet_3F_defconfig                      |   6 -
 configs/iNet_3W_defconfig                      |   6 -
 configs/iNet_86VS_defconfig                    |   6 -
 configs/iNet_D978_rev2_defconfig               |   6 -
 configs/icnova-a20-swac_defconfig              |   6 -
 configs/inet1_defconfig                        |   6 -
 configs/inet86dz_defconfig                     |   6 -
 configs/inet97fv2_defconfig                    |   6 -
 configs/inet98v_rev2_defconfig                 |   6 -
 configs/inet9f_rev03_defconfig                 |   6 -
 configs/inet_q972_defconfig                    |   6 -
 configs/jesurun_q5_defconfig                   |   6 -
 configs/libretech_all_h3_cc_h2_plus_defconfig  |   6 -
 configs/libretech_all_h3_cc_h3_defconfig       |   6 -
 configs/libretech_all_h3_cc_h5_defconfig       |   6 -
 configs/libretech_all_h3_it_h5_defconfig       |   6 -
 configs/libretech_all_h5_cc_h5_defconfig       |   6 -
 configs/mixtile_loftq_defconfig                |   6 -
 configs/mk802_a10s_defconfig                   |   6 -
 configs/mk802_defconfig                        |   6 -
 configs/mk802ii_defconfig                      |   6 -
 configs/nanopi_a64_defconfig                   |   6 -
 configs/nanopi_m1_defconfig                    |   6 -
 configs/nanopi_m1_plus_defconfig               |   6 -
 configs/nanopi_neo2_defconfig                  |   6 -
 configs/nanopi_neo_air_defconfig               |   6 -
 configs/nanopi_neo_defconfig                   |   6 -
 configs/nanopi_neo_plus2_defconfig             |   5 -
 configs/oceanic_5205_5inmfd_defconfig          |   6 -
 configs/orangepi_2_defconfig                   |   6 -
 configs/orangepi_lite2_defconfig               |   5 -
 configs/orangepi_lite_defconfig                |   6 -
 configs/orangepi_one_defconfig                 |   6 -
 configs/orangepi_one_plus_defconfig            |   5 -
 configs/orangepi_pc2_defconfig                 |   6 -
 configs/orangepi_pc_defconfig                  |   6 -
 configs/orangepi_pc_plus_defconfig             |   6 -
 configs/orangepi_plus2e_defconfig              |   6 -
 configs/orangepi_plus_defconfig                |   6 -
 configs/orangepi_prime_defconfig               |   6 -
 configs/orangepi_r1_defconfig                  |   4 -
 configs/orangepi_win_defconfig                 |   6 -
 configs/orangepi_zero_defconfig                |   4 -
 configs/orangepi_zero_plus2_defconfig          |   6 -
 configs/orangepi_zero_plus2_h3_defconfig       |   5 -
 configs/orangepi_zero_plus_defconfig           |   6 -
 configs/parrot_r16_defconfig                   |   5 -
 configs/pine64-lts_defconfig                   |   6 -
 configs/pine64_plus_defconfig                  |   6 -
 configs/pine_h64_defconfig                     |   6 +-
 configs/pinebook_defconfig                     |   5 -
 configs/polaroid_mid2407pxe03_defconfig        |   6 -
 configs/polaroid_mid2809pxe04_defconfig        |   6 -
 configs/pov_protab2_ips9_defconfig             |   6 -
 configs/q8_a13_tablet_defconfig                |   6 -
 configs/q8_a23_tablet_800x480_defconfig        |   6 -
 configs/q8_a33_tablet_1024x600_defconfig       |   6 -
 configs/q8_a33_tablet_800x480_defconfig        |   6 -
 configs/r7-tv-dongle_defconfig                 |   6 -
 configs/sopine_baseboard_defconfig             |   6 -
 configs/sun8i_a23_evb_defconfig                |   6 -
 configs/sunxi_Gemei_G9_defconfig               |   6 -
 configs/tbs_a711_defconfig                     |   5 -
 configs/teres_i_defconfig                      |   5 -
 disk/Kconfig                                   |   2 +
 drivers/usb/Kconfig                            |   1 +
 157 files changed, 108 insertions(+), 927 deletions(-)

             reply	other threads:[~2020-03-30  7:14 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30  7:14 Jagan Teki [this message]
2020-03-30 23:30 ` Pull request: u-boot-sunxi/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2020-11-16  7:12 Jagan Teki
2020-11-16 15:50 ` Tom Rini
2020-11-16 16:09   ` André Przywara
2020-11-16 16:13     ` Tom Rini
2020-11-16 16:51       ` André Przywara
2020-11-16 16:58         ` Tom Rini
2020-11-17  1:56           ` Samuel Holland
2020-11-17  8:50             ` André Przywara
2020-10-22 19:33 Jagan Teki
2020-10-23 13:18 ` Tom Rini
2020-06-02 18:49 Jagan Teki
2020-06-03 16:27 ` Tom Rini
2020-03-18 10:12 Jagan Teki
2020-03-18 13:56 ` Tom Rini
2020-01-26 16:38 Jagan Teki
2020-01-26 19:13 ` Tom Rini
2019-12-27 12:26 Jagan Teki
2019-12-28  4:30 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200330071427.12754-1-jagan@amarulasolutions.com \
    --to=jagan@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox