09 Jul, 2014

6 commits


26 Jun, 2014

1 commit


17 Jun, 2014

5 commits


06 Jun, 2014

3 commits

  • Signed-off-by: Fabio Estevam

    Fabio Estevam
     
  • Switch to an SPL image. The SPL for Ventana does the following:
    - setup i2c and read the factory programmed EEPROM to obtain DRAM config
    and model for board-specific calibration data
    - configure DRAM per CPU/size/layout/devices/calibration
    - load u-boot.img from NAND and jump to it

    This allows for a single SPL+u-boot.img to replace the previous multiple boa
    configurations.

    Cc: Stefan Roese
    Cc: Otavio Salvador
    Cc: Andy Ng
    Cc: Eric Nelson
    Cc: Tapani Utriainen
    Cc: Tom Rini

    Signed-off-by: Tim Harvey

    Tim Harvey
     
  • Add a common header which can hopefully be shared amon imx6 SPL users

    Cc: Stefan Roese
    Cc: Otavio Salvador
    Cc: Andy Ng
    Cc: Eric Nelson
    Cc: Tapani Utriainen
    Cc: Tom Rini

    Signed-off-by: Tim Harvey
    Acked-by: Stefano Babic
    Acked-by: Nikita Kiryanov

    Tim Harvey
     

28 May, 2014

2 commits


25 May, 2014

7 commits

  • Add support for booting from an MMC card.

    Signed-off-by: Stefan Roese
    Signed-off-by: Henrik Nordström
    Signed-off-by: Ian Campbell
    Reviewed-by: Marek Vasut
    Cc: Tom Cubie
    Reviewed-by: Tom Rini

    Ian Campbell
     
  • On Mon, 2014-05-05 at 14:18 +0200, Stefan Roese wrote:
    > > + case 1:
    > > +#if CONFIG_MMC1_PG

    > Are you sure that this is correct and shouldn't be:
    >
    > +#ifdef CONFIG_MMC1_PG
    >
    > ?

    It's "correct" in so far as it works (the boards.cfg config stuff
    #defines things to 1), but I think you are right that it isn't the
    preferred style. But...

    > A quick scan through this patch series shows that this define
    > is not set at all. Perhaps its outdated? Or is it used to support
    > some other sunxi SoC? Not sure, perhaps it should be removed for
    > now.

    ...I had thought that it was to support some other board which wasn't
    being upstreamed right now, so eventually useful and harmless for now,
    but I've just checked and it isn't actually used by any of the boards in
    u-boot-sunxi.git. So rather than fix it to use #ifdef lets drop it.
    Rather than resend the entire series, here is v5.1 of this patch.

    > Other than this please add my:
    >
    > Reviewed-by: Stefan Roese

    Thanks!

    8From 20704e35a41664de5f516ed0e02981ac06085102 Mon Sep 17 00:00:00 2001
    From: Ian Campbell
    Date: Fri, 7 Mar 2014 04:29:39 +0000
    Subject: [PATCH v5.1 7/8] sunxi: mmc support

    This adds support for the MMC controller on the Allwinner A20 (sun7i)
    processor.

    Signed-off-by: Henrik Nordstrom
    Signed-off-by: Luke Leighton
    Signed-off-by: Oliver Schinagl
    Signed-off-by: Wills Wang
    Signed-off-by: Ian Campbell
    Reviewed-by: Marek Vasut
    Reviewed-by: Stefan Roese
    Cc: Tom Cubie
    Cc: Aaron Maoye
    Cc: Pantelis Antoniou
    Reviewed-by: Tom Rini

    Ian Campbell
     
  • Add support for the GMAC Ethernet controller on Allwinner A20 (sun7i)
    processors. Enable for the Cubietruck.

    Signed-off-by: Chen-Yu Tsai
    Signed-off-by: Jens Kuske
    Signed-off-by: Ian Campbell
    Reviewed-by: Marek Vasut
    Reviewed-by: Tom Rini

    Ian Campbell
     
  • This patch adds generic board, start of day and basic build system support for
    the Allwinner A20 (sun7i) processor. This code will not been compiled until the
    build is hooked up in a later patch. It has been split out to keep the patches
    manageable.

    Signed-off-by: Adam Sampson
    Signed-off-by: Aleksei Mamlin
    Signed-off-by: Alexandru Gagniuc
    Signed-off-by: Chen-Yu Tsai
    Signed-off-by: Emilio López
    Signed-off-by: Hans de Goede
    Signed-off-by: Henrik Nordstrom
    Signed-off-by: Jens Kuske
    Signed-off-by: Luc Verhaegen
    Signed-off-by: Luke Leighton
    Signed-off-by: Oliver Schinagl
    Signed-off-by: Patrick Wood
    Signed-off-by: Stefan Roese
    Signed-off-by: Wills Wang
    Signed-off-by: Ian Campbell
    Reviewed-by: Marek Vasut
    Cc: Tom Cubie
    Reviewed-by: Tom Rini

    Ian Campbell
     
  • Enable CONFIG_SYS_GENERIC_BOARD on highbank.

    Signed-off-by: Rob Herring

    Rob Herring
     
  • Move addresses for kernel, ramdisk and fdt blob to own variables. Add dtb
    blob loading to all existing boot scripts, dtb filenames were taken from
    vanilla kernel. Introduce new boot script bootcmd_legacy, which only loads
    a kernel and a ramdisk. Make this the default boot script. This should also
    restore the behaviour of the original bootloader.

    Cc: Prafulla Wadaskar
    Cc: Tom Rini
    Signed-off-by: Michael Walle

    Michael Walle
     
  • Cc: Prafulla Wadaskar
    Signed-off-by: Michael Walle

    Michael Walle
     

24 May, 2014

15 commits


23 May, 2014

1 commit