mbox series

[U-Boot,GIT,PULL] u-boot-sunxi/master

Message ID 20171026151921.jdr5fslsrzhflalf@flea
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,GIT,PULL] u-boot-sunxi/master | expand

Pull-request

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

Message

Maxime Ripard Oct. 26, 2017, 3:19 p.m. UTC
Hi Tom,

Here are a few changes that would be great to merge.

It's basically a few fixes for CPU frequencies that were underclocked,
fastboot that was broken on a NAND-based device (the CHIP Pro, and it
also moves the fastboot NAND option to Kconfig in the process), some
missing options, one board, and the size check and size reduction
patches that we discussed at length.

Thanks!
Maxime

The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a:

  Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18 -0400)

are available in the git repository at:

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

for you to fetch changes up to 819f1e081c527d2d02cdaeec0027384688cf5de0:

  sunxi: binman: Add U-Boot binary size check (2017-10-25 10:05:06 +0200)

----------------------------------------------------------------
Andre Przywara (1):
      SPL: SPI: select SPL_SPI_FLASH_SUPPORT on SPL_SPI_SUNXI

Benjamin Young (1):
      cmd: fastboot: Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devices

Maxime Ripard (3):
      sunxi: Add support for the Banana Pi M2-Magic
      sunxi: Enable THUMB build for the U-Boot binary
      sunxi: binman: Add U-Boot binary size check

Quentin Schulz (1):
      sunxi: clk: fix N formula for CPUX clocks

 arch/arm/Kconfig                                   |   1 +
 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/sun8i-r16-bananapi-m2m.dts            | 321 +++++++++++++++++++++
 arch/arm/dts/sunxi-u-boot.dtsi                     |  12 +
 arch/arm/include/asm/arch-sunxi/clock_sun8i_a83t.h |   2 +-
 cmd/fastboot/Kconfig                               |  10 +
 configs/Bananapi_m2m_defconfig                     |  21 ++
 configs/orangepi_pc2_defconfig                     |   1 -
 configs/orangepi_zero_defconfig                    |   1 -
 drivers/mtd/spi/Kconfig                            |   1 +
 10 files changed, 368 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/dts/sun8i-r16-bananapi-m2m.dts
 create mode 100644 configs/Bananapi_m2m_defconfig

Comments

Tom Rini Oct. 28, 2017, 1:57 a.m. UTC | #1
On Thu, Oct 26, 2017 at 05:19:21PM +0200, Maxime Ripard wrote:

> Hi Tom,
> 
> Here are a few changes that would be great to merge.
> 
> It's basically a few fixes for CPU frequencies that were underclocked,
> fastboot that was broken on a NAND-based device (the CHIP Pro, and it
> also moves the fastboot NAND option to Kconfig in the process), some
> missing options, one board, and the size check and size reduction
> patches that we discussed at length.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a:
> 
>   Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sunxi master
> 
> for you to fetch changes up to 819f1e081c527d2d02cdaeec0027384688cf5de0:
> 
>   sunxi: binman: Add U-Boot binary size check (2017-10-25 10:05:06 +0200)
> 

Applied to u-boot/master, thanks!