mbox

[U-Boot] Please pull u-boot-sunxi.git/master

Message ID 1409923381.10156.83.camel@kazak.uk.xensource.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Ian Campbell Sept. 5, 2014, 1:23 p.m. UTC
(resend since I managed to forget the list in the CC, sorry about that)

The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:

  Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)

are available in the git repository at:

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

for you to fetch changes up to b86d54b2c38a4beb97d580d7d9c8c6a5e57fc510:

  sun7i: Add support for Olimex A20-OLinuXino-LIME (2014-09-05 08:30:38 +0100)

----------------------------------------------------------------
FUKAUMI Naoki (1):
      sun7i: Add support for Olimex A20-OLinuXino-LIME

Ian Campbell (1):
      sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILE

Masahiro Yamada (1):
      kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS

 board/sunxi/Kconfig                   |  4 ++--
 board/sunxi/MAINTAINERS               |  6 ++++++
 board/sunxi/Makefile                  |  1 +
 board/sunxi/dram_a20_olinuxino_l.c    | 31 +++++++++++++++++++++++++++++++
 configs/A10-OLinuXino-Lime_defconfig  |  4 ++--
 configs/A10s-OLinuXino-M_defconfig    |  4 ++--
 configs/A13-OLinuXinoM_defconfig      |  4 ++--
 configs/A13-OLinuXino_defconfig       |  4 ++--
 configs/A20-OLinuXino-Lime_defconfig  |  5 +++++
 configs/A20-OLinuXino_MICRO_defconfig |  4 ++--
 configs/Auxtek-T004_defconfig         |  4 ++--
 configs/Bananapi_defconfig            |  4 ++--
 configs/Cubieboard2_FEL_defconfig     |  2 +-
 configs/Cubieboard2_defconfig         |  4 ++--
 configs/Cubieboard_defconfig          |  4 ++--
 configs/Cubietruck_FEL_defconfig      |  2 +-
 configs/Cubietruck_defconfig          |  4 ++--
 configs/Linksprite_pcDuino3_defconfig |  4 ++--
 configs/Mele_A1000G_defconfig         |  4 ++--
 configs/Mele_A1000_defconfig          |  4 ++--
 configs/Mini-X-1Gb_defconfig          |  4 ++--
 configs/Mini-X_defconfig              |  4 ++--
 configs/ba10_tv_box_defconfig         |  4 ++--
 configs/gwventana_defconfig           |  2 +-
 configs/i12-tvbox_defconfig           |  4 ++--
 configs/qt840a_defconfig              |  4 ++--
 configs/r7-tv-dongle_defconfig        |  4 ++--
 include/configs/sunxi-common.h        |  2 +-
 28 files changed, 87 insertions(+), 44 deletions(-)
 create mode 100644 board/sunxi/dram_a20_olinuxino_l.c
 create mode 100644 configs/A20-OLinuXino-Lime_defconfig

Comments

Albert ARIBAUD Sept. 9, 2014, 7:58 a.m. UTC | #1
Hi Ian,

On Fri, 05 Sep 2014 14:23:01 +0100, Ian Campbell <ijc@hellion.org.uk>
wrote:

> (resend since I managed to forget the list in the CC, sorry about that)
> 
> The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:
> 
>   Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sunxi.git 
> 
> for you to fetch changes up to b86d54b2c38a4beb97d580d7d9c8c6a5e57fc510:
> 
>   sun7i: Add support for Olimex A20-OLinuXino-LIME (2014-09-05 08:30:38 +0100)
> 
> ----------------------------------------------------------------
> FUKAUMI Naoki (1):
>       sun7i: Add support for Olimex A20-OLinuXino-LIME
> 
> Ian Campbell (1):
>       sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILE
> 
> Masahiro Yamada (1):
>       kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS
> 
>  board/sunxi/Kconfig                   |  4 ++--
>  board/sunxi/MAINTAINERS               |  6 ++++++
>  board/sunxi/Makefile                  |  1 +
>  board/sunxi/dram_a20_olinuxino_l.c    | 31 +++++++++++++++++++++++++++++++
>  configs/A10-OLinuXino-Lime_defconfig  |  4 ++--
>  configs/A10s-OLinuXino-M_defconfig    |  4 ++--
>  configs/A13-OLinuXinoM_defconfig      |  4 ++--
>  configs/A13-OLinuXino_defconfig       |  4 ++--
>  configs/A20-OLinuXino-Lime_defconfig  |  5 +++++
>  configs/A20-OLinuXino_MICRO_defconfig |  4 ++--
>  configs/Auxtek-T004_defconfig         |  4 ++--
>  configs/Bananapi_defconfig            |  4 ++--
>  configs/Cubieboard2_FEL_defconfig     |  2 +-
>  configs/Cubieboard2_defconfig         |  4 ++--
>  configs/Cubieboard_defconfig          |  4 ++--
>  configs/Cubietruck_FEL_defconfig      |  2 +-
>  configs/Cubietruck_defconfig          |  4 ++--
>  configs/Linksprite_pcDuino3_defconfig |  4 ++--
>  configs/Mele_A1000G_defconfig         |  4 ++--
>  configs/Mele_A1000_defconfig          |  4 ++--
>  configs/Mini-X-1Gb_defconfig          |  4 ++--
>  configs/Mini-X_defconfig              |  4 ++--
>  configs/ba10_tv_box_defconfig         |  4 ++--
>  configs/gwventana_defconfig           |  2 +-
>  configs/i12-tvbox_defconfig           |  4 ++--
>  configs/qt840a_defconfig              |  4 ++--
>  configs/r7-tv-dongle_defconfig        |  4 ++--
>  include/configs/sunxi-common.h        |  2 +-
>  28 files changed, 87 insertions(+), 44 deletions(-)
>  create mode 100644 board/sunxi/dram_a20_olinuxino_l.c
>  create mode 100644 configs/A20-OLinuXino-Lime_defconfig
> 
> 

Applied to u-boot-arm/master, thanks!

(still having 5 errors and 2 warnings, so there is no regression)

Amicalement,
Ian Campbell Sept. 9, 2014, 8:27 a.m. UTC | #2
On Tue, 2014-09-09 at 09:58 +0200, Albert ARIBAUD wrote:
> Applied to u-boot-arm/master, thanks!

Thank you.

> (still having 5 errors and 2 warnings, so there is no regression)

MAKEALL -s sunxi is only showing a single generic error for me (on every
target):

        In file included from scripts/kconfig/zconf.tab.c:2537:0:
        scripts/kconfig/menu.c: In function ‘get_symbol_str’:
        scripts/kconfig/menu.c:590:18: warning: ‘jump’ may be used uninitialized in this function [-Wmaybe-uninitialized]
             jump->offset = strlen(r->s);
                          ^
        In file included from scripts/kconfig/zconf.tab.c:2537:0:
        scripts/kconfig/menu.c:551:19: note: ‘jump’ was declared here
          struct jump_key *jump;
                   ^

What are you seeing?

Ian.